aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
commit68a31ac90d11b2f0294e82eb887bd03fde85fbb1 (patch)
tree697d0649d2e88011a8a65b715c845eb4434799c2 /boost
parent4d61ee5a20babf92e0860a3d34bb0c0f0920dd67 (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 5854add..ab85c0f 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 9ce0ef8..79ced9b 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 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 9512ba2..abac934 100644
--- a/boost/common/Makefile.am
+++ b/boost/common/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/common/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 def866f..37213ed 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -1,5 +1,5 @@
# file : boost/common/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 ea5d016..4ee508d 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 0a79a72..108f4c5 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 704e82e..606bc1e 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 e170b0a..51591fa 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 55c9571..4709cf3 100644
--- a/boost/common/optional/makefile
+++ b/boost/common/optional/makefile
@@ -1,5 +1,5 @@
# file : boost/common/optional/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 bc6fe39..7d4b5b8 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 bdb9fe0..c71a6ba 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 b5e9b34..d4f565e 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 4b76513..605b122 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 21915f7..606e7d0 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 6141dbb..a889557 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 598cf6d..e56dc37 100644
--- a/boost/common/template/makefile
+++ b/boost/common/template/makefile
@@ -1,5 +1,5 @@
# file : boost/common/template/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 48c5796..d3b732e 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 4f515a8..92c4b07 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 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 82942ec..2885807 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 a259d4c..bb2f2a1 100644
--- a/boost/common/unordered/makefile
+++ b/boost/common/unordered/makefile
@@ -1,5 +1,5 @@
# file : boost/common/unordered/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 e3f9781..97e2996 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 e494ea2..5cffa6a 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 84f906e..5188740 100644
--- a/boost/common/uuid/makefile
+++ b/boost/common/uuid/makefile
@@ -1,5 +1,5 @@
# file : boost/common/uuid/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 382ddaf..c4195aa 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/makefile b/boost/makefile
index 4cdd9cf..b16369d 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -1,5 +1,5 @@
# file : boost/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 7c9267c..2a31e35 100644
--- a/boost/mssql/Makefile.am
+++ b/boost/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mssql/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 d8611ac..81b6f6e 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 4cecde9..a315271 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 58f81f9..d9b058f 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 a5366a8..57028d9 100644
--- a/boost/mssql/makefile
+++ b/boost/mssql/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 9e4a201..a28fbf8 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 cd2aa17..25ac8e4 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 bf69eea..2ba7faa 100644
--- a/boost/mssql/template/makefile
+++ b/boost/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/template/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 e87b59a..dd6d31a 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 a7f4f78..0298168 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 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 2eb9fcc..edeb3e5 100644
--- a/boost/mysql/Makefile.am
+++ b/boost/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mysql/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 4e2a745..29be785 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 cf7da2e..07af054 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 affcf17..4ae594f 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 dd7d4de..6caa916 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 1e362f7..b0c803d 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 d6c8968..83e5cef 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 31d4e00..c9a59c4 100644
--- a/boost/mysql/template/makefile
+++ b/boost/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/template/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 5f5d099..d3eb4f1 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 5b8c025..0873568 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 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 2344a25..af7cd31 100644
--- a/boost/oracle/Makefile.am
+++ b/boost/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/oracle/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 abe7871..eca54b5 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 c27db2a..b8b682e 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 739ed59..158ec70 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 8b38cf5..ef030ce 100644
--- a/boost/oracle/makefile
+++ b/boost/oracle/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 ad298ea..2dab7ea 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 5db64a7..74f65ef 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 eb1fc04..a5d08b7 100644
--- a/boost/oracle/template/makefile
+++ b/boost/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/template/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 6a8bd50..2a8f3dc 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 fc1c987..81ae3a9 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 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 f17dac5..a762774 100644
--- a/boost/pgsql/Makefile.am
+++ b/boost/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/pgsql/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 91fd5b8..2f1f9d4 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 eab3471..7c9dd0a 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 26d6792..34ac130 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 a6289b8..e0c913c 100644
--- a/boost/pgsql/makefile
+++ b/boost/pgsql/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 930d0c3..97b0581 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 7eb134b..5a82834 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 885ba72..a6a5d78 100644
--- a/boost/pgsql/template/makefile
+++ b/boost/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/template/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 7d4fe29..619746b 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 6c345ba..48d22d2 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 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 686fca7..7b387d9 100644
--- a/boost/sqlite/Makefile.am
+++ b/boost/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 549d654..b8716c9 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 bf0258f..e3c4924 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 625169c..eb85e1d 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 7796b9a..584681c 100644
--- a/boost/sqlite/makefile
+++ b/boost/sqlite/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 4529219..7512a05 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 a685b31..2338270 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 6e66fc4..f7271b0 100644
--- a/boost/sqlite/template/makefile
+++ b/boost/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/template/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 329cdaf..e89318e 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 d1e8314..fcdc793 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-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal