aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:23:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:23:50 +0200
commit0a8568dda1ddbbd6b3207f95b62c5f8029bbceef (patch)
tree263bc53b94a59c496ecb6a045a90e7532bcb7a87 /boost
parentb66317f7c2d2a46ec0886a2a42bc90687d0fb871 (diff)
Update copyright year
Diffstat (limited to 'boost')
-rw-r--r--boost/Makefile.am2
-rw-r--r--boost/build.bat2
-rw-r--r--boost/common/Makefile.am2
-rw-r--r--boost/common/makefile2
-rw-r--r--boost/common/multi-index/driver.cxx2
-rw-r--r--boost/common/multi-index/makefile2
-rw-r--r--boost/common/multi-index/test.hxx2
-rw-r--r--boost/common/optional/driver.cxx2
-rw-r--r--boost/common/optional/makefile2
-rw-r--r--boost/common/optional/test.hxx2
-rw-r--r--boost/common/smart-ptr/driver.cxx2
-rw-r--r--boost/common/smart-ptr/makefile2
-rw-r--r--boost/common/smart-ptr/test.hxx2
-rw-r--r--boost/common/template/Makefile.am2
-rw-r--r--boost/common/template/driver.cxx2
-rw-r--r--boost/common/template/makefile2
-rw-r--r--boost/common/template/test.hxx2
-rw-r--r--boost/common/test.bat2
-rw-r--r--boost/common/unordered/driver.cxx2
-rw-r--r--boost/common/unordered/makefile2
-rw-r--r--boost/common/unordered/test.hxx2
-rw-r--r--boost/common/uuid/driver.cxx2
-rw-r--r--boost/common/uuid/makefile2
-rw-r--r--boost/common/uuid/test.hxx2
-rw-r--r--boost/makefile2
-rw-r--r--boost/mssql/Makefile.am2
-rw-r--r--boost/mssql/date-time/driver.cxx2
-rw-r--r--boost/mssql/date-time/makefile2
-rw-r--r--boost/mssql/date-time/test.hxx2
-rw-r--r--boost/mssql/makefile2
-rw-r--r--boost/mssql/template/Makefile.am2
-rw-r--r--boost/mssql/template/driver.cxx2
-rw-r--r--boost/mssql/template/makefile2
-rw-r--r--boost/mssql/template/test.hxx2
-rw-r--r--boost/mssql/test.bat2
-rw-r--r--boost/mysql/Makefile.am2
-rw-r--r--boost/mysql/date-time/driver.cxx2
-rw-r--r--boost/mysql/date-time/makefile2
-rw-r--r--boost/mysql/date-time/test.hxx2
-rw-r--r--boost/mysql/makefile2
-rw-r--r--boost/mysql/template/Makefile.am2
-rw-r--r--boost/mysql/template/driver.cxx2
-rw-r--r--boost/mysql/template/makefile2
-rw-r--r--boost/mysql/template/test.hxx2
-rw-r--r--boost/mysql/test.bat2
-rw-r--r--boost/oracle/Makefile.am2
-rw-r--r--boost/oracle/date-time/driver.cxx2
-rw-r--r--boost/oracle/date-time/makefile2
-rw-r--r--boost/oracle/date-time/test.hxx2
-rw-r--r--boost/oracle/makefile2
-rw-r--r--boost/oracle/template/Makefile.am2
-rw-r--r--boost/oracle/template/driver.cxx2
-rw-r--r--boost/oracle/template/makefile2
-rw-r--r--boost/oracle/template/test.hxx2
-rw-r--r--boost/oracle/test.bat2
-rw-r--r--boost/pgsql/Makefile.am2
-rw-r--r--boost/pgsql/date-time/driver.cxx2
-rw-r--r--boost/pgsql/date-time/makefile2
-rw-r--r--boost/pgsql/date-time/test.hxx2
-rw-r--r--boost/pgsql/makefile2
-rw-r--r--boost/pgsql/template/Makefile.am2
-rw-r--r--boost/pgsql/template/driver.cxx2
-rw-r--r--boost/pgsql/template/makefile2
-rw-r--r--boost/pgsql/template/test.hxx2
-rw-r--r--boost/pgsql/test.bat2
-rw-r--r--boost/sqlite/Makefile.am2
-rw-r--r--boost/sqlite/date-time/driver.cxx2
-rw-r--r--boost/sqlite/date-time/makefile2
-rw-r--r--boost/sqlite/date-time/test.hxx2
-rw-r--r--boost/sqlite/makefile2
-rw-r--r--boost/sqlite/template/Makefile.am2
-rw-r--r--boost/sqlite/template/driver.cxx2
-rw-r--r--boost/sqlite/template/makefile2
-rw-r--r--boost/sqlite/template/test.hxx2
-rw-r--r--boost/sqlite/test.bat2
75 files changed, 75 insertions, 75 deletions
diff --git a/boost/Makefile.am b/boost/Makefile.am
index 9ac5b09..5854add 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = common
diff --git a/boost/build.bat b/boost/build.bat
index 8a7d2e2..9ce0ef8 100644
--- a/boost/build.bat
+++ b/boost/build.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/build.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
rem
diff --git a/boost/common/Makefile.am b/boost/common/Makefile.am
index ebacbda..9512ba2 100644
--- a/boost/common/Makefile.am
+++ b/boost/common/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/common/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/boost/common/makefile b/boost/common/makefile
index a6b53be..def866f 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -1,5 +1,5 @@
# file : boost/common/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/common/multi-index/driver.cxx b/boost/common/multi-index/driver.cxx
index 91d9e00..ea5d016 100644
--- a/boost/common/multi-index/driver.cxx
+++ b/boost/common/multi-index/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/common/multi-index/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Boost multi-index container persistence.
diff --git a/boost/common/multi-index/makefile b/boost/common/multi-index/makefile
index ee97fcb..0a79a72 100644
--- a/boost/common/multi-index/makefile
+++ b/boost/common/multi-index/makefile
@@ -1,5 +1,5 @@
# file : boost/common/multi-index/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/common/multi-index/test.hxx b/boost/common/multi-index/test.hxx
index dc61a69..704e82e 100644
--- a/boost/common/multi-index/test.hxx
+++ b/boost/common/multi-index/test.hxx
@@ -1,5 +1,5 @@
// file : boost/common/multi-index/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/common/optional/driver.cxx b/boost/common/optional/driver.cxx
index 1ffc596..e170b0a 100644
--- a/boost/common/optional/driver.cxx
+++ b/boost/common/optional/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/common/optional/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost::optional persistence.
diff --git a/boost/common/optional/makefile b/boost/common/optional/makefile
index 01cb8aa..55c9571 100644
--- a/boost/common/optional/makefile
+++ b/boost/common/optional/makefile
@@ -1,5 +1,5 @@
# file : boost/common/optional/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/common/optional/test.hxx b/boost/common/optional/test.hxx
index 4f190a7..bc6fe39 100644
--- a/boost/common/optional/test.hxx
+++ b/boost/common/optional/test.hxx
@@ -1,5 +1,5 @@
// file : boost/common/optional/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/common/smart-ptr/driver.cxx b/boost/common/smart-ptr/driver.cxx
index 1c974af..bdb9fe0 100644
--- a/boost/common/smart-ptr/driver.cxx
+++ b/boost/common/smart-ptr/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/common/smart-ptr/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost smart pointers.
diff --git a/boost/common/smart-ptr/makefile b/boost/common/smart-ptr/makefile
index bab7914..b5e9b34 100644
--- a/boost/common/smart-ptr/makefile
+++ b/boost/common/smart-ptr/makefile
@@ -1,5 +1,5 @@
# file : boost/common/smart-ptr/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/common/smart-ptr/test.hxx b/boost/common/smart-ptr/test.hxx
index 524b564..4b76513 100644
--- a/boost/common/smart-ptr/test.hxx
+++ b/boost/common/smart-ptr/test.hxx
@@ -1,5 +1,5 @@
// file : boost/common/smart-ptr/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/common/template/Makefile.am b/boost/common/template/Makefile.am
index 8348a37..21915f7 100644
--- a/boost/common/template/Makefile.am
+++ b/boost/common/template/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/common/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/common/template/driver.cxx b/boost/common/template/driver.cxx
index c84c7ae..6141dbb 100644
--- a/boost/common/template/driver.cxx
+++ b/boost/common/template/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/common/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/boost/common/template/makefile b/boost/common/template/makefile
index 8cf2009..598cf6d 100644
--- a/boost/common/template/makefile
+++ b/boost/common/template/makefile
@@ -1,5 +1,5 @@
# file : boost/common/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/common/template/test.hxx b/boost/common/template/test.hxx
index bdc10eb..48c5796 100644
--- a/boost/common/template/test.hxx
+++ b/boost/common/template/test.hxx
@@ -1,5 +1,5 @@
// file : boost/common/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/common/test.bat b/boost/common/test.bat
index a75d59d..4f515a8 100644
--- a/boost/common/test.bat
+++ b/boost/common/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/common/test.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/boost/common/unordered/driver.cxx b/boost/common/unordered/driver.cxx
index 12daf94..82942ec 100644
--- a/boost/common/unordered/driver.cxx
+++ b/boost/common/unordered/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/common/unordered/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Boost unordered containers persistence.
diff --git a/boost/common/unordered/makefile b/boost/common/unordered/makefile
index 9881191..a259d4c 100644
--- a/boost/common/unordered/makefile
+++ b/boost/common/unordered/makefile
@@ -1,5 +1,5 @@
# file : boost/common/unordered/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/common/unordered/test.hxx b/boost/common/unordered/test.hxx
index ec4da23..e3f9781 100644
--- a/boost/common/unordered/test.hxx
+++ b/boost/common/unordered/test.hxx
@@ -1,5 +1,5 @@
// file : boost/common/unordered/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/common/uuid/driver.cxx b/boost/common/uuid/driver.cxx
index d803ed1..e494ea2 100644
--- a/boost/common/uuid/driver.cxx
+++ b/boost/common/uuid/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/common/uuid/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Boost UUID persistence.
diff --git a/boost/common/uuid/makefile b/boost/common/uuid/makefile
index 8da76b5..84f906e 100644
--- a/boost/common/uuid/makefile
+++ b/boost/common/uuid/makefile
@@ -1,5 +1,5 @@
# file : boost/common/uuid/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/common/uuid/test.hxx b/boost/common/uuid/test.hxx
index d9521db..382ddaf 100644
--- a/boost/common/uuid/test.hxx
+++ b/boost/common/uuid/test.hxx
@@ -1,5 +1,5 @@
// file : boost/common/uuid/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/makefile b/boost/makefile
index 1debcf7..4cdd9cf 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -1,5 +1,5 @@
# file : boost/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/boost/mssql/Makefile.am b/boost/mssql/Makefile.am
index 998b5ba..7c9267c 100644
--- a/boost/mssql/Makefile.am
+++ b/boost/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mssql/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/boost/mssql/date-time/driver.cxx b/boost/mssql/date-time/driver.cxx
index fe96cfc..d8611ac 100644
--- a/boost/mssql/date-time/driver.cxx
+++ b/boost/mssql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/mssql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost date/time type persistence. SQL Server version.
diff --git a/boost/mssql/date-time/makefile b/boost/mssql/date-time/makefile
index d9f771c..4cecde9 100644
--- a/boost/mssql/date-time/makefile
+++ b/boost/mssql/date-time/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/date-time/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/mssql/date-time/test.hxx b/boost/mssql/date-time/test.hxx
index e24a200..58f81f9 100644
--- a/boost/mssql/date-time/test.hxx
+++ b/boost/mssql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : boost/mssql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/mssql/makefile b/boost/mssql/makefile
index b7c8559..a5366a8 100644
--- a/boost/mssql/makefile
+++ b/boost/mssql/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/mssql/template/Makefile.am b/boost/mssql/template/Makefile.am
index 7d6481b..9e4a201 100644
--- a/boost/mssql/template/Makefile.am
+++ b/boost/mssql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mssql/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/mssql/template/driver.cxx b/boost/mssql/template/driver.cxx
index 920161e..cd2aa17 100644
--- a/boost/mssql/template/driver.cxx
+++ b/boost/mssql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/mssql/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/boost/mssql/template/makefile b/boost/mssql/template/makefile
index 38eaa21..bf69eea 100644
--- a/boost/mssql/template/makefile
+++ b/boost/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/mssql/template/test.hxx b/boost/mssql/template/test.hxx
index cba942f..e87b59a 100644
--- a/boost/mssql/template/test.hxx
+++ b/boost/mssql/template/test.hxx
@@ -1,5 +1,5 @@
// file : boost/mssql/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/mssql/test.bat b/boost/mssql/test.bat
index 0b7f98b..a7f4f78 100644
--- a/boost/mssql/test.bat
+++ b/boost/mssql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/mssql/test.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/boost/mysql/Makefile.am b/boost/mysql/Makefile.am
index 8ae9d19..2eb9fcc 100644
--- a/boost/mysql/Makefile.am
+++ b/boost/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mysql/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/boost/mysql/date-time/driver.cxx b/boost/mysql/date-time/driver.cxx
index b043750..4e2a745 100644
--- a/boost/mysql/date-time/driver.cxx
+++ b/boost/mysql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/mysql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost date/time type persistence. MySQL version.
diff --git a/boost/mysql/date-time/makefile b/boost/mysql/date-time/makefile
index b082bf8..cf7da2e 100644
--- a/boost/mysql/date-time/makefile
+++ b/boost/mysql/date-time/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/date-time/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/mysql/date-time/test.hxx b/boost/mysql/date-time/test.hxx
index b61aabc..affcf17 100644
--- a/boost/mysql/date-time/test.hxx
+++ b/boost/mysql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : boost/mysql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/mysql/makefile b/boost/mysql/makefile
index 31614d9..dd7d4de 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/mysql/template/Makefile.am b/boost/mysql/template/Makefile.am
index 47f92f8..1e362f7 100644
--- a/boost/mysql/template/Makefile.am
+++ b/boost/mysql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mysql/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/mysql/template/driver.cxx b/boost/mysql/template/driver.cxx
index c37c624..d6c8968 100644
--- a/boost/mysql/template/driver.cxx
+++ b/boost/mysql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/mysql/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/boost/mysql/template/makefile b/boost/mysql/template/makefile
index ca9f295..31d4e00 100644
--- a/boost/mysql/template/makefile
+++ b/boost/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/mysql/template/test.hxx b/boost/mysql/template/test.hxx
index c2bfe43..5f5d099 100644
--- a/boost/mysql/template/test.hxx
+++ b/boost/mysql/template/test.hxx
@@ -1,5 +1,5 @@
// file : boost/mysql/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/mysql/test.bat b/boost/mysql/test.bat
index 5cab596..5b8c025 100644
--- a/boost/mysql/test.bat
+++ b/boost/mysql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/mysql/test.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/boost/oracle/Makefile.am b/boost/oracle/Makefile.am
index 6b4723f..2344a25 100644
--- a/boost/oracle/Makefile.am
+++ b/boost/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/oracle/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/boost/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx
index da6b899..abe7871 100644
--- a/boost/oracle/date-time/driver.cxx
+++ b/boost/oracle/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/oracle/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost date/time type persistence. Oracle version.
diff --git a/boost/oracle/date-time/makefile b/boost/oracle/date-time/makefile
index 70b4065..c27db2a 100644
--- a/boost/oracle/date-time/makefile
+++ b/boost/oracle/date-time/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/date-time/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/oracle/date-time/test.hxx b/boost/oracle/date-time/test.hxx
index 306141e..739ed59 100644
--- a/boost/oracle/date-time/test.hxx
+++ b/boost/oracle/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : boost/oracle/date-time/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/oracle/makefile b/boost/oracle/makefile
index 5650dbd..8b38cf5 100644
--- a/boost/oracle/makefile
+++ b/boost/oracle/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/oracle/template/Makefile.am b/boost/oracle/template/Makefile.am
index 4d0c194..ad298ea 100644
--- a/boost/oracle/template/Makefile.am
+++ b/boost/oracle/template/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/oracle/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/oracle/template/driver.cxx b/boost/oracle/template/driver.cxx
index 1884b49..5db64a7 100644
--- a/boost/oracle/template/driver.cxx
+++ b/boost/oracle/template/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/oracle/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/boost/oracle/template/makefile b/boost/oracle/template/makefile
index 60f3717..eb1fc04 100644
--- a/boost/oracle/template/makefile
+++ b/boost/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/oracle/template/test.hxx b/boost/oracle/template/test.hxx
index 159d8cc..6a8bd50 100644
--- a/boost/oracle/template/test.hxx
+++ b/boost/oracle/template/test.hxx
@@ -1,5 +1,5 @@
// file : boost/oracle/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/oracle/test.bat b/boost/oracle/test.bat
index 16b794e..fc1c987 100644
--- a/boost/oracle/test.bat
+++ b/boost/oracle/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/oracle/test.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/boost/pgsql/Makefile.am b/boost/pgsql/Makefile.am
index d6cf3cd..f17dac5 100644
--- a/boost/pgsql/Makefile.am
+++ b/boost/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/pgsql/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/boost/pgsql/date-time/driver.cxx b/boost/pgsql/date-time/driver.cxx
index af619f2..91fd5b8 100644
--- a/boost/pgsql/date-time/driver.cxx
+++ b/boost/pgsql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/pgsql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost date/time type persistence. PostgreSQL version.
diff --git a/boost/pgsql/date-time/makefile b/boost/pgsql/date-time/makefile
index 6afad79..eab3471 100644
--- a/boost/pgsql/date-time/makefile
+++ b/boost/pgsql/date-time/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/date-time/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/pgsql/date-time/test.hxx b/boost/pgsql/date-time/test.hxx
index ad1937f..26d6792 100644
--- a/boost/pgsql/date-time/test.hxx
+++ b/boost/pgsql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : boost/pgsql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/pgsql/makefile b/boost/pgsql/makefile
index 70e15a8..a6289b8 100644
--- a/boost/pgsql/makefile
+++ b/boost/pgsql/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/pgsql/template/Makefile.am b/boost/pgsql/template/Makefile.am
index 335dd04..930d0c3 100644
--- a/boost/pgsql/template/Makefile.am
+++ b/boost/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/pgsql/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/pgsql/template/driver.cxx b/boost/pgsql/template/driver.cxx
index 927ac04..7eb134b 100644
--- a/boost/pgsql/template/driver.cxx
+++ b/boost/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/pgsql/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/boost/pgsql/template/makefile b/boost/pgsql/template/makefile
index 097f6f3..885ba72 100644
--- a/boost/pgsql/template/makefile
+++ b/boost/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/pgsql/template/test.hxx b/boost/pgsql/template/test.hxx
index ef95589..7d4fe29 100644
--- a/boost/pgsql/template/test.hxx
+++ b/boost/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
// file : boost/pgsql/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/pgsql/test.bat b/boost/pgsql/test.bat
index 4bcdda7..6c345ba 100644
--- a/boost/pgsql/test.bat
+++ b/boost/pgsql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/pgsql/test.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/boost/sqlite/Makefile.am b/boost/sqlite/Makefile.am
index 7ba7c4b..686fca7 100644
--- a/boost/sqlite/Makefile.am
+++ b/boost/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/boost/sqlite/date-time/driver.cxx b/boost/sqlite/date-time/driver.cxx
index 2d31c9b..549d654 100644
--- a/boost/sqlite/date-time/driver.cxx
+++ b/boost/sqlite/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/sqlite/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test boost date/time type persistence. SQLite version.
diff --git a/boost/sqlite/date-time/makefile b/boost/sqlite/date-time/makefile
index 428256a..bf0258f 100644
--- a/boost/sqlite/date-time/makefile
+++ b/boost/sqlite/date-time/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/date-time/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/sqlite/date-time/test.hxx b/boost/sqlite/date-time/test.hxx
index 58ab5e2..625169c 100644
--- a/boost/sqlite/date-time/test.hxx
+++ b/boost/sqlite/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : boost/sqlite/date-time/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/sqlite/makefile b/boost/sqlite/makefile
index a446ff8..7796b9a 100644
--- a/boost/sqlite/makefile
+++ b/boost/sqlite/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/boost/sqlite/template/Makefile.am b/boost/sqlite/template/Makefile.am
index 47466f0..4529219 100644
--- a/boost/sqlite/template/Makefile.am
+++ b/boost/sqlite/template/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/sqlite/template/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/sqlite/template/driver.cxx b/boost/sqlite/template/driver.cxx
index 285f6d8..a685b31 100644
--- a/boost/sqlite/template/driver.cxx
+++ b/boost/sqlite/template/driver.cxx
@@ -1,5 +1,5 @@
// file : boost/sqlite/template/driver.cxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/boost/sqlite/template/makefile b/boost/sqlite/template/makefile
index 3040821..6e66fc4 100644
--- a/boost/sqlite/template/makefile
+++ b/boost/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/boost/sqlite/template/test.hxx b/boost/sqlite/template/test.hxx
index f500c6d..329cdaf 100644
--- a/boost/sqlite/template/test.hxx
+++ b/boost/sqlite/template/test.hxx
@@ -1,5 +1,5 @@
// file : boost/sqlite/template/test.hxx
-// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/sqlite/test.bat b/boost/sqlite/test.bat
index 2984c0a..d1e8314 100644
--- a/boost/sqlite/test.bat
+++ b/boost/sqlite/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : boost/sqlite/test.bat
-rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal