aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser
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 /src/armnnTfParser
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 'src/armnnTfParser')
-rw-r--r--src/armnnTfParser/TfParser.cpp2
-rw-r--r--src/armnnTfParser/TfParser.hpp2
-rw-r--r--src/armnnTfParser/test/Activations.cpp2
-rw-r--r--src/armnnTfParser/test/Addition.cpp2
-rw-r--r--src/armnnTfParser/test/BiasAdd.cpp2
-rw-r--r--src/armnnTfParser/test/BroadcastForAdd.cpp2
-rw-r--r--src/armnnTfParser/test/Concat.cpp2
-rw-r--r--src/armnnTfParser/test/ConcatOfConcats.cpp2
-rw-r--r--src/armnnTfParser/test/Constant.cpp2
-rw-r--r--src/armnnTfParser/test/Convolution2d.cpp2
-rw-r--r--src/armnnTfParser/test/DepthwiseConvolution2d.cpp2
-rw-r--r--src/armnnTfParser/test/FullyConnected.cpp2
-rw-r--r--src/armnnTfParser/test/FusedBatchNorm.cpp2
-rw-r--r--src/armnnTfParser/test/Identity.cpp2
-rw-r--r--src/armnnTfParser/test/LocalResponseNormalization.cpp2
-rw-r--r--src/armnnTfParser/test/MaximumForLeakyRelu.cpp2
-rw-r--r--src/armnnTfParser/test/MultiOutput.cpp2
-rw-r--r--src/armnnTfParser/test/Multiplication.cpp2
-rw-r--r--src/armnnTfParser/test/PassThru.cpp2
-rw-r--r--src/armnnTfParser/test/Pooling.cpp2
-rw-r--r--src/armnnTfParser/test/RealDiv.cpp2
-rw-r--r--src/armnnTfParser/test/Reshape.cpp2
-rw-r--r--src/armnnTfParser/test/ResizeBilinear.cpp2
-rw-r--r--src/armnnTfParser/test/Shape.cpp2
-rw-r--r--src/armnnTfParser/test/Softmax.cpp2
-rw-r--r--src/armnnTfParser/test/Squeeze.cpp2
-rw-r--r--src/armnnTfParser/test/TestDependencies.cpp2
-rw-r--r--src/armnnTfParser/test/TestMultiInputsOutputs.cpp2
28 files changed, 28 insertions, 28 deletions
diff --git a/src/armnnTfParser/TfParser.cpp b/src/armnnTfParser/TfParser.cpp
index 2d873c9b4d..eca393663b 100644
--- a/src/armnnTfParser/TfParser.cpp
+++ b/src/armnnTfParser/TfParser.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 "TfParser.hpp"
diff --git a/src/armnnTfParser/TfParser.hpp b/src/armnnTfParser/TfParser.hpp
index 534714cbee..78cbe1d605 100644
--- a/src/armnnTfParser/TfParser.hpp
+++ b/src/armnnTfParser/TfParser.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/src/armnnTfParser/test/Activations.cpp b/src/armnnTfParser/test/Activations.cpp
index 595fce768e..d5ebb24787 100644
--- a/src/armnnTfParser/test/Activations.cpp
+++ b/src/armnnTfParser/test/Activations.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Addition.cpp b/src/armnnTfParser/test/Addition.cpp
index c642b5a45a..f5c51dc602 100644
--- a/src/armnnTfParser/test/Addition.cpp
+++ b/src/armnnTfParser/test/Addition.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/BiasAdd.cpp b/src/armnnTfParser/test/BiasAdd.cpp
index 1e9911d717..cd6549aec8 100644
--- a/src/armnnTfParser/test/BiasAdd.cpp
+++ b/src/armnnTfParser/test/BiasAdd.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/BroadcastForAdd.cpp b/src/armnnTfParser/test/BroadcastForAdd.cpp
index aab6dbfd79..36cba9df4e 100644
--- a/src/armnnTfParser/test/BroadcastForAdd.cpp
+++ b/src/armnnTfParser/test/BroadcastForAdd.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Concat.cpp b/src/armnnTfParser/test/Concat.cpp
index 3e39bef2e7..2d4a95ba0a 100644
--- a/src/armnnTfParser/test/Concat.cpp
+++ b/src/armnnTfParser/test/Concat.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/ConcatOfConcats.cpp b/src/armnnTfParser/test/ConcatOfConcats.cpp
index 2832159acc..b038698c01 100644
--- a/src/armnnTfParser/test/ConcatOfConcats.cpp
+++ b/src/armnnTfParser/test/ConcatOfConcats.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Constant.cpp b/src/armnnTfParser/test/Constant.cpp
index bc8b36d61b..5c06d8c876 100644
--- a/src/armnnTfParser/test/Constant.cpp
+++ b/src/armnnTfParser/test/Constant.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Convolution2d.cpp b/src/armnnTfParser/test/Convolution2d.cpp
index 8ad1036ef1..cc534df53d 100644
--- a/src/armnnTfParser/test/Convolution2d.cpp
+++ b/src/armnnTfParser/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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
index a44f94957b..5a8105cfa5 100644
--- a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
+++ b/src/armnnTfParser/test/DepthwiseConvolution2d.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/FullyConnected.cpp b/src/armnnTfParser/test/FullyConnected.cpp
index e7f040e784..14561c43cd 100644
--- a/src/armnnTfParser/test/FullyConnected.cpp
+++ b/src/armnnTfParser/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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/FusedBatchNorm.cpp b/src/armnnTfParser/test/FusedBatchNorm.cpp
index 69f018f194..bb9e3ed863 100644
--- a/src/armnnTfParser/test/FusedBatchNorm.cpp
+++ b/src/armnnTfParser/test/FusedBatchNorm.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Identity.cpp b/src/armnnTfParser/test/Identity.cpp
index 9baa8988f3..5b04d42b67 100644
--- a/src/armnnTfParser/test/Identity.cpp
+++ b/src/armnnTfParser/test/Identity.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/LocalResponseNormalization.cpp b/src/armnnTfParser/test/LocalResponseNormalization.cpp
index dcfbbb6918..7a364daac2 100644
--- a/src/armnnTfParser/test/LocalResponseNormalization.cpp
+++ b/src/armnnTfParser/test/LocalResponseNormalization.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/MaximumForLeakyRelu.cpp b/src/armnnTfParser/test/MaximumForLeakyRelu.cpp
index a2566fced5..a52fe75000 100644
--- a/src/armnnTfParser/test/MaximumForLeakyRelu.cpp
+++ b/src/armnnTfParser/test/MaximumForLeakyRelu.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/MultiOutput.cpp b/src/armnnTfParser/test/MultiOutput.cpp
index 7a163ef582..15879c2bed 100644
--- a/src/armnnTfParser/test/MultiOutput.cpp
+++ b/src/armnnTfParser/test/MultiOutput.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Multiplication.cpp b/src/armnnTfParser/test/Multiplication.cpp
index ca9c416ca5..01a7c79b6c 100644
--- a/src/armnnTfParser/test/Multiplication.cpp
+++ b/src/armnnTfParser/test/Multiplication.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/PassThru.cpp b/src/armnnTfParser/test/PassThru.cpp
index bba9ea579b..736e13c1ad 100644
--- a/src/armnnTfParser/test/PassThru.cpp
+++ b/src/armnnTfParser/test/PassThru.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 <boost/test/unit_test.hpp>
#include "armnnTfParser/ITfParser.hpp"
diff --git a/src/armnnTfParser/test/Pooling.cpp b/src/armnnTfParser/test/Pooling.cpp
index f603b22afd..346599fb43 100644
--- a/src/armnnTfParser/test/Pooling.cpp
+++ b/src/armnnTfParser/test/Pooling.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/RealDiv.cpp b/src/armnnTfParser/test/RealDiv.cpp
index 9151cf63ef..952590e001 100644
--- a/src/armnnTfParser/test/RealDiv.cpp
+++ b/src/armnnTfParser/test/RealDiv.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Reshape.cpp b/src/armnnTfParser/test/Reshape.cpp
index 2fe84359fa..cbb3a75011 100644
--- a/src/armnnTfParser/test/Reshape.cpp
+++ b/src/armnnTfParser/test/Reshape.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/ResizeBilinear.cpp b/src/armnnTfParser/test/ResizeBilinear.cpp
index 2aad0a651d..d9741ee784 100644
--- a/src/armnnTfParser/test/ResizeBilinear.cpp
+++ b/src/armnnTfParser/test/ResizeBilinear.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Shape.cpp b/src/armnnTfParser/test/Shape.cpp
index 959d69bb73..52fe9c8951 100644
--- a/src/armnnTfParser/test/Shape.cpp
+++ b/src/armnnTfParser/test/Shape.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Softmax.cpp b/src/armnnTfParser/test/Softmax.cpp
index 0b55816982..df304b6880 100644
--- a/src/armnnTfParser/test/Softmax.cpp
+++ b/src/armnnTfParser/test/Softmax.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/Squeeze.cpp b/src/armnnTfParser/test/Squeeze.cpp
index 1722b630ac..e02a5947a5 100644
--- a/src/armnnTfParser/test/Squeeze.cpp
+++ b/src/armnnTfParser/test/Squeeze.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/TestDependencies.cpp b/src/armnnTfParser/test/TestDependencies.cpp
index fa26a1c0e0..f373e5669d 100644
--- a/src/armnnTfParser/test/TestDependencies.cpp
+++ b/src/armnnTfParser/test/TestDependencies.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 <boost/test/unit_test.hpp>
diff --git a/src/armnnTfParser/test/TestMultiInputsOutputs.cpp b/src/armnnTfParser/test/TestMultiInputsOutputs.cpp
index c7889f3966..a6d18b374c 100644
--- a/src/armnnTfParser/test/TestMultiInputsOutputs.cpp
+++ b/src/armnnTfParser/test/TestMultiInputsOutputs.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 <boost/test/unit_test.hpp>