IVGCVSW-1807 : change license text in file headers
authorDavid Beck <david.beck@arm.com>
Wed, 5 Sep 2018 11:52:57 +0000 (12:52 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Mon, 17 Sep 2018 16:21:25 +0000 (17:21 +0100)
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

624 files changed:
Android.bp
Android.mk
include/armnn/ArmNN.hpp
include/armnn/Descriptors.hpp
include/armnn/DescriptorsFwd.hpp
include/armnn/Exceptions.hpp
include/armnn/INetwork.hpp
include/armnn/IProfiler.hpp
include/armnn/IRuntime.hpp
include/armnn/LayerSupport.hpp
include/armnn/LstmParams.hpp
include/armnn/NetworkFwd.hpp
include/armnn/Tensor.hpp
include/armnn/TensorFwd.hpp
include/armnn/Types.hpp
include/armnn/TypesUtils.hpp
include/armnn/Utils.hpp
include/armnn/Version.hpp
include/armnnCaffeParser/ICaffeParser.hpp
include/armnnOnnxParser/IOnnxParser.hpp
include/armnnTfLiteParser/ITfLiteParser.hpp
include/armnnTfParser/ITfParser.hpp
samples/SimpleSample.cpp
scripts/generate_tensorflow_protobuf.sh [changed mode: 0755->0644]
src/armnn/Descriptors.cpp
src/armnn/DeviceSpec.hpp
src/armnn/Exceptions.cpp
src/armnn/Graph.cpp
src/armnn/Graph.hpp
src/armnn/Half.hpp
src/armnn/IGraphObservable.hpp
src/armnn/Instrument.hpp
src/armnn/InternalTypes.cpp
src/armnn/InternalTypes.hpp
src/armnn/JsonPrinter.cpp
src/armnn/JsonPrinter.hpp
src/armnn/Layer.cpp
src/armnn/Layer.hpp
src/armnn/LayerFwd.hpp
src/armnn/LayerSupport.cpp
src/armnn/LayerSupportCommon.hpp
src/armnn/LayersFwd.hpp
src/armnn/LoadedNetwork.cpp
src/armnn/LoadedNetwork.hpp
src/armnn/NeonInterceptorScheduler.cpp
src/armnn/NeonInterceptorScheduler.hpp
src/armnn/NeonTimer.cpp
src/armnn/NeonTimer.hpp
src/armnn/Network.cpp
src/armnn/Network.hpp
src/armnn/NetworkUtils.hpp
src/armnn/Observable.cpp
src/armnn/Observable.hpp
src/armnn/OpenClTimer.cpp
src/armnn/OpenClTimer.hpp
src/armnn/Optimizer.cpp
src/armnn/Optimizer.hpp
src/armnn/Profiling.cpp
src/armnn/Profiling.hpp
src/armnn/ProfilingEvent.cpp
src/armnn/ProfilingEvent.hpp
src/armnn/Runtime.cpp
src/armnn/Runtime.hpp
src/armnn/SerializeLayerParameters.cpp
src/armnn/SerializeLayerParameters.hpp
src/armnn/Tensor.cpp
src/armnn/TypeUtils.hpp
src/armnn/Utils.cpp
src/armnn/WallClockTimer.cpp
src/armnn/WallClockTimer.hpp
src/armnn/backends/ArmComputeTensorUtils.cpp
src/armnn/backends/ArmComputeTensorUtils.hpp
src/armnn/backends/ArmComputeUtils.hpp
src/armnn/backends/ClContextControl.cpp
src/armnn/backends/ClContextControl.hpp
src/armnn/backends/ClLayerSupport.cpp
src/armnn/backends/ClLayerSupport.hpp
src/armnn/backends/ClTensorHandle.hpp
src/armnn/backends/ClWorkloadFactory.cpp
src/armnn/backends/ClWorkloadFactory.hpp
src/armnn/backends/ClWorkloadUtils.hpp
src/armnn/backends/ClWorkloads.hpp
src/armnn/backends/ClWorkloads/ClActivationFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClActivationFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClActivationUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClActivationUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClAdditionBaseWorkload.cpp
src/armnn/backends/ClWorkloads/ClAdditionBaseWorkload.hpp
src/armnn/backends/ClWorkloads/ClAdditionFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClAdditionFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClAdditionUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClAdditionUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClBaseConstantWorkload.cpp
src/armnn/backends/ClWorkloads/ClBaseConstantWorkload.hpp
src/armnn/backends/ClWorkloads/ClBaseMergerWorkload.hpp
src/armnn/backends/ClWorkloads/ClBaseSplitterWorkload.hpp
src/armnn/backends/ClWorkloads/ClBatchNormalizationFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClBatchNormalizationFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClConstantFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClConstantFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClConstantUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClConstantUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClConvertFp16ToFp32Workload.cpp
src/armnn/backends/ClWorkloads/ClConvertFp16ToFp32Workload.hpp
src/armnn/backends/ClWorkloads/ClConvertFp32ToFp16Workload.cpp
src/armnn/backends/ClWorkloads/ClConvertFp32ToFp16Workload.hpp
src/armnn/backends/ClWorkloads/ClConvolution2dBaseWorkload.cpp
src/armnn/backends/ClWorkloads/ClConvolution2dBaseWorkload.hpp
src/armnn/backends/ClWorkloads/ClConvolution2dFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClConvolution2dFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClConvolution2dUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClConvolution2dUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionBaseWorkload.cpp
src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionBaseWorkload.hpp
src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClDepthwiseConvolutionUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClDivisionFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClDivisionFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClFloorFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClFloorFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClFullyConnectedFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClFullyConnectedFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClL2NormalizationFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClL2NormalizationFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClLstmFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClLstmFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClMergerFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClMergerFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClMergerUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClMergerUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClMultiplicationFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClMultiplicationFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClNormalizationFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClNormalizationFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClPermuteWorkload.cpp
src/armnn/backends/ClWorkloads/ClPermuteWorkload.hpp
src/armnn/backends/ClWorkloads/ClPooling2dBaseWorkload.cpp
src/armnn/backends/ClWorkloads/ClPooling2dBaseWorkload.hpp
src/armnn/backends/ClWorkloads/ClPooling2dFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClPooling2dFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClPooling2dUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClPooling2dUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClReshapeFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClReshapeFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClReshapeUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClReshapeUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClResizeBilinearFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClResizeBilinearFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClSoftmaxBaseWorkload.cpp
src/armnn/backends/ClWorkloads/ClSoftmaxBaseWorkload.hpp
src/armnn/backends/ClWorkloads/ClSoftmaxFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClSoftmaxFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClSoftmaxUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClSoftmaxUint8Workload.hpp
src/armnn/backends/ClWorkloads/ClSplitterFloatWorkload.cpp
src/armnn/backends/ClWorkloads/ClSplitterFloatWorkload.hpp
src/armnn/backends/ClWorkloads/ClSplitterUint8Workload.cpp
src/armnn/backends/ClWorkloads/ClSplitterUint8Workload.hpp
src/armnn/backends/CpuTensorHandle.cpp
src/armnn/backends/CpuTensorHandle.hpp
src/armnn/backends/CpuTensorHandleFwd.hpp
src/armnn/backends/ITensorHandle.hpp
src/armnn/backends/MakeWorkloadHelper.hpp
src/armnn/backends/MemCopyWorkload.cpp
src/armnn/backends/MemCopyWorkload.hpp
src/armnn/backends/NeonLayerSupport.cpp
src/armnn/backends/NeonLayerSupport.hpp
src/armnn/backends/NeonTensorHandle.hpp
src/armnn/backends/NeonWorkloadFactory.cpp
src/armnn/backends/NeonWorkloadFactory.hpp
src/armnn/backends/NeonWorkloadUtils.cpp
src/armnn/backends/NeonWorkloadUtils.hpp
src/armnn/backends/NeonWorkloads.hpp
src/armnn/backends/NeonWorkloads/NeonActivationFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonActivationFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonActivationUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonActivationUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonAdditionFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonAdditionFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonBaseConstantWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonBaseMergerWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonBaseSplitterWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonBatchNormalizationFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonBatchNormalizationFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonConstantFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonConstantFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonConstantUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonConstantUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonConvertFp16ToFp32Workload.cpp
src/armnn/backends/NeonWorkloads/NeonConvertFp16ToFp32Workload.hpp
src/armnn/backends/NeonWorkloads/NeonConvertFp32ToFp16Workload.cpp
src/armnn/backends/NeonWorkloads/NeonConvertFp32ToFp16Workload.hpp
src/armnn/backends/NeonWorkloads/NeonConvolution2dBaseWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonConvolution2dBaseWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonConvolution2dFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonConvolution2dFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonConvolution2dUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonConvolution2dUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonDepthwiseConvolutionBaseWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonDepthwiseConvolutionBaseWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonDepthwiseConvolutionFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonDepthwiseConvolutionFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonDepthwiseConvolutionUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonFloorFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonFloorFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonFullyConnectedFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonFullyConnectedFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonL2NormalizationFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonL2NormalizationFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonLstmFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonMergerFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonMergerFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonMergerUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonMergerUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonMultiplicationFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonMultiplicationFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonNormalizationFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonNormalizationFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonPermuteWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonPermuteWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonPooling2dBaseWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonPooling2dBaseWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonPooling2dFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonPooling2dFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonPooling2dUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonPooling2dUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonReshapeFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonReshapeFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonReshapeUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonReshapeUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonSoftmaxBaseWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonSoftmaxBaseWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonSoftmaxFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonSoftmaxFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonSoftmaxUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonSoftmaxUint8Workload.hpp
src/armnn/backends/NeonWorkloads/NeonSplitterFloatWorkload.cpp
src/armnn/backends/NeonWorkloads/NeonSplitterFloatWorkload.hpp
src/armnn/backends/NeonWorkloads/NeonSplitterUint8Workload.cpp
src/armnn/backends/NeonWorkloads/NeonSplitterUint8Workload.hpp
src/armnn/backends/OutputHandler.cpp
src/armnn/backends/OutputHandler.hpp
src/armnn/backends/RefLayerSupport.cpp
src/armnn/backends/RefLayerSupport.hpp
src/armnn/backends/RefWorkloadFactory.cpp
src/armnn/backends/RefWorkloadFactory.hpp
src/armnn/backends/RefWorkloads.hpp
src/armnn/backends/RefWorkloads/Activation.cpp
src/armnn/backends/RefWorkloads/Activation.hpp
src/armnn/backends/RefWorkloads/Addition.cpp
src/armnn/backends/RefWorkloads/Addition.hpp
src/armnn/backends/RefWorkloads/BatchNormImpl.hpp
src/armnn/backends/RefWorkloads/Broadcast.cpp
src/armnn/backends/RefWorkloads/Broadcast.hpp
src/armnn/backends/RefWorkloads/ConvImpl.cpp
src/armnn/backends/RefWorkloads/ConvImpl.hpp
src/armnn/backends/RefWorkloads/Division.cpp
src/armnn/backends/RefWorkloads/Division.hpp
src/armnn/backends/RefWorkloads/FullyConnected.cpp
src/armnn/backends/RefWorkloads/FullyConnected.hpp
src/armnn/backends/RefWorkloads/Merger.hpp
src/armnn/backends/RefWorkloads/Multiplication.cpp
src/armnn/backends/RefWorkloads/Multiplication.hpp
src/armnn/backends/RefWorkloads/Pooling2d.cpp
src/armnn/backends/RefWorkloads/Pooling2d.hpp
src/armnn/backends/RefWorkloads/RefActivationFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefActivationFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefActivationUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefActivationUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefAdditionFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefAdditionFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefAdditionUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefAdditionUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefBaseConstantWorkload.cpp
src/armnn/backends/RefWorkloads/RefBaseConstantWorkload.hpp
src/armnn/backends/RefWorkloads/RefBatchNormalizationFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefBatchNormalizationFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefBatchNormalizationUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefBatchNormalizationUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefConstantFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefConstantFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefConstantUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefConstantUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefConvertFp16ToFp32Workload.cpp
src/armnn/backends/RefWorkloads/RefConvertFp16ToFp32Workload.hpp
src/armnn/backends/RefWorkloads/RefConvertFp32ToFp16Workload.cpp
src/armnn/backends/RefWorkloads/RefConvertFp32ToFp16Workload.hpp
src/armnn/backends/RefWorkloads/RefConvolution2dFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefConvolution2dFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefConvolution2dUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefConvolution2dUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefDepthwiseConvolution2dFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefDepthwiseConvolution2dFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefDepthwiseConvolution2dUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefDepthwiseConvolution2dUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefDivisionFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefDivisionFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefDivisionUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefDivisionUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefFakeQuantizationFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefFakeQuantizationFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefFloorFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefFloorFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefFullyConnectedFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefFullyConnectedFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefFullyConnectedUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefFullyConnectedUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefL2NormalizationFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefL2NormalizationFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefLstmFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefLstmFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefMergerFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefMergerFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefMergerUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefMergerUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefMultiplicationFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefMultiplicationFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefMultiplicationUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefMultiplicationUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefNormalizationFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefNormalizationFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefPermuteWorkload.cpp
src/armnn/backends/RefWorkloads/RefPermuteWorkload.hpp
src/armnn/backends/RefWorkloads/RefPooling2dFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefPooling2dFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefPooling2dUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefPooling2dUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefReshapeFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefReshapeFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefReshapeUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefReshapeUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefResizeBilinearFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefResizeBilinearFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefResizeBilinearUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefResizeBilinearUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefSoftmaxFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefSoftmaxFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefSoftmaxUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefSoftmaxUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefSplitterFloat32Workload.cpp
src/armnn/backends/RefWorkloads/RefSplitterFloat32Workload.hpp
src/armnn/backends/RefWorkloads/RefSplitterUint8Workload.cpp
src/armnn/backends/RefWorkloads/RefSplitterUint8Workload.hpp
src/armnn/backends/RefWorkloads/RefWorkloadUtils.hpp
src/armnn/backends/RefWorkloads/ResizeBilinear.cpp
src/armnn/backends/RefWorkloads/ResizeBilinear.hpp
src/armnn/backends/RefWorkloads/Softmax.cpp
src/armnn/backends/RefWorkloads/Softmax.hpp
src/armnn/backends/RefWorkloads/Splitter.hpp
src/armnn/backends/RefWorkloads/TensorBufferArrayView.hpp
src/armnn/backends/Workload.hpp
src/armnn/backends/WorkloadData.cpp
src/armnn/backends/WorkloadData.hpp
src/armnn/backends/WorkloadDataCollector.hpp
src/armnn/backends/WorkloadDataFwd.hpp
src/armnn/backends/WorkloadFactory.cpp
src/armnn/backends/WorkloadFactory.hpp
src/armnn/backends/WorkloadInfo.hpp
src/armnn/backends/WorkloadUtils.hpp
src/armnn/backends/test/ActivationFixture.hpp
src/armnn/backends/test/ActivationTestImpl.hpp
src/armnn/backends/test/ArmComputeCl.cpp
src/armnn/backends/test/ArmComputeNeon.cpp
src/armnn/backends/test/BatchNormTestImpl.hpp
src/armnn/backends/test/ClContextControlFixture.hpp
src/armnn/backends/test/Conv2dTestImpl.hpp
src/armnn/backends/test/ConvertFp16ToFp32TestImpl.hpp
src/armnn/backends/test/ConvertFp32ToFp16TestImpl.hpp
src/armnn/backends/test/CreateWorkloadCl.cpp
src/armnn/backends/test/CreateWorkloadNeon.cpp
src/armnn/backends/test/CreateWorkloadRef.cpp
src/armnn/backends/test/FullyConnectedTestImpl.hpp
src/armnn/backends/test/IsLayerSupportedTest.cpp
src/armnn/backends/test/IsLayerSupportedTestImpl.hpp
src/armnn/backends/test/LayerReleaseConstantDataTest.cpp
src/armnn/backends/test/LayerTests.cpp
src/armnn/backends/test/LayerTests.hpp
src/armnn/backends/test/LstmTestImpl.hpp
src/armnn/backends/test/MemCopyTests.cpp
src/armnn/backends/test/NormTestImpl.hpp
src/armnn/backends/test/PermuteTestImpl.hpp
src/armnn/backends/test/Pooling2dTestImpl.hpp
src/armnn/backends/test/QuantizeHelper.hpp
src/armnn/backends/test/Reference.cpp
src/armnn/backends/test/ReshapeTestImpl.hpp
src/armnn/backends/test/SoftmaxTestImpl.hpp
src/armnn/backends/test/SplitterTestImpl.hpp
src/armnn/backends/test/TensorCopyUtils.cpp
src/armnn/backends/test/TensorCopyUtils.hpp
src/armnn/backends/test/WorkloadDataValidation.cpp
src/armnn/backends/test/WorkloadTestUtils.hpp
src/armnn/layers/ActivationLayer.cpp
src/armnn/layers/ActivationLayer.hpp
src/armnn/layers/AdditionLayer.cpp
src/armnn/layers/AdditionLayer.hpp
src/armnn/layers/ArithmeticBaseLayer.cpp
src/armnn/layers/ArithmeticBaseLayer.hpp
src/armnn/layers/BatchNormalizationLayer.cpp
src/armnn/layers/BatchNormalizationLayer.hpp
src/armnn/layers/ConstantLayer.cpp
src/armnn/layers/ConstantLayer.hpp
src/armnn/layers/ConvertFp16ToFp32Layer.cpp
src/armnn/layers/ConvertFp16ToFp32Layer.hpp
src/armnn/layers/ConvertFp32ToFp16Layer.cpp
src/armnn/layers/ConvertFp32ToFp16Layer.hpp
src/armnn/layers/Convolution2dLayer.cpp
src/armnn/layers/Convolution2dLayer.hpp
src/armnn/layers/DepthwiseConvolution2dLayer.cpp
src/armnn/layers/DepthwiseConvolution2dLayer.hpp
src/armnn/layers/DivisionLayer.cpp
src/armnn/layers/DivisionLayer.hpp
src/armnn/layers/FakeQuantizationLayer.cpp
src/armnn/layers/FakeQuantizationLayer.hpp
src/armnn/layers/FloorLayer.cpp
src/armnn/layers/FloorLayer.hpp
src/armnn/layers/FullyConnectedLayer.cpp
src/armnn/layers/FullyConnectedLayer.hpp
src/armnn/layers/InputLayer.cpp
src/armnn/layers/InputLayer.hpp
src/armnn/layers/L2NormalizationLayer.cpp
src/armnn/layers/L2NormalizationLayer.hpp
src/armnn/layers/LayerCloneBase.hpp
src/armnn/layers/LayerWithParameters.hpp
src/armnn/layers/LstmLayer.cpp
src/armnn/layers/LstmLayer.hpp
src/armnn/layers/MemCopyLayer.cpp
src/armnn/layers/MemCopyLayer.hpp
src/armnn/layers/MergerLayer.cpp
src/armnn/layers/MergerLayer.hpp
src/armnn/layers/MultiplicationLayer.cpp
src/armnn/layers/MultiplicationLayer.hpp
src/armnn/layers/NormalizationLayer.cpp
src/armnn/layers/NormalizationLayer.hpp
src/armnn/layers/OutputLayer.cpp
src/armnn/layers/OutputLayer.hpp
src/armnn/layers/PermuteLayer.cpp
src/armnn/layers/PermuteLayer.hpp
src/armnn/layers/Pooling2dLayer.cpp
src/armnn/layers/Pooling2dLayer.hpp
src/armnn/layers/ReshapeLayer.cpp
src/armnn/layers/ReshapeLayer.hpp
src/armnn/layers/ResizeBilinearLayer.cpp
src/armnn/layers/ResizeBilinearLayer.hpp
src/armnn/layers/SoftmaxLayer.cpp
src/armnn/layers/SoftmaxLayer.hpp
src/armnn/layers/SplitterLayer.cpp
src/armnn/layers/SplitterLayer.hpp
src/armnn/memory/BaseMemoryManager.cpp
src/armnn/memory/BaseMemoryManager.hpp
src/armnn/memory/BlobLifetimeManager.cpp
src/armnn/memory/BlobLifetimeManager.hpp
src/armnn/memory/BlobMemoryPool.cpp
src/armnn/memory/BlobMemoryPool.hpp
src/armnn/memory/IMemoryPool.hpp
src/armnn/memory/IPoolManager.hpp
src/armnn/memory/OffsetLifetimeManager.cpp
src/armnn/memory/OffsetLifetimeManager.hpp
src/armnn/memory/OffsetMemoryPool.cpp
src/armnn/memory/OffsetMemoryPool.hpp
src/armnn/memory/PoolManager.cpp
src/armnn/memory/PoolManager.hpp
src/armnn/optimizations/All.hpp
src/armnn/optimizations/ConvertConstants.hpp
src/armnn/optimizations/ConvertFp32NetworkToFp16.hpp
src/armnn/optimizations/MovePermuteUp.hpp
src/armnn/optimizations/Optimization.hpp
src/armnn/optimizations/OptimizeConsecutiveReshapes.hpp
src/armnn/optimizations/OptimizeInverseConversions.hpp
src/armnn/optimizations/OptimizeInversePermutes.hpp
src/armnn/optimizations/PermuteAsReshape.hpp
src/armnn/optimizations/SquashEqualSiblings.hpp
src/armnn/test/CreateWorkload.hpp
src/armnn/test/CreateWorkloadClNeon.hpp
src/armnn/test/CsvReaderTest.cpp
src/armnn/test/EndToEndTest.cpp
src/armnn/test/FP16SupportTest.cpp
src/armnn/test/FloatingPointConverterTest.cpp
src/armnn/test/GraphTests.cpp
src/armnn/test/GraphUtils.hpp
src/armnn/test/InstrumentTests.cpp
src/armnn/test/JsonPrinterTests.cpp
src/armnn/test/NeonTimerTest.cpp
src/armnn/test/NetworkTests.cpp
src/armnn/test/ObservableTest.cpp
src/armnn/test/OpenClTimerTest.cpp
src/armnn/test/OptimizerTests.cpp
src/armnn/test/ProfilerTests.cpp
src/armnn/test/ProfilingEventTest.cpp
src/armnn/test/RuntimeTests.cpp
src/armnn/test/TensorHelpers.hpp
src/armnn/test/TensorTest.cpp
src/armnn/test/UnitTests.cpp
src/armnn/test/UnitTests.hpp
src/armnn/test/UtilsTests.cpp
src/armnnCaffeParser/CaffeParser.cpp
src/armnnCaffeParser/CaffeParser.hpp
src/armnnCaffeParser/RecordByRecordCaffeParser.cpp
src/armnnCaffeParser/RecordByRecordCaffeParser.hpp
src/armnnCaffeParser/test/TestAdd.cpp
src/armnnCaffeParser/test/TestConcat.cpp
src/armnnCaffeParser/test/TestConvolution.cpp
src/armnnCaffeParser/test/TestDropout.cpp
src/armnnCaffeParser/test/TestInPlace.cpp
src/armnnCaffeParser/test/TestInputs.cpp
src/armnnCaffeParser/test/TestMul.cpp
src/armnnCaffeParser/test/TestMultiInputsOutputs.cpp
src/armnnCaffeParser/test/TestPooling2d.cpp
src/armnnCaffeParser/test/TestSplit.cpp
src/armnnOnnxParser/OnnxParser.cpp
src/armnnOnnxParser/OnnxParser.hpp
src/armnnOnnxParser/test/Addition.cpp
src/armnnOnnxParser/test/BatchNorm.cpp
src/armnnOnnxParser/test/Const.cpp
src/armnnOnnxParser/test/Constructor.cpp
src/armnnOnnxParser/test/Conv2D.cpp
src/armnnOnnxParser/test/CreateNetwork.cpp
src/armnnOnnxParser/test/DepthConv.cpp
src/armnnOnnxParser/test/FullyConnected.cpp
src/armnnOnnxParser/test/GetInputsOutputs.cpp
src/armnnOnnxParser/test/Pooling.cpp
src/armnnOnnxParser/test/ProtoxtFixture.cpp
src/armnnOnnxParser/test/Relu.cpp
src/armnnOnnxParser/test/Reshape.cpp
src/armnnTfLiteParser/TfLiteParser.cpp
src/armnnTfLiteParser/TfLiteParser.hpp
src/armnnTfLiteParser/test/AvgPool2D.cpp
src/armnnTfLiteParser/test/Conv2D.cpp
src/armnnTfLiteParser/test/DepthwiseConvolution2D.cpp
src/armnnTfLiteParser/test/GetBuffer.cpp
src/armnnTfLiteParser/test/GetInputsOutputs.cpp
src/armnnTfLiteParser/test/GetSubgraphInputsOutputs.cpp
src/armnnTfLiteParser/test/GetTensorIds.cpp
src/armnnTfLiteParser/test/InputOutputTensorNames.cpp
src/armnnTfLiteParser/test/LoadModel.cpp
src/armnnTfLiteParser/test/OutputShapeOfSqueeze.cpp
src/armnnTfLiteParser/test/ParserFlatbuffersFixture.hpp
src/armnnTfLiteParser/test/Softmax.cpp
src/armnnTfLiteParser/test/Squeeze.cpp
src/armnnTfParser/TfParser.cpp
src/armnnTfParser/TfParser.hpp
src/armnnTfParser/test/Activations.cpp
src/armnnTfParser/test/Addition.cpp
src/armnnTfParser/test/BiasAdd.cpp
src/armnnTfParser/test/BroadcastForAdd.cpp
src/armnnTfParser/test/Concat.cpp
src/armnnTfParser/test/ConcatOfConcats.cpp
src/armnnTfParser/test/Constant.cpp
src/armnnTfParser/test/Convolution2d.cpp
src/armnnTfParser/test/DepthwiseConvolution2d.cpp
src/armnnTfParser/test/FullyConnected.cpp
src/armnnTfParser/test/FusedBatchNorm.cpp
src/armnnTfParser/test/Identity.cpp
src/armnnTfParser/test/LocalResponseNormalization.cpp
src/armnnTfParser/test/MaximumForLeakyRelu.cpp
src/armnnTfParser/test/MultiOutput.cpp
src/armnnTfParser/test/Multiplication.cpp
src/armnnTfParser/test/PassThru.cpp
src/armnnTfParser/test/Pooling.cpp
src/armnnTfParser/test/RealDiv.cpp
src/armnnTfParser/test/Reshape.cpp
src/armnnTfParser/test/ResizeBilinear.cpp
src/armnnTfParser/test/Shape.cpp
src/armnnTfParser/test/Softmax.cpp
src/armnnTfParser/test/Squeeze.cpp
src/armnnTfParser/test/TestDependencies.cpp
src/armnnTfParser/test/TestMultiInputsOutputs.cpp
src/armnnUtils/CsvReader.cpp
src/armnnUtils/CsvReader.hpp
src/armnnUtils/DotSerializer.cpp
src/armnnUtils/DotSerializer.hpp
src/armnnUtils/FloatingPointConverter.cpp
src/armnnUtils/FloatingPointConverter.hpp
src/armnnUtils/GraphTopologicalSort.hpp
src/armnnUtils/HeapProfiling.cpp
src/armnnUtils/HeapProfiling.hpp
src/armnnUtils/LeakChecking.cpp
src/armnnUtils/LeakChecking.hpp
src/armnnUtils/Logging.cpp
src/armnnUtils/Logging.hpp
src/armnnUtils/ParserPrototxtFixture.hpp
src/armnnUtils/Permute.cpp
src/armnnUtils/Permute.hpp
src/armnnUtils/VerificationHelpers.cpp
src/armnnUtils/VerificationHelpers.hpp
tests/CaffeAlexNet-Armnn/CaffeAlexNet-Armnn.cpp
tests/CaffeCifar10AcrossChannels-Armnn/CaffeCifar10AcrossChannels-Armnn.cpp
tests/CaffeInception_BN-Armnn/CaffeInception_BN-Armnn.cpp
tests/CaffeMnist-Armnn/CaffeMnist-Armnn.cpp
tests/CaffePreprocessor.cpp
tests/CaffePreprocessor.hpp
tests/CaffeResNet-Armnn/CaffeResNet-Armnn.cpp
tests/CaffeSqueezeNet1_0-Armnn/CaffeSqueezeNet1_0-Armnn.cpp
tests/CaffeVGG-Armnn/CaffeVGG-Armnn.cpp
tests/CaffeYolo-Armnn/CaffeYolo-Armnn.cpp
tests/Cifar10Database.cpp
tests/Cifar10Database.hpp
tests/ClassifierTestCaseData.hpp
tests/ExecuteNetwork/ExecuteNetwork.cpp
tests/ImagePreprocessor.cpp
tests/ImagePreprocessor.hpp
tests/InferenceModel.hpp
tests/InferenceTest.cpp
tests/InferenceTest.hpp
tests/InferenceTest.inl
tests/InferenceTestImage.cpp
tests/InferenceTestImage.hpp
tests/MnistDatabase.cpp
tests/MnistDatabase.hpp
tests/MultipleNetworksCifar10/MultipleNetworksCifar10.cpp
tests/OnnxMnist-Armnn/OnnxMnist-Armnn.cpp
tests/OnnxMobileNet-Armnn/OnnxMobileNet-Armnn.cpp
tests/TfCifar10-Armnn/TfCifar10-Armnn.cpp
tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp
tests/TfLiteMobilenetQuantized-Armnn/TfLiteMobilenetQuantized-Armnn.cpp
tests/TfMnist-Armnn/TfMnist-Armnn.cpp
tests/TfMobileNet-Armnn/TfMobileNet-Armnn.cpp
tests/TfResNext_Quantized-Armnn/TfResNext_Quantized-Armnn.cpp
tests/YoloDatabase.cpp
tests/YoloDatabase.hpp
tests/YoloInferenceTest.hpp

index 78bfc2a..8414eb5 100644 (file)
@@ -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
index eae4573..89a7124 100644 (file)
@@ -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)
index 66697c4..c14b958 100644 (file)
@@ -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
 
