IVGCVSW-1807: change license text in file headers

All changes are the same:

  //
  // Copyright © 2017 ARM Ltd. All rights reserved.
 -// See LICENSE file in the project root for full license information.
 +// SPDX-License-Identifier: MIT
  //

Change-Id: Ibb7ed1e4e2191b9a978e26b5bacf916db403a60e
diff --git a/1.1/ArmnnDriver.hpp b/1.1/ArmnnDriver.hpp
index 079d9cd..3824805 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 1d063cb..0a68953 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 c309b69..bdb2585 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