aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:19:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:19:33 +0300
commit69457921c27b6a6b5e043ec03c7ab9c48a588278 (patch)
treec646a65004a317061353d32caaf528f26fb3bad4 /etc
parentbe096fd263246de72f21bd7c0d4db52b5af43203 (diff)
Drop copyright notice from source code
Diffstat (limited to 'etc')
-rw-r--r--etc/bootstrap/bbot-bootstrap-clang.bat1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-freebsd.sh1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-linux.sh1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap-macos.sh1
-rw-r--r--etc/bootstrap/bbot-bootstrap-mingw.bat1
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-14.bat1
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc.bat1
-rwxr-xr-xetc/bootstrap/bbot-bootstrap.sh1
-rw-r--r--etc/buildfile1
-rwxr-xr-xetc/environments/default1
-rw-r--r--etc/environments/default-clang.bat1
-rw-r--r--etc/environments/default-mingw.bat1
-rw-r--r--etc/environments/default-msvc-14.bat1
-rw-r--r--etc/environments/default-msvc.bat1
14 files changed, 0 insertions, 14 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-clang.bat b/etc/bootstrap/bbot-bootstrap-clang.bat
index c2be121..09bd0e7 100644
--- a/etc/bootstrap/bbot-bootstrap-clang.bat
+++ b/etc/bootstrap/bbot-bootstrap-clang.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-clang.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh
index 0370340..4668dfd 100755
--- a/etc/bootstrap/bbot-bootstrap-freebsd.sh
+++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-freebsd.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# Note: install GNU make with 'pkg install gmake'.
diff --git a/etc/bootstrap/bbot-bootstrap-linux.sh b/etc/bootstrap/bbot-bootstrap-linux.sh
index 10749ce..71a1dda 100755
--- a/etc/bootstrap/bbot-bootstrap-linux.sh
+++ b/etc/bootstrap/bbot-bootstrap-linux.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-linux.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
if ! jobs="$(nproc)"; then
diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh
index f2dcd98..a83b0ec 100755
--- a/etc/bootstrap/bbot-bootstrap-macos.sh
+++ b/etc/bootstrap/bbot-bootstrap-macos.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap-macos.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
# open -a Terminal -n -F ~/bbot-bootstrap-macos.sh
diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat
index ef87ec7..a8bfc80 100644
--- a/etc/bootstrap/bbot-bootstrap-mingw.bat
+++ b/etc/bootstrap/bbot-bootstrap-mingw.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-mingw.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat
index b46e322..8d8bb89 100644
--- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat
+++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-msvc-14.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap-msvc.bat b/etc/bootstrap/bbot-bootstrap-msvc.bat
index 37eae21..6dd9579 100644
--- a/etc/bootstrap/bbot-bootstrap-msvc.bat
+++ b/etc/bootstrap/bbot-bootstrap-msvc.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/bootstrap/bbot-bootstrap-msvc.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
setlocal EnableExtensions EnableDelayedExpansion
diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh
index f4d672d..2204de7 100755
--- a/etc/bootstrap/bbot-bootstrap.sh
+++ b/etc/bootstrap/bbot-bootstrap.sh
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/bootstrap/bbot-bootstrap.sh
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
usage="Usage: $0 [<options>] [<build-options>]"
diff --git a/etc/buildfile b/etc/buildfile
index 5ad60f4..c421d23 100644
--- a/etc/buildfile
+++ b/etc/buildfile
@@ -1,5 +1,4 @@
# file : etc/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
./: file{** -buildfile}
diff --git a/etc/environments/default b/etc/environments/default
index 2155f72..25646e6 100755
--- a/etc/environments/default
+++ b/etc/environments/default
@@ -1,7 +1,6 @@
#!/bin/sh
# file : etc/environments/default
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
#
diff --git a/etc/environments/default-clang.bat b/etc/environments/default-clang.bat
index 844372c..769e6dd 100644
--- a/etc/environments/default-clang.bat
+++ b/etc/environments/default-clang.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-clang.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/etc/environments/default-mingw.bat b/etc/environments/default-mingw.bat
index 26d994c..29861a5 100644
--- a/etc/environments/default-mingw.bat
+++ b/etc/environments/default-mingw.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-mingw.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/etc/environments/default-msvc-14.bat b/etc/environments/default-msvc-14.bat
index 76e2385..d05e125 100644
--- a/etc/environments/default-msvc-14.bat
+++ b/etc/environments/default-msvc-14.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-msvc-14.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem
diff --git a/etc/environments/default-msvc.bat b/etc/environments/default-msvc.bat
index 86f4f76..670b3a8 100644
--- a/etc/environments/default-msvc.bat
+++ b/etc/environments/default-msvc.bat
@@ -1,7 +1,6 @@
@echo off
rem file : etc/environments/default-msvc.bat
-rem copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
rem license : TBC; see accompanying LICENSE file
rem