diff options
Diffstat (limited to 'libcommon/common')
-rw-r--r-- | libcommon/common/Makefile.am | 2 | ||||
-rw-r--r-- | libcommon/common/common.cxx | 2 | ||||
-rw-r--r-- | libcommon/common/common.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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/libcommon/common/Makefile.am b/libcommon/common/Makefile.am index 67ebcef..f4886fe 100644 --- a/libcommon/common/Makefile.am +++ b/libcommon/common/Makefile.am @@ -1,6 +1,6 @@ # file : libcommon/common/Makefile.am # author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file noinst_LTLIBRARIES = libcommon.la diff --git a/libcommon/common/common.cxx b/libcommon/common/common.cxx index a15ab93..d451c4b 100644 --- a/libcommon/common/common.cxx +++ b/libcommon/common/common.cxx @@ -1,6 +1,6 @@ // file : libcommon/common/common.cxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 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 2a02a12..1862aae 100644 --- a/libcommon/common/common.hxx +++ b/libcommon/common/common.hxx @@ -1,6 +1,6 @@ // file : libcommon/common/common.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef LIBCOMMON_COMMON_COMMON_HXX diff --git a/libcommon/common/config-vc.h b/libcommon/common/config-vc.h index fa739a4..e4a9397 100644 --- a/libcommon/common/config-vc.h +++ b/libcommon/common/config-vc.h @@ -1,6 +1,6 @@ /* file : libcommon/common/config-vc.h * author : Boris Kolpackov <boris@codesynthesis.com> - * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2011 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 a1140e1..ad30893 100644 --- a/libcommon/common/config.h.in +++ b/libcommon/common/config.h.in @@ -1,6 +1,6 @@ /* file : libcommon/common/config.h.in * author : Boris Kolpackov <boris@codesynthesis.com> - * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2011 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 c08be65..935f0bc 100644 --- a/libcommon/common/config.hxx +++ b/libcommon/common/config.hxx @@ -1,6 +1,6 @@ // file : libcommon/common/config.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 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 5a7fed1..1f1a229 100644 --- a/libcommon/common/export.hxx +++ b/libcommon/common/export.hxx @@ -1,6 +1,6 @@ // file : libcommon/common/export.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 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 6259e69..37b1f94 100644 --- a/libcommon/common/makefile +++ b/libcommon/common/makefile @@ -1,6 +1,6 @@ # file : libcommon/common/makefile # author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make |