aboutsummaryrefslogtreecommitdiff
path: root/boost/common/unordered
diff options
context:
space:
mode:
Diffstat (limited to 'boost/common/unordered')
-rw-r--r--boost/common/unordered/driver.cxx1
-rw-r--r--boost/common/unordered/makefile1
-rw-r--r--boost/common/unordered/test.hxx1
3 files changed, 0 insertions, 3 deletions
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