aboutsummaryrefslogtreecommitdiff
path: root/boost/common
diff options
context:
space:
mode:
Diffstat (limited to 'boost/common')
-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
22 files changed, 0 insertions, 22 deletions
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