From 1139ef3cf7c0c273ecf7e9595a2f1e0214a58f24 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 18:54:47 +0300 Subject: Drop copyright notice from source code --- build/bootstrap.build | 1 - build/root.build | 1 - buildfile | 1 - cli/buildfile | 1 - cli/cli.cxx | 1 - cli/context.cxx | 1 - cli/context.hxx | 1 - cli/generator.cxx | 1 - cli/generator.hxx | 1 - cli/header.cxx | 1 - cli/header.hxx | 1 - cli/html.cxx | 1 - cli/html.hxx | 1 - cli/inline.cxx | 1 - cli/inline.hxx | 1 - cli/lexer.cxx | 1 - cli/lexer.hxx | 1 - cli/lexer.ixx | 1 - cli/man.cxx | 1 - cli/man.hxx | 1 - cli/name-processor.cxx | 1 - cli/name-processor.hxx | 1 - cli/option-types.cxx | 1 - cli/option-types.hxx | 1 - cli/options.cli | 1 - cli/parser.cxx | 1 - cli/parser.hxx | 1 - cli/runtime-header.cxx | 1 - cli/runtime-header.hxx | 1 - cli/runtime-inline.cxx | 1 - cli/runtime-inline.hxx | 1 - cli/runtime-source.cxx | 1 - cli/runtime-source.hxx | 1 - cli/semantics.hxx | 1 - cli/semantics/class.cxx | 1 - cli/semantics/class.hxx | 1 - cli/semantics/doc.cxx | 1 - cli/semantics/doc.hxx | 1 - cli/semantics/elements.cxx | 1 - cli/semantics/elements.hxx | 1 - cli/semantics/expression.cxx | 1 - cli/semantics/expression.hxx | 1 - cli/semantics/namespace.cxx | 1 - cli/semantics/namespace.hxx | 1 - cli/semantics/option.cxx | 1 - cli/semantics/option.hxx | 1 - cli/semantics/unit.cxx | 1 - cli/semantics/unit.hxx | 1 - cli/semantics/unit.txx | 1 - cli/source.cxx | 1 - cli/source.hxx | 1 - cli/token.hxx | 1 - cli/token.ixx | 1 - cli/traversal.hxx | 1 - cli/traversal/class.cxx | 1 - cli/traversal/class.hxx | 1 - cli/traversal/doc.hxx | 1 - cli/traversal/elements.cxx | 1 - cli/traversal/elements.hxx | 1 - cli/traversal/expression.hxx | 1 - cli/traversal/namespace.cxx | 1 - cli/traversal/namespace.hxx | 1 - cli/traversal/option.cxx | 1 - cli/traversal/option.hxx | 1 - cli/traversal/unit.cxx | 1 - cli/traversal/unit.hxx | 1 - cli/txt.cxx | 1 - cli/txt.hxx | 1 - cli/version.hxx.in | 1 - doc/guide/makefile | 1 - doc/makefile | 1 - examples/build/bootstrap.build | 1 - examples/build/root.build | 1 - examples/buildfile | 1 - examples/features/buildfile | 1 - examples/features/driver.cxx | 1 - examples/file/buildfile | 1 - examples/file/driver.cxx | 1 - examples/hello/buildfile | 1 - examples/hello/driver.cxx | 1 - tests/build/bootstrap.build | 1 - tests/build/root.build | 1 - tests/buildfile | 1 - tests/combined/buildfile | 1 - tests/combined/driver.cxx | 1 - tests/combined/test.cli | 1 - tests/combined/testscript | 1 - tests/ctor/buildfile | 1 - tests/ctor/driver.cxx | 1 - tests/ctor/test.cli | 1 - tests/erase/buildfile | 1 - tests/erase/driver.cxx | 1 - tests/erase/test.cli | 1 - tests/file/buildfile | 1 - tests/file/driver.cxx | 1 - tests/file/test.cli | 1 - tests/file/testscript | 1 - tests/group/buildfile | 1 - tests/group/driver.cxx | 1 - tests/group/test.cli | 1 - tests/group/testscript | 1 - tests/headings/buildfile | 1 - tests/headings/testscript | 1 - tests/inheritance/buildfile | 1 - tests/inheritance/driver.cxx | 1 - tests/inheritance/test.cli | 1 - tests/merge/buildfile | 1 - tests/merge/driver.cxx | 1 - tests/merge/test.cli | 1 - tests/note/buildfile | 1 - tests/note/testscript | 1 - tests/specifier/buildfile | 1 - tests/specifier/driver.cxx | 1 - tests/specifier/test.cli | 1 - tests/toc/buildfile | 1 - tests/toc/testscript | 1 - unit-tests/lexer/buildfile | 1 - unit-tests/lexer/driver.cxx | 1 - unit-tests/lexer/testscript | 1 - unit-tests/parser/buildfile | 1 - unit-tests/parser/driver.cxx | 1 - unit-tests/parser/testscript | 1 - 122 files changed, 122 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index f2b5d2f..cd43c15 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = cli diff --git a/build/root.build b/build/root.build index 924e2e5..0a536ca 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/buildfile b/buildfile index 31bd6dc..394230e 100644 --- a/buildfile +++ b/buildfile @@ -1,5 +1,4 @@ # file : buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file d = cli/ unit-tests/ diff --git a/cli/buildfile b/cli/buildfile index 4b35f5f..b267ab9 100644 --- a/cli/buildfile +++ b/cli/buildfile @@ -1,5 +1,4 @@ # file : cli/buildfile -# copyright : Copyright (c) 2009-2019 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 e6e5dec..0798224 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -1,6 +1,5 @@ // file : cli/cli.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/context.cxx b/cli/context.cxx index 061129e..54bb988 100644 --- a/cli/context.cxx +++ b/cli/context.cxx @@ -1,6 +1,5 @@ // file : cli/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/context.hxx b/cli/context.hxx index 14cdb7c..633b8ad 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -1,6 +1,5 @@ // file : cli/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 33f3b46..df1b99e 100644 --- a/cli/generator.cxx +++ b/cli/generator.cxx @@ -1,6 +1,5 @@ // file : cli/generator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 7cedf83..f567528 100644 --- a/cli/generator.hxx +++ b/cli/generator.hxx @@ -1,6 +1,5 @@ // file : cli/generator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 a1ab963..a2a3ccd 100644 --- a/cli/header.cxx +++ b/cli/header.cxx @@ -1,6 +1,5 @@ // file : cli/header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/header.hxx b/cli/header.hxx index ce7bc67..e6e68ee 100644 --- a/cli/header.hxx +++ b/cli/header.hxx @@ -1,6 +1,5 @@ // file : cli/header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 bc8c543..b374b91 100644 --- a/cli/html.cxx +++ b/cli/html.cxx @@ -1,6 +1,5 @@ // file : cli/html.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/html.hxx b/cli/html.hxx index 467d3a7..4ba5a41 100644 --- a/cli/html.hxx +++ b/cli/html.hxx @@ -1,6 +1,5 @@ // file : cli/html.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 4bc0182..05b83db 100644 --- a/cli/inline.cxx +++ b/cli/inline.cxx @@ -1,6 +1,5 @@ // file : cli/inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/inline.hxx b/cli/inline.hxx index e99a9be..38e7768 100644 --- a/cli/inline.hxx +++ b/cli/inline.hxx @@ -1,6 +1,5 @@ // file : cli/inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 5fb907f..573c76b 100644 --- a/cli/lexer.cxx +++ b/cli/lexer.cxx @@ -1,6 +1,5 @@ // file : cli/lexer.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/lexer.hxx b/cli/lexer.hxx index 90b7649..bd7b0c9 100644 --- a/cli/lexer.hxx +++ b/cli/lexer.hxx @@ -1,6 +1,5 @@ // file : cli/lexer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 2045312..1c4c42e 100644 --- a/cli/lexer.ixx +++ b/cli/lexer.ixx @@ -1,6 +1,5 @@ // file : cli/lexer.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // lexer::xchar diff --git a/cli/man.cxx b/cli/man.cxx index 6ed072e..df703e8 100644 --- a/cli/man.cxx +++ b/cli/man.cxx @@ -1,6 +1,5 @@ // file : cli/man.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/man.hxx b/cli/man.hxx index 17d60d8..0825305 100644 --- a/cli/man.hxx +++ b/cli/man.hxx @@ -1,6 +1,5 @@ // file : cli/man.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 d533a5b..ab125bc 100644 --- a/cli/name-processor.cxx +++ b/cli/name-processor.cxx @@ -1,6 +1,5 @@ // file : cli/name-processor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/name-processor.hxx b/cli/name-processor.hxx index 1ff8498..c21561b 100644 --- a/cli/name-processor.hxx +++ b/cli/name-processor.hxx @@ -1,6 +1,5 @@ // file : cli/name-processor.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 66283ad..da1f434 100644 --- a/cli/option-types.cxx +++ b/cli/option-types.cxx @@ -1,6 +1,5 @@ // file : cli/option-types.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/option-types.hxx b/cli/option-types.hxx index f048d88..02d9ede 100644 --- a/cli/option-types.hxx +++ b/cli/option-types.hxx @@ -1,6 +1,5 @@ // file : cli/option-types.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 da9a52a..3f7b24d 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -1,6 +1,5 @@ // file : cli/options.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 c1e1075..4685edc 100644 --- a/cli/parser.cxx +++ b/cli/parser.cxx @@ -1,6 +1,5 @@ // file : cli/parser.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef _WIN32 diff --git a/cli/parser.hxx b/cli/parser.hxx index 1643ee4..326768e 100644 --- a/cli/parser.hxx +++ b/cli/parser.hxx @@ -1,6 +1,5 @@ // file : cli/parser.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 2b01071..3a51b20 100644 --- a/cli/runtime-header.cxx +++ b/cli/runtime-header.cxx @@ -1,6 +1,5 @@ // file : cli/runtime-header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/runtime-header.hxx b/cli/runtime-header.hxx index ba25221..f4bff7c 100644 --- a/cli/runtime-header.hxx +++ b/cli/runtime-header.hxx @@ -1,6 +1,5 @@ // file : cli/runtime-header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 3a62db8..8f0e84c 100644 --- a/cli/runtime-inline.cxx +++ b/cli/runtime-inline.cxx @@ -1,6 +1,5 @@ // file : cli/runtime-inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/runtime-inline.hxx b/cli/runtime-inline.hxx index f1dc610..045c060 100644 --- a/cli/runtime-inline.hxx +++ b/cli/runtime-inline.hxx @@ -1,6 +1,5 @@ // file : cli/runtime-inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 fff7f22..b836406 100644 --- a/cli/runtime-source.cxx +++ b/cli/runtime-source.cxx @@ -1,6 +1,5 @@ // file : cli/runtime-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/runtime-source.hxx b/cli/runtime-source.hxx index fbbddb6..0e51c4b 100644 --- a/cli/runtime-source.hxx +++ b/cli/runtime-source.hxx @@ -1,6 +1,5 @@ // file : cli/runtime-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 6518a10..4b18629 100644 --- a/cli/semantics.hxx +++ b/cli/semantics.hxx @@ -1,6 +1,5 @@ // file : cli/semantics.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 2e09683..494d5d0 100644 --- a/cli/semantics/class.cxx +++ b/cli/semantics/class.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx index 9ca44c8..ca7de8c 100644 --- a/cli/semantics/class.hxx +++ b/cli/semantics/class.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 2e6ed25..c31260c 100644 --- a/cli/semantics/doc.cxx +++ b/cli/semantics/doc.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/doc.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/doc.hxx b/cli/semantics/doc.hxx index 08c5d65..8dacb7a 100644 --- a/cli/semantics/doc.hxx +++ b/cli/semantics/doc.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/doc.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 6111d0e..ed8eb7d 100644 --- a/cli/semantics/elements.cxx +++ b/cli/semantics/elements.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/elements.hxx b/cli/semantics/elements.hxx index b25244d..6235a06 100644 --- a/cli/semantics/elements.hxx +++ b/cli/semantics/elements.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 4cd53b2..18d3312 100644 --- a/cli/semantics/expression.cxx +++ b/cli/semantics/expression.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/expression.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/expression.hxx b/cli/semantics/expression.hxx index c71d289..e36a0cb 100644 --- a/cli/semantics/expression.hxx +++ b/cli/semantics/expression.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/expression.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 733b103..3c2643c 100644 --- a/cli/semantics/namespace.cxx +++ b/cli/semantics/namespace.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx index 624222c..00c7bfc 100644 --- a/cli/semantics/namespace.hxx +++ b/cli/semantics/namespace.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 d8af992..8746a5e 100644 --- a/cli/semantics/option.cxx +++ b/cli/semantics/option.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/option.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/option.hxx b/cli/semantics/option.hxx index c7082e2..a9bb963 100644 --- a/cli/semantics/option.hxx +++ b/cli/semantics/option.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/option.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 482b4a1..9c532ea 100644 --- a/cli/semantics/unit.cxx +++ b/cli/semantics/unit.cxx @@ -1,6 +1,5 @@ // file : cli/semantics/unit.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx index 76a2acd..e37648a 100644 --- a/cli/semantics/unit.hxx +++ b/cli/semantics/unit.hxx @@ -1,6 +1,5 @@ // file : cli/semantics/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 03d6e54..99d178f 100644 --- a/cli/semantics/unit.txx +++ b/cli/semantics/unit.txx @@ -1,6 +1,5 @@ // file : cli/semantics/unit.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace semantics diff --git a/cli/source.cxx b/cli/source.cxx index 2333faf..9cd2382 100644 --- a/cli/source.cxx +++ b/cli/source.cxx @@ -1,6 +1,5 @@ // file : cli/source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/source.hxx b/cli/source.hxx index ad784fa..b27cf76 100644 --- a/cli/source.hxx +++ b/cli/source.hxx @@ -1,6 +1,5 @@ // file : cli/source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 50b0607..7045826 100644 --- a/cli/token.hxx +++ b/cli/token.hxx @@ -1,6 +1,5 @@ // file : cli/token.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 4fabcc5..77ab225 100644 --- a/cli/token.ixx +++ b/cli/token.ixx @@ -1,6 +1,5 @@ // file : cli/token.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 4797802..1961f7b 100644 --- a/cli/traversal.hxx +++ b/cli/traversal.hxx @@ -1,6 +1,5 @@ // file : cli/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 633c086..b920f1f 100644 --- a/cli/traversal/class.cxx +++ b/cli/traversal/class.cxx @@ -1,6 +1,5 @@ // file : cli/traversal/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/class.hxx b/cli/traversal/class.hxx index da106dc..38cbefc 100644 --- a/cli/traversal/class.hxx +++ b/cli/traversal/class.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 6b3d724..70a6dfd 100644 --- a/cli/traversal/doc.hxx +++ b/cli/traversal/doc.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/doc.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 e754d2b..f3353f2 100644 --- a/cli/traversal/elements.cxx +++ b/cli/traversal/elements.cxx @@ -1,6 +1,5 @@ // file : cli/traversal/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/elements.hxx b/cli/traversal/elements.hxx index d0f5095..a2ada23 100644 --- a/cli/traversal/elements.hxx +++ b/cli/traversal/elements.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 e481fbe..0888455 100644 --- a/cli/traversal/expression.hxx +++ b/cli/traversal/expression.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/expression.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 51c0963..c938f77 100644 --- a/cli/traversal/namespace.cxx +++ b/cli/traversal/namespace.cxx @@ -1,6 +1,5 @@ // file : cli/traversal/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/namespace.hxx b/cli/traversal/namespace.hxx index 025f16a..5709f2a 100644 --- a/cli/traversal/namespace.hxx +++ b/cli/traversal/namespace.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 03b0550..ff5dcce 100644 --- a/cli/traversal/option.cxx +++ b/cli/traversal/option.cxx @@ -1,6 +1,5 @@ // file : cli/traversal/option.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/option.hxx b/cli/traversal/option.hxx index cdf0790..e11fa21 100644 --- a/cli/traversal/option.hxx +++ b/cli/traversal/option.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/option.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 6896375..cf10d1d 100644 --- a/cli/traversal/unit.cxx +++ b/cli/traversal/unit.cxx @@ -1,6 +1,5 @@ // file : cli/traversal/unit.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/traversal/unit.hxx b/cli/traversal/unit.hxx index 2aebbea..eab42aa 100644 --- a/cli/traversal/unit.hxx +++ b/cli/traversal/unit.hxx @@ -1,6 +1,5 @@ // file : cli/traversal/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 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 d5ae16b..16de45a 100644 --- a/cli/txt.cxx +++ b/cli/txt.cxx @@ -1,6 +1,5 @@ // file : cli/txt.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/txt.hxx b/cli/txt.hxx index 69427f3..cde31c9 100644 --- a/cli/txt.hxx +++ b/cli/txt.hxx @@ -1,6 +1,5 @@ // file : cli/txt.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_TXT_HXX diff --git a/cli/version.hxx.in b/cli/version.hxx.in index 90a8cdc..610315e 100644 --- a/cli/version.hxx.in +++ b/cli/version.hxx.in @@ -1,6 +1,5 @@ // file : cli/version.hxx.in // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_VERSION // Note: using the version macro itself. diff --git a/doc/guide/makefile b/doc/guide/makefile index e47dc66..40ed0f9 100644 --- a/doc/guide/makefile +++ b/doc/guide/makefile @@ -1,6 +1,5 @@ # file : doc/guide/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/doc/makefile b/doc/makefile index 6a12ee1..6ec866e 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,6 +1,5 @@ # file : doc/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build index e93994c..78d91f7 100644 --- a/examples/build/bootstrap.build +++ b/examples/build/bootstrap.build @@ -1,5 +1,4 @@ # file : examples/build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/examples/build/root.build b/examples/build/root.build index 8d67f2f..5f08770 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -1,5 +1,4 @@ # file : examples/build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/examples/buildfile b/examples/buildfile index f81e4d6..34801a9 100644 --- a/examples/buildfile +++ b/examples/buildfile @@ -1,5 +1,4 @@ # file : examples/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} README diff --git a/examples/features/buildfile b/examples/features/buildfile index 8a888b4..29ce2c7 100644 --- a/examples/features/buildfile +++ b/examples/features/buildfile @@ -1,5 +1,4 @@ # file : examples/features/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README} diff --git a/examples/features/driver.cxx b/examples/features/driver.cxx index ac50ffa..33ba362 100644 --- a/examples/features/driver.cxx +++ b/examples/features/driver.cxx @@ -1,6 +1,5 @@ // file : examples/features/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/examples/file/buildfile b/examples/file/buildfile index fb3ad72..eadfc66 100644 --- a/examples/file/buildfile +++ b/examples/file/buildfile @@ -1,5 +1,4 @@ # file : examples/file/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README} diff --git a/examples/file/driver.cxx b/examples/file/driver.cxx index 03b361a..d187559 100644 --- a/examples/file/driver.cxx +++ b/examples/file/driver.cxx @@ -1,6 +1,5 @@ // file : examples/file/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/examples/hello/buildfile b/examples/hello/buildfile index d6ad3ad..9a11b29 100644 --- a/examples/hello/buildfile +++ b/examples/hello/buildfile @@ -1,5 +1,4 @@ # file : examples/hello/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -hello} cli.cxx{hello} doc{README} diff --git a/examples/hello/driver.cxx b/examples/hello/driver.cxx index 593f382..30fdf6e 100644 --- a/examples/hello/driver.cxx +++ b/examples/hello/driver.cxx @@ -1,6 +1,5 @@ // file : examples/hello/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 26f0838..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 3583d07..05bb1de 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index 7c65aeb..556ed55 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/combined/buildfile b/tests/combined/buildfile index 019f2ac..7d1e167 100644 --- a/tests/combined/buildfile +++ b/tests/combined/buildfile @@ -1,5 +1,4 @@ # file : tests/combined/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript diff --git a/tests/combined/driver.cxx b/tests/combined/driver.cxx index bb0c620..ace3e64 100644 --- a/tests/combined/driver.cxx +++ b/tests/combined/driver.cxx @@ -1,6 +1,5 @@ // file : tests/combined/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test combined flags (-xyz vs -x -y -z) and option values (--foo=bar). diff --git a/tests/combined/test.cli b/tests/combined/test.cli index cb12ddb..1576859 100644 --- a/tests/combined/test.cli +++ b/tests/combined/test.cli @@ -1,6 +1,5 @@ // file : tests/combined/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/combined/testscript b/tests/combined/testscript index 83eb00e..986ed02 100644 --- a/tests/combined/testscript +++ b/tests/combined/testscript @@ -1,5 +1,4 @@ # file : tests/combined/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file : values diff --git a/tests/ctor/buildfile b/tests/ctor/buildfile index 1d3fc9d..e41e87f 100644 --- a/tests/ctor/buildfile +++ b/tests/ctor/buildfile @@ -1,5 +1,4 @@ # file : tests/ctor/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx index fce1038..cf7ec3b 100644 --- a/tests/ctor/driver.cxx +++ b/tests/ctor/driver.cxx @@ -1,6 +1,5 @@ // file : tests/ctor/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "test.hxx" diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli index 5242264..869418d 100644 --- a/tests/ctor/test.cli +++ b/tests/ctor/test.cli @@ -1,6 +1,5 @@ // file : tests/ctor/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/erase/buildfile b/tests/erase/buildfile index a6a2b8f..7b2ebbd 100644 --- a/tests/erase/buildfile +++ b/tests/erase/buildfile @@ -1,5 +1,4 @@ # file : tests/erase/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx index 2d9bcb4..e2207ef 100644 --- a/tests/erase/driver.cxx +++ b/tests/erase/driver.cxx @@ -1,6 +1,5 @@ // file : tests/erase/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test argument erasing. diff --git a/tests/erase/test.cli b/tests/erase/test.cli index 4a1fb4e..7c14b69 100644 --- a/tests/erase/test.cli +++ b/tests/erase/test.cli @@ -1,6 +1,5 @@ // file : tests/erase/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/buildfile b/tests/file/buildfile index c2c556e..c5e4dd4 100644 --- a/tests/file/buildfile +++ b/tests/file/buildfile @@ -1,5 +1,4 @@ # file : tests/file/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx index 82f944c..f964932 100644 --- a/tests/file/driver.cxx +++ b/tests/file/driver.cxx @@ -1,6 +1,5 @@ // file : tests/file/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test argv_file_scanner. diff --git a/tests/file/test.cli b/tests/file/test.cli index 35c20e7..617f42a 100644 --- a/tests/file/test.cli +++ b/tests/file/test.cli @@ -1,6 +1,5 @@ // file : tests/file/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/testscript b/tests/file/testscript index ab0eb12..f4d04a7 100644 --- a/tests/file/testscript +++ b/tests/file/testscript @@ -1,5 +1,4 @@ # file : tests/file/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # End-of-line marker. Place its expansion in here-documents after the trailing diff --git a/tests/group/buildfile b/tests/group/buildfile index 7ac3b8e..427c68d 100644 --- a/tests/group/buildfile +++ b/tests/group/buildfile @@ -1,5 +1,4 @@ # file : tests/group/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript diff --git a/tests/group/driver.cxx b/tests/group/driver.cxx index e0015b4..f24cdd8 100644 --- a/tests/group/driver.cxx +++ b/tests/group/driver.cxx @@ -1,6 +1,5 @@ // file : tests/group/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test group_scanner. diff --git a/tests/group/test.cli b/tests/group/test.cli index ab43b58..f4c1584 100644 --- a/tests/group/test.cli +++ b/tests/group/test.cli @@ -1,6 +1,5 @@ // file : tests/group/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/group/testscript b/tests/group/testscript index 4fa86e3..1370cbe 100644 --- a/tests/group/testscript +++ b/tests/group/testscript @@ -1,5 +1,4 @@ # file : tests/group/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file : no-args diff --git a/tests/headings/buildfile b/tests/headings/buildfile index 8e23a99..4ece7d6 100644 --- a/tests/headings/buildfile +++ b/tests/headings/buildfile @@ -1,5 +1,4 @@ # file : tests/headings/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: testscript diff --git a/tests/headings/testscript b/tests/headings/testscript index fb462f8..0827890 100644 --- a/tests/headings/testscript +++ b/tests/headings/testscript @@ -1,5 +1,4 @@ # file : tests/headings/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file test = $effect($cli.path) diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile index a37dab9..f1b72ce 100644 --- a/tests/inheritance/buildfile +++ b/tests/inheritance/buildfile @@ -1,5 +1,4 @@ # file : tests/inheritance/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx index a948361..5ecb019 100644 --- a/tests/inheritance/driver.cxx +++ b/tests/inheritance/driver.cxx @@ -1,6 +1,5 @@ // file : tests/inheritance/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test option class inheritance. diff --git a/tests/inheritance/test.cli b/tests/inheritance/test.cli index 009198b..9e43bb5 100644 --- a/tests/inheritance/test.cli +++ b/tests/inheritance/test.cli @@ -1,6 +1,5 @@ // file : tests/inheritance/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/merge/buildfile b/tests/merge/buildfile index c1ef0a1..d786ad8 100644 --- a/tests/merge/buildfile +++ b/tests/merge/buildfile @@ -1,5 +1,4 @@ # file : tests/merge/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/merge/driver.cxx b/tests/merge/driver.cxx index a0791e6..0420442 100644 --- a/tests/merge/driver.cxx +++ b/tests/merge/driver.cxx @@ -1,6 +1,5 @@ // file : tests/merge/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test parsed options merging. diff --git a/tests/merge/test.cli b/tests/merge/test.cli index 64da534..4c61f6a 100644 --- a/tests/merge/test.cli +++ b/tests/merge/test.cli @@ -1,6 +1,5 @@ // file : tests/merge/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/note/buildfile b/tests/note/buildfile index 67cb541..f1296d1 100644 --- a/tests/note/buildfile +++ b/tests/note/buildfile @@ -1,5 +1,4 @@ # file : tests/note/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: testscript diff --git a/tests/note/testscript b/tests/note/testscript index 461ef99..0646d79 100644 --- a/tests/note/testscript +++ b/tests/note/testscript @@ -1,5 +1,4 @@ # file : tests/note/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file test = $effect($cli.path) diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile index 8845378..3a0e42e 100644 --- a/tests/specifier/buildfile +++ b/tests/specifier/buildfile @@ -1,5 +1,4 @@ # file : tests/specifier/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file exe{driver}: {hxx cxx}{* -test} cli.cxx{test} diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx index 92db7c7..0194bbe 100644 --- a/tests/specifier/driver.cxx +++ b/tests/specifier/driver.cxx @@ -1,6 +1,5 @@ // file : tests/specifier/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test specifier functions. diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli index e333596..f8fdf96 100644 --- a/tests/specifier/test.cli +++ b/tests/specifier/test.cli @@ -1,6 +1,5 @@ // file : tests/specifier/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; diff --git a/tests/toc/buildfile b/tests/toc/buildfile index ad7a8ea..468eebc 100644 --- a/tests/toc/buildfile +++ b/tests/toc/buildfile @@ -1,5 +1,4 @@ # file : tests/toc/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: testscript diff --git a/tests/toc/testscript b/tests/toc/testscript index e4be325..4192a7e 100644 --- a/tests/toc/testscript +++ b/tests/toc/testscript @@ -1,5 +1,4 @@ # file : tests/toc/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file test = $effect($cli.path) diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile index 691f80e..8b73efe 100644 --- a/unit-tests/lexer/buildfile +++ b/unit-tests/lexer/buildfile @@ -1,5 +1,4 @@ # file : unit-tests/lexer/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include ../../cli/ diff --git a/unit-tests/lexer/driver.cxx b/unit-tests/lexer/driver.cxx index 3f88bb2..f65bd2f 100644 --- a/unit-tests/lexer/driver.cxx +++ b/unit-tests/lexer/driver.cxx @@ -1,6 +1,5 @@ // file : unit-tests/lexer/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/unit-tests/lexer/testscript b/unit-tests/lexer/testscript index da3b87c..f001f54 100644 --- a/unit-tests/lexer/testscript +++ b/unit-tests/lexer/testscript @@ -1,5 +1,4 @@ # file : unit-tests/lexer/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # @@ Give tests some meaningfull descriptions. diff --git a/unit-tests/parser/buildfile b/unit-tests/parser/buildfile index 941fe51..c578296 100644 --- a/unit-tests/parser/buildfile +++ b/unit-tests/parser/buildfile @@ -1,5 +1,4 @@ # file : unit-tests/parser/buildfile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include ../../cli/ diff --git a/unit-tests/parser/driver.cxx b/unit-tests/parser/driver.cxx index b60716c..3e16b22 100644 --- a/unit-tests/parser/driver.cxx +++ b/unit-tests/parser/driver.cxx @@ -1,6 +1,5 @@ // file : unit-tests/parser/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/unit-tests/parser/testscript b/unit-tests/parser/testscript index 039e7b6..5e10add 100644 --- a/unit-tests/parser/testscript +++ b/unit-tests/parser/testscript @@ -1,5 +1,4 @@ # file : unit-tests/parser/testscript -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # @@ Give tests some meaningfull descriptions. Probably move c++-style comments -- cgit v1.1