aboutsummaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
commit6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch)
tree376a090d0237d45dc4f0046ce84040466fc9382d /boost
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'boost')
-rw-r--r--boost/Makefile.am1
-rw-r--r--boost/build.bat1
-rw-r--r--boost/common/Makefile.am1
-rw-r--r--boost/common/makefile1
-rw-r--r--boost/common/multi-index/driver.cxx1
-rw-r--r--boost/common/multi-index/makefile1
-rw-r--r--boost/common/multi-index/test.hxx1
-rw-r--r--boost/common/optional/driver.cxx1
-rw-r--r--boost/common/optional/makefile1
-rw-r--r--boost/common/optional/test.hxx1
-rw-r--r--boost/common/smart-ptr/driver.cxx1
-rw-r--r--boost/common/smart-ptr/makefile1
-rw-r--r--boost/common/smart-ptr/test.hxx1
-rw-r--r--boost/common/template/Makefile.am1
-rw-r--r--boost/common/template/driver.cxx1
-rw-r--r--boost/common/template/makefile1
-rw-r--r--boost/common/template/test.hxx1
-rw-r--r--boost/common/test.bat1
-rw-r--r--boost/common/unordered/driver.cxx1
-rw-r--r--boost/common/unordered/makefile1
-rw-r--r--boost/common/unordered/test.hxx1
-rw-r--r--boost/common/uuid/driver.cxx1
-rw-r--r--boost/common/uuid/makefile1
-rw-r--r--boost/common/uuid/test.hxx1
-rw-r--r--boost/makefile1
-rw-r--r--boost/mssql/Makefile.am1
-rw-r--r--boost/mssql/date-time/driver.cxx1
-rw-r--r--boost/mssql/date-time/makefile1
-rw-r--r--boost/mssql/date-time/test.hxx1
-rw-r--r--boost/mssql/makefile1
-rw-r--r--boost/mssql/template/Makefile.am1
-rw-r--r--boost/mssql/template/driver.cxx1
-rw-r--r--boost/mssql/template/makefile1
-rw-r--r--boost/mssql/template/test.hxx1
-rw-r--r--boost/mssql/test.bat1
-rw-r--r--boost/mysql/Makefile.am1
-rw-r--r--boost/mysql/date-time/driver.cxx1
-rw-r--r--boost/mysql/date-time/makefile1
-rw-r--r--boost/mysql/date-time/test.hxx1
-rw-r--r--boost/mysql/makefile1
-rw-r--r--boost/mysql/template/Makefile.am1
-rw-r--r--boost/mysql/template/driver.cxx1
-rw-r--r--boost/mysql/template/makefile1
-rw-r--r--boost/mysql/template/test.hxx1
-rw-r--r--boost/mysql/test.bat1
-rw-r--r--boost/oracle/Makefile.am1
-rw-r--r--boost/oracle/date-time/driver.cxx1
-rw-r--r--boost/oracle/date-time/makefile1
-rw-r--r--boost/oracle/date-time/test.hxx1
-rw-r--r--boost/oracle/makefile1
-rw-r--r--boost/oracle/template/Makefile.am1
-rw-r--r--boost/oracle/template/driver.cxx1
-rw-r--r--boost/oracle/template/makefile1
-rw-r--r--boost/oracle/template/test.hxx1
-rw-r--r--boost/oracle/test.bat1
-rw-r--r--boost/pgsql/Makefile.am1
-rw-r--r--boost/pgsql/date-time/driver.cxx1
-rw-r--r--boost/pgsql/date-time/makefile1
-rw-r--r--boost/pgsql/date-time/test.hxx1
-rw-r--r--boost/pgsql/makefile1
-rw-r--r--boost/pgsql/template/Makefile.am1
-rw-r--r--boost/pgsql/template/driver.cxx1
-rw-r--r--boost/pgsql/template/makefile1
-rw-r--r--boost/pgsql/template/test.hxx1
-rw-r--r--boost/pgsql/test.bat1
-rw-r--r--boost/sqlite/Makefile.am1
-rw-r--r--boost/sqlite/date-time/driver.cxx1
-rw-r--r--boost/sqlite/date-time/makefile1
-rw-r--r--boost/sqlite/date-time/test.hxx1
-rw-r--r--boost/sqlite/makefile1
-rw-r--r--boost/sqlite/template/Makefile.am1
-rw-r--r--boost/sqlite/template/driver.cxx1
-rw-r--r--boost/sqlite/template/makefile1
-rw-r--r--boost/sqlite/template/test.hxx1
-rw-r--r--boost/sqlite/test.bat1
75 files changed, 0 insertions, 75 deletions
diff --git a/boost/Makefile.am b/boost/Makefile.am
index ec9c303..05f9523 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 d7ecec2..7371b1a 100644
--- a/boost/build.bat
+++ b/boost/build.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/build.bat
-rem copyright : Copyright (c) 2009-2019 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 c0db52c..83f99ea 100644
--- a/boost/common/Makefile.am
+++ b/boost/common/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/common/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 82a8d99..5d92e2d 100644
--- a/boost/common/makefile
+++ b/boost/common/makefile
@@ -1,5 +1,4 @@
# file : boost/common/makefile
-# copyright : Copyright (c) 2009-2019 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 11b27c8..a077008 100644
--- a/boost/common/multi-index/driver.cxx
+++ b/boost/common/multi-index/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/common/multi-index/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 7e7a543..8ac84f1 100644
--- a/boost/common/multi-index/makefile
+++ b/boost/common/multi-index/makefile
@@ -1,5 +1,4 @@
# file : boost/common/multi-index/makefile
-# copyright : Copyright (c) 2009-2019 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 5c98ab7..22b9ea4 100644
--- a/boost/common/multi-index/test.hxx
+++ b/boost/common/multi-index/test.hxx
@@ -1,5 +1,4 @@
// file : boost/common/multi-index/test.hxx
-// copyright : Copyright (c) 2009-2019 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 3f3bb54..c2e3079 100644
--- a/boost/common/optional/driver.cxx
+++ b/boost/common/optional/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/common/optional/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 3f33517..4928bd3 100644
--- a/boost/common/optional/makefile
+++ b/boost/common/optional/makefile
@@ -1,5 +1,4 @@
# file : boost/common/optional/makefile
-# copyright : Copyright (c) 2009-2019 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 72b1b11..65d951e 100644
--- a/boost/common/optional/test.hxx
+++ b/boost/common/optional/test.hxx
@@ -1,5 +1,4 @@
// file : boost/common/optional/test.hxx
-// copyright : Copyright (c) 2009-2019 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 3533592..4bc6366 100644
--- a/boost/common/smart-ptr/driver.cxx
+++ b/boost/common/smart-ptr/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/common/smart-ptr/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 dba0f87..14172dc 100644
--- a/boost/common/smart-ptr/makefile
+++ b/boost/common/smart-ptr/makefile
@@ -1,5 +1,4 @@
# file : boost/common/smart-ptr/makefile
-# copyright : Copyright (c) 2009-2019 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 bb922e0..26d7109 100644
--- a/boost/common/smart-ptr/test.hxx
+++ b/boost/common/smart-ptr/test.hxx
@@ -1,5 +1,4 @@
// file : boost/common/smart-ptr/test.hxx
-// copyright : Copyright (c) 2009-2019 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 9e743f1..8f76465 100644
--- a/boost/common/template/Makefile.am
+++ b/boost/common/template/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/common/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 5edacd0..43e28c0 100644
--- a/boost/common/template/driver.cxx
+++ b/boost/common/template/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/common/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 1c5a25c..ca43223 100644
--- a/boost/common/template/makefile
+++ b/boost/common/template/makefile
@@ -1,5 +1,4 @@
# file : boost/common/template/makefile
-# copyright : Copyright (c) 2009-2019 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 0b38cf5..1d2a5f3 100644
--- a/boost/common/template/test.hxx
+++ b/boost/common/template/test.hxx
@@ -1,5 +1,4 @@
// file : boost/common/template/test.hxx
-// copyright : Copyright (c) 2009-2019 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 f960f62..1e61950 100644
--- a/boost/common/test.bat
+++ b/boost/common/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/common/test.bat
-rem copyright : Copyright (c) 2009-2019 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 4bf2603..eda5891 100644
--- a/boost/common/unordered/driver.cxx
+++ b/boost/common/unordered/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/common/unordered/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 931dcb1..57b9dd5 100644
--- a/boost/common/unordered/makefile
+++ b/boost/common/unordered/makefile
@@ -1,5 +1,4 @@
# file : boost/common/unordered/makefile
-# copyright : Copyright (c) 2009-2019 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 f79e207..cd77845 100644
--- a/boost/common/unordered/test.hxx
+++ b/boost/common/unordered/test.hxx
@@ -1,5 +1,4 @@
// file : boost/common/unordered/test.hxx
-// copyright : Copyright (c) 2009-2019 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 2cb7b3d..aed3390 100644
--- a/boost/common/uuid/driver.cxx
+++ b/boost/common/uuid/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/common/uuid/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 7b6ad3b..ec683a5 100644
--- a/boost/common/uuid/makefile
+++ b/boost/common/uuid/makefile
@@ -1,5 +1,4 @@
# file : boost/common/uuid/makefile
-# copyright : Copyright (c) 2009-2019 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 3f8e4e3..82ed95b 100644
--- a/boost/common/uuid/test.hxx
+++ b/boost/common/uuid/test.hxx
@@ -1,5 +1,4 @@
// file : boost/common/uuid/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/boost/makefile b/boost/makefile
index bad4150..0aa6ef2 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -1,5 +1,4 @@
# file : boost/makefile
-# copyright : Copyright (c) 2009-2019 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 9f54b4d..65c21d7 100644
--- a/boost/mssql/Makefile.am
+++ b/boost/mssql/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/mssql/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 636200a..e97a276 100644
--- a/boost/mssql/date-time/driver.cxx
+++ b/boost/mssql/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/mssql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 a286263..6857309 100644
--- a/boost/mssql/date-time/makefile
+++ b/boost/mssql/date-time/makefile
@@ -1,5 +1,4 @@
# file : boost/mssql/date-time/makefile
-# copyright : Copyright (c) 2009-2019 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 d07ef0c..ed2276b 100644
--- a/boost/mssql/date-time/test.hxx
+++ b/boost/mssql/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : boost/mssql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2019 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 f5cc2fc..6a37a2f 100644
--- a/boost/mssql/makefile
+++ b/boost/mssql/makefile
@@ -1,5 +1,4 @@
# file : boost/mssql/makefile
-# copyright : Copyright (c) 2009-2019 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 1396aaf..3dc2977 100644
--- a/boost/mssql/template/Makefile.am
+++ b/boost/mssql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/mssql/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 20eb3f8..37614c4 100644
--- a/boost/mssql/template/driver.cxx
+++ b/boost/mssql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/mssql/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 f9bd16e..d729ffd 100644
--- a/boost/mssql/template/makefile
+++ b/boost/mssql/template/makefile
@@ -1,5 +1,4 @@
# file : boost/mssql/template/makefile
-# copyright : Copyright (c) 2009-2019 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 2e22d2e..753498f 100644
--- a/boost/mssql/template/test.hxx
+++ b/boost/mssql/template/test.hxx
@@ -1,5 +1,4 @@
// file : boost/mssql/template/test.hxx
-// copyright : Copyright (c) 2009-2019 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 fcf5a49..167cf55 100644
--- a/boost/mssql/test.bat
+++ b/boost/mssql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/mssql/test.bat
-rem copyright : Copyright (c) 2009-2019 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 e30378d..2e51d4d 100644
--- a/boost/mysql/Makefile.am
+++ b/boost/mysql/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/mysql/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 92728b9..8959f0c 100644
--- a/boost/mysql/date-time/driver.cxx
+++ b/boost/mysql/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/mysql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 b53304a..1e2f9df 100644
--- a/boost/mysql/date-time/makefile
+++ b/boost/mysql/date-time/makefile
@@ -1,5 +1,4 @@
# file : boost/mysql/date-time/makefile
-# copyright : Copyright (c) 2009-2019 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 a16657a..bf73b09 100644
--- a/boost/mysql/date-time/test.hxx
+++ b/boost/mysql/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : boost/mysql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2019 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 c5873a1..08fe245 100644
--- a/boost/mysql/makefile
+++ b/boost/mysql/makefile
@@ -1,5 +1,4 @@
# file : boost/mysql/makefile
-# copyright : Copyright (c) 2009-2019 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 94809da..79d7ec5 100644
--- a/boost/mysql/template/Makefile.am
+++ b/boost/mysql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/mysql/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 d7821e7..1164950 100644
--- a/boost/mysql/template/driver.cxx
+++ b/boost/mysql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/mysql/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 e7db2a4..085221c 100644
--- a/boost/mysql/template/makefile
+++ b/boost/mysql/template/makefile
@@ -1,5 +1,4 @@
# file : boost/mysql/template/makefile
-# copyright : Copyright (c) 2009-2019 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 a62ebab..7c97ca2 100644
--- a/boost/mysql/template/test.hxx
+++ b/boost/mysql/template/test.hxx
@@ -1,5 +1,4 @@
// file : boost/mysql/template/test.hxx
-// copyright : Copyright (c) 2009-2019 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 7bc65b5..610e538 100644
--- a/boost/mysql/test.bat
+++ b/boost/mysql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/mysql/test.bat
-rem copyright : Copyright (c) 2009-2019 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 14164c9..e485853 100644
--- a/boost/oracle/Makefile.am
+++ b/boost/oracle/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/oracle/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 38a9f7a..82294c7 100644
--- a/boost/oracle/date-time/driver.cxx
+++ b/boost/oracle/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/oracle/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 4ca5522..569c347 100644
--- a/boost/oracle/date-time/makefile
+++ b/boost/oracle/date-time/makefile
@@ -1,5 +1,4 @@
# file : boost/oracle/date-time/makefile
-# copyright : Copyright (c) 2009-2019 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 d009896..5eaab88 100644
--- a/boost/oracle/date-time/test.hxx
+++ b/boost/oracle/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : boost/oracle/date-time/test.hxx
-// copyright : Copyright (c) 2009-2019 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 b681e12..fa4a43d 100644
--- a/boost/oracle/makefile
+++ b/boost/oracle/makefile
@@ -1,5 +1,4 @@
# file : boost/oracle/makefile
-# copyright : Copyright (c) 2009-2019 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 744bec0..a2a40fb 100644
--- a/boost/oracle/template/Makefile.am
+++ b/boost/oracle/template/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/oracle/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 bdf3294..892b58f 100644
--- a/boost/oracle/template/driver.cxx
+++ b/boost/oracle/template/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/oracle/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 820c229..cde118e 100644
--- a/boost/oracle/template/makefile
+++ b/boost/oracle/template/makefile
@@ -1,5 +1,4 @@
# file : boost/oracle/template/makefile
-# copyright : Copyright (c) 2009-2019 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 f4a0f80..141b6cd 100644
--- a/boost/oracle/template/test.hxx
+++ b/boost/oracle/template/test.hxx
@@ -1,5 +1,4 @@
// file : boost/oracle/template/test.hxx
-// copyright : Copyright (c) 2009-2019 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 805a46f..918708f 100644
--- a/boost/oracle/test.bat
+++ b/boost/oracle/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/oracle/test.bat
-rem copyright : Copyright (c) 2009-2019 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 d590cd5..9e4072b 100644
--- a/boost/pgsql/Makefile.am
+++ b/boost/pgsql/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/pgsql/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 8450527..94fcc46 100644
--- a/boost/pgsql/date-time/driver.cxx
+++ b/boost/pgsql/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/pgsql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 8667a87..7ea0d50 100644
--- a/boost/pgsql/date-time/makefile
+++ b/boost/pgsql/date-time/makefile
@@ -1,5 +1,4 @@
# file : boost/pgsql/date-time/makefile
-# copyright : Copyright (c) 2009-2019 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 4f87ff3..0b08093 100644
--- a/boost/pgsql/date-time/test.hxx
+++ b/boost/pgsql/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : boost/pgsql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2019 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 9308d56..264bfaa 100644
--- a/boost/pgsql/makefile
+++ b/boost/pgsql/makefile
@@ -1,5 +1,4 @@
# file : boost/pgsql/makefile
-# copyright : Copyright (c) 2009-2019 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 255d38e..a1015c7 100644
--- a/boost/pgsql/template/Makefile.am
+++ b/boost/pgsql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/pgsql/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 818e830..ed2d8a4 100644
--- a/boost/pgsql/template/driver.cxx
+++ b/boost/pgsql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/pgsql/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 887b21d..9d14647 100644
--- a/boost/pgsql/template/makefile
+++ b/boost/pgsql/template/makefile
@@ -1,5 +1,4 @@
# file : boost/pgsql/template/makefile
-# copyright : Copyright (c) 2009-2019 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 68fd30d..56eda31 100644
--- a/boost/pgsql/template/test.hxx
+++ b/boost/pgsql/template/test.hxx
@@ -1,5 +1,4 @@
// file : boost/pgsql/template/test.hxx
-// copyright : Copyright (c) 2009-2019 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 bdd3fa0..7db2c4a 100644
--- a/boost/pgsql/test.bat
+++ b/boost/pgsql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/pgsql/test.bat
-rem copyright : Copyright (c) 2009-2019 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 8092d9b..e86ed43 100644
--- a/boost/sqlite/Makefile.am
+++ b/boost/sqlite/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 e6afe24..97a7a0c 100644
--- a/boost/sqlite/date-time/driver.cxx
+++ b/boost/sqlite/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/sqlite/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 fb88563..b780298 100644
--- a/boost/sqlite/date-time/makefile
+++ b/boost/sqlite/date-time/makefile
@@ -1,5 +1,4 @@
# file : boost/sqlite/date-time/makefile
-# copyright : Copyright (c) 2009-2019 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 f9278ab..924ce27 100644
--- a/boost/sqlite/date-time/test.hxx
+++ b/boost/sqlite/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : boost/sqlite/date-time/test.hxx
-// copyright : Copyright (c) 2009-2019 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 1eda35e..159a92d 100644
--- a/boost/sqlite/makefile
+++ b/boost/sqlite/makefile
@@ -1,5 +1,4 @@
# file : boost/sqlite/makefile
-# copyright : Copyright (c) 2009-2019 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 44eb513..39b318f 100644
--- a/boost/sqlite/template/Makefile.am
+++ b/boost/sqlite/template/Makefile.am
@@ -1,5 +1,4 @@
# file : boost/sqlite/template/Makefile.am
-# copyright : Copyright (c) 2009-2019 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 020a50b..3e51eef 100644
--- a/boost/sqlite/template/driver.cxx
+++ b/boost/sqlite/template/driver.cxx
@@ -1,5 +1,4 @@
// file : boost/sqlite/template/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 720a81a..3ebeda1 100644
--- a/boost/sqlite/template/makefile
+++ b/boost/sqlite/template/makefile
@@ -1,5 +1,4 @@
# file : boost/sqlite/template/makefile
-# copyright : Copyright (c) 2009-2019 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 15dc0d5..b9daed6 100644
--- a/boost/sqlite/template/test.hxx
+++ b/boost/sqlite/template/test.hxx
@@ -1,5 +1,4 @@
// file : boost/sqlite/template/test.hxx
-// copyright : Copyright (c) 2009-2019 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 3b17858..57a7f5e 100644
--- a/boost/sqlite/test.bat
+++ b/boost/sqlite/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : boost/sqlite/test.bat
-rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal