diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
commit | d56f7077de2a985b9e105df3fd70253381a01401 (patch) | |
tree | 517733baa1781534f20ad16db9faf86ff52a90db /libcommon | |
parent | 73ec71168651c90160635fa9c990edc716c0dd34 (diff) |
Update copyright year
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 da72069..f610ac0 100644 --- a/libcommon/Makefile.am +++ b/libcommon/Makefile.am @@ -1,5 +1,5 @@ # file : libcommon/Makefile.am -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 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 38862f3..8b59116 100644 --- a/libcommon/common/Makefile.am +++ b/libcommon/common/Makefile.am @@ -1,5 +1,5 @@ # file : libcommon/common/Makefile.am -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 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 9674c70..44d58c3 100644 --- a/libcommon/common/buffer.hxx +++ b/libcommon/common/buffer.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/buffer.hxx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 24238a5..65fbcfe 100644 --- a/libcommon/common/common.cxx +++ b/libcommon/common/common.cxx @@ -1,5 +1,5 @@ // file : libcommon/common/common.cxx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 0d56d7c..114dbdd 100644 --- a/libcommon/common/common.hxx +++ b/libcommon/common/common.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/common.hxx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 5c40520..fafd9bc 100644 --- a/libcommon/common/common.txx +++ b/libcommon/common/common.txx @@ -1,5 +1,5 @@ // file : libcommon/common/common.txx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 0d91172..3141ba4 100644 --- a/libcommon/common/concrete.hxx +++ b/libcommon/common/concrete.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/concrete.hxx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 d2e631d..1f05206 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-2012 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2013 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 ed600ac..1bf49fb 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-2012 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2013 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 14644f7..da45841 100644 --- a/libcommon/common/config.hxx +++ b/libcommon/common/config.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/config.hxx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 09f305d..94a6666 100644 --- a/libcommon/common/export.hxx +++ b/libcommon/common/export.hxx @@ -1,5 +1,5 @@ // file : libcommon/common/export.hxx -// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2013 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 e6fc755..53df875 100644 --- a/libcommon/common/makefile +++ b/libcommon/common/makefile @@ -1,5 +1,5 @@ # file : libcommon/common/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 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 c64ab99..9d9b6e9 100644 --- a/libcommon/makefile +++ b/libcommon/makefile @@ -1,5 +1,5 @@ # file : libcommon/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make |