diff options
Diffstat (limited to 'boost/common/unordered')
-rw-r--r-- | boost/common/unordered/driver.cxx | 2 | ||||
-rw-r--r-- | boost/common/unordered/makefile | 2 | ||||
-rw-r--r-- | boost/common/unordered/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/boost/common/unordered/driver.cxx b/boost/common/unordered/driver.cxx index 2885807..4bf2603 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-2018 Code Synthesis Tools CC +// 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 bb2f2a1..931dcb1 100644 --- a/boost/common/unordered/makefile +++ b/boost/common/unordered/makefile @@ -1,5 +1,5 @@ # file : boost/common/unordered/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# 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 97e2996..f79e207 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |