aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit3d72ecfc0286cb74c41ce02ff99191b6ee9384f6 (patch)
tree6ad273a2a547275bb0a5655cc94ff7d5d753706c
parentdfce9f267b73ea9f36ac21bac44628250f61089b (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
-rwxr-xr-xdoc/cli.sh4
-rw-r--r--doc/install.cli2
-rw-r--r--doc/intro.cli2
17 files changed, 18 insertions, 18 deletions
diff --git a/BOOTSTRAP-MACOSX.cli b/BOOTSTRAP-MACOSX.cli
index 46c6f46..efba245 100644
--- a/BOOTSTRAP-MACOSX.cli
+++ b/BOOTSTRAP-MACOSX.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-MACOSX.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli
index 6e9599c..8495dc7 100644
--- a/BOOTSTRAP-MINGW.cli
+++ b/BOOTSTRAP-MINGW.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-MINGW.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-MSVC.cli b/BOOTSTRAP-MSVC.cli
index 56f6185..e30b003 100644
--- a/BOOTSTRAP-MSVC.cli
+++ b/BOOTSTRAP-MSVC.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-MSVC.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli
index 39f7a5b..9989284 100644
--- a/BOOTSTRAP-UNIX.cli
+++ b/BOOTSTRAP-UNIX.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-UNIX.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/BOOTSTRAP-WINDOWS.cli b/BOOTSTRAP-WINDOWS.cli
index a45f867..59cf1f6 100644
--- a/BOOTSTRAP-WINDOWS.cli
+++ b/BOOTSTRAP-WINDOWS.cli
@@ -1,5 +1,5 @@
// file : BOOTSTRAP-WINDOWS.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/INSTALL.cli b/INSTALL.cli
index 9f355cb..c62a3b5 100644
--- a/INSTALL.cli
+++ b/INSTALL.cli
@@ -1,5 +1,5 @@
// file : INSTALL.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/UPGRADE.cli b/UPGRADE.cli
index bcbb873..bdaa319 100644
--- a/UPGRADE.cli
+++ b/UPGRADE.cli
@@ -1,5 +1,5 @@
// file : UPGRADE.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"
diff --git a/build-mingw.bat b/build-mingw.bat
index 9f612dc..45d5062 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-2016 Code Synthesis Ltd
+rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build-msvc.bat b/build-msvc.bat
index ed560b2..0c461c7 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-2016 Code Synthesis Ltd
+rem copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
rem license : MIT; see accompanying LICENSE file
setlocal EnableDelayedExpansion
diff --git a/build.sh b/build.sh
index 321319c..e512072 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# file : build.sh
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
usage="Usage: $0 [-h|--help] [<options>] <cxx>"
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 46cf8e3..8eb2b6a 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
diff --git a/build/root.build b/build/root.build
index b21d615..fe847ca 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 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 ccc2f78..8f80581 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/
diff --git a/doc/buildfile b/doc/buildfile
index 6914d41..8737908 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,5 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define css: file
diff --git a/doc/cli.sh b/doc/cli.sh
index 05e0524..c1e902a 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
-version="0.4.0"
-date="September 2016"
+version="0.5.0"
+date="January 2017"
trap 'exit 1' ERR
set -o errtrace # Trap in functions.
diff --git a/doc/install.cli b/doc/install.cli
index f8042f7..0f4a1d4 100644
--- a/doc/install.cli
+++ b/doc/install.cli
@@ -1,5 +1,5 @@
// file : doc/install.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-install"
diff --git a/doc/intro.cli b/doc/intro.cli
index ed80240..a353f6c 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -1,5 +1,5 @@
// file : doc/intro.cli
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
"\name=build2-toolchain-intro"