index 3cf152b..decbf99 100644 (file)
@@ -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
 
index 8c14614..ed958fc 100644 (file)
@@ -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
 
index 403fc59..4f3bea0 100644 (file)
@@ -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
 
index 18e459b..be03f83 100644 (file)
@@ -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
 
index a28173e..5e6f508 100644 (file)
@@ -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
index 36efdbd..b977afe 100644 (file)
@@ -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
 
index cb43297..f129bba 100644 (file)
@@ -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
 
index cfca0df..c4f38f0 100644 (file)
@@ -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
 
index 56aedaf..97c5e6e 100644 (file)
@@ -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
 
index 718dd81..e69d1a9 100644 (file)
@@ -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"
index 5ea035c..edb5e8b 100644 (file)
@@ -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
 
index fe1fcb4..6d89e0e 100644 (file)
@@ -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
 
index 3077ce1..29de6e4 100644 (file)
@@ -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
 
index 4b5cb98..8d07230 100644 (file)
@@ -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
 
index 1a290d7..47d0315 100644 (file)
@@ -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
 
index 0f23a65..9d885f5 100644 (file)
@@ -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
 
index c7ec41e..40b47a5 100644 (file)
@@ -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
 
index a4f5e21..c591876 100644 (file)
@@ -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
 
index ab480b8..e5bbc7c 100644 (file)
@@ -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
 
