aboutsummaryrefslogtreecommitdiff
path: root/common/wrapper
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/wrapper
parente93146629aa6abf64ee86994c52b0efc35f7275a (diff)
Update copyright year
Diffstat (limited to 'common/wrapper')
-rw-r--r--common/wrapper/driver.cxx2
-rw-r--r--common/wrapper/makefile2
-rw-r--r--common/wrapper/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/wrapper/driver.cxx b/common/wrapper/driver.cxx
index 8005e21..0f07b5a 100644
--- a/common/wrapper/driver.cxx
+++ b/common/wrapper/driver.cxx
@@ -1,5 +1,5 @@
// file : common/wrapper/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 wrapper machinery.
diff --git a/common/wrapper/makefile b/common/wrapper/makefile
index 8ba49da..746ff30 100644
--- a/common/wrapper/makefile
+++ b/common/wrapper/makefile
@@ -1,5 +1,5 @@
# file : common/wrapper/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/wrapper/test.hxx b/common/wrapper/test.hxx
index 91259a4..af089db 100644
--- a/common/wrapper/test.hxx
+++ b/common/wrapper/test.hxx
@@ -1,5 +1,5 @@
// file : common/wrapper/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