aboutsummaryrefslogtreecommitdiff
path: root/service.cpp
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 /service.cpp
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 'service.cpp')
-rw-r--r--service.cpp2
1 files changed, 1 insertions, 1 deletions
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"