From 53b8695810131792357c833cb6c8237df117ea3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 15:57:45 +0200 Subject: Copyright update --- LICENSE | 2 +- build/bootstrap.make | 2 +- build/cli/cli-cxx.make | 2 +- build/export/cli/stub.make | 2 +- build/import/cli/cli-cxx.make | 2 +- build/import/cli/configuration-rules.make | 2 +- build/import/cli/configure | 2 +- build/import/cli/stub.make | 2 +- build/import/libcutl/configuration-rules.make | 2 +- build/import/libcutl/configure | 2 +- build/import/libcutl/stub.make | 2 +- cli/cli.cxx | 4 +- cli/context.cxx | 2 +- cli/context.hxx | 2 +- cli/generator.cxx | 2 +- cli/generator.hxx | 2 +- cli/header.cxx | 2 +- cli/header.hxx | 2 +- cli/html.cxx | 2 +- cli/html.hxx | 2 +- cli/inline.cxx | 2 +- cli/inline.hxx | 2 +- cli/lexer.cxx | 2 +- cli/lexer.hxx | 2 +- cli/lexer.ixx | 2 +- cli/makefile | 2 +- cli/man.cxx | 2 +- cli/man.hxx | 2 +- cli/name-processor.cxx | 2 +- cli/name-processor.hxx | 2 +- cli/options.cli | 2 +- cli/parser.cxx | 2 +- cli/parser.hxx | 2 +- cli/runtime-header.cxx | 2 +- cli/runtime-header.hxx | 2 +- cli/runtime-inline.cxx | 2 +- cli/runtime-inline.hxx | 2 +- cli/runtime-source.cxx | 2 +- cli/runtime-source.hxx | 2 +- cli/semantics.hxx | 2 +- cli/semantics/class.cxx | 2 +- cli/semantics/class.hxx | 2 +- cli/semantics/elements.cxx | 2 +- cli/semantics/elements.hxx | 2 +- cli/semantics/expression.cxx | 2 +- cli/semantics/expression.hxx | 2 +- cli/semantics/namespace.cxx | 2 +- cli/semantics/namespace.hxx | 2 +- cli/semantics/option.cxx | 2 +- cli/semantics/option.hxx | 2 +- cli/semantics/unit.cxx | 2 +- cli/semantics/unit.hxx | 2 +- cli/source.cxx | 2 +- cli/source.hxx | 2 +- cli/token.hxx | 2 +- cli/token.ixx | 2 +- cli/traversal.hxx | 2 +- cli/traversal/class.cxx | 2 +- cli/traversal/class.hxx | 2 +- cli/traversal/elements.cxx | 2 +- cli/traversal/elements.hxx | 2 +- cli/traversal/expression.hxx | 2 +- cli/traversal/namespace.cxx | 2 +- cli/traversal/namespace.hxx | 2 +- cli/traversal/option.cxx | 2 +- cli/traversal/option.hxx | 2 +- cli/traversal/unit.cxx | 2 +- cli/traversal/unit.hxx | 2 +- doc/cli-epilogue.1 | 2 +- doc/cli-epilogue.xhtml | 2 +- doc/cli-prologue.xhtml | 2 +- doc/cli.1 | 221 ---------------------- doc/cli.xhtml | 252 -------------------------- doc/guide/guide.html2ps | 2 +- doc/guide/index.xhtml | 4 +- doc/guide/makefile | 2 +- doc/makefile | 2 +- examples/features/driver.cxx | 2 +- examples/features/makefile | 2 +- examples/file/driver.cxx | 2 +- examples/file/makefile | 2 +- examples/hello/driver.cxx | 2 +- examples/hello/makefile | 2 +- examples/makefile | 2 +- makefile | 2 +- tests/ctor/driver.cxx | 2 +- tests/ctor/makefile | 2 +- tests/ctor/test.cli | 2 +- tests/erase/driver.cxx | 2 +- tests/erase/makefile | 2 +- tests/erase/test.cli | 2 +- tests/file/driver.cxx | 2 +- tests/file/makefile | 2 +- tests/file/test.cli | 2 +- tests/lexer/driver.cxx | 2 +- tests/lexer/makefile | 2 +- tests/makefile | 2 +- tests/parser/driver.cxx | 2 +- tests/parser/makefile | 2 +- tests/specifier/driver.cxx | 2 +- tests/specifier/makefile | 2 +- tests/specifier/test.cli | 2 +- 102 files changed, 102 insertions(+), 575 deletions(-) delete mode 100644 doc/cli.1 delete mode 100644 doc/cli.xhtml diff --git a/LICENSE b/LICENSE index db16aa3..3fe3ab2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2010 Code Synthesis Tools CC. +Copyright (c) 2009-2011 Code Synthesis Tools CC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/build/bootstrap.make b/build/bootstrap.make index 9d6dcc8..97c276a 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,6 +1,6 @@ # file : build/bootstrap.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project_name := cli diff --git a/build/cli/cli-cxx.make b/build/cli/cli-cxx.make index 857482e..263f6f3 100644 --- a/build/cli/cli-cxx.make +++ b/build/cli/cli-cxx.make @@ -1,6 +1,6 @@ # file : build/cli/cli-cxx.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # Get the C++ file extensions. diff --git a/build/export/cli/stub.make b/build/export/cli/stub.make index 281b862..70e3641 100644 --- a/build/export/cli/stub.make +++ b/build/export/cli/stub.make @@ -1,6 +1,6 @@ # file : build/export/cli/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(src_root)/cli/makefile,$(out_root)) diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make index 56dc4b8..5d4293e 100644 --- a/build/import/cli/cli-cxx.make +++ b/build/import/cli/cli-cxx.make @@ -1,6 +1,6 @@ # file : build/import/cli/cli-cxx.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # Here we are operating in the importing project's space, not in diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make index 52c334d..e5a77f2 100644 --- a/build/import/cli/configuration-rules.make +++ b/build/import/cli/configuration-rules.make @@ -1,6 +1,6 @@ # file : build/import/cli/configuration-rules.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/. diff --git a/build/import/cli/configure b/build/import/cli/configure index 21a09c5..612301c 100755 --- a/build/import/cli/configure +++ b/build/import/cli/configure @@ -2,7 +2,7 @@ # file : build/import/cli/configure # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/cli/stub.make b/build/import/cli/stub.make index 250a5ee..20cf45a 100644 --- a/build/import/cli/stub.make +++ b/build/import/cli/stub.make @@ -1,6 +1,6 @@ # file : build/import/cli/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/cli/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index a7c0d5e..db255d0 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 34903a9..6bcd346 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 3267822..ab3d051 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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/cli/cli.cxx b/cli/cli.cxx index 15fabb2..df7fd97 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -1,6 +1,6 @@ // file : cli/cli.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::auto_ptr @@ -32,7 +32,7 @@ main (int argc, char* argv[]) if (ops.version ()) { e << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl - << "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl; + << "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl; e << "This is free software; see the source for copying conditions. " << "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS " diff --git a/cli/context.cxx b/cli/context.cxx index 8d5cba3..6b5e2f8 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -1,6 +1,6 @@ // file : cli/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/context.hxx b/cli/context.hxx index ed0e058..afaf577 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -1,6 +1,6 @@ // file : cli/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_CONTEXT_HXX diff --git a/cli/generator.cxx b/cli/generator.cxx index fea888e..842fc54 100644 --- a/cli/generator.cxx +++ b/cli/generator.cxx @@ -1,6 +1,6 @@ // file : cli/generator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::toupper, std::is{alpha,upper,lower} diff --git a/cli/generator.hxx b/cli/generator.hxx index 937e08e..c892f96 100644 --- a/cli/generator.hxx +++ b/cli/generator.hxx @@ -1,6 +1,6 @@ // file : cli/generator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_GENERATOR_HXX diff --git a/cli/header.cxx b/cli/header.cxx index d1b078f..3a47c4d 100644 --- a/cli/header.cxx +++ b/cli/header.cxx @@ -1,6 +1,6 @@ // file : cli/header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "header.hxx" diff --git a/cli/header.hxx b/cli/header.hxx index f82c739..defb344 100644 --- a/cli/header.hxx +++ b/cli/header.hxx @@ -1,6 +1,6 @@ // file : cli/header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_HEADER_HXX diff --git a/cli/html.cxx b/cli/html.cxx index 9304fee..c440854 100644 --- a/cli/html.cxx +++ b/cli/html.cxx @@ -1,6 +1,6 @@ // file : cli/html.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "html.hxx" diff --git a/cli/html.hxx b/cli/html.hxx index 3e9aa67..93708f8 100644 --- a/cli/html.hxx +++ b/cli/html.hxx @@ -1,6 +1,6 @@ // file : cli/html.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_HTML_HXX diff --git a/cli/inline.cxx b/cli/inline.cxx index 702bd6c..0638f30 100644 --- a/cli/inline.cxx +++ b/cli/inline.cxx @@ -1,6 +1,6 @@ // file : cli/inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "inline.hxx" diff --git a/cli/inline.hxx b/cli/inline.hxx index 96ecede..90986c5 100644 --- a/cli/inline.hxx +++ b/cli/inline.hxx @@ -1,6 +1,6 @@ // file : cli/inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_INLINE_HXX diff --git a/cli/lexer.cxx b/cli/lexer.cxx index ba867a9..3edfc13 100644 --- a/cli/lexer.cxx +++ b/cli/lexer.cxx @@ -1,6 +1,6 @@ // file : cli/lexer.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/lexer.hxx b/cli/lexer.hxx index 44f0ee2..710090d 100644 --- a/cli/lexer.hxx +++ b/cli/lexer.hxx @@ -1,6 +1,6 @@ // file : cli/lexer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_LEXER_HXX diff --git a/cli/lexer.ixx b/cli/lexer.ixx index cd05921..aa754d7 100644 --- a/cli/lexer.ixx +++ b/cli/lexer.ixx @@ -1,6 +1,6 @@ // file : cli/lexer.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // lexer::xchar diff --git a/cli/makefile b/cli/makefile index 11742de..c06f8d4 100644 --- a/cli/makefile +++ b/cli/makefile @@ -1,6 +1,6 @@ # file : cli/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/cli/man.cxx b/cli/man.cxx index ab979ab..93c6920 100644 --- a/cli/man.cxx +++ b/cli/man.cxx @@ -1,6 +1,6 @@ // file : cli/man.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "man.hxx" diff --git a/cli/man.hxx b/cli/man.hxx index cb00627..71d8154 100644 --- a/cli/man.hxx +++ b/cli/man.hxx @@ -1,6 +1,6 @@ // file : cli/man.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_MAN_HXX diff --git a/cli/name-processor.cxx b/cli/name-processor.cxx index d846c7e..a0e3e02 100644 --- a/cli/name-processor.cxx +++ b/cli/name-processor.cxx @@ -1,6 +1,6 @@ // file : cli/name-processor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/name-processor.hxx b/cli/name-processor.hxx index ffd2484..63f262f 100644 --- a/cli/name-processor.hxx +++ b/cli/name-processor.hxx @@ -1,6 +1,6 @@ // file : cli/name-processor.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_NAME_PROCESSOR_HXX diff --git a/cli/options.cli b/cli/options.cli index a1cc3b4..d21efa7 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -1,6 +1,6 @@ // file : cli/options.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // NOTE: Make sure you have a working CLI compiler around before diff --git a/cli/parser.cxx b/cli/parser.cxx index c7e9324..6480946 100644 --- a/cli/parser.cxx +++ b/cli/parser.cxx @@ -1,6 +1,6 @@ // file : cli/parser.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/parser.hxx b/cli/parser.hxx index 385d050..4e6c18f 100644 --- a/cli/parser.hxx +++ b/cli/parser.hxx @@ -1,6 +1,6 @@ // file : cli/parser.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_PARSER_HXX diff --git a/cli/runtime-header.cxx b/cli/runtime-header.cxx index de24073..1e4941b 100644 --- a/cli/runtime-header.cxx +++ b/cli/runtime-header.cxx @@ -1,6 +1,6 @@ // file : cli/runtime-header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "runtime-header.hxx" diff --git a/cli/runtime-header.hxx b/cli/runtime-header.hxx index 2b55413..5c7d41f 100644 --- a/cli/runtime-header.hxx +++ b/cli/runtime-header.hxx @@ -1,6 +1,6 @@ // file : cli/runtime-header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_RUNTIME_HEADER_HXX diff --git a/cli/runtime-inline.cxx b/cli/runtime-inline.cxx index fecbd02..633d7db 100644 --- a/cli/runtime-inline.cxx +++ b/cli/runtime-inline.cxx @@ -1,6 +1,6 @@ // file : cli/runtime-inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "runtime-inline.hxx" diff --git a/cli/runtime-inline.hxx b/cli/runtime-inline.hxx index 8345297..191d756 100644 --- a/cli/runtime-inline.hxx +++ b/cli/runtime-inline.hxx @@ -1,6 +1,6 @@ // file : cli/runtime-inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_RUNTIME_INLINE_HXX diff --git a/cli/runtime-source.cxx b/cli/runtime-source.cxx index 7ccf404..31a0d1e 100644 --- a/cli/runtime-source.cxx +++ b/cli/runtime-source.cxx @@ -1,6 +1,6 @@ // file : cli/runtime-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "runtime-source.hxx" diff --git a/cli/runtime-source.hxx b/cli/runtime-source.hxx index ebf2090..79e0cef 100644 --- a/cli/runtime-source.hxx +++ b/cli/runtime-source.hxx @@ -1,6 +1,6 @@ // file : cli/runtime-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_RUNTIME_SOURCE_HXX diff --git a/cli/semantics.hxx b/cli/semantics.hxx index 46416d3..b6b824f 100644 --- a/cli/semantics.hxx +++ b/cli/semantics.hxx @@ -1,6 +1,6 @@ // file : cli/semantics.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_HXX diff --git a/cli/semantics/class.cxx b/cli/semantics/class.cxx index 6369f22..1af31dc 100644 --- a/cli/semantics/class.cxx +++ b/cli/semantics/class.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx index 973ff76..be0b9f9 100644 --- a/cli/semantics/class.hxx +++ b/cli/semantics/class.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_CLASS_HXX diff --git a/cli/semantics/elements.cxx b/cli/semantics/elements.cxx index bc3f350..04d6e03 100644 --- a/cli/semantics/elements.cxx +++ b/cli/semantics/elements.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/elements.hxx b/cli/semantics/elements.hxx index 7809ec2..6dd6f78 100644 --- a/cli/semantics/elements.hxx +++ b/cli/semantics/elements.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_ELEMENTS_HXX diff --git a/cli/semantics/expression.cxx b/cli/semantics/expression.cxx index f4c9f0b..0bd9fe9 100644 --- a/cli/semantics/expression.cxx +++ b/cli/semantics/expression.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/expression.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/expression.hxx b/cli/semantics/expression.hxx index 2c0dbbc..18ba2de 100644 --- a/cli/semantics/expression.hxx +++ b/cli/semantics/expression.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/expression.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_EXPRESSION_HXX diff --git a/cli/semantics/namespace.cxx b/cli/semantics/namespace.cxx index e029d6d..3947578 100644 --- a/cli/semantics/namespace.cxx +++ b/cli/semantics/namespace.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx index 7063077..0ff534a 100644 --- a/cli/semantics/namespace.hxx +++ b/cli/semantics/namespace.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_NAMESPACE_HXX diff --git a/cli/semantics/option.cxx b/cli/semantics/option.cxx index 3fccfe5..04eb9a5 100644 --- a/cli/semantics/option.cxx +++ b/cli/semantics/option.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/option.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/option.hxx b/cli/semantics/option.hxx index 19b5a2f..20e40c5 100644 --- a/cli/semantics/option.hxx +++ b/cli/semantics/option.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/option.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_OPTION_HXX diff --git a/cli/semantics/unit.cxx b/cli/semantics/unit.cxx index ed1381b..eecdbba 100644 --- a/cli/semantics/unit.cxx +++ b/cli/semantics/unit.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/unit.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx index 4fcea61..9aac2c3 100644 --- a/cli/semantics/unit.hxx +++ b/cli/semantics/unit.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_UNIT_HXX diff --git a/cli/source.cxx b/cli/source.cxx index b6f4234..c5d47f0 100644 --- a/cli/source.cxx +++ b/cli/source.cxx @@ -1,6 +1,6 @@ // file : cli/source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/source.hxx b/cli/source.hxx index e46154e..14b2fce 100644 --- a/cli/source.hxx +++ b/cli/source.hxx @@ -1,6 +1,6 @@ // file : cli/source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SOURCE_HXX diff --git a/cli/token.hxx b/cli/token.hxx index 1cfc6b9..6389164 100644 --- a/cli/token.hxx +++ b/cli/token.hxx @@ -1,6 +1,6 @@ // file : cli/token.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TOKEN_HXX diff --git a/cli/token.ixx b/cli/token.ixx index 2c6c21a..d5416a3 100644 --- a/cli/token.ixx +++ b/cli/token.ixx @@ -1,6 +1,6 @@ // file : cli/token.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file inline token::token_type token:: diff --git a/cli/traversal.hxx b/cli/traversal.hxx index d5fed7e..c50a698 100644 --- a/cli/traversal.hxx +++ b/cli/traversal.hxx @@ -1,6 +1,6 @@ // file : cli/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_HXX diff --git a/cli/traversal/class.cxx b/cli/traversal/class.cxx index c1f1f7a..8262e5d 100644 --- a/cli/traversal/class.cxx +++ b/cli/traversal/class.cxx @@ -1,6 +1,6 @@ // file : cli/traversal/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/class.hxx b/cli/traversal/class.hxx index 4f913aa..ef4433e 100644 --- a/cli/traversal/class.hxx +++ b/cli/traversal/class.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_CLASS_HXX diff --git a/cli/traversal/elements.cxx b/cli/traversal/elements.cxx index e8b03f4..6a2e9db 100644 --- a/cli/traversal/elements.cxx +++ b/cli/traversal/elements.cxx @@ -1,6 +1,6 @@ // file : cli/traversal/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/elements.hxx b/cli/traversal/elements.hxx index a750c3f..ce5758d 100644 --- a/cli/traversal/elements.hxx +++ b/cli/traversal/elements.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_ELEMENTS_HXX diff --git a/cli/traversal/expression.hxx b/cli/traversal/expression.hxx index 7182438..8070834 100644 --- a/cli/traversal/expression.hxx +++ b/cli/traversal/expression.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/expression.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_EXPRESSION_HXX diff --git a/cli/traversal/namespace.cxx b/cli/traversal/namespace.cxx index bf6c11b..cbcd0bb 100644 --- a/cli/traversal/namespace.cxx +++ b/cli/traversal/namespace.cxx @@ -1,6 +1,6 @@ // file : cli/traversal/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/namespace.hxx b/cli/traversal/namespace.hxx index 3fb269a..877ea5a 100644 --- a/cli/traversal/namespace.hxx +++ b/cli/traversal/namespace.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_NAMESPACE_HXX diff --git a/cli/traversal/option.cxx b/cli/traversal/option.cxx index 3731f3a..d8b327b 100644 --- a/cli/traversal/option.cxx +++ b/cli/traversal/option.cxx @@ -1,6 +1,6 @@ // file : cli/traversal/option.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/option.hxx b/cli/traversal/option.hxx index 824f953..2a127d0 100644 --- a/cli/traversal/option.hxx +++ b/cli/traversal/option.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/option.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_OPTION_HXX diff --git a/cli/traversal/unit.cxx b/cli/traversal/unit.cxx index 5d105d7..de81dab 100644 --- a/cli/traversal/unit.cxx +++ b/cli/traversal/unit.cxx @@ -1,6 +1,6 @@ // file : cli/traversal/unit.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/unit.hxx b/cli/traversal/unit.hxx index 5598a51..656ec72 100644 --- a/cli/traversal/unit.hxx +++ b/cli/traversal/unit.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_UNIT_HXX diff --git a/doc/cli-epilogue.1 b/doc/cli-epilogue.1 index ee04e84..4a89dfc 100644 --- a/doc/cli-epilogue.1 +++ b/doc/cli-epilogue.1 @@ -14,7 +14,7 @@ Send bug reports to the cli-users@codesynthesis.com mailing list. .\" COPYRIGHT .\" .SH COPYRIGHT -Copyright (c) 2009-2010 Code Synthesis Tools CC. +Copyright (c) 2009-2011 Code Synthesis Tools CC. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. Copy of this license can be obtained from diff --git a/doc/cli-epilogue.xhtml b/doc/cli-epilogue.xhtml index f26d63c..0d923b9 100644 --- a/doc/cli-epilogue.xhtml +++ b/doc/cli-epilogue.xhtml @@ -11,7 +11,7 @@