aboutsummaryrefslogtreecommitdiff
path: root/libcommon
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 21:55:43 +0300
commit68a31ac90d11b2f0294e82eb887bd03fde85fbb1 (patch)
tree697d0649d2e88011a8a65b715c845eb4434799c2 /libcommon
parent4d61ee5a20babf92e0860a3d34bb0c0f0920dd67 (diff)
Update copyright year
Diffstat (limited to 'libcommon')
-rw-r--r--libcommon/Makefile.am2
-rw-r--r--libcommon/common/Makefile.am2
-rw-r--r--libcommon/common/buffer.hxx2
-rw-r--r--libcommon/common/common.cxx2
-rw-r--r--libcommon/common/common.hxx2
-rw-r--r--libcommon/common/common.txx2
-rw-r--r--libcommon/common/concrete.hxx2
-rw-r--r--libcommon/common/config-vc.h2
-rw-r--r--libcommon/common/config.h.in2
-rw-r--r--libcommon/common/config.hxx2
-rw-r--r--libcommon/common/export.hxx2
-rw-r--r--libcommon/common/makefile2
-rw-r--r--libcommon/makefile2
13 files changed, 13 insertions, 13 deletions
diff --git a/libcommon/Makefile.am b/libcommon/Makefile.am
index 071259e..96be71f 100644
--- a/libcommon/Makefile.am
+++ b/libcommon/Makefile.am
@@ -1,5 +1,5 @@
# file : libcommon/Makefile.am
-# 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
SUBDIRS = __path__(dirs)
diff --git a/libcommon/common/Makefile.am b/libcommon/common/Makefile.am
index a09f794..1eba32c 100644
--- a/libcommon/common/Makefile.am
+++ b/libcommon/common/Makefile.am
@@ -1,5 +1,5 @@
# file : libcommon/common/Makefile.am
-# 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
noinst_LTLIBRARIES = libcommon.la
diff --git a/libcommon/common/buffer.hxx b/libcommon/common/buffer.hxx
index c888099..a7ee2d8 100644
--- a/libcommon/common/buffer.hxx
+++ b/libcommon/common/buffer.hxx
@@ -1,5 +1,5 @@
// file : libcommon/common/buffer.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_BUFFER_HXX
diff --git a/libcommon/common/common.cxx b/libcommon/common/common.cxx
index a2a38d4..ca1240b 100644
--- a/libcommon/common/common.cxx
+++ b/libcommon/common/common.cxx
@@ -1,5 +1,5 @@
// file : libcommon/common/common.cxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstdlib> // std::exit
diff --git a/libcommon/common/common.hxx b/libcommon/common/common.hxx
index 0294d46..6238389 100644
--- a/libcommon/common/common.hxx
+++ b/libcommon/common/common.hxx
@@ -1,5 +1,5 @@
// file : libcommon/common/common.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_COMMON_HXX
diff --git a/libcommon/common/common.txx b/libcommon/common/common.txx
index c242c63..d2a6be5 100644
--- a/libcommon/common/common.txx
+++ b/libcommon/common/common.txx
@@ -1,5 +1,5 @@
// file : libcommon/common/common.txx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// We have to use this helper function instead of just checking which
diff --git a/libcommon/common/concrete.hxx b/libcommon/common/concrete.hxx
index 84bf4f0..1d94321 100644
--- a/libcommon/common/concrete.hxx
+++ b/libcommon/common/concrete.hxx
@@ -1,5 +1,5 @@
// file : libcommon/common/concrete.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_CONCRETE_HXX
diff --git a/libcommon/common/config-vc.h b/libcommon/common/config-vc.h
index 9517f72..43d019f 100644
--- a/libcommon/common/config-vc.h
+++ b/libcommon/common/config-vc.h
@@ -1,5 +1,5 @@
/* file : libcommon/common/config-vc.h
- * 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
*/
diff --git a/libcommon/common/config.h.in b/libcommon/common/config.h.in
index 85d4e92..f5e060f 100644
--- a/libcommon/common/config.h.in
+++ b/libcommon/common/config.h.in
@@ -1,5 +1,5 @@
/* file : libcommon/common/config.h.in
- * 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
*/
diff --git a/libcommon/common/config.hxx b/libcommon/common/config.hxx
index 5032b68..a2db12f 100644
--- a/libcommon/common/config.hxx
+++ b/libcommon/common/config.hxx
@@ -1,5 +1,5 @@
// file : libcommon/common/config.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_CONFIG_HXX
diff --git a/libcommon/common/export.hxx b/libcommon/common/export.hxx
index 5edd65a..114d9f9 100644
--- a/libcommon/common/export.hxx
+++ b/libcommon/common/export.hxx
@@ -1,5 +1,5 @@
// file : libcommon/common/export.hxx
-// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_EXPORT_HXX
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index 24e9fa0..c406fd3 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -1,5 +1,5 @@
# file : libcommon/common/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/libcommon/makefile b/libcommon/makefile
index 4c41e9e..0012b83 100644
--- a/libcommon/makefile
+++ b/libcommon/makefile
@@ -1,5 +1,5 @@
# file : libcommon/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make