diff options
Diffstat (limited to 'common/container/change-tracking')
-rw-r--r-- | common/container/change-tracking/driver.cxx | 2 | ||||
-rw-r--r-- | common/container/change-tracking/makefile | 2 | ||||
-rw-r--r-- | common/container/change-tracking/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/container/change-tracking/driver.cxx b/common/container/change-tracking/driver.cxx index fd669d6..b6e811d 100644 --- a/common/container/change-tracking/driver.cxx +++ b/common/container/change-tracking/driver.cxx @@ -1,5 +1,5 @@ // file : common/container/change-tracking/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 change-tracking containers. diff --git a/common/container/change-tracking/makefile b/common/container/change-tracking/makefile index c0d8f1a..3776e2b 100644 --- a/common/container/change-tracking/makefile +++ b/common/container/change-tracking/makefile @@ -1,5 +1,5 @@ # file : common/container/change-tracking/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/common/container/change-tracking/test.hxx b/common/container/change-tracking/test.hxx index 70d16e8..5be19f5 100644 --- a/common/container/change-tracking/test.hxx +++ b/common/container/change-tracking/test.hxx @@ -1,5 +1,5 @@ // file : common/container/change-tracking/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 |