aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-05 13:05:09 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-18 12:40:40 +0100
commit93e48980920ddcc8c6390fa6cbfdfc9740786617 (patch)
tree2b4e7b69e80daaa8f1ace772aa8645f8801931c9
parentfbda5c5949d8ebe4a34de838d2b0f3a6d8948545 (diff)
downloadandroid-nn-driver-93e48980920ddcc8c6390fa6cbfdfc9740786617.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: Ibb7ed1e4e2191b9a978e26b5bacf916db403a60e
-rw-r--r--1.0/ArmnnDriver.hpp2
-rw-r--r--1.0/ArmnnDriverImpl.cpp2
-rw-r--r--1.0/ArmnnDriverImpl.hpp2
-rw-r--r--1.1/ArmnnDriver.hpp2
-rw-r--r--1.1/ArmnnDriverImpl.cpp2
-rw-r--r--1.1/ArmnnDriverImpl.hpp2
-rw-r--r--Android.bp2
-rw-r--r--Android.mk2
-rw-r--r--ArmnnDevice.cpp2
-rw-r--r--ArmnnDevice.hpp2
-rw-r--r--ArmnnDriver.hpp2
-rw-r--r--ArmnnDriverImpl.cpp2
-rw-r--r--ArmnnDriverImpl.hpp2
-rw-r--r--ArmnnPreparedModel.cpp2
-rw-r--r--ArmnnPreparedModel.hpp2
-rw-r--r--DriverOptions.cpp2
-rw-r--r--DriverOptions.hpp2
-rw-r--r--ModelToINetworkConverter.cpp2
-rw-r--r--ModelToINetworkConverter.hpp2
-rw-r--r--RequestThread.cpp2
-rw-r--r--RequestThread.hpp2
-rw-r--r--SystemPropertiesUtils.hpp2
-rw-r--r--Utils.cpp2
-rw-r--r--Utils.hpp2
-rw-r--r--service.cpp2
-rw-r--r--test/Android.mk2
-rw-r--r--test/Concurrent.cpp2
-rw-r--r--test/Convolution2D.cpp2
-rw-r--r--test/DriverTestHelpers.cpp2
-rw-r--r--test/DriverTestHelpers.hpp2
-rw-r--r--test/FullyConnected.cpp2
-rw-r--r--test/GenericLayerTests.cpp2
-rw-r--r--test/Lstm.cpp2
-rw-r--r--test/Merger.cpp2
-rw-r--r--test/SystemProperties.cpp2
-rw-r--r--test/TestTensor.cpp2
-rw-r--r--test/TestTensor.hpp2
-rw-r--r--test/Tests.cpp2
-rw-r--r--test/UtilsTests.cpp2
39 files changed, 39 insertions, 39 deletions
diff --git a/1.0/ArmnnDriver.hpp b/1.0/ArmnnDriver.hpp
index 97613118..560b0d3b 100644
--- a/1.0/ArmnnDriver.hpp
+++ b/1.0/ArmnnDriver.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/1.0/ArmnnDriverImpl.cpp b/1.0/ArmnnDriverImpl.cpp
index 925d9dbe..c7c0f7e5 100644
--- a/1.0/ArmnnDriverImpl.cpp
+++ b/1.0/ArmnnDriverImpl.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 "ArmnnDriverImpl.hpp"
diff --git a/1.0/ArmnnDriverImpl.hpp b/1.0/ArmnnDriverImpl.hpp
index b44350d8..a6af74d1 100644
--- a/1.0/ArmnnDriverImpl.hpp
+++ b/1.0/ArmnnDriverImpl.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/1.1/ArmnnDriver.hpp b/1.1/ArmnnDriver.hpp
index 079d9cd1..38248053 100644
--- a/1.1/ArmnnDriver.hpp
+++ b/1.1/ArmnnDriver.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/1.1/ArmnnDriverImpl.cpp b/1.1/ArmnnDriverImpl.cpp
index 1d063cbc..0a689539 100644
--- a/1.1/ArmnnDriverImpl.cpp
+++ b/1.1/ArmnnDriverImpl.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 "ArmnnDriverImpl.hpp"
diff --git a/1.1/ArmnnDriverImpl.hpp b/1.1/ArmnnDriverImpl.hpp
index c309b69d..bdb25854 100644
--- a/1.1/ArmnnDriverImpl.hpp
+++ b/1.1/ArmnnDriverImpl.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/Android.bp b/Android.bp
index e44275fa..38ba27ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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
//
////////////////////////////////////////////
diff --git a/Android.mk b/Android.mk
index 1fd74492..bcfa4479 100644
--- a/Android.mk
+++ b/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
#
ANDROID_NN_DRIVER_LOCAL_PATH := $(call my-dir)
diff --git a/ArmnnDevice.cpp b/ArmnnDevice.cpp
index 81e8eaca..ff017019 100644
--- a/ArmnnDevice.cpp
+++ b/ArmnnDevice.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 "ArmnnDriver"
diff --git a/ArmnnDevice.hpp b/ArmnnDevice.hpp
index 83414d54..0578b758 100644
--- a/ArmnnDevice.hpp
+++ b/ArmnnDevice.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/ArmnnDriver.hpp b/ArmnnDriver.hpp
index 32a10a47..2bf47eb3 100644
--- a/ArmnnDriver.hpp
+++ b/ArmnnDriver.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/ArmnnDriverImpl.cpp b/ArmnnDriverImpl.cpp
index ce66e6d5..c894aef4 100644
--- a/ArmnnDriverImpl.cpp
+++ b/ArmnnDriverImpl.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 "ArmnnDriver"
diff --git a/ArmnnDriverImpl.hpp b/ArmnnDriverImpl.hpp
index 87da581b..fbfbc43a 100644
--- a/ArmnnDriverImpl.hpp
+++ b/ArmnnDriverImpl.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/ArmnnPreparedModel.cpp b/ArmnnPreparedModel.cpp
index 7cbbcbcb..7a275af4 100644
--- a/ArmnnPreparedModel.cpp
+++ b/ArmnnPreparedModel.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 "ArmnnDriver"
diff --git a/ArmnnPreparedModel.hpp b/ArmnnPreparedModel.hpp
index 86c6f5cf..a7f004c1 100644
--- a/ArmnnPreparedModel.hpp
+++ b/ArmnnPreparedModel.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/DriverOptions.cpp b/DriverOptions.cpp
index 29c58b9d..65945d89 100644
--- a/DriverOptions.cpp
+++ b/DriverOptions.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 "ArmnnDriver"
diff --git a/DriverOptions.hpp b/DriverOptions.hpp
index 4a378b26..c30ef6db 100644
--- a/DriverOptions.hpp
+++ b/DriverOptions.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/ModelToINetworkConverter.cpp b/ModelToINetworkConverter.cpp
index 6ae1cb57..70873b8f 100644
--- a/ModelToINetworkConverter.cpp
+++ b/ModelToINetworkConverter.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 "ArmnnDriver"
diff --git a/ModelToINetworkConverter.hpp b/ModelToINetworkConverter.hpp
index 5ee6a341..5cdfeb59 100644
--- a/ModelToINetworkConverter.hpp
+++ b/ModelToINetworkConverter.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/RequestThread.cpp b/RequestThread.cpp
index c5c9bbfc..aedd607e 100644
--- a/RequestThread.cpp
+++ b/RequestThread.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 "ArmnnDriver"
diff --git a/RequestThread.hpp b/RequestThread.hpp
index 41ad213b..23b71e57 100644
--- a/RequestThread.hpp
+++ b/RequestThread.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/SystemPropertiesUtils.hpp b/SystemPropertiesUtils.hpp
index e27c5ca6..78e5ac7b 100644
--- a/SystemPropertiesUtils.hpp
+++ b/SystemPropertiesUtils.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/Utils.cpp b/Utils.cpp
index 79384e01..7b5d9d3f 100644
--- a/Utils.cpp
+++ b/Utils.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 "ArmnnDriver"
diff --git a/Utils.hpp b/Utils.hpp
index ac90a9ab..a4402f25 100644
--- a/Utils.hpp
+++ b/Utils.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/service.cpp b/service.cpp
index c2701bf9..81c1191c 100644
--- a/service.cpp
+++ b/service.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 "ArmnnDriver"
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 <boost/test/unit_test.hpp>
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 <boost/test/unit_test.hpp>
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 <log/log.h>
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 <boost/test/unit_test.hpp>
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 <boost/test/unit_test.hpp>
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 <boost/test/unit_test.hpp>
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 <boost/test/unit_test.hpp>
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"