From 99be5b167fecec25e2da7f91fc5fc43b204c2e13 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Feb 2020 16:04:06 +0300 Subject: Drop copyright notice from source code --- BOOTSTRAP-MACOSX.cli | 1 - BOOTSTRAP-UNIX.cli | 1 - BOOTSTRAP-WINDOWS-CLANG.cli | 1 - BOOTSTRAP-WINDOWS-MINGW.cli | 1 - BOOTSTRAP-WINDOWS-MSVC.cli | 1 - BOOTSTRAP-WINDOWS.cli | 1 - INSTALL.cli | 1 - UPGRADE.cli | 1 - build-clang.bat | 1 - build-mingw.bat | 1 - build-msvc.bat | 1 - build.sh | 1 - build/bootstrap.build | 1 - build/root.build | 1 - buildfile | 1 - doc/buildfile | 1 - doc/install.cli | 1 - doc/intro.cli | 1 - doc/intro1.cli | 1 - 19 files changed, 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] [] []" 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" -- cgit v1.1