aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:04:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:04:06 +0300
commit99be5b167fecec25e2da7f91fc5fc43b204c2e13 (patch)
tree65ac1c31d6a845d0b658f6c95402feac1a901396
parent4908eb08232c51819a26ce0f03e04a4cab991265 (diff)
Drop copyright notice from source code
-rw-r--r--BOOTSTRAP-MACOSX.cli1
-rw-r--r--BOOTSTRAP-UNIX.cli1
-rw-r--r--BOOTSTRAP-WINDOWS-CLANG.cli1
-rw-r--r--BOOTSTRAP-WINDOWS-MINGW.cli1
-rw-r--r--BOOTSTRAP-WINDOWS-MSVC.cli1
-rw-r--r--BOOTSTRAP-WINDOWS.cli1
-rw-r--r--INSTALL.cli1
-rw-r--r--UPGRADE.cli1
-rw-r--r--build-clang.bat1
-rw-r--r--build-mingw.bat1
-rw-r--r--build-msvc.bat1
-rwxr-xr-xbuild.sh1
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rw-r--r--doc/buildfile1
-rw-r--r--doc/install.cli1
-rw-r--r--doc/intro.cli1
-rw-r--r--doc/intro1.cli1
19 files changed, 0 insertions, 19 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli
index c70ea63..53f0ff0 100644
--- a/BOOTSTRAP-MACOSX.cli
+++ b/BOOTSTRAP-MACOSX.cli
@@ -1,5 +1,4 @@
// file : BOOTSTRAP-MACOSX.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli
index 65ba86a..e1aac8c 100644
--- a/BOOTSTRAP-UNIX.cli
+++ b/BOOTSTRAP-UNIX.cli
@@ -1,5 +1,4 @@
// file : BOOTSTRAP-UNIX.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-WINDOWS-CLANG.cli b/BOOTSTRAP-WINDOWS-CLANG.cli
index ea30750..f35c212 100644
--- a/BOOTSTRAP-WINDOWS-CLANG.cli
+++ b/BOOTSTRAP-WINDOWS-CLANG.cli
@@ -1,5 +1,4 @@
// file : BOOTSTRAP-WINDOWS-CLANG.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-WINDOWS-MINGW.cli b/BOOTSTRAP-WINDOWS-MINGW.cli
index 3d89013..852b80b 100644
--- a/BOOTSTRAP-WINDOWS-MINGW.cli
+++ b/BOOTSTRAP-WINDOWS-MINGW.cli
@@ -1,5 +1,4 @@
// file : BOOTSTRAP-WINDOWS-MINGW.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-WINDOWS-MSVC.cli b/BOOTSTRAP-WINDOWS-MSVC.cli
index d88b87d..b162ad9 100644
--- a/BOOTSTRAP-WINDOWS-MSVC.cli
+++ b/BOOTSTRAP-WINDOWS-MSVC.cli
@@ -1,5 +1,4 @@
// file : BOOTSTRAP-WINDOWS-MSVC.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli
index b013d3b..a0fbb0c 100644
--- a/BOOTSTRAP-WINDOWS.cli
+++ b/BOOTSTRAP-WINDOWS.cli
@@ -1,5 +1,4 @@
// file : BOOTSTRAP-WINDOWS.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/INSTALL.cli b/INSTALL.cli
index c4b7009..af58a53 100644
--- a/INSTALL.cli
+++ b/INSTALL.cli
@@ -1,5 +1,4 @@
// file : INSTALL.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/UPGRADE.cli b/UPGRADE.cli
index c23b26b..d76eb41 100644
--- a/UPGRADE.cli
+++ b/UPGRADE.cli
@@ -1,5 +1,4 @@
// file : UPGRADE.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/build-clang.bat b/build-clang.bat
index 2a02e64..a2a8c90 100644
--- a/build-clang.bat
+++ b/build-clang.bat
@@ -1,7 +1,6 @@
@echo off
rem file : build-clang.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build-mingw.bat b/build-mingw.bat
index 191fa77..7173087 100644
--- a/build-mingw.bat
+++ b/build-mingw.bat
@@ -1,7 +1,6 @@
@echo off
rem file : build-mingw.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build-msvc.bat b/build-msvc.bat
index 6a2a2f4..495f2ac 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -1,7 +1,6 @@
@echo off
rem file : build-msvc.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build.sh b/build.sh
index b6a5fc6..a8f5bb5 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : build.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
usage="Usage: $0 [-h|--help] [<options>] <c++-compiler> [<compile-options>]"
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 4a90389..2baa513 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 = build2-toolchain
diff --git a/build/root.build b/build/root.build
index 06343ed..f135851 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
# Load common modules that are used by subproject so that they use common
diff --git a/buildfile b/buildfile
index 5c319ca..5633bcc 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
# Note that the project directories order is important (prerequisites go
diff --git a/doc/buildfile b/doc/buildfile
index a68a8bb..cae209e 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,4 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define css: file
diff --git a/doc/install.cli b/doc/install.cli
index dbdfa3a..c0b7343 100644
--- a/doc/install.cli
+++ b/doc/install.cli
@@ -1,5 +1,4 @@
// file : doc/install.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-install"
diff --git a/doc/intro.cli b/doc/intro.cli
index 82c15a8..5abdf04 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -1,5 +1,4 @@
// file : doc/intro.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-intro"
diff --git a/doc/intro1.cli b/doc/intro1.cli
index 79266fd..e030dbf 100644
--- a/doc/intro1.cli
+++ b/doc/intro1.cli
@@ -1,5 +1,4 @@
// file : doc/intro1.cli
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-intro"