From 93e48980920ddcc8c6390fa6cbfdfc9740786617 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 5 Sep 2018 13:05:09 +0100 Subject: IVGCVSW-1807: change license text in file headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All changes are the same: // // Copyright © 2017 ARM Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // Change-Id: Ibb7ed1e4e2191b9a978e26b5bacf916db403a60e --- 1.1/ArmnnDriver.hpp | 2 +- 1.1/ArmnnDriverImpl.cpp | 2 +- 1.1/ArmnnDriverImpl.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '1.1') diff --git a/1.1/ArmnnDriver.hpp b/1.1/ArmnnDriver.hpp index 079d9cd1..38248053 100644 --- a/1.1/ArmnnDriver.hpp +++ b/1.1/ArmnnDriver.hpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #pragma once diff --git a/1.1/ArmnnDriverImpl.cpp b/1.1/ArmnnDriverImpl.cpp index 1d063cbc..0a689539 100644 --- a/1.1/ArmnnDriverImpl.cpp +++ b/1.1/ArmnnDriverImpl.cpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #include "ArmnnDriverImpl.hpp" diff --git a/1.1/ArmnnDriverImpl.hpp b/1.1/ArmnnDriverImpl.hpp index c309b69d..bdb25854 100644 --- a/1.1/ArmnnDriverImpl.hpp +++ b/1.1/ArmnnDriverImpl.hpp @@ -1,6 +1,6 @@ // // Copyright © 2017 Arm Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // #pragma once -- cgit v1.2.1