diff options
Diffstat (limited to 'libcommon')
-rw-r--r-- | libcommon/Makefile.am | 2 | ||||
-rw-r--r-- | libcommon/common/Makefile.am | 2 | ||||
-rw-r--r-- | libcommon/common/buffer.hxx | 2 | ||||
-rw-r--r-- | libcommon/common/common.cxx | 2 | ||||
-rw-r--r-- | libcommon/common/common.hxx | 2 | ||||
-rw-r--r-- | libcommon/common/common.txx | 2 | ||||
-rw-r--r-- | libcommon/common/concrete.hxx | 2 | ||||
-rw-r--r-- | libcommon/common/config-vc.h | 2 | ||||
-rw-r--r-- | libcommon/common/config.h.in | 2 | ||||
-rw-r--r-- | libcommon/common/config.hxx | 2 | ||||
-rw-r--r-- | libcommon/common/export.hxx | 2 | ||||
-rw-r--r-- | libcommon/common/makefile | 2 | ||||
-rw-r--r-- | libcommon/makefile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/libcommon/Makefile.am b/libcommon/Makefile.am index 96be71f..56646a8 100644 --- a/libcommon/Makefile.am +++ b/libcommon/Makefile.am @@ -1,5 +1,5 @@ # file : libcommon/Makefile.am -# 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 SUBDIRS = __path__(dirs) diff --git a/libcommon/common/Makefile.am b/libcommon/common/Makefile.am index 1eba32c..db00887 100644 --- a/libcommon/common/Makefile.am +++ b/libcommon/common/Makefile.am @@ -1,5 +1,5 @@ # file : libcommon/common/Makefile.am -# 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 noinst_LTLIBRARIES = libcommon.la diff --git a/libcommon/common/buffer.hxx b/libcommon/common/buffer.hxx index a7ee2d8..014bff8 100644 --- a/libcommon/common/buffer.hxx +++ b/libcommon/common/buffer.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/buffer.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 ca1240b..237a652 100644 --- a/libcommon/common/common.cxx +++ b/libcommon/common/common.cxx @@ -1,5 +1,5 @@ // file : libcommon/common/common.cxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 6238389..bbcccbc 100644 --- a/libcommon/common/common.hxx +++ b/libcommon/common/common.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/common.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 d2a6be5..0f3f0f3 100644 --- a/libcommon/common/common.txx +++ b/libcommon/common/common.txx @@ -1,5 +1,5 @@ // file : libcommon/common/common.txx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 1d94321..1809887 100644 --- a/libcommon/common/concrete.hxx +++ b/libcommon/common/concrete.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/concrete.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 43d019f..0cc99ed 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 f5e060f..7197081 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 a2db12f..0b71caf 100644 --- a/libcommon/common/config.hxx +++ b/libcommon/common/config.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/config.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 114d9f9..7754d8c 100644 --- a/libcommon/common/export.hxx +++ b/libcommon/common/export.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/export.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 c406fd3..1a456df 100644 --- a/libcommon/common/makefile +++ b/libcommon/common/makefile @@ -1,5 +1,5 @@ # file : libcommon/common/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/libcommon/makefile b/libcommon/makefile index 0012b83..ab918fe 100644 --- a/libcommon/makefile +++ b/libcommon/makefile @@ -1,5 +1,5 @@ # file : libcommon/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make |