aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-05 12:52:57 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-17 17:21:25 +0100
commitecb56cd7ce8b45966b3fc6db89441c2c00d74975 (patch)
treedea8709a90dd877b9ed3dc9b371ef044ffa8875c /tests
parent3aae3c6f7291175208a34c66d83a4cf11879f988 (diff)
downloadarmnn-ecb56cd7ce8b45966b3fc6db89441c2c00d74975.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: I37eae011411133663ca9d2b059714d92f8bf8e24
Diffstat (limited to 'tests')
-rw-r--r--tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp2
-rw-r--r--tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp2
-rw-r--r--tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp2
-rw-r--r--tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp2
-rw-r--r--tests/CaffePreprocessor.cpp2
-rw-r--r--tests/CaffePreprocessor.hpp2
-rw-r--r--tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp2
-rw-r--r--tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp2
-rw-r--r--tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp2
-rw-r--r--tests/CaffeYolo-Armnn/CaffeYolo-Armnn.cpp2
-rw-r--r--tests/Cifar10Database.cpp2
-rw-r--r--tests/Cifar10Database.hpp2
-rw-r--r--tests/ClassifierTestCaseData.hpp2
-rw-r--r--tests/ExecuteNetwork/ExecuteNetwork.cpp2
-rw-r--r--tests/ImagePreprocessor.cpp2
-rw-r--r--tests/ImagePreprocessor.hpp2
-rw-r--r--tests/InferenceModel.hpp2
-rw-r--r--tests/InferenceTest.cpp2
-rw-r--r--tests/InferenceTest.hpp2
-rw-r--r--tests/InferenceTest.inl2
-rw-r--r--tests/InferenceTestImage.cpp2
-rw-r--r--tests/InferenceTestImage.hpp2
-rw-r--r--tests/MnistDatabase.cpp2
-rw-r--r--tests/MnistDatabase.hpp2
-rw-r--r--tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp2
-rw-r--r--tests/OnnxMnist-Armnn/OnnxMnist-Armnn.cpp2
-rw-r--r--tests/OnnxMobileNet-Armnn/OnnxMobileNet-Armnn.cpp2
-rw-r--r--tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp2
-rw-r--r--tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp2
-rw-r--r--tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp2
-rw-r--r--tests/TfMnist-Armnn/TfMnist-Armnn.cpp2
-rw-r--r--tests/TfMobileNet-Armnn/TfMobileNet-Armnn.cpp2
-rw-r--r--tests/TfResNext_Quantized-Armnn/TfResNext_Quantized-Armnn.cpp2
-rw-r--r--tests/YoloDatabase.cpp2
-rw-r--r--tests/YoloDatabase.hpp2
-rw-r--r--tests/YoloInferenceTest.hpp2
36 files changed, 36 insertions, 36 deletions
diff --git a/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp b/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp
index b7ec4f63f1..e6e9a754f6 100644
--- a/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp
+++ b/tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.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 "../InferenceTest.hpp"
#include "../CaffePreprocessor.hpp"
diff --git a/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp b/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp
index ff6e93ff7c..d2b4ade1e0 100644
--- a/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp
+++ b/tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.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 "../InferenceTest.hpp"
#include "../Cifar10Database.hpp"
diff --git a/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp b/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp
index fccf9aff70..efb5823fae 100644
--- a/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp
+++ b/tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.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 "../InferenceTest.hpp"
#include "../CaffePreprocessor.hpp"
diff --git a/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp b/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp
index 644041bb5f..cf27d2cc6b 100644
--- a/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp
+++ b/tests/CaffeMnist-Armnn/CaffeMnist-Armnn.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 "../InferenceTest.hpp"
#include "../MnistDatabase.hpp"
diff --git a/tests/CaffePreprocessor.cpp b/tests/CaffePreprocessor.cpp
index 226e57ab17..7dd6e6955c 100644
--- a/tests/CaffePreprocessor.cpp
+++ b/tests/CaffePreprocessor.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 "InferenceTestImage.hpp"
#include "CaffePreprocessor.hpp"
diff --git a/tests/CaffePreprocessor.hpp b/tests/CaffePreprocessor.hpp
index 90eebf97b7..5647bff6b0 100644
--- a/tests/CaffePreprocessor.hpp
+++ b/tests/CaffePreprocessor.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/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp b/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp
index 3b1a2945a5..542a81e010 100644
--- a/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp
+++ b/tests/CaffeResNet-Armnn/CaffeResNet-Armnn.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 "../InferenceTest.hpp"
#include "../CaffePreprocessor.hpp"
diff --git a/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp b/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp
index 1ca8429bd2..5eaf2ef7ac 100644
--- a/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp
+++ b/tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.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 "../InferenceTest.hpp"
#include "../CaffePreprocessor.hpp"
diff --git a/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp b/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp
index 99ced3dc43..20ff2be0bc 100644
--- a/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp
+++ b/tests/CaffeVGG-Armnn/CaffeVGG-Armnn.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 "../InferenceTest.hpp"
#include "../CaffePreprocessor.hpp"
diff --git a/tests/CaffeYolo-Armnn/CaffeYolo-Armnn.cpp b/tests/CaffeYolo-Armnn/CaffeYolo-Armnn.cpp
index 7396b7672c..98db023e97 100644
--- a/tests/CaffeYolo-Armnn/CaffeYolo-Armnn.cpp
+++ b/tests/CaffeYolo-Armnn/CaffeYolo-Armnn.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 "../YoloInferenceTest.hpp"
#include "armnnCaffeParser/ICaffeParser.hpp"
diff --git a/tests/Cifar10Database.cpp b/tests/Cifar10Database.cpp
index f3bf68fd45..6ba5085b36 100644
--- a/tests/Cifar10Database.cpp
+++ b/tests/Cifar10Database.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 "Cifar10Database.hpp"
diff --git a/tests/Cifar10Database.hpp b/tests/Cifar10Database.hpp
index 1a819aad64..f0c98f3a06 100644
--- a/tests/Cifar10Database.hpp
+++ b/tests/Cifar10Database.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/tests/ClassifierTestCaseData.hpp b/tests/ClassifierTestCaseData.hpp
index 6dbced28d6..a86ab61c7f 100644
--- a/tests/ClassifierTestCaseData.hpp
+++ b/tests/ClassifierTestCaseData.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/tests/ExecuteNetwork/ExecuteNetwork.cpp b/tests/ExecuteNetwork/ExecuteNetwork.cpp
index fdec15a61d..2e61dfa930 100644
--- a/tests/ExecuteNetwork/ExecuteNetwork.cpp
+++ b/tests/ExecuteNetwork/ExecuteNetwork.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 "armnn/ArmNN.hpp"
diff --git a/tests/ImagePreprocessor.cpp b/tests/ImagePreprocessor.cpp
index 4e46b914ae..1f29cffe65 100644
--- a/tests/ImagePreprocessor.cpp
+++ b/tests/ImagePreprocessor.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 "InferenceTestImage.hpp"
#include "ImagePreprocessor.hpp"
diff --git a/tests/ImagePreprocessor.hpp b/tests/ImagePreprocessor.hpp
index b8a473d92c..9add6d86ad 100644
--- a/tests/ImagePreprocessor.hpp
+++ b/tests/ImagePreprocessor.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/tests/InferenceModel.hpp b/tests/InferenceModel.hpp
index dfd21bbed1..c20dd3e4b5 100644
--- a/tests/InferenceModel.hpp
+++ b/tests/InferenceModel.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
#include "armnn/ArmNN.hpp"
diff --git a/tests/InferenceTest.cpp b/tests/InferenceTest.cpp
index 477ae4e84e..f9a3c68e77 100644
--- a/tests/InferenceTest.cpp
+++ b/tests/InferenceTest.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 "InferenceTest.hpp"
diff --git a/tests/InferenceTest.hpp b/tests/InferenceTest.hpp
index 181afe4d8f..32d828ddbc 100644
--- a/tests/InferenceTest.hpp
+++ b/tests/InferenceTest.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/tests/InferenceTest.inl b/tests/InferenceTest.inl
index 16df7bace3..5e858f06d3 100644
--- a/tests/InferenceTest.inl
+++ b/tests/InferenceTest.inl
@@ -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 "InferenceTest.hpp"
diff --git a/tests/InferenceTestImage.cpp b/tests/InferenceTestImage.cpp
index cc85adcf3f..31ba49ac80 100644
--- a/tests/InferenceTestImage.cpp
+++ b/tests/InferenceTestImage.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 "InferenceTestImage.hpp"
diff --git a/tests/InferenceTestImage.hpp b/tests/InferenceTestImage.hpp
index 657ea04c7b..59f4cc7073 100644
--- a/tests/InferenceTestImage.hpp
+++ b/tests/InferenceTestImage.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/tests/MnistDatabase.cpp b/tests/MnistDatabase.cpp
index 2ca39ef6de..d2fe1649f3 100644
--- a/tests/MnistDatabase.cpp
+++ b/tests/MnistDatabase.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 "MnistDatabase.hpp"
diff --git a/tests/MnistDatabase.hpp b/tests/MnistDatabase.hpp
index b1336bcef8..813f13aa55 100644
--- a/tests/MnistDatabase.hpp
+++ b/tests/MnistDatabase.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/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp b/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp
index ca6ff45b1b..34fdbf0867 100644
--- a/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp
+++ b/tests/MultipleNetworksCifar10/MultipleNetworksCifar10.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 <iostream>
#include <chrono>
diff --git a/tests/OnnxMnist-Armnn/OnnxMnist-Armnn.cpp b/tests/OnnxMnist-Armnn/OnnxMnist-Armnn.cpp
index a372f54ddb..33eb7f1ec2 100644
--- a/tests/OnnxMnist-Armnn/OnnxMnist-Armnn.cpp
+++ b/tests/OnnxMnist-Armnn/OnnxMnist-Armnn.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 "../InferenceTest.hpp"
#include "../MnistDatabase.hpp"
diff --git a/tests/OnnxMobileNet-Armnn/OnnxMobileNet-Armnn.cpp b/tests/OnnxMobileNet-Armnn/OnnxMobileNet-Armnn.cpp
index 0d2d937469..79ee49e595 100644
--- a/tests/OnnxMobileNet-Armnn/OnnxMobileNet-Armnn.cpp
+++ b/tests/OnnxMobileNet-Armnn/OnnxMobileNet-Armnn.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 "../InferenceTest.hpp"
#include "../ImagePreprocessor.hpp"
diff --git a/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp b/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp
index ee2e880951..d42dd2d804 100644
--- a/tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp
+++ b/tests/TfCifar10-Armnn/TfCifar10-Armnn.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 "../InferenceTest.hpp"
#include "../Cifar10Database.hpp"
diff --git a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp
index 09e70018d3..efda22eedc 100644
--- a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp
+++ b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.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 "../InferenceTest.hpp"
#include "../ImagePreprocessor.hpp"
diff --git a/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp b/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp
index 7383ab3d94..36b1d14008 100644
--- a/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp
+++ b/tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.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 "../InferenceTest.hpp"
#include "../ImagePreprocessor.hpp"
diff --git a/tests/TfMnist-Armnn/TfMnist-Armnn.cpp b/tests/TfMnist-Armnn/TfMnist-Armnn.cpp
index e492b9051a..6d15681d7e 100644
--- a/tests/TfMnist-Armnn/TfMnist-Armnn.cpp
+++ b/tests/TfMnist-Armnn/TfMnist-Armnn.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 "../InferenceTest.hpp"
#include "../MnistDatabase.hpp"
diff --git a/tests/TfMobileNet-Armnn/TfMobileNet-Armnn.cpp b/tests/TfMobileNet-Armnn/TfMobileNet-Armnn.cpp
index cba70c94d3..3d57666b58 100644
--- a/tests/TfMobileNet-Armnn/TfMobileNet-Armnn.cpp
+++ b/tests/TfMobileNet-Armnn/TfMobileNet-Armnn.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 "../InferenceTest.hpp"
#include "../ImagePreprocessor.hpp"
diff --git a/tests/TfResNext_Quantized-Armnn/TfResNext_Quantized-Armnn.cpp b/tests/TfResNext_Quantized-Armnn/TfResNext_Quantized-Armnn.cpp
index 5817e8bb46..c152c0f6c2 100644
--- a/tests/TfResNext_Quantized-Armnn/TfResNext_Quantized-Armnn.cpp
+++ b/tests/TfResNext_Quantized-Armnn/TfResNext_Quantized-Armnn.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 "../InferenceTest.hpp"
#include "../CaffePreprocessor.hpp"
diff --git a/tests/YoloDatabase.cpp b/tests/YoloDatabase.cpp
index 71362b2218..0f5dee026c 100644
--- a/tests/YoloDatabase.cpp
+++ b/tests/YoloDatabase.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 "YoloDatabase.hpp"
diff --git a/tests/YoloDatabase.hpp b/tests/YoloDatabase.hpp
index 3656e26a94..220262c522 100644
--- a/tests/YoloDatabase.hpp
+++ b/tests/YoloDatabase.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/tests/YoloInferenceTest.hpp b/tests/YoloInferenceTest.hpp
index c46cc64b73..6b40d51785 100644
--- a/tests/YoloInferenceTest.hpp
+++ b/tests/YoloInferenceTest.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