aboutsummaryrefslogtreecommitdiff
path: root/common/id/composite
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-17 11:24:18 +0300
commit3e887885ec753f2cb0a9bba6fb4e856e51194a5c (patch)
tree26efdd7835d804dcf41bc4600db468f2e79d6395 /common/id/composite
parente93146629aa6abf64ee86994c52b0efc35f7275a (diff)
Update copyright year
Diffstat (limited to 'common/id/composite')
-rw-r--r--common/id/composite/driver.cxx2
-rw-r--r--common/id/composite/makefile2
-rw-r--r--common/id/composite/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/id/composite/driver.cxx b/common/id/composite/driver.cxx
index 4f628eb..7e5a917 100644
--- a/common/id/composite/driver.cxx
+++ b/common/id/composite/driver.cxx
@@ -1,5 +1,5 @@
// file : common/id/composite/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 composite object ids.
diff --git a/common/id/composite/makefile b/common/id/composite/makefile
index ced82cc..13cdd06 100644
--- a/common/id/composite/makefile
+++ b/common/id/composite/makefile
@@ -1,5 +1,5 @@
# file : common/id/composite/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/id/composite/test.hxx b/common/id/composite/test.hxx
index c953106..8b4c21c 100644
--- a/common/id/composite/test.hxx
+++ b/common/id/composite/test.hxx
@@ -1,5 +1,5 @@
// file : common/id/composite/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