From ecb56cd7ce8b45966b3fc6db89441c2c00d74975 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 5 Sep 2018 12:52:57 +0100 Subject: IVGCVSW-1807 : change license text in file headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- include/armnn/ArmNN.hpp | 2 +- include/armnn/Descriptors.hpp | 2 +- include/armnn/DescriptorsFwd.hpp | 2 +- include/armnn/Exceptions.hpp | 2 +- include/armnn/INetwork.hpp | 2 +- include/armnn/IProfiler.hpp | 2 +- include/armnn/IRuntime.hpp | 2 +- include/armnn/LayerSupport.hpp | 2 +- include/armnn/LstmParams.hpp | 2 +- include/armnn/NetworkFwd.hpp | 2 +- include/armnn/Tensor.hpp | 2 +- include/armnn/TensorFwd.hpp | 2 +- include/armnn/Types.hpp | 2 +- include/armnn/TypesUtils.hpp | 2 +- include/armnn/Utils.hpp | 2 +- include/armnn/Version.hpp | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'include/armnn') diff --git a/include/armnn/ArmNN.hpp b/include/armnn/ArmNN.hpp index 66697c428b..c14b958061 100644 --- a/include/armnn/ArmNN.hpp +++ b/include/armnn/ArmNN.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/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp index 3cf152befe..decbf99880 100644 --- a/include/armnn/Descriptors.hpp +++ b/include/armnn/Descriptors.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/include/armnn/DescriptorsFwd.hpp b/include/armnn/DescriptorsFwd.hpp index 8c14614876..ed958fc237 100644 --- a/include/armnn/DescriptorsFwd.hpp +++ b/include/armnn/DescriptorsFwd.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/include/armnn/Exceptions.hpp b/include/armnn/Exceptions.hpp index 403fc593b5..4f3bea0e30 100644 --- a/include/armnn/Exceptions.hpp +++ b/include/armnn/Exceptions.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/include/armnn/INetwork.hpp b/include/armnn/INetwork.hpp index 18e459bf0d..be03f8388b 100644 --- a/include/armnn/INetwork.hpp +++ b/include/armnn/INetwork.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/include/armnn/IProfiler.hpp b/include/armnn/IProfiler.hpp index a28173e5e1..5e6f5087ca 100644 --- a/include/armnn/IProfiler.hpp +++ b/include/armnn/IProfiler.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/include/armnn/IRuntime.hpp b/include/armnn/IRuntime.hpp index 36efdbdcab..b977afe5e7 100644 --- a/include/armnn/IRuntime.hpp +++ b/include/armnn/IRuntime.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/include/armnn/LayerSupport.hpp b/include/armnn/LayerSupport.hpp index cb4329727a..f129bba707 100644 --- a/include/armnn/LayerSupport.hpp +++ b/include/armnn/LayerSupport.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/include/armnn/LstmParams.hpp b/include/armnn/LstmParams.hpp index cfca0df5bb..c4f38f0067 100644 --- a/include/armnn/LstmParams.hpp +++ b/include/armnn/LstmParams.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/include/armnn/NetworkFwd.hpp b/include/armnn/NetworkFwd.hpp index 56aedaf8d4..97c5e6eda6 100644 --- a/include/armnn/NetworkFwd.hpp +++ b/include/armnn/NetworkFwd.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/include/armnn/Tensor.hpp b/include/armnn/Tensor.hpp index 718dd817c5..e69d1a956c 100644 --- a/include/armnn/Tensor.hpp +++ b/include/armnn/Tensor.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 "TensorFwd.hpp" diff --git a/include/armnn/TensorFwd.hpp b/include/armnn/TensorFwd.hpp index 5ea035c877..edb5e8b25c 100644 --- a/include/armnn/TensorFwd.hpp +++ b/include/armnn/TensorFwd.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/include/armnn/Types.hpp b/include/armnn/Types.hpp index fe1fcb45d2..6d89e0ea00 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.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/include/armnn/TypesUtils.hpp b/include/armnn/TypesUtils.hpp index 3077ce111f..29de6e434e 100644 --- a/include/armnn/TypesUtils.hpp +++ b/include/armnn/TypesUtils.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/include/armnn/Utils.hpp b/include/armnn/Utils.hpp index 4b5cb9892d..8d072300da 100644 --- a/include/armnn/Utils.hpp +++ b/include/armnn/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/include/armnn/Version.hpp b/include/armnn/Version.hpp index 1a290d7177..47d03150ef 100644 --- a/include/armnn/Version.hpp +++ b/include/armnn/Version.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 -- cgit v1.2.1