index 43cd93f..0950b26 100644 (file)
@@ -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"
old mode 100755 (executable)
new mode 100644 (file)
index 52c1827..df0d7ba
@@ -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
index faf167d..a017806 100644 (file)
@@ -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"
 
index 3706438..2eb8174 100644 (file)
@@ -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
 
index 2cf95fa..1c4ebb6 100644 (file)
@@ -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"
 
index 74b30e4..0ba2d06 100644 (file)
@@ -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"
index fd81e51..7ace2e0 100644 (file)
@@ -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
 
index 4a10c3c..c4b47a3 100644 (file)
@@ -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
index f1779ec..2b641dc 100644 (file)
@@ -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
 
index 8d3ac5a..8dde2ec 100644 (file)
@@ -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
index 7ccef9e..5d7984a 100644 (file)
@@ -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"
index 236b77c..13b93ce 100644 (file)
@@ -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
 
index f7c1c68..97cd5f2 100644 (file)
@@ -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"
index 1bf9e31..12a0891 100644 (file)
@@ -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
index 9f6d75c..48ab8b5 100644 (file)
@@ -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"
 
index ebd6b25..31837a5 100644 (file)
@@ -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
 
index c2f6c73..4f057e6 100644 (file)
@@ -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
 
index 50c78cb..7ac054c 100644 (file)
@@ -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"
 
