aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:56:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 20:56:39 +0300
commit4f9ced1735007759cd9a8477dc37113d15a47b0a (patch)
tree3e67622f411968cb589529192e879a2773740a44
parent33915a52487761a6ff8d431dfbb04196987cb67d (diff)
Update copyright year
-rw-r--r--BOOTSTRAP-MACOSX.cli2
-rw-r--r--BOOTSTRAP-MINGW.cli2
-rw-r--r--BOOTSTRAP-MSVC.cli2
-rw-r--r--BOOTSTRAP-UNIX.cli2
-rw-r--r--BOOTSTRAP-WINDOWS.cli2
-rw-r--r--INSTALL.cli2
-rw-r--r--UPGRADE.cli2
-rw-r--r--build-mingw.bat2
-rw-r--r--build-msvc.bat2
-rwxr-xr-xbuild.sh2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--doc/buildfile2
-rw-r--r--doc/install.cli2
-rw-r--r--doc/intro.cli2
-rw-r--r--doc/intro1.cli2
17 files changed, 17 insertions, 17 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli
index efba245..7200fc5 100644
--- a/BOOTSTRAP-MACOSX.cli
+++ b/BOOTSTRAP-MACOSX.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-MACOSX.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli
index a2a6864..b1f913f 100644
--- a/BOOTSTRAP-MINGW.cli
+++ b/BOOTSTRAP-MINGW.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-MINGW.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli
index e1c4104..873947f 100644
--- a/BOOTSTRAP-MSVC.cli
+++ b/BOOTSTRAP-MSVC.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-MSVC.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli
index 8c79922..bfa1e2a 100644
--- a/BOOTSTRAP-UNIX.cli
+++ b/BOOTSTRAP-UNIX.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-UNIX.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli
index ab47458..4058287 100644
--- a/BOOTSTRAP-WINDOWS.cli
+++ b/BOOTSTRAP-WINDOWS.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-WINDOWS.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/INSTALL.cli b/INSTALL.cli
index c62a0d8..2233136 100644
--- a/INSTALL.cli
+++ b/INSTALL.cli
@@ -1,5 +1,5 @@
// file : INSTALL.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/UPGRADE.cli b/UPGRADE.cli
index da078b2..6730e6d 100644
--- a/UPGRADE.cli
+++ b/UPGRADE.cli
@@ -1,5 +1,5 @@
// file : UPGRADE.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/build-mingw.bat b/build-mingw.bat
index 1cdeb12..27947f3 100644
--- a/build-mingw.bat
+++ b/build-mingw.bat
@@ -1,7 +1,7 @@
@echo off
rem file : build-mingw.bat
-rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+rem copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build-msvc.bat b/build-msvc.bat
index ac8ee63..8685549 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -1,7 +1,7 @@
@echo off
rem file : build-msvc.bat
-rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+rem copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build.sh b/build.sh
index b6f3994..c8c9cbe 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# file : build.sh
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
usage="Usage: $0 [-h|--help] [<options>] <c++-compiler>"
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 2e23ac5..52814d9 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
diff --git a/build/root.build b/build/root.build
index fe847ca..fc30bf2 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 1d76b6c..6b035c4 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 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 f2b22f1..a804bfe 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,5 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define css: file
diff --git a/doc/install.cli b/doc/install.cli
index 4d241f4..ec14af1 100644
--- a/doc/install.cli
+++ b/doc/install.cli
@@ -1,5 +1,5 @@
// file : doc/install.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-install"
diff --git a/doc/intro.cli b/doc/intro.cli
index 7cd160a..22fbead 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -1,5 +1,5 @@
// file : doc/intro.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-intro"
diff --git a/doc/intro1.cli b/doc/intro1.cli
index f53544d..6e22135 100644
--- a/doc/intro1.cli
+++ b/doc/intro1.cli
@@ -1,5 +1,5 @@
// file : doc/intro1.cli
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-intro"