Skip to content

Commit

Permalink
IVGCVSW-1807 : change license text in file headers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dbeck-arm authored and MatthewARM committed Sep 17, 2018
1 parent 3aae3c6 commit ecb56cd
Show file tree
Hide file tree
Showing 624 changed files with 624 additions and 624 deletions.
2 changes: 1 addition & 1 deletion Android.bp
Original file line number Diff line number Diff line change
@@ -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
//

// Dummy Android.bp file to keep backward compatibility with previous
Expand Down
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
@@ -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
#

LOCAL_PATH := $(call my-dir)
Expand Down
2 changes: 1 addition & 1 deletion include/armnn/ArmNN.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/Descriptors.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/DescriptorsFwd.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/Exceptions.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/INetwork.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/IProfiler.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/armnn/IRuntime.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/LayerSupport.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/LstmParams.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/NetworkFwd.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/Tensor.hpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion include/armnn/TensorFwd.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/Types.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/TypesUtils.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/Utils.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnn/Version.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnnCaffeParser/ICaffeParser.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnnOnnxParser/IOnnxParser.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnnTfLiteParser/ITfLiteParser.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion include/armnnTfParser/ITfParser.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion samples/SimpleSample.cpp
Original file line number Diff line number Diff line change
@@ -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 "armnn/ArmNN.hpp"
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_tensorflow_protobuf.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright © 2017 Arm Ltd. All rights reserved.
# See LICENSE file in the project root for full license information.
# SPDX-License-Identifier: MIT
#

THIS_SCRIPT=$0
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Descriptors.cpp
Original file line number Diff line number Diff line change
@@ -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/Descriptors.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/DeviceSpec.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Exceptions.cpp
Original file line number Diff line number Diff line change
@@ -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/Exceptions.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Graph.cpp
Original file line number Diff line number Diff line change
@@ -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 "Graph.hpp"
#include "LayersFwd.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Graph.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Half.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/IGraphObservable.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Instrument.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/InternalTypes.cpp
Original file line number Diff line number Diff line change
@@ -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 "InternalTypes.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/InternalTypes.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/JsonPrinter.cpp
Original file line number Diff line number Diff line change
@@ -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 "JsonPrinter.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/JsonPrinter.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Layer.cpp
Original file line number Diff line number Diff line change
@@ -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 "Layer.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Layer.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/LayerFwd.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/LayerSupport.cpp
Original file line number Diff line number Diff line change
@@ -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/LayerSupport.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/LayerSupportCommon.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/LayersFwd.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/LoadedNetwork.cpp
Original file line number Diff line number Diff line change
@@ -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 "LoadedNetwork.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/LoadedNetwork.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/NeonInterceptorScheduler.cpp
Original file line number Diff line number Diff line change
@@ -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 "NeonInterceptorScheduler.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/NeonInterceptorScheduler.hpp
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/armnn/NeonTimer.cpp
Original file line number Diff line number Diff line change
@@ -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 "NeonTimer.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/NeonTimer.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/armnn/Network.cpp
Original file line number Diff line number Diff line change
@@ -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 "Network.hpp"
#include "Graph.hpp"
Expand Down
Loading

0 comments on commit ecb56cd

Please sign in to comment.