From ecb56cd7ce8b45966b3fc6db89441c2c00d74975 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 5 Sep 2018 12:52:57 +0100 Subject: IVGCVSW-1807 : change license text in file headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- scripts/generate_tensorflow_protobuf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 scripts/generate_tensorflow_protobuf.sh (limited to 'scripts') diff --git a/scripts/generate_tensorflow_protobuf.sh b/scripts/generate_tensorflow_protobuf.sh old mode 100755 new mode 100644 index 52c1827506..df0d7bad86 --- 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 -- cgit v1.2.1