index 63065c0..e351cf4 100644 (file)
@@ -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
 
index bf40f0f..f7ebd37 100644 (file)
@@ -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
 
index e1f8de3..ce9f76c 100644 (file)
@@ -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"
index 286f804..9e49ced 100644 (file)
@@ -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
 
index fc95ef4..6f52729 100644 (file)
@@ -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"
index b8ecbd5..37966b8 100644 (file)
@@ -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
 
index 0c1e2e6..1ee0c64 100644 (file)
@@ -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"
index 5685c4a..31d3e85 100644 (file)
@@ -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
index 76bf4f1..507668a 100644 (file)
@@ -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"
index e4dc0e3..3582439 100644 (file)
@@ -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
 
index 0228813..60cbf27 100644 (file)
@@ -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
index 7179a10..a6bb6c5 100644 (file)
@@ -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 "Observable.hpp"
index 8f33c0b..2216bbb 100644 (file)
@@ -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
 
index 8559fef..57552d7 100644 (file)
@@ -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 "OpenClTimer.hpp"
index 09d7a8b..ca044a4 100644 (file)
@@ -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
index 630aa1a..5e50c01 100644 (file)
@@ -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 "Optimizer.hpp"
 #include "Observable.hpp"
index 06720b0..e8770ca 100644 (file)
@@ -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
 
index f70f6a3..b749c80 100644 (file)
@@ -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 "Profiling.hpp"
 #include "JsonPrinter.hpp"
index 33c5f46..758b753 100644 (file)
@@ -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
 
index 42a44a7..55e931a 100644 (file)
@@ -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 "Profiling.hpp"
index 61a2ee9..1347355 100644 (file)
@@ -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
index 7d1a9fa..354a567 100644 (file)
@@ -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 "Runtime.hpp"
 
index 151dde3..b0a393d 100644 (file)
@@ -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
 
index 3c435df..d416a28 100644 (file)
@@ -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 "SerializeLayerParameters.hpp"
 #include <armnn/TypesUtils.hpp>
index 1a2ab1b..a47ce5a 100644 (file)
@@ -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
 
index e5d7f4b..8e72d46 100644 (file)
@@ -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/Tensor.hpp"
 #include "armnn/Utils.hpp"
index 2b70e28..e159d1f 100644 (file)
@@ -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
index 5dafe54..b59999e 100644 (file)
@@ -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/Utils.hpp"
 #include "Logging.hpp"
index 93d1222..882b7eb 100644 (file)
@@ -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 "WallClockTimer.hpp"
index 84b46da..5e88382 100644 (file)
@@ -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
index 8e4abaf..ba9fb40 100644 (file)
@@ -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 "ArmComputeTensorUtils.hpp"
 #include "ArmComputeUtils.hpp"
index 81c6620..572e310 100644 (file)
@@ -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
 
index 3c57fb5..db47296 100644 (file)
@@ -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
 
index 68e878d..e8b21c9 100644 (file)
@@ -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 "ClContextControl.hpp"
index ee1b797..5ac5642 100644 (file)
@@ -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
 
index 623bdca..3a9a22a 100644 (file)
@@ -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 "LayerSupportCommon.hpp"
index 71bbe7c..be56d5d 100644 (file)
@@ -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
 
index e3618a3..9c78192 100644 (file)
@@ -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
 
index 86624ce..d2f3b11 100644 (file)
@@ -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 "ClWorkloadFactory.hpp"
 
index ab8c926..901bf40 100644 (file)
@@ -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
 
index 6b6a18e..82cd37d 100644 (file)
@@ -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
 
index 0010830..e524a70 100644 (file)
@@ -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
index 1e5cf0c..a69f6c5 100644 (file)
@@ -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 "ClActivationFloatWorkload.hpp"
index 56367ce..4f283a9 100644 (file)
@@ -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
index 75ab3d0..07826b8 100644 (file)
@@ -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 "ClActivationUint8Workload.hpp"
index 449b2d5..f133f9c 100644 (file)
@@ -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
index 5dd7bb3..bd8a943 100644 (file)
@@ -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 "ClAdditionBaseWorkload.hpp"
index fba8a0d..b3bf1fe 100644 (file)
@@ -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
index 089b84a..b51d8a7 100644 (file)
@@ -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 "ClAdditionFloatWorkload.hpp"
index 03df9cf..de33ca6 100644 (file)
@@ -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
index a72ceca..57b9062 100644 (file)
@@ -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 "ClAdditionUint8Workload.hpp"
index 73ff287..d127e7e 100644 (file)
@@ -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
index e0bc365..735b053 100644 (file)
@@ -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 "ClBaseConstantWorkload.hpp"
index 7ad7bb9..7304879 100644 (file)
@@ -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
index 531e329..9f55779 100644 (file)
@@ -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
index 8e4f10f..30792e4 100644 (file)
@@ -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
index a5d5b82..4433a2a 100644 (file)
@@ -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 "ClBatchNormalizationFloatWorkload.hpp"
index edc0d3c..7af2550 100644 (file)
@@ -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
index 842f757..eaa433a 100644 (file)
@@ -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 "ClConstantFloatWorkload.hpp"
index 52b1be4..c702f2b 100644 (file)
@@ -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
index 82ce436..d9dfaa2 100644 (file)
@@ -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 "ClConstantUint8Workload.hpp"
index 3a53f10..30556dc 100644 (file)
@@ -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
index 4914be7..9408288 100644 (file)
@@ -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 "ClConvertFp16ToFp32Workload.hpp"
index 36ccbb7..6b7279d 100644 (file)
@@ -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
index 19e0643..8633548 100644 (file)
@@ -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 "ClConvertFp32ToFp16Workload.hpp"
index 02a442d..9c602ae 100644 (file)
@@ -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
index be4c335..f111323 100644 (file)
@@ -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 "ClConvolution2dBaseWorkload.hpp"
index c79e476..5796dfb 100644 (file)
@@ -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
index 375ace2..c4e9f59 100644 (file)
@@ -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 "ClConvolution2dFloatWorkload.hpp"
index b0af095..ddf2d7b 100644 (file)
@@ -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
index a78d7fb..b1df78a 100644 (file)
@@ -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 "ClConvolution2dUint8Workload.hpp"
index 7d9eb76..f1cfbcf 100644 (file)
@@ -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
index 5a57754..0e89a68 100644 (file)
@@ -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 "ClDepthwiseConvolutionBaseWorkload.hpp"
index 502d570..446746c 100644 (file)
@@ -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
index 79aef3e..6aa4d21 100644 (file)
@@ -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 "ClDepthwiseConvolutionFloatWorkload.hpp"
index 2107a7e..86aacd0 100644 (file)
@@ -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
index 4852ce8..a648d01 100644 (file)
@@ -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 "ClDepthwiseConvolutionUint8Workload.hpp"
index a4277d4..c13a104 100644 (file)
@@ -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
index 07345c3..5858ebd 100644 (file)
@@ -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 "ClDivisionFloatWorkload.hpp"
index bd06d38..850ae94 100644 (file)
@@ -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
index 3ec7e75..701d8c6 100644 (file)
@@ -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 "ClFloorFloatWorkload.hpp"
index 965ae06..1c84273 100644 (file)
@@ -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
index 9774368..b1dab7c 100644 (file)
@@ -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 "ClFullyConnectedFloatWorkload.hpp"
index 1832e4f..e8d6a78 100644 (file)
@@ -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
index c79ed97..23b2f4e 100644 (file)
@@ -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 "ClL2NormalizationFloatWorkload.hpp"
index a247c68..32cf5e8 100644 (file)
@@ -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
index bfa439b..249a861 100644 (file)
@@ -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 "ClLstmFloatWorkload.hpp"
index 47473b2..5ced241 100644 (file)
@@ -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
index 3d8a183..fedbaee 100644 (file)
@@ -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 "ClMergerFloatWorkload.hpp"
index e89f96e..9782f7a 100644 (file)
@@ -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
index 551135b..c7f3b75 100644 (file)
@@ -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 "ClMergerUint8Workload.hpp"
index 1ddbb2a..cbfc19a 100644 (file)
@@ -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
index e161a0a..cc9ec35 100644 (file)
@@ -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 "ClMultiplicationFloatWorkload.hpp"
index 0da8451..6782027 100644 (file)
@@ -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
index bd486e6..38e2fa8 100644 (file)
@@ -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 "ClNormalizationFloatWorkload.hpp"
index 4f49e93..40534fa 100644 (file)
@@ -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
index 3c132cb..c2c1587 100644 (file)
@@ -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 "ClPermuteWorkload.hpp"
index c8726bc..a848955 100644 (file)
@@ -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
index 6b8a230..a1ee50b 100644 (file)
@@ -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 "ClPooling2dBaseWorkload.hpp"
index aea32c9..3c61b0d 100644 (file)
@@ -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
index 9979e2f..1b8f68b 100644 (file)
@@ -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 "ClPooling2dFloatWorkload.hpp"
index 0b73abb..61d27ca 100644 (file)
@@ -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
index 94cf753..3d2b8eb 100644 (file)
@@ -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 "ClPooling2dUint8Workload.hpp"
index 0875c74..f4097a3 100644 (file)
@@ -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
index 645544b..66888d6 100644 (file)
@@ -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 "ClReshapeFloatWorkload.hpp"
index 18392af..290f540 100644 (file)
@@ -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
index 050fb9a..5d2404e 100644 (file)
@@ -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 "ClReshapeUint8Workload.hpp"
index 9e41990..73915f5 100644 (file)
@@ -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
index e7e2f70..39aa868 100644 (file)
@@ -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 "ClResizeBilinearFloatWorkload.hpp"
index 7527cc6..9478c1a 100644 (file)
@@ -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
index cd3107c..70abe75 100644 (file)
@@ -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 "ClSoftmaxBaseWorkload.hpp"
index e011313..751d8ff 100644 (file)
@@ -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
index 2816d80..d809f9a 100644 (file)
@@ -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 "ClSoftmaxFloatWorkload.hpp"
index d50ba6f..de8ff7e 100644 (file)
@@ -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
index 3cd9a6a..123f7c6 100644 (file)
@@ -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 "ClSoftmaxUint8Workload.hpp"
index 36c2c78..f5eba71 100644 (file)
@@ -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
index 816cc6a..a95c062 100644 (file)
@@ -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 "ClSplitterFloatWorkload.hpp"
index f795473..a0b5846 100644 (file)
@@ -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
index d2d2549..207a3c4 100644 (file)
@@ -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 "ClSplitterUint8Workload.hpp"
index ed8b3cc..19e8be5 100644 (file)
@@ -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
index 78cf6ef..1a26453 100644 (file)
@@ -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"
 #include "CpuTensorHandle.hpp"
index 3376650..541beef 100644 (file)
@@ -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 "CpuTensorHandleFwd.hpp"
index 93e9a79..d439d0b 100644 (file)
@@ -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
 
index ab571ab..02f4ed6 100644 (file)
@@ -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
 
index 64a7f89..281a65a 100644 (file)
@@ -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
 
index 27e60f9..75271a0 100644 (file)
@@ -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 "MemCopyWorkload.hpp"
 #include "backends/CpuTensorHandle.hpp"
index 7a46e5b..5227f32 100644 (file)
@@ -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
 
index fd2372f..f39871b 100644 (file)
@@ -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 "NeonLayerSupport.hpp"
index 654d06b..1715f83 100644 (file)
@@ -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
 
index 3818d2c..e385c83 100644 (file)
@@ -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
 
index 6e99701..c90362c 100644 (file)
@@ -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 "NeonWorkloadFactory.hpp"
 #include "armnn/Utils.hpp"
index f6ddb6d..32e745f 100644 (file)
@@ -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
 
index 07e5d51..010299f 100644 (file)
@@ -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 "NeonWorkloadUtils.hpp"
 #include "backends/ArmComputeTensorUtils.hpp"
index 8169f86..15f9e3b 100644 (file)
@@ -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
 
index 1948232..9377818 100644 (file)
@@ -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
index e3524dc..bedf3dc 100644 (file)
@@ -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 "NeonActivationFloatWorkload.hpp"
index c9f4bab..f8d25ca 100644 (file)
@@ -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
index f2e4233..a9b94d2 100644 (file)
@@ -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 "NeonActivationUint8Workload.hpp"
index af655db..405e600 100644 (file)
@@ -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
index 1c1e65c..adc34e9 100644 (file)
@@ -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 "NeonAdditionFloatWorkload.hpp"
index efab230..154e4f3 100644 (file)
@@ -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
index e0ad408..f4a09d4 100644 (file)
@@ -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
index 6a87d62..603e7f3 100644 (file)
@@ -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
index 769291c..9288d44 100644 (file)
@@ -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
index f24ff79..f47dc04 100644 (file)
@@ -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 "NeonBatchNormalizationFloatWorkload.hpp"
index 2844c65..7982541 100644 (file)
@@ -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
index 49749a8..dbdd057 100644 (file)
@@ -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 "NeonConstantFloatWorkload.hpp"
index 8ae0add..c35b5fd 100644 (file)
@@ -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
index 4061605..c607d86 100644 (file)
@@ -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 "NeonConstantUint8Workload.hpp"
index 729bb35..2cb9516 100644 (file)
@@ -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
index 84fc051..86ec31c 100644 (file)
@@ -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 "NeonConvertFp16ToFp32Workload.hpp"
index 136c0d8..d70401b 100644 (file)
@@ -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
index 61f3052..0f4fbe4 100644 (file)
@@ -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 "NeonConvertFp32ToFp16Workload.hpp"
index f48c365..eb839fd 100644 (file)
@@ -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
index e1556c2..0e9894c 100644 (file)
@@ -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 "backends/CpuTensorHandle.hpp"
index de55939..77d90cd 100644 (file)
@@ -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
index 8037cb6..ca7a0c5 100644 (file)
@@ -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 "NeonConvolution2dFloatWorkload.hpp"
index 1d08118..dd8ef55 100644 (file)
@@ -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
index bb33e93..5affe68 100644 (file)
@@ -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 "NeonConvolution2dUint8Workload.hpp"
index 5b97721..ef60fc3 100644 (file)
@@ -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
index 26705c0..e79e14f 100644 (file)
@@ -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 "NeonDepthwiseConvolutionBaseWorkload.hpp"
index b19e77e..eec432b 100644 (file)
@@ -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
index 96ca938..1ec1417 100644 (file)
@@ -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 "NeonDepthwiseConvolutionFloatWorkload.hpp"
index 670182e..4ec8c1d 100644 (file)
@@ -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
index 45fbcb3..b7813a5 100644 (file)
@@ -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 "NeonDepthwiseConvolutionUint8Workload.hpp"
index aca0ba5..a0be512 100644 (file)
@@ -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
index 4d2cb02..a08ba8a 100644 (file)
@@ -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 "NeonFloorFloatWorkload.hpp"
index 1443d9a..ad9f44b 100644 (file)
@@ -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
index 098d84b..2036ecb 100644 (file)
@@ -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 "NeonFullyConnectedFloatWorkload.hpp"
index 1f4464f..27e5717 100644 (file)
@@ -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
index bf0ef01..7296e67 100644 (file)
@@ -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 "NeonL2NormalizationFloatWorkload.hpp"
index 5edff07..078c4d1 100644 (file)
@@ -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
index 8159e9f..8b2b58d 100644 (file)
@@ -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 "NeonLstmFloatWorkload.hpp"
index fc06d55..6064a01 100644 (file)
@@ -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
index 02caca9..79039aa 100644 (file)
@@ -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 "NeonMergerFloatWorkload.hpp"
index c9f8e66..e7088b8 100644 (file)
@@ -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
index caccdd4..3989702 100644 (file)
@@ -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 "NeonMergerUint8Workload.hpp"
index fd1e6b7..73c0fd5 100644 (file)
@@ -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
index ca38a24..c4241ec 100644 (file)
@@ -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 "NeonMultiplicationFloatWorkload.hpp"
index eb0f774..4b187b2 100644 (file)
@@ -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
index 8c2a87d..4534c37 100644 (file)
@@ -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 "NeonNormalizationFloatWorkload.hpp"
index 8e8cc40..633944d 100644 (file)
@@ -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
index c27797e..9bc76ba 100644 (file)
@@ -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 "NeonPermuteWorkload.hpp"
index 06b2dc6..1fe05b1 100644 (file)
@@ -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
index 3585d36..208d08c 100644 (file)
@@ -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 "NeonPooling2dBaseWorkload.hpp"
index 2e85e93..77d6bf2 100644 (file)
@@ -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
index 90e09db..46996b0 100644 (file)
@@ -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 "NeonPooling2dFloatWorkload.hpp"
index ba4e9ca..78a3574 100644 (file)
@@ -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
index 3e06d08..8f99a2b 100644 (file)
@@ -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 "NeonPooling2dUint8Workload.hpp"
index fa81821..d475c5f 100644 (file)
@@ -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
index ef229b2..2dae946 100644 (file)
@@ -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 "NeonReshapeFloatWorkload.hpp"
index d32d779..066765a 100644 (file)
@@ -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
index b31bdcd..41aa07f 100644 (file)
@@ -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 "NeonReshapeUint8Workload.hpp"
index 66b7d91..3f7c470 100644 (file)
@@ -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
index 3efffaf..ca9e4f0 100644 (file)
@@ -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 "NeonSoftmaxBaseWorkload.hpp"
index b9b21fb..24910df 100644 (file)
@@ -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
index 981e63e..92e5139 100644 (file)
@@ -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 "NeonSoftmaxFloatWorkload.hpp"
index 52dbded..47745c6 100644 (file)
@@ -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
index 4b0c05b..cff869c 100644 (file)
@@ -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 "NeonSoftmaxUint8Workload.hpp"
index 19549ef..f894c5a 100644 (file)
@@ -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
index 06e300c..39ed5b7 100644 (file)
@@ -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 "NeonSplitterFloatWorkload.hpp"
index 5d6b328..744a4fe 100644 (file)
@@ -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
index 0d6328f..4b2cf8f 100644 (file)
@@ -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 "NeonSplitterUint8Workload.hpp"
index 1c97c74..f219cfa 100644 (file)
@@ -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
index ccc62c8..c1be5b7 100644 (file)
@@ -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 "OutputHandler.hpp"
 
index ed95577..dfc0184 100644 (file)
@@ -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
 
index ff5809c..ee91e73 100644 (file)
@@ -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 "LayerSupportCommon.hpp"
index 900cf69..d396867 100644 (file)
@@ -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
 
