aboutsummaryrefslogtreecommitdiff
path: root/1.1
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 /1.1
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
Diffstat (limited to '1.1')
-rw-r--r--1.1/ArmnnDriver.hpp2
-rw-r--r--1.1/ArmnnDriverImpl.cpp2
-rw-r--r--1.1/ArmnnDriverImpl.hpp2
3 files changed, 3 insertions, 3 deletions
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