diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
commit | db5b409f5e6e5c5d3771febd8046240cdb3e06e4 (patch) | |
tree | d1b060bdfb0095eaaec63a4ade71a4b4b69fb96d /libcommon | |
parent | 3fd22b7b86ebad8fbd4b66da3d63e6d9c1ca829c (diff) |
Copyright update
Diffstat (limited to 'libcommon')
-rw-r--r-- | libcommon/Makefile.am | 2 | ||||
-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 | ||||
-rw-r--r-- | libcommon/makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/libcommon/Makefile.am b/libcommon/Makefile.am index e498e3b..f4904c1 100644 --- a/libcommon/Makefile.am +++ b/libcommon/Makefile.am @@ -1,6 +1,6 @@ # file : libcommon/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 SUBDIRS = __path__(dirs) 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 diff --git a/libcommon/makefile b/libcommon/makefile index 8f72324..cac6e2d 100644 --- a/libcommon/makefile +++ b/libcommon/makefile @@ -1,6 +1,6 @@ # file : libcommon/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; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make |