index b4e4cf9..d4891b3 100644 (file)
@@ -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 "CpuTensorHandle.hpp"
 #include "RefWorkloadFactory.hpp"
index 9b9465c..8586ca6 100644 (file)
@@ -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
 
index 8ce21d4..98385ad 100644 (file)
@@ -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
index fdb6091..ef49030 100644 (file)
@@ -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 "Activation.hpp"
index 4ee604b..c8a2311 100644 (file)
@@ -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/Tensor.hpp>
index 6d53a70..33d5bd5 100644 (file)
@@ -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 "Addition.hpp"
index e62d63e..dcbd499 100644 (file)
@@ -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
index f40a277..a7579c8 100644 (file)
@@ -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
index 90ccb48..8421a0a 100644 (file)
@@ -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 "Broadcast.hpp"
index bdf03f2..e92ed05 100644 (file)
@@ -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/Tensor.hpp>
index 3dcd344..8743a2b 100644 (file)
@@ -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 "ConvImpl.hpp"
index b7d5d17..4c9ab2a 100644 (file)
@@ -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
index 9c11422..cc7f7c9 100644 (file)
@@ -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 "Division.hpp"
index d4c7e8d..b83c77f 100644 (file)
@@ -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
index 1a8263b..bf5814d 100644 (file)
@@ -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 "FullyConnected.hpp"
index fa6f54a..623259f 100644 (file)
@@ -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
index 1294d05..867925f 100644 (file)
@@ -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
index 47c0f1c..ae6446a 100644 (file)
@@ -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 "Multiplication.hpp"
index 54fcac5..58ad7b4 100644 (file)
@@ -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
index 4047f06..5812a29 100644 (file)
@@ -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 "Pooling2d.hpp"
index cefd022..da56b25 100644 (file)
@@ -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
index f566759..3cc59be 100644 (file)
@@ -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 "RefActivationFloat32Workload.hpp"
index d8bd216..0de33f0 100644 (file)
@@ -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
index e8852f4..b95c2e2 100644 (file)
@@ -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 "RefActivationUint8Workload.hpp"
index 51514d0..f38888a 100644 (file)
@@ -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
index e06d7f9..c2a5b5f 100644 (file)
@@ -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 "RefAdditionFloat32Workload.hpp"
index e69ea28..6250bb6 100644 (file)
@@ -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
index fa2dfee..2999be9 100644 (file)
@@ -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 "RefAdditionUint8Workload.hpp"
index 0f5a23e..0701681 100644 (file)
@@ -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
index 50a198f..647677b 100644 (file)
@@ -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 "RefBaseConstantWorkload.hpp"
index 9044fca..8dc9fd6 100644 (file)
@@ -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
index fbc1f07..313af9c 100644 (file)
@@ -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 "RefBatchNormalizationFloat32Workload.hpp"
index 780c329..15c843c 100644 (file)
@@ -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
index 4a8e296..e248ad4 100644 (file)
@@ -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 "RefBatchNormalizationUint8Workload.hpp"
index 2c12d28..d3e8e0a 100644 (file)
@@ -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
index 0ed6601..074e8cc 100644 (file)
@@ -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 "RefConstantFloat32Workload.hpp"
index f0876a9..76e3a42 100644 (file)
@@ -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
index 2a4a514..07e4719 100644 (file)
@@ -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 "RefConstantUint8Workload.hpp"
index 504737d..02552ac 100644 (file)
@@ -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
index c4b7801..e148bf6 100644 (file)
@@ -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 "RefConvertFp16ToFp32Workload.hpp"
index 34ae355..5e841ba 100644 (file)
@@ -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
index 3c93297..efaaf8e 100644 (file)
@@ -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 "RefConvertFp32ToFp16Workload.hpp"
index 903a504..0754fd5 100644 (file)
@@ -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
index 4fe823a..2090564 100644 (file)
@@ -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 "RefConvolution2dFloat32Workload.hpp"
index ecf0082..34489e8 100644 (file)
@@ -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
index 19e9c2e..881e9bf 100644 (file)
@@ -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 "RefConvolution2dUint8Workload.hpp"
index 733d205..0e2dd6a 100644 (file)
@@ -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
index f3167e2..e89013b 100644 (file)
@@ -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 "RefDepthwiseConvolution2dFloat32Workload.hpp"
index 042e7b3..8f1227e 100644 (file)
@@ -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
index fd5ade5..e8e501d 100644 (file)
@@ -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 "RefDepthwiseConvolution2dUint8Workload.hpp"
index 2c8ed2d..c615cf7 100644 (file)
@@ -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
index 7cbd1fa..81f4645 100644 (file)
@@ -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 "RefDivisionFloat32Workload.hpp"
index e31c255..4af0b61 100644 (file)
@@ -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
index 4354e70..a6ed770 100644 (file)
@@ -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 "RefDivisionUint8Workload.hpp"
index d9e26ce..9c9f764 100644 (file)
@@ -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
index 483fa7e..3e16f60 100644 (file)
@@ -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 "RefFakeQuantizationFloat32Workload.hpp"
index 7ad5272..523fdcf 100644 (file)
@@ -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
index 4bc7ec4..cc1f880 100644 (file)
@@ -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 "RefFloorFloat32Workload.hpp"
index 1eb5e2f..d7cfa50 100644 (file)
@@ -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
index 818455e..ccaf4cd 100644 (file)
@@ -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 "RefFullyConnectedFloat32Workload.hpp"
index 639d935..ce05869 100644 (file)
@@ -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
index cd65365..cd785d7 100644 (file)
@@ -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 "RefFullyConnectedUint8Workload.hpp"
index 36e5f63..e489cc7 100644 (file)
@@ -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
index 82c1ecd..973c87b 100644 (file)
@@ -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 "RefL2NormalizationFloat32Workload.hpp"
index a242027..a3f03f3 100644 (file)
@@ -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
index bc33638..50ff605 100644 (file)
@@ -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 "RefLstmFloat32Workload.hpp"
index 0acce4d..fc4f777 100644 (file)
@@ -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
index 41d3c05..b1f8a32 100644 (file)
@@ -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 "RefMergerFloat32Workload.hpp"
index d894c2a..23a523c 100644 (file)
@@ -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
index 3f4371b..47ce1cf 100644 (file)
@@ -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 "RefMergerUint8Workload.hpp"
index 4c9bbca..65dc421 100644 (file)
@@ -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
index d7c54d9..022cca7 100644 (file)
@@ -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 "RefMultiplicationFloat32Workload.hpp"
index 920d072..ba38ee0 100644 (file)
@@ -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
index d5c4afd..8e0a617 100644 (file)
@@ -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 "RefMultiplicationUint8Workload.hpp"
index 5da2e58..2a37128 100644 (file)
@@ -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
index f4dff60..5c24416 100644 (file)
@@ -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 "RefNormalizationFloat32Workload.hpp"
index 6f4175a..e30356c 100644 (file)
@@ -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
index 93c883d..4093ff3 100644 (file)
@@ -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 "RefPermuteWorkload.hpp"
index 4ca1f38..d72cf77 100644 (file)
@@ -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
index 030f96c..2542756 100644 (file)
@@ -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 "RefPooling2dFloat32Workload.hpp"
index 598b365..501fb71 100644 (file)
@@ -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
index 7066fc9..91fdf29 100644 (file)
@@ -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 "RefPooling2dUint8Workload.hpp"
index cbeca2c..6544f9a 100644 (file)
@@ -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
index 3bf7b48..99c94a4 100644 (file)
@@ -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 "RefReshapeFloat32Workload.hpp"
index 36fdf7f..9281e89 100644 (file)
@@ -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
index 3874260..8f475f3 100644 (file)
@@ -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 "RefReshapeUint8Workload.hpp"
index 38da277..b37fb4b 100644 (file)
@@ -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
index 8ad7a76..50ee7a2 100644 (file)
@@ -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 "RefResizeBilinearFloat32Workload.hpp"
index 86e8693..0fff7ee 100644 (file)
@@ -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
index dfa561d..67ab039 100644 (file)
@@ -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 "RefResizeBilinearUint8Workload.hpp"
index f72fafd..bbaf899 100644 (file)
@@ -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
index 590e514..1f519bd 100644 (file)
@@ -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 "RefSoftmaxFloat32Workload.hpp"
index 4d30f9f..d37f2b5 100644 (file)
@@ -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
index 5ef4a6d..17114ec 100644 (file)
@@ -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 "RefSoftmaxUint8Workload.hpp"
index fadc764..b179d52 100644 (file)
@@ -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
index 35ab4e2..75611da 100644 (file)
@@ -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 "RefSplitterFloat32Workload.hpp"
index 722dde1..12176dd 100644 (file)
@@ -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
index 522a446..ca9f5db 100644 (file)
@@ -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 "RefSplitterUint8Workload.hpp"
index e285549..e80cb1a 100644 (file)
@@ -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
index 1df735e..616a875 100644 (file)
@@ -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
index d8bca4b..0bce3c7 100644 (file)
@@ -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 "ResizeBilinear.hpp"
index 50e8128..847b8e8 100644 (file)
@@ -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
index c9f0bc5..4f1016e 100644 (file)
@@ -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 "Softmax.hpp"
index f75388d..3b974f9 100644 (file)
@@ -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
index c12d936..e9c0379 100644 (file)
@@ -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
index ad0f38e..e19810c 100644 (file)
@@ -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/Tensor.hpp>
index 5da03bc..cf9c6f2 100644 (file)
@@ -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
 
index 626b1eb..660637e 100644 (file)
@@ -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 "WorkloadData.hpp"
 
index e7110a4..d0b8163 100644 (file)
@@ -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
 
index 4dfd0ea..ac8c2e2 100644 (file)
@@ -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
 
index 1b466b6..9ae20e0 100644 (file)
@@ -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
 
index bdfda2b..ba926e8 100644 (file)
@@ -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 "WorkloadFactory.hpp"
 #include "RefWorkloadFactory.hpp"
index 960a71f..771aecf 100644 (file)
@@ -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
 
index b0a0d2f..304bc0b 100644 (file)
@@ -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
 
index f21c785..65c58ea 100644 (file)
@@ -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
index 69f3c8b..d9d4ca7 100644 (file)
@@ -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
 
index e699b22..a5d327c 100644 (file)
@@ -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
 
index 4f6abad..275d570 100644 (file)
@@ -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 "test/TensorHelpers.hpp"
index 12947ca..56ee296 100644 (file)
@@ -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>
 
