From 73e602354232433dd1bcde00e4377edbfaaa4e6a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 12:47:07 +0200 Subject: Update copyright --- build/bootstrap.make | 2 +- build/export/libcutl/stub.make | 2 +- build/import/libcutl/configuration-rules.make | 2 +- build/import/libcutl/configure | 2 +- build/import/libcutl/stub.make | 2 +- cutl/compiler/code-stream.hxx | 2 +- cutl/compiler/code-stream.txx | 2 +- cutl/compiler/context.cxx | 2 +- cutl/compiler/context.hxx | 2 +- cutl/compiler/context.txx | 2 +- cutl/compiler/cxx-indenter.cxx | 2 +- cutl/compiler/cxx-indenter.hxx | 2 +- cutl/compiler/cxx-indenter.ixx | 2 +- cutl/compiler/cxx-indenter.txx | 2 +- cutl/compiler/sloc-counter.hxx | 2 +- cutl/compiler/sloc-counter.txx | 2 +- cutl/compiler/traversal.hxx | 2 +- cutl/compiler/traversal.txx | 2 +- cutl/compiler/type-id.hxx | 2 +- cutl/compiler/type-id.ixx | 2 +- cutl/compiler/type-id.txx | 2 +- cutl/compiler/type-info.cxx | 2 +- cutl/compiler/type-info.hxx | 2 +- cutl/compiler/type-info.ixx | 2 +- cutl/container/any.hxx | 2 +- cutl/container/graph.hxx | 2 +- cutl/container/graph.txx | 2 +- cutl/container/pointer-iterator.hxx | 2 +- cutl/exception.cxx | 2 +- cutl/exception.hxx | 2 +- cutl/fs/auto-remove.cxx | 2 +- cutl/fs/auto-remove.hxx | 2 +- cutl/fs/exception.cxx | 2 +- cutl/fs/exception.hxx | 2 +- cutl/fs/path.cxx | 2 +- cutl/fs/path.hxx | 2 +- cutl/fs/path.txx | 2 +- cutl/makefile | 2 +- cutl/meta/answer.hxx | 2 +- cutl/meta/class-p.hxx | 2 +- cutl/meta/polymorphic-p.hxx | 2 +- cutl/meta/remove-c.hxx | 2 +- cutl/meta/remove-cv.hxx | 2 +- cutl/meta/remove-p.hxx | 2 +- cutl/meta/remove-v.hxx | 2 +- cutl/shared-ptr.hxx | 2 +- cutl/shared-ptr/base.cxx | 2 +- cutl/shared-ptr/base.hxx | 2 +- cutl/shared-ptr/base.ixx | 2 +- cutl/shared-ptr/base.txx | 2 +- cutl/static-ptr.hxx | 2 +- makefile | 2 +- tests/compiler/cxx-indenter/driver.cxx | 2 +- tests/compiler/cxx-indenter/makefile | 2 +- tests/compiler/makefile | 2 +- tests/compiler/sloc-counter/driver.cxx | 2 +- tests/compiler/sloc-counter/makefile | 2 +- tests/compiler/traversal/driver.cxx | 2 +- tests/compiler/traversal/makefile | 2 +- tests/fs/makefile | 2 +- tests/fs/path/driver.cxx | 2 +- tests/fs/path/makefile | 2 +- tests/makefile | 2 +- tests/shared-ptr/driver.cxx | 2 +- tests/shared-ptr/makefile | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/build/bootstrap.make b/build/bootstrap.make index 6333423..7d34526 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,6 +1,6 @@ # file : build/bootstrap.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project_name := libcutl diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make index 165d5e0..e135b0d 100644 --- a/build/export/libcutl/stub.make +++ b/build/export/libcutl/stub.make @@ -1,6 +1,6 @@ # file : build/export/libcutl/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(src_root)/cutl/makefile,$(out_root)) diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index e2fefb7..9f62e17 100644 --- a/build/import/libcutl/configuration-rules.make +++ b/build/import/libcutl/configuration-rules.make @@ -1,6 +1,6 @@ # file : build/import/libcutl/configuration-rules.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/. diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure index b06e6f5..34903a9 100755 --- a/build/import/libcutl/configure +++ b/build/import/libcutl/configure @@ -2,7 +2,7 @@ # file : build/import/libcutl/configure # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/libcutl/stub.make b/build/import/libcutl/stub.make index 15fa9dd..3267822 100644 --- a/build/import/libcutl/stub.make +++ b/build/import/libcutl/stub.make @@ -1,6 +1,6 @@ # file : build/import/libcutl/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libcutl/configuration-rules.make,$(dcf_root)) diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx index a1a5d1a..1243f63 100644 --- a/cutl/compiler/code-stream.hxx +++ b/cutl/compiler/code-stream.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/code-stream.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_CODE_STREAM_HXX diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx index e834da7..f43a5d1 100644 --- a/cutl/compiler/code-stream.txx +++ b/cutl/compiler/code-stream.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/code-stream.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx index da31d6e..7238b33 100644 --- a/cutl/compiler/context.cxx +++ b/cutl/compiler/context.cxx @@ -1,6 +1,6 @@ // file : cutl/compiler/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx index 5f4eb1e..120986c 100644 --- a/cutl/compiler/context.hxx +++ b/cutl/compiler/context.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_CONTEXT_HXX diff --git a/cutl/compiler/context.txx b/cutl/compiler/context.txx index 303781c..ba73b6d 100644 --- a/cutl/compiler/context.txx +++ b/cutl/compiler/context.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/context.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx index 2173942..d01c6b9 100644 --- a/cutl/compiler/cxx-indenter.cxx +++ b/cutl/compiler/cxx-indenter.cxx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/cxx-indenter.hxx b/cutl/compiler/cxx-indenter.hxx index 2e76e0e..668c9b6 100644 --- a/cutl/compiler/cxx-indenter.hxx +++ b/cutl/compiler/cxx-indenter.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_CXX_INDENTER_HXX diff --git a/cutl/compiler/cxx-indenter.ixx b/cutl/compiler/cxx-indenter.ixx index fde4652..c85446a 100644 --- a/cutl/compiler/cxx-indenter.ixx +++ b/cutl/compiler/cxx-indenter.ixx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/cxx-indenter.txx b/cutl/compiler/cxx-indenter.txx index 4c2018d..49e506d 100644 --- a/cutl/compiler/cxx-indenter.txx +++ b/cutl/compiler/cxx-indenter.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/sloc-counter.hxx b/cutl/compiler/sloc-counter.hxx index 23a6086..eb55e37 100644 --- a/cutl/compiler/sloc-counter.hxx +++ b/cutl/compiler/sloc-counter.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/sloc-counter.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_SLOC_COUNTER_HXX diff --git a/cutl/compiler/sloc-counter.txx b/cutl/compiler/sloc-counter.txx index 9befac7..cb4f528 100644 --- a/cutl/compiler/sloc-counter.txx +++ b/cutl/compiler/sloc-counter.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/sloc-counter.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::isspace diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx index ad677b0..b877bc0 100644 --- a/cutl/compiler/traversal.hxx +++ b/cutl/compiler/traversal.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_TRAVERSAL_HXX diff --git a/cutl/compiler/traversal.txx b/cutl/compiler/traversal.txx index 315d11b..636aad1 100644 --- a/cutl/compiler/traversal.txx +++ b/cutl/compiler/traversal.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/traversal.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx index 7731f6d..099da6d 100644 --- a/cutl/compiler/type-id.hxx +++ b/cutl/compiler/type-id.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-id.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_TYPE_ID_HXX diff --git a/cutl/compiler/type-id.ixx b/cutl/compiler/type-id.ixx index 4092d6d..e2e92c9 100644 --- a/cutl/compiler/type-id.ixx +++ b/cutl/compiler/type-id.ixx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-id.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/type-id.txx b/cutl/compiler/type-id.txx index 9fee905..f7fbaf6 100644 --- a/cutl/compiler/type-id.txx +++ b/cutl/compiler/type-id.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-id.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/type-info.cxx b/cutl/compiler/type-info.cxx index 4be7177..c092609 100644 --- a/cutl/compiler/type-info.cxx +++ b/cutl/compiler/type-info.cxx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-info.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx index 9fa5593..b005ec4 100644 --- a/cutl/compiler/type-info.hxx +++ b/cutl/compiler/type-info.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-info.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_TYPE_INFO_HXX diff --git a/cutl/compiler/type-info.ixx b/cutl/compiler/type-info.ixx index 3f1bb86..008e658 100644 --- a/cutl/compiler/type-info.ixx +++ b/cutl/compiler/type-info.ixx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-info.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx index 061c201..8999fbb 100644 --- a/cutl/container/any.hxx +++ b/cutl/container/any.hxx @@ -1,6 +1,6 @@ // file : cutl/container/any.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_ANY_HXX diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx index 35650c1..2b796a1 100644 --- a/cutl/container/graph.hxx +++ b/cutl/container/graph.hxx @@ -1,6 +1,6 @@ // file : cutl/container/graph.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_GRAPH_HXX diff --git a/cutl/container/graph.txx b/cutl/container/graph.txx index 534b0ac..615453d 100644 --- a/cutl/container/graph.txx +++ b/cutl/container/graph.txx @@ -1,6 +1,6 @@ // file : cutl/container/graph.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx index cc94151..f303487 100644 --- a/cutl/container/pointer-iterator.hxx +++ b/cutl/container/pointer-iterator.hxx @@ -1,6 +1,6 @@ // file : cutl/container/pointer-iterator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_POINTER_ITERATOR_HXX diff --git a/cutl/exception.cxx b/cutl/exception.cxx index e8389f7..c3c2c9a 100644 --- a/cutl/exception.cxx +++ b/cutl/exception.cxx @@ -1,6 +1,6 @@ // file : cutl/exception.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/exception.hxx b/cutl/exception.hxx index 242057b..e8e12b4 100644 --- a/cutl/exception.hxx +++ b/cutl/exception.hxx @@ -1,6 +1,6 @@ // file : cutl/exception.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_EXCEPTION_HXX diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx index 3afcc9b..250bb12 100644 --- a/cutl/fs/auto-remove.cxx +++ b/cutl/fs/auto-remove.cxx @@ -1,6 +1,6 @@ // file : cutl/fs/auto-remove.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::remove diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx index ceede34..bf2b701 100644 --- a/cutl/fs/auto-remove.hxx +++ b/cutl/fs/auto-remove.hxx @@ -1,6 +1,6 @@ // file : cutl/fs/auto-remove.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_FS_AUTO_REMOVE_HXX diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx index 793902d..9c17265 100644 --- a/cutl/fs/exception.cxx +++ b/cutl/fs/exception.cxx @@ -1,6 +1,6 @@ // file : cutl/fs/exception.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx index b412491..f00dadb 100644 --- a/cutl/fs/exception.hxx +++ b/cutl/fs/exception.hxx @@ -1,6 +1,6 @@ // file : cutl/fs/exception.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_FS_EXCEPTION_HXX diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx index 88b88f6..578cc5b 100644 --- a/cutl/fs/path.cxx +++ b/cutl/fs/path.cxx @@ -1,6 +1,6 @@ // file : cutl/fs/path.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx index 9dda562..2b1743a 100644 --- a/cutl/fs/path.hxx +++ b/cutl/fs/path.hxx @@ -1,6 +1,6 @@ // file : cutl/fs/path.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_FS_PATH_HXX diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx index ff5095b..44064ca 100644 --- a/cutl/fs/path.txx +++ b/cutl/fs/path.txx @@ -1,6 +1,6 @@ // file : cutl/fs/path.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/makefile b/cutl/makefile index 92c7e35..8e3511f 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -1,6 +1,6 @@ # file : cutl/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/cutl/meta/answer.hxx b/cutl/meta/answer.hxx index f476dd7..3e4f28a 100644 --- a/cutl/meta/answer.hxx +++ b/cutl/meta/answer.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/answer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_ANSWER_HXX diff --git a/cutl/meta/class-p.hxx b/cutl/meta/class-p.hxx index da1eb89..dbf8597 100644 --- a/cutl/meta/class-p.hxx +++ b/cutl/meta/class-p.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/class-p.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_CLASS_HXX diff --git a/cutl/meta/polymorphic-p.hxx b/cutl/meta/polymorphic-p.hxx index 35723e3..c8639c8 100644 --- a/cutl/meta/polymorphic-p.hxx +++ b/cutl/meta/polymorphic-p.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/polymorphic-p.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_POLYMORPHIC_HXX diff --git a/cutl/meta/remove-c.hxx b/cutl/meta/remove-c.hxx index be7b8a6..35f0090 100644 --- a/cutl/meta/remove-c.hxx +++ b/cutl/meta/remove-c.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-c.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_C_HXX diff --git a/cutl/meta/remove-cv.hxx b/cutl/meta/remove-cv.hxx index 5a7de7a..2f3206d 100644 --- a/cutl/meta/remove-cv.hxx +++ b/cutl/meta/remove-cv.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-cv.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_CV_HXX diff --git a/cutl/meta/remove-p.hxx b/cutl/meta/remove-p.hxx index 56c4517..0776ac9 100644 --- a/cutl/meta/remove-p.hxx +++ b/cutl/meta/remove-p.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-p.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_P_HXX diff --git a/cutl/meta/remove-v.hxx b/cutl/meta/remove-v.hxx index 9f2ae46..e2cd100 100644 --- a/cutl/meta/remove-v.hxx +++ b/cutl/meta/remove-v.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-v.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_V_HXX diff --git a/cutl/shared-ptr.hxx b/cutl/shared-ptr.hxx index d94bf97..0fc948b 100644 --- a/cutl/shared-ptr.hxx +++ b/cutl/shared-ptr.hxx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_SHARED_PTR_HXX diff --git a/cutl/shared-ptr/base.cxx b/cutl/shared-ptr/base.cxx index a74ed15..69b0aee 100644 --- a/cutl/shared-ptr/base.cxx +++ b/cutl/shared-ptr/base.cxx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/shared-ptr/base.hxx b/cutl/shared-ptr/base.hxx index 999c6d0..0a631d4 100644 --- a/cutl/shared-ptr/base.hxx +++ b/cutl/shared-ptr/base.hxx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_SHARED_PTR_BASE_HXX diff --git a/cutl/shared-ptr/base.ixx b/cutl/shared-ptr/base.ixx index 928e439..7bc18b1 100644 --- a/cutl/shared-ptr/base.ixx +++ b/cutl/shared-ptr/base.ixx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/shared-ptr/base.txx b/cutl/shared-ptr/base.txx index 4de4272..92ffa17 100644 --- a/cutl/shared-ptr/base.txx +++ b/cutl/shared-ptr/base.txx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/static-ptr.hxx b/cutl/static-ptr.hxx index 12ecc1c..4094938 100644 --- a/cutl/static-ptr.hxx +++ b/cutl/static-ptr.hxx @@ -1,6 +1,6 @@ // file : cutl/static-ptr.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_STATIC_PTR_HXX diff --git a/makefile b/makefile index c33b303..a89c8eb 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # file : makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx index 0f9a3c5..8dc02c3 100644 --- a/tests/compiler/cxx-indenter/driver.cxx +++ b/tests/compiler/cxx-indenter/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/cxx-indenter/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile index c0e7cff..d0990ee 100644 --- a/tests/compiler/cxx-indenter/makefile +++ b/tests/compiler/cxx-indenter/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/cxx-indenter/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/makefile b/tests/compiler/makefile index dfbd7cb..1464555 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx index b5d6462..8ba5338 100644 --- a/tests/compiler/sloc-counter/driver.cxx +++ b/tests/compiler/sloc-counter/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/sloc-counter/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile index 498845f..5f5ef86 100644 --- a/tests/compiler/sloc-counter/makefile +++ b/tests/compiler/sloc-counter/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/sloc-counter/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx index 8d49b6f..edac427 100644 --- a/tests/compiler/traversal/driver.cxx +++ b/tests/compiler/traversal/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/traversal/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index bb5513a..830ec18 100644 --- a/tests/compiler/traversal/makefile +++ b/tests/compiler/traversal/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/traversal/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/fs/makefile b/tests/fs/makefile index 071c394..e18f64e 100644 --- a/tests/fs/makefile +++ b/tests/fs/makefile @@ -1,6 +1,6 @@ # file : tests/fs/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx index d758bde..897fd36 100644 --- a/tests/fs/path/driver.cxx +++ b/tests/fs/path/driver.cxx @@ -1,6 +1,6 @@ // file : tests/fs/path/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile index 55bf89d..6a355ad 100644 --- a/tests/fs/path/makefile +++ b/tests/fs/path/makefile @@ -1,6 +1,6 @@ # file : tests/fs/path/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index e3873cb..20dd4ea 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx index c32192e..67ed12e 100644 --- a/tests/shared-ptr/driver.cxx +++ b/tests/shared-ptr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/shared-ptr/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile index 43e9b53..86e2a8c 100644 --- a/tests/shared-ptr/makefile +++ b/tests/shared-ptr/makefile @@ -1,6 +1,6 @@ # file : tests/shared-ptr/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1