aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-05 12:52:57 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-17 17:21:25 +0100
commitecb56cd7ce8b45966b3fc6db89441c2c00d74975 (patch)
treedea8709a90dd877b9ed3dc9b371ef044ffa8875c /scripts
parent3aae3c6f7291175208a34c66d83a4cf11879f988 (diff)
downloadarmnn-ecb56cd7ce8b45966b3fc6db89441c2c00d74975.tar.gz
IVGCVSW-1807 : change license text in file headers
All changes are the same: // // Copyright © 2017 ARM Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // Change-Id: I37eae011411133663ca9d2b059714d92f8bf8e24
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x]scripts/generate_tensorflow_protobuf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_tensorflow_protobuf.sh b/scripts/generate_tensorflow_protobuf.sh
index 52c1827506..df0d7bad86 100755..100644
--- a/scripts/generate_tensorflow_protobuf.sh
+++ b/scripts/generate_tensorflow_protobuf.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright © 2017 Arm Ltd. All rights reserved.
-# See LICENSE file in the project root for full license information.
+# SPDX-License-Identifier: MIT
#
THIS_SCRIPT=$0