index 82e6e86..7126db9 100644 (file)
@@ -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
 
index 13c061f..54c5a4f 100644 (file)
@@ -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
index 4329788..eb7165b 100644 (file)
@@ -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
 
index 89faaf9..b75879d 100644 (file)
@@ -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
index 1d9bee5..1325b4b 100644 (file)
@@ -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
index 538d5af..96001a4 100644 (file)
@@ -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 "backends/ClWorkloadFactory.hpp"
 #include "backends/RefWorkloadFactory.hpp"
index d84b39b..dde8c39 100644 (file)
@@ -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 "backends/NeonWorkloadFactory.hpp"
 #include "backends/NeonWorkloadUtils.hpp"
index 1091564..46ee322 100644 (file)
@@ -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 "backends/RefWorkloadFactory.hpp"
 #include "backends/RefWorkloads.hpp"
index 7087ba5..125b7e6 100644 (file)
@@ -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
 //
 
 template<typename T, typename B>
index 14ef66f..97d3de5 100644 (file)
@@ -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>
 
index 406dddd..a580be3 100644 (file)
@@ -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
 
index 14bd8b6..7566c72 100644 (file)
@@ -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>
index 36a2ad8..8683f11 100644 (file)
@@ -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 "LayerTests.hpp"
 
index b74cad2..06d789e 100644 (file)
@@ -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
 
index 7f67b02..2c4e166 100644 (file)
@@ -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
 
index 24a951c..44089c9 100644 (file)
@@ -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 <boost/multi_array.hpp>
index df8219d..2690313 100644 (file)
@@ -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"
index 4ecffed..b49c539 100644 (file)
@@ -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
 
index e6e0e67..e8c7e86 100644 (file)
@@ -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
 
index 0a6ceb7..bb4e561 100644 (file)
@@ -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
 
index e19e4d5..5b17bf3 100644 (file)
@@ -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>
 
index 1a31aa3..5d32d9d 100644 (file)
@@ -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
 
index 9ed7f60..5bc13fa 100644 (file)
@@ -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
 
index 48c0730..5dcc412 100644 (file)
@@ -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
 
index 82e80a5..dc5864b 100644 (file)
@@ -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 <algorithm>
index 360eec6..0cec839 100644 (file)
@@ -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
 
index bc3898b..a5cfbd1 100644 (file)
@@ -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 <backends/CpuTensorHandle.hpp>
index bac958f..a7b7530 100644 (file)
@@ -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
 
index ad1e4a9..2d1a0f1 100644 (file)
@@ -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 "ActivationLayer.hpp"
 #include "LayerCloneBase.hpp"
index 93714c6..5ea8c4e 100644 (file)
@@ -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
 
index c141310..fecd4d8 100644 (file)
@@ -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 "AdditionLayer.hpp"
 
index d34536d..211a2ef 100644 (file)
@@ -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
 
index 63937fb..3b89c22 100644 (file)
@@ -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 "ArithmeticBaseLayer.hpp"
 
index eee612a..a8605a9 100644 (file)
@@ -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
 
index 0bf81eb..8aca016 100644 (file)
@@ -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 "BatchNormalizationLayer.hpp"
 
index 9a1b5bc..9ed15be 100644 (file)
@@ -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
 
index 2abc595..4c2cdcc 100644 (file)
@@ -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 "ConstantLayer.hpp"
 #include "LayerCloneBase.hpp"
index f215832..a9c9111 100644 (file)
@@ -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
 
index 80d981c..74c6f41 100644 (file)
@@ -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 "ConvertFp16ToFp32Layer.hpp"
index 94f1fb8..bf28a84 100644 (file)
@@ -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
index 70d6b66..0ca45ca 100644 (file)
@@ -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 "ConvertFp32ToFp16Layer.hpp"
 
index 5c38830..0027193 100644 (file)
@@ -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
 
index 05c25bf..71f54b8 100644 (file)
@@ -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 "Convolution2dLayer.hpp"
 
index 8659fe5..31a9117 100644 (file)
@@ -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
 
index 471bf01..4f96813 100644 (file)
@@ -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 "DepthwiseConvolution2dLayer.hpp"
 
index e3be152..ae91fde 100644 (file)
@@ -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
 
index c0f9589..d454a12 100644 (file)
@@ -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 "DivisionLayer.hpp"
 
index c6a642e..eaede45 100644 (file)
@@ -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
 
index 7bda1c1..e507aa9 100644 (file)
@@ -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 "FakeQuantizationLayer.hpp"
 
index d64ea58..60541aa 100644 (file)
@@ -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
 
index e88600b..bf2479a 100644 (file)
@@ -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 "FloorLayer.hpp"
 
index aa7f892..bf9c25a 100644 (file)
@@ -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
 
index 8b8f010..ec83bf6 100644 (file)
@@ -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 "FullyConnectedLayer.hpp"
 
index 6300caf..ad0ac1c 100644 (file)
@@ -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
 
index 96f1b77..6556302 100644 (file)
@@ -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 "InputLayer.hpp"
 
index 2420225..6d71c69 100644 (file)
@@ -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
 
index 7249bc3..c114a80 100644 (file)
@@ -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 "L2NormalizationLayer.hpp"
 
index 3bea177..fdf46eb 100644 (file)
@@ -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
 
index fbd8629..9b9e1ea 100644 (file)
@@ -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
 
index c071c15..0cb970a 100644 (file)
@@ -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
 
index 30c41bc..296c973 100644 (file)
@@ -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 "LstmLayer.hpp"
 
index 7133ad2..247fec3 100644 (file)
@@ -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
 
index 83f77ed..c10584f 100644 (file)
@@ -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 "MemCopyLayer.hpp"
 
index cc227b1..3d79ec3 100644 (file)
@@ -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
 
index e810b5e..f73f55b 100644 (file)
@@ -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 "MergerLayer.hpp"
 #include "LayerCloneBase.hpp"
index b626102..02f852c 100644 (file)
@@ -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
 
index 6970b3f..8a0edf4 100644 (file)
@@ -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 "MultiplicationLayer.hpp"
 
index 264d12f..21b68e3 100644 (file)
@@ -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
 
index 261b16a..1fc2bb4 100644 (file)
@@ -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 "NormalizationLayer.hpp"
 
index c87fbe6..b67c0fb 100644 (file)
@@ -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
 
index 748f275..211e097 100644 (file)
@@ -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 "OutputLayer.hpp"
 
index a2e11e5..9f77e1f 100644 (file)
@@ -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
 
index 444de81..ab7a3e5 100644 (file)
@@ -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 "PermuteLayer.hpp"
 
index 2700dd2..a32307d 100644 (file)
@@ -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
 
index 6804910..d87ad0f 100644 (file)
@@ -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 "Pooling2dLayer.hpp"
 
index d5950d6..50b8875 100644 (file)
@@ -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
 
index 248a45c..a3cc96a 100644 (file)
@@ -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 "ReshapeLayer.hpp"
 
index 4435ba9..c3afee3 100644 (file)
@@ -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
 
index 6477fa3..9f0608d 100644 (file)
@@ -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 "ResizeBilinearLayer.hpp"
 
index e6798ce..2225a29 100644 (file)
@@ -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
 
index 7c42b7a..1c12c04 100644 (file)
@@ -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 "SoftmaxLayer.hpp"
 
index af39dbb..ae15c36 100644 (file)
@@ -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
 
index 5e737a2..1e4c36e 100644 (file)
@@ -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 "SplitterLayer.hpp"
 
index 8e361b4..411efde 100644 (file)
@@ -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
 
index 07f4233..041c042 100644 (file)
@@ -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 "BaseMemoryManager.hpp"
 
index 433d0ea..6710a78 100644 (file)
@@ -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
 
index 5b085b2..fb8080c 100644 (file)
@@ -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 "BlobLifetimeManager.hpp"
 #include "BlobMemoryPool.hpp"
index 8bb8b32..7c93985 100644 (file)
@@ -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
 
index c9f44a4..8b0a957 100644 (file)
@@ -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 "BlobMemoryPool.hpp"
 
index b17db2e..26f2ccb 100644 (file)
@@ -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
 
index 8c73b48..e55c915 100644 (file)
@@ -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
 
index 9b06152..4fbca77 100644 (file)
@@ -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
 
index bcbbb0b..6d47972 100644 (file)
@@ -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 "OffsetLifetimeManager.hpp"
 #include "OffsetMemoryPool.hpp"
index d6a5698..ab4de77 100644 (file)
@@ -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
 
index cae79c0..e5587cf 100644 (file)
@@ -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 "OffsetMemoryPool.hpp"
 
index a039160..6843744 100644 (file)
@@ -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
 
index 52cef47..172c46b 100644 (file)
@@ -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 "IMemoryPool.hpp"
 #include "PoolManager.hpp"
index a8a5149..bb84440 100644 (file)
@@ -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
 
index 0603d44..a1bff3c 100644 (file)
@@ -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
 
index d2dd650..7168eff 100644 (file)
@@ -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
index a4df05c..729b76a 100644 (file)
@@ -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
 
index a8e18f5..7f4ad1b 100644 (file)
@@ -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
 
index ee4f91d..efe3930 100644 (file)
@@ -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
 
index 935186d..5047d5d 100644 (file)
@@ -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
 
index 5089d63..c3a5683 100644 (file)
@@ -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
 
index 63820cb..b0c8be0 100644 (file)
@@ -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
 
index 736cd5d..68fa667 100644 (file)
@@ -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
 
index 6e0fa78..fcc1fec 100644 (file)
@@ -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
 
index ee0c584..6d975d4 100644 (file)
@@ -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
 
index d92111a..295132d 100644 (file)
@@ -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
 
index 8df61e1..1fa7b93 100644 (file)
@@ -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 "CsvReader.hpp"
 
index 4a8a0df..1d0886e 100644 (file)
@@ -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>
 
index cc3b603..74ca372 100644 (file)
@@ -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"
index d936e80..3c7c8bd 100644 (file)
@@ -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 "FloatingPointConverter.hpp"
index ccbcb8b..e382529 100644 (file)
@@ -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>
 
index 3ff7d2f..4d385de 100644 (file)
@@ -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
 
index a219b39..11d8414 100644 (file)
@@ -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>
 
