aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit9c304207722ff9e2794ba25bb496858f089e4a2a (patch)
tree2b714ef3d2bb2a8c8c450649b7996c7a2cab0096 /boost
parentd7318daf46ac3539f6f7651f99cc75921ffa4a37 (diff)
Update copyright
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 f218a4e..9ac5b09 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 06f854d..8a7d2e2 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 a52dc66..ebacbda 100644
--- a/boost/common/Makefile.am
+++ b/boost/common/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/common/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 c5fad03..a6b53be 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -1,5 +1,5 @@
# file : boost/common/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 f0b47a8..91d9e00 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b9788e9..ee97fcb 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 4ca3191..dc61a69 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 d14921e..1ffc596 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 17f739e..01cb8aa 100644
--- a/boost/common/optional/makefile
+++ b/boost/common/optional/makefile
@@ -1,5 +1,5 @@
# file : boost/common/optional/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 7baf380..4f190a7 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 bd51298..1c974af 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 d357e89..bab7914 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 049ec31..524b564 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 fcaa178..8348a37 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 147da34..15ad4da 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 0d2f039..8cf2009 100644
--- a/boost/common/template/makefile
+++ b/boost/common/template/makefile
@@ -1,5 +1,5 @@
# file : boost/common/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 f6ee513..bdc10eb 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 16cdcb6..a75d59d 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 538772a..12daf94 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 21c325b..9881191 100644
--- a/boost/common/unordered/makefile
+++ b/boost/common/unordered/makefile
@@ -1,5 +1,5 @@
# file : boost/common/unordered/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 41517ca..ec4da23 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 e72dc93..d803ed1 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b388cca..8da76b5 100644
--- a/boost/common/uuid/makefile
+++ b/boost/common/uuid/makefile
@@ -1,5 +1,5 @@
# file : boost/common/uuid/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 684513c..d9521db 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/makefile b/boost/makefile
index ff5f003..1debcf7 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -1,5 +1,5 @@
# file : boost/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 c958291..998b5ba 100644
--- a/boost/mssql/Makefile.am
+++ b/boost/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mssql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 3f8999f..fe96cfc 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 5188679..d9f771c 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 34f2ca3..e24a200 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 a758a87..b7c8559 100644
--- a/boost/mssql/makefile
+++ b/boost/mssql/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 3488804..7d6481b 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 14ad0f1..648bf1d 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 668b684..38eaa21 100644
--- a/boost/mssql/template/makefile
+++ b/boost/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 3746583..cba942f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 1f5b2e7..0b7f98b 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 12bd942..8ae9d19 100644
--- a/boost/mysql/Makefile.am
+++ b/boost/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mysql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 6ffe051..b043750 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b3f25b8..b082bf8 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 253ebb1..b61aabc 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 c8893fe..31614d9 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 6ba944c..47f92f8 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 0f9236a..d077287 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 5c2669a..ca9f295 100644
--- a/boost/mysql/template/makefile
+++ b/boost/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 ce207a9..c2bfe43 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 1e349d1..5cab596 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 ce4e1e6..6b4723f 100644
--- a/boost/oracle/Makefile.am
+++ b/boost/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/oracle/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 7247220..da6b899 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 4d6afba..70b4065 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 0912dc6..306141e 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 c099b7d..5650dbd 100644
--- a/boost/oracle/makefile
+++ b/boost/oracle/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 91444dd..4d0c194 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 6ecde1b..7aeb4a5 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 f253175..60f3717 100644
--- a/boost/oracle/template/makefile
+++ b/boost/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 924b4bb..159d8cc 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 2d13c75..16b794e 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 09e068d..d6cf3cd 100644
--- a/boost/pgsql/Makefile.am
+++ b/boost/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/pgsql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 7e65791..af619f2 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 47b9a50..6afad79 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 3541a10..ad1937f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 e7e1da2..70e15a8 100644
--- a/boost/pgsql/makefile
+++ b/boost/pgsql/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 6fab9cc..335dd04 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 de6b3c8..5dc428a 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 d14a152..097f6f3 100644
--- a/boost/pgsql/template/makefile
+++ b/boost/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 22d26a1..ef95589 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 0453bc3..4bcdda7 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 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 b167423..7ba7c4b 100644
--- a/boost/sqlite/Makefile.am
+++ b/boost/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 8aab2d6..2d31c9b 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 065ac18..428256a 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 660a401..58ab5e2 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 de0bcb2..a446ff8 100644
--- a/boost/sqlite/makefile
+++ b/boost/sqlite/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 0a7f915..47466f0 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-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 d0594b7..de470c6 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 8f5c1c7..3040821 100644
--- a/boost/sqlite/template/makefile
+++ b/boost/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 cea28f0..f500c6d 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 ee57c6f..2984c0a 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-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal