aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 18:03:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 18:03:35 +0300
commitc065e2fe4a7a3249940fa6e3f9f5c3b4a4b9cad6 (patch)
tree208237a0ed31cadb65f238a5243afb6f4bd3bb0e
parent39b1617fad95d62ac179d7f9764e2840b2698240 (diff)
Drop copyright notice from source code
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rwxr-xr-xetc/lowercase-headers1
-rwxr-xr-xmsvc-11/msvc-11-321
-rwxr-xr-xmsvc-12/msvc-12-321
-rwxr-xr-xmsvc-14/msvc-14.0-321
-rwxr-xr-xmsvc-14/msvc-14.2-321
-rwxr-xr-xmsvc-14/msvc-14.2-641
-rwxr-xr-xmsvc-14/msvc-14.3-321
-rwxr-xr-xmsvc-14/msvc-14.3-641
-rwxr-xr-xmsvc-15/msvc-15.0-321
-rwxr-xr-xmsvc-15/msvc-15.0-641
-rwxr-xr-xmsvc-15/msvc-15.3-321
-rwxr-xr-xmsvc-15/msvc-15.3-641
-rwxr-xr-xmsvc-15/msvc-15.5-321
-rwxr-xr-xmsvc-15/msvc-15.5-641
-rwxr-xr-xmsvc-15/msvc-15.6-321
-rwxr-xr-xmsvc-15/msvc-15.6-641
-rwxr-xr-xmsvc-15/msvc-15.7-321
-rwxr-xr-xmsvc-15/msvc-15.7-641
-rwxr-xr-xmsvc-16/msvc-16.0-321
-rwxr-xr-xmsvc-16/msvc-16.0-641
-rwxr-xr-xmsvc-16/msvc-16.1-321
-rwxr-xr-xmsvc-16/msvc-16.1-641
-rwxr-xr-xmsvc-common/msvc-cl-common1
-rwxr-xr-xmsvc-common/msvc-common1
-rw-r--r--msvc-common/msvc-filter.cxx1
-rwxr-xr-xmsvc-common/msvc-lib-common1
-rwxr-xr-xmsvc-common/msvc-link-common1
-rwxr-xr-xmsvc-common/msvc-mt-common1
-rwxr-xr-xmsvc-common/msvc-rc-common1
-rwxr-xr-xmsvc-common/msvc-sdk-common1
-rw-r--r--msvc-common/version.hxx.in1
34 files changed, 0 insertions, 34 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index aa11bc1..278fd32 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = msvc-linux
diff --git a/build/root.build b/build/root.build
index fed56db..f572d78 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,4 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/buildfile b/buildfile
index 366866f..b515279 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,4 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define sh: file
diff --git a/etc/lowercase-headers b/etc/lowercase-headers
index 5bf6fc3..3e13f71 100755
--- a/etc/lowercase-headers
+++ b/etc/lowercase-headers
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : etc/lowercase-headers
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Create all-lowercase symlinks for .h headers in <dir> (recursively) that
diff --git a/msvc-11/msvc-11-32 b/msvc-11/msvc-11-32
index b2cbea8..c6498ca 100755
--- a/msvc-11/msvc-11-32
+++ b/msvc-11/msvc-11-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-11/msvc-11-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 11 32-bit setup/configuration.
diff --git a/msvc-12/msvc-12-32 b/msvc-12/msvc-12-32
index 515275d..6c4207d 100755
--- a/msvc-12/msvc-12-32
+++ b/msvc-12/msvc-12-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-12/msvc-12-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 12 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14.0-32 b/msvc-14/msvc-14.0-32
index 74de769..811a696 100755
--- a/msvc-14/msvc-14.0-32
+++ b/msvc-14/msvc-14.0-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14.0-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14.2-32 b/msvc-14/msvc-14.2-32
index 5a01648..f381880 100755
--- a/msvc-14/msvc-14.2-32
+++ b/msvc-14/msvc-14.2-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14.2-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U2 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14.2-64 b/msvc-14/msvc-14.2-64
index 669a1eb..6231563 100755
--- a/msvc-14/msvc-14.2-64
+++ b/msvc-14/msvc-14.2-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14.2-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U2 64-bit setup/configuration.
diff --git a/msvc-14/msvc-14.3-32 b/msvc-14/msvc-14.3-32
index 4905d2c..ce3b98d 100755
--- a/msvc-14/msvc-14.3-32
+++ b/msvc-14/msvc-14.3-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14.3-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U3 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-14/msvc-14.3-64 b/msvc-14/msvc-14.3-64
index 64e4c12..2ef96ca 100755
--- a/msvc-14/msvc-14.3-64
+++ b/msvc-14/msvc-14.3-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-14/msvc-14.3-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 14U3 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15.0-32 b/msvc-15/msvc-15.0-32
index 1ac12b8..33769cd 100755
--- a/msvc-15/msvc-15.0-32
+++ b/msvc-15/msvc-15.0-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.0-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15.0-64 b/msvc-15/msvc-15.0-64
index 34db54f..13c31ac 100755
--- a/msvc-15/msvc-15.0-64
+++ b/msvc-15/msvc-15.0-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.0-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15.3-32 b/msvc-15/msvc-15.3-32
index 42ee2e5..5a9df69 100755
--- a/msvc-15/msvc-15.3-32
+++ b/msvc-15/msvc-15.3-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.3-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15.3-64 b/msvc-15/msvc-15.3-64
index 342f871..5e453ea 100755
--- a/msvc-15/msvc-15.3-64
+++ b/msvc-15/msvc-15.3-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.3-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15.5-32 b/msvc-15/msvc-15.5-32
index 482e764..f59a46f 100755
--- a/msvc-15/msvc-15.5-32
+++ b/msvc-15/msvc-15.5-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.5-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15.5-64 b/msvc-15/msvc-15.5-64
index 71672ab..b59d052 100755
--- a/msvc-15/msvc-15.5-64
+++ b/msvc-15/msvc-15.5-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.5-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15.6-32 b/msvc-15/msvc-15.6-32
index e687e1f..09a3330 100755
--- a/msvc-15/msvc-15.6-32
+++ b/msvc-15/msvc-15.6-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.6-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15.6-64 b/msvc-15/msvc-15.6-64
index 7aa5544..6e49563 100755
--- a/msvc-15/msvc-15.6-64
+++ b/msvc-15/msvc-15.6-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.6-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-15/msvc-15.7-32 b/msvc-15/msvc-15.7-32
index 46d8bab..5138415 100755
--- a/msvc-15/msvc-15.7-32
+++ b/msvc-15/msvc-15.7-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.7-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 15 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-15/msvc-15.7-64 b/msvc-15/msvc-15.7-64
index f2fd607..50d2a89 100755
--- a/msvc-15/msvc-15.7-64
+++ b/msvc-15/msvc-15.7-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-15/msvc-15.7-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-16/msvc-16.0-32 b/msvc-16/msvc-16.0-32
index 022c4b4..97c2cdc 100755
--- a/msvc-16/msvc-16.0-32
+++ b/msvc-16/msvc-16.0-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-16/msvc-16.0-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 16 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-16/msvc-16.0-64 b/msvc-16/msvc-16.0-64
index 4f8a70f..35d5837 100755
--- a/msvc-16/msvc-16.0-64
+++ b/msvc-16/msvc-16.0-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-16/msvc-16.0-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-16/msvc-16.1-32 b/msvc-16/msvc-16.1-32
index 65def42..9c06497 100755
--- a/msvc-16/msvc-16.1-32
+++ b/msvc-16/msvc-16.1-32
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-16/msvc-16.1-32
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 16 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
diff --git a/msvc-16/msvc-16.1-64 b/msvc-16/msvc-16.1-64
index ce6c433..c86dbd2 100755
--- a/msvc-16/msvc-16.1-64
+++ b/msvc-16/msvc-16.1-64
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-16/msvc-16.1-64
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# MSVC 64-bit setup/configuration.
diff --git a/msvc-common/msvc-cl-common b/msvc-common/msvc-cl-common
index 5cfa057..91a5763 100755
--- a/msvc-common/msvc-cl-common
+++ b/msvc-common/msvc-cl-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-cl-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-common b/msvc-common/msvc-common
index 8d4e87e..e7ace79 100755
--- a/msvc-common/msvc-common
+++ b/msvc-common/msvc-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-filter.cxx b/msvc-common/msvc-filter.cxx
index 662c448..b2db75f 100644
--- a/msvc-common/msvc-filter.cxx
+++ b/msvc-common/msvc-filter.cxx
@@ -1,5 +1,4 @@
// file : msvc-common/msvc-filter.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <sys/time.h> // timeval
diff --git a/msvc-common/msvc-lib-common b/msvc-common/msvc-lib-common
index b7bce1f..5dca5cc 100755
--- a/msvc-common/msvc-lib-common
+++ b/msvc-common/msvc-lib-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-lib-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-link-common b/msvc-common/msvc-link-common
index fdddf61..45e542c 100755
--- a/msvc-common/msvc-link-common
+++ b/msvc-common/msvc-link-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-link-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_exe and src_dir must be set.
diff --git a/msvc-common/msvc-mt-common b/msvc-common/msvc-mt-common
index b0a6f7b..317b462 100755
--- a/msvc-common/msvc-mt-common
+++ b/msvc-common/msvc-mt-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-mt-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-rc-common b/msvc-common/msvc-rc-common
index 8f6980f..f9d3b76 100755
--- a/msvc-common/msvc-rc-common
+++ b/msvc-common/msvc-rc-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-rc-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Note: shouldn't be executed directly, src_dir must be set.
diff --git a/msvc-common/msvc-sdk-common b/msvc-common/msvc-sdk-common
index a79777a..3ad0a29 100755
--- a/msvc-common/msvc-sdk-common
+++ b/msvc-common/msvc-sdk-common
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : msvc-common/msvc-sdk-common
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Figure out the latest Windows 10 SDK version. Fail if none is found.
diff --git a/msvc-common/version.hxx.in b/msvc-common/version.hxx.in
index 02630b8..8676883 100644
--- a/msvc-common/version.hxx.in
+++ b/msvc-common/version.hxx.in
@@ -1,5 +1,4 @@
// file : msvc-common/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MSVC_FILTER_VERSION // Note: using the version macro itself.