index 28cbfd6..18adfc2 100644 (file)
@@ -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 <boost/algorithm/string.hpp>
index 4502756..74cdabc 100644 (file)
@@ -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"
index 66fa327..0bb394f 100644 (file)
@@ -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>
 
index 6588f34..3bb78a8 100644 (file)
@@ -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>
index b8dea8e..37cb085 100644 (file)
@@ -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
 //
 
 #if (defined(__aarch64__)) || (defined(__x86_64__)) // disable test failing on FireFly/Armv7
index 0c1a261..f8dff36 100644 (file)
@@ -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>
 
index 4450c5a..8d76844 100644 (file)
@@ -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>
index 4d0319d..33396b1 100644 (file)
@@ -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>
 
index e29a1d4..0c896d8 100644 (file)
@@ -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>
 
index 13ae100..a4d3cf6 100644 (file)
@@ -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
 
index 8057d4d..a0a6c7e 100644 (file)
@@ -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 <armnn/Tensor.hpp>
index 203fbfe..c08b705 100644 (file)
@@ -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 BOOST_TEST_MODULE UnitTests
 #include <boost/test/unit_test.hpp>
index beb765f..94f531c 100644 (file)
@@ -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
 
index 2268aa3..67fe73e 100644 (file)
@@ -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>
 
index 35f4589..5218e1b 100644 (file)
@@ -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 "CaffeParser.hpp"
 #include "RecordByRecordCaffeParser.hpp"
index 51867b6..30da04e 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index 60747f3..592dc5c 100644 (file)
@@ -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 "RecordByRecordCaffeParser.hpp"
index f0855b4..361d6f4 100644 (file)
@@ -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
index 1ee5937..01fb9c4 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index 52ef4af..5843cc0 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index 4e3af3c..b881f1f 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index 6613525..5037662 100644 (file)
@@ -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>
index 623f01c..5a8dd78 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index b8458de..616d75d 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index dc72780..eeb937e 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index ebda3ce..23dcc78 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index b486931..47cd313 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index a84d7ec..249de5a 100644 (file)
@@ -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 "armnnCaffeParser/ICaffeParser.hpp"
index fdf4307..ed564f0 100644 (file)
@@ -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 "OnnxParser.hpp"
 
index ee75f8e..ed7e54a 100644 (file)
@@ -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
 
index 2551944..0c62fbe 100644 (file)
@@ -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>
index b708770..8ce6aaf 100644 (file)
@@ -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>
index 5949987..130b926 100644 (file)
@@ -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>
index e234dba..76095e1 100644 (file)
@@ -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>
index 11a5d1e..e0002fe 100644 (file)
@@ -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>
index d11f760..37b62e4 100644 (file)
@@ -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>
index 64b0778..e618dba 100644 (file)
@@ -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>
index cbb6c35..46cf3a9 100644 (file)
@@ -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>
index 2e605a6..6776093 100644 (file)
@@ -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 "../OnnxParser.hpp"
index 8e2f0fe..cdb9b4f 100644 (file)
@@ -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>
index 2bfeadf..a02102f 100644 (file)
@@ -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>
index 991f64c..fb92132 100644 (file)
@@ -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>
index a740bb0..ba739cf 100644 (file)
@@ -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>
index d5c48a1..2c70b48 100644 (file)
@@ -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 "TfLiteParser.hpp"
 
index 91585af..964be85 100644 (file)
@@ -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
 
index ba6d2ae..2fac907 100644 (file)
@@ -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 "armnnTfLiteParser/ITfLiteParser.hpp"
index 8a17dec..79bef73 100644 (file)
@@ -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>
index 4a06418..e8262f8 100644 (file)
@@ -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>
index 7486f01..6eecf4f 100644 (file)
@@ -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>
index 2c12c19..8247978 100644 (file)
@@ -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 "ParserFlatbuffersFixture.hpp"
index 7e6808d..e0fbd35 100644 (file)
@@ -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 "ParserFlatbuffersFixture.hpp"
index 2d12311..c55b6d3 100644 (file)
@@ -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 "ParserFlatbuffersFixture.hpp"
index fc88a4e..6f50162 100644 (file)
@@ -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>
index a87eba8..2bb05ba 100644 (file)
@@ -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 "ParserFlatbuffersFixture.hpp"
index 590675b..26cd92a 100644 (file)
@@ -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>
index 3687a6e..404cbf0 100644 (file)
@@ -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
index bb47738..957e61b 100644 (file)
@@ -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>
index a8c9979..5ee7424 100644 (file)
@@ -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>
index 2d873c9..eca3936 100644 (file)
@@ -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"
 
index 534714c..78cbe1d 100644 (file)
@@ -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
 
index 595fce7..d5ebb24 100644 (file)
@@ -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>
index c642b5a..f5c51dc 100644 (file)
@@ -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>
index 1e9911d..cd6549a 100644 (file)
@@ -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>
index aab6dbf..36cba9d 100644 (file)
@@ -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>
index 3e39bef..2d4a95b 100644 (file)
@@ -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>
index 2832159..b038698 100644 (file)
@@ -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>
index bc8b36d..5c06d8c 100644 (file)
@@ -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>
index 8ad1036..cc534df 100644 (file)
@@ -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>
index a44f949..5a8105c 100644 (file)
@@ -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>
index e7f040e..14561c4 100644 (file)
@@ -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>
index 69f018f..bb9e3ed 100644 (file)
@@ -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>
index 9baa898..5b04d42 100644 (file)
@@ -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>
index dcfbbb6..7a364da 100644 (file)
@@ -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>
index a2566fc..a52fe75 100644 (file)
@@ -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>
index 7a163ef..15879c2 100644 (file)
@@ -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>
index ca9c416..01a7c79 100644 (file)
@@ -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>
index bba9ea5..736e13c 100644 (file)
@@ -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"
index f603b22..346599f 100644 (file)
@@ -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>
index 9151cf6..952590e 100644 (file)
@@ -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>
index 2fe8435..cbb3a75 100644 (file)
@@ -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>
index 2aad0a6..d9741ee 100644 (file)
@@ -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>
index 959d69b..52fe9c8 100644 (file)
@@ -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>
index 0b55816..df304b6 100644 (file)
@@ -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>
index 1722b63..e02a594 100644 (file)
@@ -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>
index fa26a1c..f373e56 100644 (file)
@@ -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>
index c7889f3..a6d18b3 100644 (file)
@@ -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>
index 5b66c94..ba6c42c 100644 (file)
@@ -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 "CsvReader.hpp"
index 0d52980..d95f4f7 100644 (file)
@@ -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
 
index 3a9df42..b3d3d10 100644 (file)
@@ -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 "DotSerializer.hpp"
index 3cb591c..dfb8c7f 100644 (file)
@@ -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
index 5c1a431..522c44b 100644 (file)
@@ -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 "FloatingPointConverter.hpp"
index e879c81..7b201c7 100644 (file)
@@ -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
index 86eb4cc..81a37ac 100644 (file)
@@ -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
 
index 7f99927..0b4b28a 100644 (file)
@@ -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
 //
 
 #ifdef ARMNN_HEAP_PROFILING_ENABLED
index 4ba38f5..54177b8 100644 (file)
@@ -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
 
index 83aa5d8..13d4dc3 100644 (file)
@@ -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
 //
 
 #ifdef ARMNN_LEAK_CHECKING_ENABLED
index 22b3b67..4d42a8a 100644 (file)
@@ -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
 
index 4d759a3..10f32dc 100644 (file)
@@ -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 "Logging.hpp"
 
index 5669fca..db60d38 100644 (file)
@@ -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
 
index e2e6459..89b823a 100644 (file)
@@ -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
index ba842db..9fe198b 100644 (file)
@@ -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 "Permute.hpp"
index 44f7a28..700ddc7 100644 (file)
@@ -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
 
index 301aa4c..243d22e 100644 (file)
@@ -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 "VerificationHelpers.hpp"
index 8e3550c..be09ba9 100644 (file)
@@ -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>
index b7ec4f6..e6e9a75 100644 (file)
@@ -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"
index ff6e93f..d2b4ade 100644 (file)
@@ -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"
index fccf9af..efb5823 100644 (file)
@@ -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"
index 644041b..cf27d2c 100644 (file)
@@ -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"
index 226e57a..7dd6e69 100644 (file)
@@ -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"
index 90eebf9..5647bff 100644 (file)
@@ -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
 
index 3b1a294..542a81e 100644 (file)
@@ -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"
index 1ca8429..5eaf2ef 100644 (file)
@@ -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"
index 99ced3d..20ff2be 100644 (file)
@@ -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"
index 7396b76..98db023 100644 (file)
@@ -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"
index f3bf68f..6ba5085 100644 (file)
@@ -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"
 
index 1a819aa..f0c98f3 100644 (file)
@@ -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
 
index 6dbced2..a86ab61 100644 (file)
@@ -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
 
index fdec15a..2e61dfa 100644 (file)
@@ -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"
 
index 4e46b91..1f29cff 100644 (file)
@@ -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"
index b8a473d..9add6d8 100644 (file)
@@ -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
 
index dfd21bb..c20dd3e 100644 (file)
@@ -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"
index 477ae4e..f9a3c68 100644 (file)
@@ -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"
 
index 181afe4..32d828d 100644 (file)
@@ -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
 
index 16df7ba..5e858f0 100644 (file)
@@ -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"
 
index cc85adc..31ba49a 100644 (file)
@@ -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"
 
index 657ea04..59f4cc7 100644 (file)
@@ -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
 
index 2ca39ef..d2fe164 100644 (file)
@@ -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"
 
index b1336bc..813f13a 100644 (file)
@@ -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
 
index ca6ff45..34fdbf0 100644 (file)
@@ -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>
index a372f54..33eb7f1 100644 (file)
@@ -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"
index 0d2d937..79ee49e 100644 (file)
@@ -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"
index ee2e880..d42dd2d 100644 (file)
@@ -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"
index 09e7001..efda22e 100644 (file)
@@ -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"
index 7383ab3..36b1d14 100644 (file)
@@ -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"
index e492b90..6d15681 100644 (file)
@@ -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"
index cba70c9..3d57666 100644 (file)
@@ -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"
index 5817e8b..c152c0f 100644 (file)
@@ -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"
index 71362b2..0f5dee0 100644 (file)
@@ -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"
 
index 3656e26..220262c 100644 (file)
@@ -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
 
index c46cc64..6b40d51 100644 (file)
@@ -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