From c35cf3a85e1caa0ce273fb98442aed91c066c043 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 21:17:44 +0300 Subject: Update copyright year --- etc/bootstrap/bbot-bootstrap-freebsd.sh | 2 +- etc/bootstrap/bbot-bootstrap-linux.sh | 2 +- etc/bootstrap/bbot-bootstrap-macos.sh | 2 +- etc/bootstrap/bbot-bootstrap-mingw.bat | 2 +- etc/bootstrap/bbot-bootstrap-msvc-14.bat | 2 +- etc/bootstrap/bbot-bootstrap-msvc-15.bat | 2 +- etc/bootstrap/bbot-bootstrap.sh | 2 +- etc/buildfile | 2 +- etc/environments/default | 2 +- etc/environments/default-mingw.bat | 2 +- etc/environments/default-msvc-14.bat | 2 +- etc/environments/default-msvc-15.bat | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'etc') diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh index 0b1d38d..06f3d45 100755 --- a/etc/bootstrap/bbot-bootstrap-freebsd.sh +++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-freebsd.sh -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 0856e06..5d84877 100755 --- a/etc/bootstrap/bbot-bootstrap-linux.sh +++ b/etc/bootstrap/bbot-bootstrap-linux.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-linux.sh -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 21c17fe..92aedaa 100755 --- a/etc/bootstrap/bbot-bootstrap-macos.sh +++ b/etc/bootstrap/bbot-bootstrap-macos.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap-macos.sh -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 3257aaf..818e18c 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-mingw.bat -rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2018 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 c16ba7a..c4bce23 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-msvc-14.bat -rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2018 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file setlocal EnableExtensions EnableDelayedExpansion diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index ce3986a..6b54f81 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/bootstrap/bbot-bootstrap-msvc-15.bat -rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2018 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 84489a7..d2153e8 100755 --- a/etc/bootstrap/bbot-bootstrap.sh +++ b/etc/bootstrap/bbot-bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/bootstrap/bbot-bootstrap.sh -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file usage="Usage: $0 [] []" diff --git a/etc/buildfile b/etc/buildfile index d30639a..a835f70 100644 --- a/etc/buildfile +++ b/etc/buildfile @@ -1,5 +1,5 @@ # file : etc/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file ./: file{** -buildfile} diff --git a/etc/environments/default b/etc/environments/default index 92bc5fd..9a63bed 100755 --- a/etc/environments/default +++ b/etc/environments/default @@ -1,7 +1,7 @@ #!/bin/sh # file : etc/environments/default -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : TBC; see accompanying LICENSE file # diff --git a/etc/environments/default-mingw.bat b/etc/environments/default-mingw.bat index 0491882..f215c62 100644 --- a/etc/environments/default-mingw.bat +++ b/etc/environments/default-mingw.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/environments/default-mingw.bat -rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2018 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 fe8ebb4..c8187cc 100644 --- a/etc/environments/default-msvc-14.bat +++ b/etc/environments/default-msvc-14.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/environments/default-msvc-14.bat -rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2018 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file rem diff --git a/etc/environments/default-msvc-15.bat b/etc/environments/default-msvc-15.bat index 6c900dd..6d0639a 100644 --- a/etc/environments/default-msvc-15.bat +++ b/etc/environments/default-msvc-15.bat @@ -1,7 +1,7 @@ @echo off rem file : etc/environments/default-msvc-15.bat -rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +rem copyright : Copyright (c) 2014-2018 Code Synthesis Ltd rem license : TBC; see accompanying LICENSE file rem -- cgit v1.1