aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /boost
parent73ec71168651c90160635fa9c990edc716c0dd34 (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 86d1701..f218a4e 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 d9a2e4f..07876be 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 53d4fd6..a52dc66 100644
--- a/boost/common/Makefile.am
+++ b/boost/common/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/common/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 c85a808..266d9b9 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -1,5 +1,5 @@
# file : boost/common/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 662ffb2..f0b47a8 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 9ffdb0f..de891e6 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 4018b61..4ca3191 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 c32edb2..d14921e 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3f3c1e8..f46c931 100644
--- a/boost/common/optional/makefile
+++ b/boost/common/optional/makefile
@@ -1,5 +1,5 @@
# file : boost/common/optional/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 915afc6..7baf380 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 906efa2..bd51298 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 18eeceb..d183e0b 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 93b53a3..049ec31 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 d242a61..f136cff 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 d754acf..147da34 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 d9dc969..a3cf2c7 100644
--- a/boost/common/template/makefile
+++ b/boost/common/template/makefile
@@ -1,5 +1,5 @@
# file : boost/common/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 8c89b4f..f6ee513 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 ee8dcd2..16cdcb6 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 8a6589f..538772a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 e50f3a7..471944b 100644
--- a/boost/common/unordered/makefile
+++ b/boost/common/unordered/makefile
@@ -1,5 +1,5 @@
# file : boost/common/unordered/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 17e4e0e..41517ca 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 952890f..e72dc93 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 6d89098..9379b6a 100644
--- a/boost/common/uuid/makefile
+++ b/boost/common/uuid/makefile
@@ -1,5 +1,5 @@
# file : boost/common/uuid/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 d0138e4..684513c 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/makefile b/boost/makefile
index a7430c7..264655a 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -1,5 +1,5 @@
# file : boost/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 c0fc1c4..c958291 100644
--- a/boost/mssql/Makefile.am
+++ b/boost/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mssql/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 4164174..3f8999f 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 7c267a0..a085b11 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 505d1c1..34f2ca3 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 145bb34..81c0ebb 100644
--- a/boost/mssql/makefile
+++ b/boost/mssql/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 5f194a7..3488804 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 212c5b5..14ad0f1 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 2d03374..1d7c4c8 100644
--- a/boost/mssql/template/makefile
+++ b/boost/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mssql/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 84e5bcc..3746583 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4b73df6..1f5b2e7 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 ad4ad3a..12bd942 100644
--- a/boost/mysql/Makefile.am
+++ b/boost/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/mysql/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 d90310d..49d94b7 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 19e7ccf..e136fcf 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 dcfb20b..6244177 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 217c902..069d6e0 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 c7305cc..6ba944c 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 da31a63..0f9236a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3753564..2ef239a 100644
--- a/boost/mysql/template/makefile
+++ b/boost/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/mysql/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 cb901fc..ce207a9 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 603d4df..1e349d1 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 1b65c84..ce4e1e6 100644
--- a/boost/oracle/Makefile.am
+++ b/boost/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/oracle/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 a1a12fb..7247220 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 c94ca46..4c7b3fc 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 e7afe8f..0912dc6 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 18f5179..3294e24 100644
--- a/boost/oracle/makefile
+++ b/boost/oracle/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 3eec093..91444dd 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 c4aa21d..6ecde1b 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 d98a808..50b6be4 100644
--- a/boost/oracle/template/makefile
+++ b/boost/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : boost/oracle/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 8251a6d..924b4bb 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 a17ecd6..2d13c75 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 c925995..09e068d 100644
--- a/boost/pgsql/Makefile.am
+++ b/boost/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/pgsql/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 afd4657..7e65791 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 5d812bc..a60f648 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 b197037..3541a10 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 8f3d4ae..94e993f 100644
--- a/boost/pgsql/makefile
+++ b/boost/pgsql/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 24a0206..6fab9cc 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 0c1b33d..de6b3c8 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 35ec75b..c27ffad 100644
--- a/boost/pgsql/template/makefile
+++ b/boost/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : boost/pgsql/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 605bc5b..22d26a1 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 835bcda..0453bc3 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 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 a98bfa2..b167423 100644
--- a/boost/sqlite/Makefile.am
+++ b/boost/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : boost/sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 c719fc7..8aab2d6 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 99c1761..a61f077 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 afff640..660a401 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 0bb7672..e76501d 100644
--- a/boost/sqlite/makefile
+++ b/boost/sqlite/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 ba7b102..0a7f915 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 0959213..d0594b7 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 ccbdf3f..1001473 100644
--- a/boost/sqlite/template/makefile
+++ b/boost/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : boost/sqlite/template/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 a4e938a..cea28f0 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 52f2228..ee57c6f 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-2012 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal