From 93e48980920ddcc8c6390fa6cbfdfc9740786617 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 5 Sep 2018 13:05:09 +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: Ibb7ed1e4e2191b9a978e26b5bacf916db403a60e --- test/Android.mk | 2 +- test/Concurrent.cpp | 2 +- test/Convolution2D.cpp | 2 +- test/DriverTestHelpers.cpp | 2 +- test/DriverTestHelpers.hpp | 2 +- test/FullyConnected.cpp | 2 +- test/GenericLayerTests.cpp | 2 +- test/Lstm.cpp | 2 +- test/Merger.cpp | 2 +- test/SystemProperties.cpp | 2 +- test/TestTensor.cpp | 2 +- test/TestTensor.hpp | 2 +- test/Tests.cpp | 2 +- test/UtilsTests.cpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'test') diff --git a/test/Android.mk b/test/Android.mk index f96577c5..cab874c3 100644 --- a/test/Android.mk +++ b/test/Android.mk @@ -1,6 +1,6 @@ # # Copyright © 2017 ARM Ltd. All rights reserved. -# See LICENSE file in the project root for full license information. +# SPDX-License-Identifier: MIT # LOCAL_PATH := $(call my-dir) diff --git a/test/Concurrent.cpp b/test/Concurrent.cpp index e4940537..92f6f8fb 100644 --- a/test/Concurrent.cpp +++ b/test/Concurrent.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/Convolution2D.cpp b/test/Convolution2D.cpp index fe28aa44..3f097b86 100644 --- a/test/Convolution2D.cpp +++ b/test/Convolution2D.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/DriverTestHelpers.cpp b/test/DriverTestHelpers.cpp index 82087961..11154912 100644 --- a/test/DriverTestHelpers.cpp +++ b/test/DriverTestHelpers.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/DriverTestHelpers.hpp b/test/DriverTestHelpers.hpp index ccb6b983..03dbeb98 100644 --- a/test/DriverTestHelpers.hpp +++ b/test/DriverTestHelpers.hpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #pragma once diff --git a/test/FullyConnected.cpp b/test/FullyConnected.cpp index 20a350c5..85e58d02 100644 --- a/test/FullyConnected.cpp +++ b/test/FullyConnected.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/GenericLayerTests.cpp b/test/GenericLayerTests.cpp index aa91ce15..fd58a584 100644 --- a/test/GenericLayerTests.cpp +++ b/test/GenericLayerTests.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/Lstm.cpp b/test/Lstm.cpp index 1b6ef60d..fe6e5d0d 100644 --- a/test/Lstm.cpp +++ b/test/Lstm.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/Merger.cpp b/test/Merger.cpp index aeaff0cb..a296d8d9 100644 --- a/test/Merger.cpp +++ b/test/Merger.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include "TestTensor.hpp" diff --git a/test/SystemProperties.cpp b/test/SystemProperties.cpp index 9bdf151e..e1a2632e 100644 --- a/test/SystemProperties.cpp +++ b/test/SystemProperties.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" #include diff --git a/test/TestTensor.cpp b/test/TestTensor.cpp index 0766ef50..a8045c5b 100644 --- a/test/TestTensor.cpp +++ b/test/TestTensor.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "TestTensor.hpp" diff --git a/test/TestTensor.hpp b/test/TestTensor.hpp index 974e7b93..623c9fbd 100644 --- a/test/TestTensor.hpp +++ b/test/TestTensor.hpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #pragma once diff --git a/test/Tests.cpp b/test/Tests.cpp index df98b2ca..865c6d06 100644 --- a/test/Tests.cpp +++ b/test/Tests.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #define LOG_TAG "ArmnnDriverTests" #define BOOST_TEST_MODULE armnn_driver_tests diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp index 72b6d361..2bb81d81 100644 --- a/test/UtilsTests.cpp +++ b/test/UtilsTests.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "DriverTestHelpers.hpp" -- cgit v1.2.1