diff options
Diffstat (limited to 'boost/common/uuid')
-rw-r--r-- | boost/common/uuid/driver.cxx | 2 | ||||
-rw-r--r-- | boost/common/uuid/makefile | 2 | ||||
-rw-r--r-- | boost/common/uuid/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/boost/common/uuid/driver.cxx b/boost/common/uuid/driver.cxx index e494ea2..5cffa6a 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 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 84f906e..5188740 100644 --- a/boost/common/uuid/makefile +++ b/boost/common/uuid/makefile @@ -1,5 +1,5 @@ # file : boost/common/uuid/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 382ddaf..c4195aa 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-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |