From b5d8062bd651e796bac77ae580e0e45947374a89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 13:02:10 +0200 Subject: Update copyright year --- LICENSE | 2 +- build/bootstrap.build | 2 +- build/root.build | 2 +- buildfile | 2 +- cli/buildfile | 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/man.cxx | 2 +- cli/man.hxx | 2 +- cli/name-processor.cxx | 2 +- cli/name-processor.hxx | 2 +- cli/option-types.cxx | 2 +- cli/option-types.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/doc.cxx | 2 +- cli/semantics/doc.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/semantics/unit.txx | 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/doc.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 +- cli/txt.cxx | 2 +- cli/txt.hxx | 2 +- doc/cli-epilogue.1 | 2 +- doc/cli-epilogue.xhtml | 2 +- doc/cli-prologue.xhtml | 2 +- doc/cli.1 | 2 +- doc/cli.xhtml | 4 ++-- doc/guide/guide.html2ps | 2 +- doc/guide/index.xhtml | 4 ++-- doc/guide/makefile | 2 +- doc/makefile | 2 +- examples/build/bootstrap.build | 2 +- examples/build/root.build | 2 +- examples/buildfile | 2 +- examples/features/buildfile | 2 +- examples/features/driver.cxx | 2 +- examples/file/buildfile | 2 +- examples/file/driver.cxx | 2 +- examples/hello/buildfile | 2 +- examples/hello/driver.cxx | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/ctor/buildfile | 2 +- tests/ctor/driver.cxx | 2 +- tests/ctor/test.cli | 2 +- tests/erase/buildfile | 2 +- tests/erase/driver.cxx | 2 +- tests/erase/test.cli | 2 +- tests/file/buildfile | 2 +- tests/file/driver.cxx | 2 +- tests/file/test.cli | 2 +- tests/file/testscript | 2 +- tests/headings/buildfile | 2 +- tests/headings/testscript | 2 +- tests/inheritance/buildfile | 2 +- tests/inheritance/driver.cxx | 2 +- tests/inheritance/test.cli | 2 +- tests/specifier/buildfile | 2 +- tests/specifier/driver.cxx | 2 +- tests/specifier/test.cli | 2 +- tests/toc/buildfile | 2 +- tests/toc/testscript | 2 +- unit-tests/buildfile | 2 +- unit-tests/lexer/buildfile | 2 +- unit-tests/lexer/driver.cxx | 2 +- unit-tests/lexer/testscript | 2 +- unit-tests/parser/buildfile | 2 +- unit-tests/parser/driver.cxx | 2 +- unit-tests/parser/testscript | 2 +- 117 files changed, 120 insertions(+), 120 deletions(-) diff --git a/LICENSE b/LICENSE index 3fe3ab2..e3e517c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2011 Code Synthesis Tools CC. +Copyright (c) 2009-2017 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.build b/build/bootstrap.build index efa4115..30a97a1 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = cli diff --git a/build/root.build b/build/root.build index aa1de2b..1c2459e 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 14 diff --git a/buildfile b/buildfile index 5fe5693..1e8c9e3 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file d = cli/ unit-tests/ diff --git a/cli/buildfile b/cli/buildfile index e50cac9..cd19583 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/cli/cli.cxx b/cli/cli.cxx index 5adca18..b22d164 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -1,6 +1,6 @@ // file : cli/cli.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include @@ -38,7 +38,7 @@ main (int argc, char* argv[]) ostream& o (cout); o << "CodeSynthesis CLI command line interface compiler 1.2.0-a2" << endl - << "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl; + << "Copyright (c) 2009-2017 Code Synthesis Tools CC" << endl; o << "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 1c70cc7..0cfe0b7 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -1,6 +1,6 @@ // file : cli/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/context.hxx b/cli/context.hxx index 553a256..3e0019b 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -1,6 +1,6 @@ // file : cli/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f5f572e..9ffbf97 100644 --- a/cli/generator.cxx +++ b/cli/generator.cxx @@ -1,6 +1,6 @@ // file : cli/generator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 d74def8..a85881b 100644 --- a/cli/generator.hxx +++ b/cli/generator.hxx @@ -1,6 +1,6 @@ // file : cli/generator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 41ff3c5..de20334 100644 --- a/cli/header.cxx +++ b/cli/header.cxx @@ -1,6 +1,6 @@ // file : cli/header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/header.hxx b/cli/header.hxx index 780a478..8baa077 100644 --- a/cli/header.hxx +++ b/cli/header.hxx @@ -1,6 +1,6 @@ // file : cli/header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 be68588..e8a43db 100644 --- a/cli/html.cxx +++ b/cli/html.cxx @@ -1,6 +1,6 @@ // file : cli/html.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/html.hxx b/cli/html.hxx index 0015381..2a09302 100644 --- a/cli/html.hxx +++ b/cli/html.hxx @@ -1,6 +1,6 @@ // file : cli/html.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 268655b..37c4a46 100644 --- a/cli/inline.cxx +++ b/cli/inline.cxx @@ -1,6 +1,6 @@ // file : cli/inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/inline.hxx b/cli/inline.hxx index 28f3428..95123e7 100644 --- a/cli/inline.hxx +++ b/cli/inline.hxx @@ -1,6 +1,6 @@ // file : cli/inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 59281a7..3491a92 100644 --- a/cli/lexer.cxx +++ b/cli/lexer.cxx @@ -1,6 +1,6 @@ // file : cli/lexer.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/lexer.hxx b/cli/lexer.hxx index 56d98de..9373b46 100644 --- a/cli/lexer.hxx +++ b/cli/lexer.hxx @@ -1,6 +1,6 @@ // file : cli/lexer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 852c98f..a510600 100644 --- a/cli/lexer.ixx +++ b/cli/lexer.ixx @@ -1,6 +1,6 @@ // file : cli/lexer.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // lexer::xchar diff --git a/cli/man.cxx b/cli/man.cxx index 9008d7f..54fd975 100644 --- a/cli/man.cxx +++ b/cli/man.cxx @@ -1,6 +1,6 @@ // file : cli/man.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/man.hxx b/cli/man.hxx index 838622a..fb622c4 100644 --- a/cli/man.hxx +++ b/cli/man.hxx @@ -1,6 +1,6 @@ // file : cli/man.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 7ac54e3..98ac176 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/name-processor.hxx b/cli/name-processor.hxx index 2cc4b99..5f1c74c 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_NAME_PROCESSOR_HXX diff --git a/cli/option-types.cxx b/cli/option-types.cxx index b51a8a0..3f8501c 100644 --- a/cli/option-types.cxx +++ b/cli/option-types.cxx @@ -1,6 +1,6 @@ // file : cli/option-types.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/option-types.hxx b/cli/option-types.hxx index 03cfbaa..e04fb43 100644 --- a/cli/option-types.hxx +++ b/cli/option-types.hxx @@ -1,6 +1,6 @@ // file : cli/option-types.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_OPTION_TYPES_HXX diff --git a/cli/options.cli b/cli/options.cli index 97b4429..cd644f3 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -1,6 +1,6 @@ // file : cli/options.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 cdc421b..ab62105 100644 --- a/cli/parser.cxx +++ b/cli/parser.cxx @@ -1,6 +1,6 @@ // file : cli/parser.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef _WIN32 diff --git a/cli/parser.hxx b/cli/parser.hxx index 69ae6e2..8acad42 100644 --- a/cli/parser.hxx +++ b/cli/parser.hxx @@ -1,6 +1,6 @@ // file : cli/parser.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 696f1db..85ee31f 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/runtime-header.hxx b/cli/runtime-header.hxx index 83b4be1..c91d7ca 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 dffbb7d..86aae02 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/runtime-inline.hxx b/cli/runtime-inline.hxx index c77c7d0..b566122 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 0570e73..49c1bf2 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/runtime-source.hxx b/cli/runtime-source.hxx index 694353a..2792720 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 3d6cc73..60c27f6 100644 --- a/cli/semantics.hxx +++ b/cli/semantics.hxx @@ -1,6 +1,6 @@ // file : cli/semantics.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f0a98d8..faea123 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx index 3a6bc00..30090e6 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_CLASS_HXX diff --git a/cli/semantics/doc.cxx b/cli/semantics/doc.cxx index f8670b4..3f8a0a3 100644 --- a/cli/semantics/doc.cxx +++ b/cli/semantics/doc.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/doc.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/doc.hxx b/cli/semantics/doc.hxx index 22bdc17..1d9e7c3 100644 --- a/cli/semantics/doc.hxx +++ b/cli/semantics/doc.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/doc.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_DOC_HXX diff --git a/cli/semantics/elements.cxx b/cli/semantics/elements.cxx index b0550b9..c02b332 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/elements.hxx b/cli/semantics/elements.hxx index 65a9382..1745a4e 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 cd42244..9e4c249 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/expression.hxx b/cli/semantics/expression.hxx index af44886..a665709 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 5c9228a..867eba2 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx index ca50683..52f5b89 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 9c73f3e..6565fb1 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/option.hxx b/cli/semantics/option.hxx index f102dda..a6166a3 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f0cfddb..40d2b60 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx index f5e2368..c973287 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_UNIT_HXX diff --git a/cli/semantics/unit.txx b/cli/semantics/unit.txx index 6d70756..940c9af 100644 --- a/cli/semantics/unit.txx +++ b/cli/semantics/unit.txx @@ -1,6 +1,6 @@ // file : cli/semantics/unit.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace semantics diff --git a/cli/source.cxx b/cli/source.cxx index fb1b881..f73455b 100644 --- a/cli/source.cxx +++ b/cli/source.cxx @@ -1,6 +1,6 @@ // file : cli/source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/source.hxx b/cli/source.hxx index bf06293..3efefc8 100644 --- a/cli/source.hxx +++ b/cli/source.hxx @@ -1,6 +1,6 @@ // file : cli/source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 2c8feaa..869d54e 100644 --- a/cli/token.hxx +++ b/cli/token.hxx @@ -1,6 +1,6 @@ // file : cli/token.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 d5416a3..22c6a01 100644 --- a/cli/token.ixx +++ b/cli/token.ixx @@ -1,6 +1,6 @@ // file : cli/token.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 432f265..7c8a764 100644 --- a/cli/traversal.hxx +++ b/cli/traversal.hxx @@ -1,6 +1,6 @@ // file : cli/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 c515af6..e59c519 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/class.hxx b/cli/traversal/class.hxx index ca6d301..fe74fb3 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_CLASS_HXX diff --git a/cli/traversal/doc.hxx b/cli/traversal/doc.hxx index fe515c7..87392cb 100644 --- a/cli/traversal/doc.hxx +++ b/cli/traversal/doc.hxx @@ -1,6 +1,6 @@ // file : cli/traversal/doc.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_DOC_HXX diff --git a/cli/traversal/elements.cxx b/cli/traversal/elements.cxx index adf8029..b08627f 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/elements.hxx b/cli/traversal/elements.hxx index c34ef22..c86a276 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 c3872b9..aafd2cd 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 86a86c4..87616ea 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/namespace.hxx b/cli/traversal/namespace.hxx index 125b614..223271a 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 d9259dc..c08cf28 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/option.hxx b/cli/traversal/option.hxx index 8c2923a..340d166 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 21da369..42e397b 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/unit.hxx b/cli/traversal/unit.hxx index bdd84c9..17b0098 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-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TRAVERSAL_UNIT_HXX diff --git a/cli/txt.cxx b/cli/txt.cxx index cff6dc1..bf01718 100644 --- a/cli/txt.cxx +++ b/cli/txt.cxx @@ -1,6 +1,6 @@ // file : cli/txt.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/txt.hxx b/cli/txt.hxx index 6f70a91..b8cf7f0 100644 --- a/cli/txt.hxx +++ b/cli/txt.hxx @@ -1,6 +1,6 @@ // file : cli/txt.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TXT_HXX diff --git a/doc/cli-epilogue.1 b/doc/cli-epilogue.1 index 4a89dfc..e9f34fd 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-2011 Code Synthesis Tools CC. +Copyright (c) 2009-2017 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 0d923b9..9138f5f 100644 --- a/doc/cli-epilogue.xhtml +++ b/doc/cli-epilogue.xhtml @@ -11,7 +11,7 @@