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 --- 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 - 66 files changed, 66 deletions(-) (limited to 'cli') 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. -- cgit v1.1