From 062d396630e8f81f85f3642135e6f096c58d9037 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jan 2017 17:00:24 +0200 Subject: Add missing file headers --- msvc-15/msvc-15rc1-32 | 4 ++++ msvc-15/msvc-15rc1-64 | 4 ++++ msvc-15/msvc-15rc2-32 | 6 +++++- msvc-15/msvc-15rc2-64 | 6 +++++- 4 files changed, 18 insertions(+), 2 deletions(-) (limited to 'msvc-15') diff --git a/msvc-15/msvc-15rc1-32 b/msvc-15/msvc-15rc1-32 index 5e0f4c8..57eb08c 100755 --- a/msvc-15/msvc-15rc1-32 +++ b/msvc-15/msvc-15rc1-32 @@ -1,5 +1,9 @@ #! /usr/bin/env bash +# file : msvc-15/msvc-15rc1-32 +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + # MSVC 15RC1 32-bit setup/configuration (note: using 64-to-32 cross-compiler). # # Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables. diff --git a/msvc-15/msvc-15rc1-64 b/msvc-15/msvc-15rc1-64 index e50d91b..33fe760 100755 --- a/msvc-15/msvc-15rc1-64 +++ b/msvc-15/msvc-15rc1-64 @@ -1,5 +1,9 @@ #! /usr/bin/env bash +# file : msvc-15/msvc-15rc1-64 +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + # MSVC 15RC1 64-bit setup/configuration. # # Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables. diff --git a/msvc-15/msvc-15rc2-32 b/msvc-15/msvc-15rc2-32 index 3d529c6..70248e2 100755 --- a/msvc-15/msvc-15rc2-32 +++ b/msvc-15/msvc-15rc2-32 @@ -1,6 +1,10 @@ #! /usr/bin/env bash -# MSVC 15RC1 32-bit setup/configuration (note: using 64-to-32 cross-compiler). +# file : msvc-15/msvc-15rc2-32 +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +# MSVC 15RC2 32-bit setup/configuration (note: using 64-to-32 cross-compiler). # # Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables. # diff --git a/msvc-15/msvc-15rc2-64 b/msvc-15/msvc-15rc2-64 index 5a111de..53c2fd5 100755 --- a/msvc-15/msvc-15rc2-64 +++ b/msvc-15/msvc-15rc2-64 @@ -1,6 +1,10 @@ #! /usr/bin/env bash -# MSVC 15RC1 64-bit setup/configuration. +# file : msvc-15/msvc-15rc2-64 +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +# MSVC 15RC2 64-bit setup/configuration. # # Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables. # -- cgit v1.1