From ade719651f2486209bde404b4174e6ead268d633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Fri, 1 Feb 2019 13:59:55 +0100 Subject: [PATCH] Copyright year update --- LICENSE.md | 2 +- example/ast_printer.cpp | 2 +- example/comparison.cpp | 2 +- example/documentation_generator.cpp | 2 +- example/enum_category.cpp | 2 +- example/enum_to_string.cpp | 2 +- example/example_parser.hpp | 2 +- example/serialization.cpp | 2 +- include/cppast/code_generator.hpp | 2 +- include/cppast/compile_config.hpp | 2 +- include/cppast/cpp_alias_template.hpp | 2 +- include/cppast/cpp_array_type.hpp | 2 +- include/cppast/cpp_attribute.hpp | 2 +- include/cppast/cpp_class.hpp | 2 +- include/cppast/cpp_class_template.hpp | 2 +- include/cppast/cpp_decltype_type.hpp | 2 +- include/cppast/cpp_entity.hpp | 2 +- include/cppast/cpp_entity_container.hpp | 2 +- include/cppast/cpp_entity_index.hpp | 2 +- include/cppast/cpp_entity_kind.hpp | 2 +- include/cppast/cpp_entity_ref.hpp | 2 +- include/cppast/cpp_enum.hpp | 2 +- include/cppast/cpp_expression.hpp | 2 +- include/cppast/cpp_file.hpp | 2 +- include/cppast/cpp_forward_declarable.hpp | 2 +- include/cppast/cpp_friend.hpp | 2 +- include/cppast/cpp_function.hpp | 2 +- include/cppast/cpp_function_template.hpp | 2 +- include/cppast/cpp_function_type.hpp | 2 +- include/cppast/cpp_language_linkage.hpp | 2 +- include/cppast/cpp_member_function.hpp | 2 +- include/cppast/cpp_member_variable.hpp | 2 +- include/cppast/cpp_namespace.hpp | 2 +- include/cppast/cpp_preprocessor.hpp | 2 +- include/cppast/cpp_static_assert.hpp | 2 +- include/cppast/cpp_storage_class_specifiers.hpp | 2 +- include/cppast/cpp_template.hpp | 2 +- include/cppast/cpp_template_parameter.hpp | 2 +- include/cppast/cpp_token.hpp | 2 +- include/cppast/cpp_type.hpp | 2 +- include/cppast/cpp_type_alias.hpp | 2 +- include/cppast/cpp_variable.hpp | 2 +- include/cppast/cpp_variable_base.hpp | 2 +- include/cppast/cpp_variable_template.hpp | 2 +- include/cppast/detail/assert.hpp | 2 +- include/cppast/detail/intrusive_list.hpp | 2 +- include/cppast/diagnostic.hpp | 2 +- include/cppast/diagnostic_logger.hpp | 2 +- include/cppast/libclang_parser.hpp | 2 +- include/cppast/parser.hpp | 2 +- include/cppast/visitor.hpp | 2 +- src/code_generator.cpp | 2 +- src/cpp_alias_template.cpp | 2 +- src/cpp_attribute.cpp | 2 +- src/cpp_class.cpp | 2 +- src/cpp_class_template.cpp | 2 +- src/cpp_entity.cpp | 2 +- src/cpp_entity_index.cpp | 2 +- src/cpp_entity_kind.cpp | 2 +- src/cpp_enum.cpp | 2 +- src/cpp_expression.cpp | 2 +- src/cpp_file.cpp | 2 +- src/cpp_forward_declarable.cpp | 2 +- src/cpp_friend.cpp | 2 +- src/cpp_function.cpp | 2 +- src/cpp_function_template.cpp | 2 +- src/cpp_language_linkage.cpp | 2 +- src/cpp_member_function.cpp | 2 +- src/cpp_member_variable.cpp | 2 +- src/cpp_namespace.cpp | 2 +- src/cpp_preprocessor.cpp | 2 +- src/cpp_static_assert.cpp | 2 +- src/cpp_template_parameter.cpp | 2 +- src/cpp_token.cpp | 2 +- src/cpp_type.cpp | 2 +- src/cpp_type_alias.cpp | 2 +- src/cpp_variable.cpp | 2 +- src/cpp_variable_template.cpp | 2 +- src/diagnostic_logger.cpp | 2 +- src/libclang/class_parser.cpp | 2 +- src/libclang/cxtokenizer.cpp | 2 +- src/libclang/cxtokenizer.hpp | 2 +- src/libclang/debug_helper.cpp | 2 +- src/libclang/debug_helper.hpp | 2 +- src/libclang/enum_parser.cpp | 2 +- src/libclang/expression_parser.cpp | 2 +- src/libclang/friend_parser.cpp | 2 +- src/libclang/function_parser.cpp | 2 +- src/libclang/language_linkage_parser.cpp | 2 +- src/libclang/libclang_parser.cpp | 2 +- src/libclang/libclang_visitor.hpp | 2 +- src/libclang/namespace_parser.cpp | 2 +- src/libclang/parse_error.hpp | 2 +- src/libclang/parse_functions.cpp | 2 +- src/libclang/parse_functions.hpp | 2 +- src/libclang/preprocessor.cpp | 2 +- src/libclang/preprocessor.hpp | 2 +- src/libclang/raii_wrapper.hpp | 2 +- src/libclang/template_parser.cpp | 2 +- src/libclang/type_parser.cpp | 2 +- src/libclang/variable_parser.cpp | 2 +- src/visitor.cpp | 2 +- test/code_generator.cpp | 2 +- test/cpp_alias_template.cpp | 2 +- test/cpp_attribute.cpp | 2 +- test/cpp_class.cpp | 2 +- test/cpp_class_template.cpp | 2 +- test/cpp_enum.cpp | 2 +- test/cpp_friend.cpp | 2 +- test/cpp_function.cpp | 2 +- test/cpp_function_template.cpp | 2 +- test/cpp_language_linkage.cpp | 2 +- test/cpp_member_function.cpp | 2 +- test/cpp_member_variable.cpp | 2 +- test/cpp_namespace.cpp | 2 +- test/cpp_preprocessor.cpp | 2 +- test/cpp_static_assert.cpp | 2 +- test/cpp_template_parameter.cpp | 2 +- test/cpp_token.cpp | 2 +- test/cpp_type_alias.cpp | 2 +- test/cpp_variable.cpp | 2 +- test/integration.cpp | 2 +- test/libclang_parser.cpp | 2 +- test/parser.cpp | 2 +- test/test.cpp | 2 +- test/test_parser.hpp | 2 +- tool/main.cpp | 4 ++-- 127 files changed, 128 insertions(+), 128 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index b68dfd4..3f30ba5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2018 Jonathan Müller +Copyright (c) 2017-2019 Jonathan Müller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/example/ast_printer.cpp b/example/ast_printer.cpp index d8706b5..3cb3509 100644 --- a/example/ast_printer.cpp +++ b/example/ast_printer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/example/comparison.cpp b/example/comparison.cpp index cb9de55..d78b8af 100644 --- a/example/comparison.cpp +++ b/example/comparison.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/example/documentation_generator.cpp b/example/documentation_generator.cpp index 3defe02..9cefa52 100644 --- a/example/documentation_generator.cpp +++ b/example/documentation_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/example/enum_category.cpp b/example/enum_category.cpp index e3482f6..c1b13e0 100644 --- a/example/enum_category.cpp +++ b/example/enum_category.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/example/enum_to_string.cpp b/example/enum_to_string.cpp index 8dcdc9f..e2d9725 100644 --- a/example/enum_to_string.cpp +++ b/example/enum_to_string.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/example/example_parser.hpp b/example/example_parser.hpp index a2763f3..647375c 100644 --- a/example/example_parser.hpp +++ b/example/example_parser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/example/serialization.cpp b/example/serialization.cpp index 75c18ba..cb7020c 100644 --- a/example/serialization.cpp +++ b/example/serialization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/code_generator.hpp b/include/cppast/code_generator.hpp index ed919a8..fe2e4e4 100644 --- a/include/cppast/code_generator.hpp +++ b/include/cppast/code_generator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/compile_config.hpp b/include/cppast/compile_config.hpp index b9de7d6..646af1c 100644 --- a/include/cppast/compile_config.hpp +++ b/include/cppast/compile_config.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_alias_template.hpp b/include/cppast/cpp_alias_template.hpp index c86ab33..3845a67 100644 --- a/include/cppast/cpp_alias_template.hpp +++ b/include/cppast/cpp_alias_template.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_array_type.hpp b/include/cppast/cpp_array_type.hpp index 665c7c1..0f8a9be 100644 --- a/include/cppast/cpp_array_type.hpp +++ b/include/cppast/cpp_array_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_attribute.hpp b/include/cppast/cpp_attribute.hpp index e877e05..3bf95fb 100644 --- a/include/cppast/cpp_attribute.hpp +++ b/include/cppast/cpp_attribute.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_class.hpp b/include/cppast/cpp_class.hpp index 3d7870c..c32a8c9 100644 --- a/include/cppast/cpp_class.hpp +++ b/include/cppast/cpp_class.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_class_template.hpp b/include/cppast/cpp_class_template.hpp index 9837a03..0ec2114 100644 --- a/include/cppast/cpp_class_template.hpp +++ b/include/cppast/cpp_class_template.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_decltype_type.hpp b/include/cppast/cpp_decltype_type.hpp index ecd39f7..b7fdc17 100644 --- a/include/cppast/cpp_decltype_type.hpp +++ b/include/cppast/cpp_decltype_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_entity.hpp b/include/cppast/cpp_entity.hpp index 0dbbf0d..c7c4d75 100644 --- a/include/cppast/cpp_entity.hpp +++ b/include/cppast/cpp_entity.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_entity_container.hpp b/include/cppast/cpp_entity_container.hpp index 31fd8c8..55f1bb4 100644 --- a/include/cppast/cpp_entity_container.hpp +++ b/include/cppast/cpp_entity_container.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_entity_index.hpp b/include/cppast/cpp_entity_index.hpp index 8e26a8a..a36dfed 100644 --- a/include/cppast/cpp_entity_index.hpp +++ b/include/cppast/cpp_entity_index.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_entity_kind.hpp b/include/cppast/cpp_entity_kind.hpp index 2159d53..1346092 100644 --- a/include/cppast/cpp_entity_kind.hpp +++ b/include/cppast/cpp_entity_kind.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_entity_ref.hpp b/include/cppast/cpp_entity_ref.hpp index 0c3b3bd..f5157d3 100644 --- a/include/cppast/cpp_entity_ref.hpp +++ b/include/cppast/cpp_entity_ref.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_enum.hpp b/include/cppast/cpp_enum.hpp index bd2dffe..8d5b0fd 100644 --- a/include/cppast/cpp_enum.hpp +++ b/include/cppast/cpp_enum.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_expression.hpp b/include/cppast/cpp_expression.hpp index 54b658d..0917662 100644 --- a/include/cppast/cpp_expression.hpp +++ b/include/cppast/cpp_expression.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_file.hpp b/include/cppast/cpp_file.hpp index f241ebf..261459e 100644 --- a/include/cppast/cpp_file.hpp +++ b/include/cppast/cpp_file.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_forward_declarable.hpp b/include/cppast/cpp_forward_declarable.hpp index 3b01aa3..33fc083 100644 --- a/include/cppast/cpp_forward_declarable.hpp +++ b/include/cppast/cpp_forward_declarable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_friend.hpp b/include/cppast/cpp_friend.hpp index d2ba362..c62972c 100644 --- a/include/cppast/cpp_friend.hpp +++ b/include/cppast/cpp_friend.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_function.hpp b/include/cppast/cpp_function.hpp index 5eab229..ed55706 100644 --- a/include/cppast/cpp_function.hpp +++ b/include/cppast/cpp_function.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_function_template.hpp b/include/cppast/cpp_function_template.hpp index 05d3e75..beb1823 100644 --- a/include/cppast/cpp_function_template.hpp +++ b/include/cppast/cpp_function_template.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_function_type.hpp b/include/cppast/cpp_function_type.hpp index 28acc40..63aae37 100644 --- a/include/cppast/cpp_function_type.hpp +++ b/include/cppast/cpp_function_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_language_linkage.hpp b/include/cppast/cpp_language_linkage.hpp index 66c9482..7135458 100644 --- a/include/cppast/cpp_language_linkage.hpp +++ b/include/cppast/cpp_language_linkage.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_member_function.hpp b/include/cppast/cpp_member_function.hpp index d3c49c6..667e120 100644 --- a/include/cppast/cpp_member_function.hpp +++ b/include/cppast/cpp_member_function.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_member_variable.hpp b/include/cppast/cpp_member_variable.hpp index b5020f4..63b2f11 100644 --- a/include/cppast/cpp_member_variable.hpp +++ b/include/cppast/cpp_member_variable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_namespace.hpp b/include/cppast/cpp_namespace.hpp index 120c276..9d81cf8 100644 --- a/include/cppast/cpp_namespace.hpp +++ b/include/cppast/cpp_namespace.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_preprocessor.hpp b/include/cppast/cpp_preprocessor.hpp index e18034c..0a60554 100644 --- a/include/cppast/cpp_preprocessor.hpp +++ b/include/cppast/cpp_preprocessor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_static_assert.hpp b/include/cppast/cpp_static_assert.hpp index 5f338f4..44fe3f8 100644 --- a/include/cppast/cpp_static_assert.hpp +++ b/include/cppast/cpp_static_assert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_storage_class_specifiers.hpp b/include/cppast/cpp_storage_class_specifiers.hpp index e7df0bc..510e101 100644 --- a/include/cppast/cpp_storage_class_specifiers.hpp +++ b/include/cppast/cpp_storage_class_specifiers.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_template.hpp b/include/cppast/cpp_template.hpp index c1cc5f4..4a80202 100644 --- a/include/cppast/cpp_template.hpp +++ b/include/cppast/cpp_template.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_template_parameter.hpp b/include/cppast/cpp_template_parameter.hpp index 1012c20..9427c1d 100644 --- a/include/cppast/cpp_template_parameter.hpp +++ b/include/cppast/cpp_template_parameter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_token.hpp b/include/cppast/cpp_token.hpp index 7b9f517..27016bf 100644 --- a/include/cppast/cpp_token.hpp +++ b/include/cppast/cpp_token.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_type.hpp b/include/cppast/cpp_type.hpp index 2e40510..76fbc5f 100644 --- a/include/cppast/cpp_type.hpp +++ b/include/cppast/cpp_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_type_alias.hpp b/include/cppast/cpp_type_alias.hpp index 06a1974..c582958 100644 --- a/include/cppast/cpp_type_alias.hpp +++ b/include/cppast/cpp_type_alias.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_variable.hpp b/include/cppast/cpp_variable.hpp index 894ba9c..2d5b372 100644 --- a/include/cppast/cpp_variable.hpp +++ b/include/cppast/cpp_variable.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_variable_base.hpp b/include/cppast/cpp_variable_base.hpp index 7b704e4..96c5ea7 100644 --- a/include/cppast/cpp_variable_base.hpp +++ b/include/cppast/cpp_variable_base.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/cpp_variable_template.hpp b/include/cppast/cpp_variable_template.hpp index a318c7f..6e75fec 100644 --- a/include/cppast/cpp_variable_template.hpp +++ b/include/cppast/cpp_variable_template.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/detail/assert.hpp b/include/cppast/detail/assert.hpp index 89f5ebb..7d6cd03 100644 --- a/include/cppast/detail/assert.hpp +++ b/include/cppast/detail/assert.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/detail/intrusive_list.hpp b/include/cppast/detail/intrusive_list.hpp index 4743a22..935e8e0 100644 --- a/include/cppast/detail/intrusive_list.hpp +++ b/include/cppast/detail/intrusive_list.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/diagnostic.hpp b/include/cppast/diagnostic.hpp index 7cbcad8..889c8b2 100644 --- a/include/cppast/diagnostic.hpp +++ b/include/cppast/diagnostic.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/diagnostic_logger.hpp b/include/cppast/diagnostic_logger.hpp index 526dd96..0cf02f1 100644 --- a/include/cppast/diagnostic_logger.hpp +++ b/include/cppast/diagnostic_logger.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/libclang_parser.hpp b/include/cppast/libclang_parser.hpp index a2afe9d..6f206ed 100644 --- a/include/cppast/libclang_parser.hpp +++ b/include/cppast/libclang_parser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/parser.hpp b/include/cppast/parser.hpp index 990f0a1..3d5279b 100644 --- a/include/cppast/parser.hpp +++ b/include/cppast/parser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/include/cppast/visitor.hpp b/include/cppast/visitor.hpp index f1805ca..1e75039 100644 --- a/include/cppast/visitor.hpp +++ b/include/cppast/visitor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/code_generator.cpp b/src/code_generator.cpp index 1c7387d..0be8667 100644 --- a/src/code_generator.cpp +++ b/src/code_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_alias_template.cpp b/src/cpp_alias_template.cpp index 02bbdc3..e5c60f8 100644 --- a/src/cpp_alias_template.cpp +++ b/src/cpp_alias_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_attribute.cpp b/src/cpp_attribute.cpp index ef51dd5..22a4b34 100644 --- a/src/cpp_attribute.cpp +++ b/src/cpp_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_class.cpp b/src/cpp_class.cpp index c93d005..1be6b66 100644 --- a/src/cpp_class.cpp +++ b/src/cpp_class.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_class_template.cpp b/src/cpp_class_template.cpp index 706c7cf..d32120a 100644 --- a/src/cpp_class_template.cpp +++ b/src/cpp_class_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_entity.cpp b/src/cpp_entity.cpp index 9ab8569..6053c09 100644 --- a/src/cpp_entity.cpp +++ b/src/cpp_entity.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_entity_index.cpp b/src/cpp_entity_index.cpp index 6e6645c..e51b722 100644 --- a/src/cpp_entity_index.cpp +++ b/src/cpp_entity_index.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_entity_kind.cpp b/src/cpp_entity_kind.cpp index 0718f78..01364da 100644 --- a/src/cpp_entity_kind.cpp +++ b/src/cpp_entity_kind.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_enum.cpp b/src/cpp_enum.cpp index 1ccf17c..22ef7ad 100644 --- a/src/cpp_enum.cpp +++ b/src/cpp_enum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_expression.cpp b/src/cpp_expression.cpp index 90dbe00..b2f9c1b 100644 --- a/src/cpp_expression.cpp +++ b/src/cpp_expression.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_file.cpp b/src/cpp_file.cpp index 5d15e34..8bca37c 100644 --- a/src/cpp_file.cpp +++ b/src/cpp_file.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_forward_declarable.cpp b/src/cpp_forward_declarable.cpp index afa7665..c0054e2 100644 --- a/src/cpp_forward_declarable.cpp +++ b/src/cpp_forward_declarable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_friend.cpp b/src/cpp_friend.cpp index 0907e93..70ac40e 100644 --- a/src/cpp_friend.cpp +++ b/src/cpp_friend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_function.cpp b/src/cpp_function.cpp index fd88b11..47ffb77 100644 --- a/src/cpp_function.cpp +++ b/src/cpp_function.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_function_template.cpp b/src/cpp_function_template.cpp index c33d365..1767e35 100644 --- a/src/cpp_function_template.cpp +++ b/src/cpp_function_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_language_linkage.cpp b/src/cpp_language_linkage.cpp index eace0cf..7355226 100644 --- a/src/cpp_language_linkage.cpp +++ b/src/cpp_language_linkage.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_member_function.cpp b/src/cpp_member_function.cpp index 56cd8fa..aa54cf6 100644 --- a/src/cpp_member_function.cpp +++ b/src/cpp_member_function.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_member_variable.cpp b/src/cpp_member_variable.cpp index 48ac232..4e537af 100644 --- a/src/cpp_member_variable.cpp +++ b/src/cpp_member_variable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_namespace.cpp b/src/cpp_namespace.cpp index 533ed5f..c44c151 100644 --- a/src/cpp_namespace.cpp +++ b/src/cpp_namespace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_preprocessor.cpp b/src/cpp_preprocessor.cpp index 9e65869..801bd7d 100644 --- a/src/cpp_preprocessor.cpp +++ b/src/cpp_preprocessor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_static_assert.cpp b/src/cpp_static_assert.cpp index f40329b..7090d56 100644 --- a/src/cpp_static_assert.cpp +++ b/src/cpp_static_assert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_template_parameter.cpp b/src/cpp_template_parameter.cpp index f2b18a0..71639a9 100644 --- a/src/cpp_template_parameter.cpp +++ b/src/cpp_template_parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_token.cpp b/src/cpp_token.cpp index 65883a6..5a4ab34 100644 --- a/src/cpp_token.cpp +++ b/src/cpp_token.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_type.cpp b/src/cpp_type.cpp index 77b827f..c8d2ea3 100644 --- a/src/cpp_type.cpp +++ b/src/cpp_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_type_alias.cpp b/src/cpp_type_alias.cpp index d35d624..b0b088a 100644 --- a/src/cpp_type_alias.cpp +++ b/src/cpp_type_alias.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_variable.cpp b/src/cpp_variable.cpp index 38f5f05..2a21743 100644 --- a/src/cpp_variable.cpp +++ b/src/cpp_variable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/cpp_variable_template.cpp b/src/cpp_variable_template.cpp index 5b6e58c..92c598e 100644 --- a/src/cpp_variable_template.cpp +++ b/src/cpp_variable_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/diagnostic_logger.cpp b/src/diagnostic_logger.cpp index 73d097b..56fda11 100644 --- a/src/diagnostic_logger.cpp +++ b/src/diagnostic_logger.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/class_parser.cpp b/src/libclang/class_parser.cpp index 6bb6793..2825a16 100644 --- a/src/libclang/class_parser.cpp +++ b/src/libclang/class_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/cxtokenizer.cpp b/src/libclang/cxtokenizer.cpp index 4a9cc3a..4add5ac 100644 --- a/src/libclang/cxtokenizer.cpp +++ b/src/libclang/cxtokenizer.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/cxtokenizer.hpp b/src/libclang/cxtokenizer.hpp index 081a6a8..91153d4 100644 --- a/src/libclang/cxtokenizer.hpp +++ b/src/libclang/cxtokenizer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/debug_helper.cpp b/src/libclang/debug_helper.cpp index 343eb59..3c65e0f 100644 --- a/src/libclang/debug_helper.cpp +++ b/src/libclang/debug_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/debug_helper.hpp b/src/libclang/debug_helper.hpp index 1abfeed..eda7de1 100644 --- a/src/libclang/debug_helper.hpp +++ b/src/libclang/debug_helper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/enum_parser.cpp b/src/libclang/enum_parser.cpp index 0e190f0..cb219fa 100644 --- a/src/libclang/enum_parser.cpp +++ b/src/libclang/enum_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/expression_parser.cpp b/src/libclang/expression_parser.cpp index faf49a0..bb6406a 100644 --- a/src/libclang/expression_parser.cpp +++ b/src/libclang/expression_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/friend_parser.cpp b/src/libclang/friend_parser.cpp index dbbf1c1..7d01e56 100644 --- a/src/libclang/friend_parser.cpp +++ b/src/libclang/friend_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/function_parser.cpp b/src/libclang/function_parser.cpp index c0f7178..94175df 100644 --- a/src/libclang/function_parser.cpp +++ b/src/libclang/function_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/language_linkage_parser.cpp b/src/libclang/language_linkage_parser.cpp index a393935..3f37514 100644 --- a/src/libclang/language_linkage_parser.cpp +++ b/src/libclang/language_linkage_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/libclang_parser.cpp b/src/libclang/libclang_parser.cpp index bf76159..bb17531 100644 --- a/src/libclang/libclang_parser.cpp +++ b/src/libclang/libclang_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/libclang_visitor.hpp b/src/libclang/libclang_visitor.hpp index 96a54eb..907d89b 100644 --- a/src/libclang/libclang_visitor.hpp +++ b/src/libclang/libclang_visitor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/namespace_parser.cpp b/src/libclang/namespace_parser.cpp index 4423c98..fb779d7 100644 --- a/src/libclang/namespace_parser.cpp +++ b/src/libclang/namespace_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/parse_error.hpp b/src/libclang/parse_error.hpp index 72c330f..a072a39 100644 --- a/src/libclang/parse_error.hpp +++ b/src/libclang/parse_error.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/parse_functions.cpp b/src/libclang/parse_functions.cpp index e667de9..3f02f0a 100644 --- a/src/libclang/parse_functions.cpp +++ b/src/libclang/parse_functions.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/parse_functions.hpp b/src/libclang/parse_functions.hpp index 24ac563..e0794c3 100644 --- a/src/libclang/parse_functions.hpp +++ b/src/libclang/parse_functions.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/preprocessor.cpp b/src/libclang/preprocessor.cpp index 5529e62..51646dc 100644 --- a/src/libclang/preprocessor.cpp +++ b/src/libclang/preprocessor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/preprocessor.hpp b/src/libclang/preprocessor.hpp index b1a4a78..a94cc35 100644 --- a/src/libclang/preprocessor.hpp +++ b/src/libclang/preprocessor.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/raii_wrapper.hpp b/src/libclang/raii_wrapper.hpp index 3b1d12f..2db0fae 100644 --- a/src/libclang/raii_wrapper.hpp +++ b/src/libclang/raii_wrapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/template_parser.cpp b/src/libclang/template_parser.cpp index b5e6c3c..7890186 100644 --- a/src/libclang/template_parser.cpp +++ b/src/libclang/template_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/type_parser.cpp b/src/libclang/type_parser.cpp index fe2bc90..2cec59f 100644 --- a/src/libclang/type_parser.cpp +++ b/src/libclang/type_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/libclang/variable_parser.cpp b/src/libclang/variable_parser.cpp index 8de053a..f91c94f 100644 --- a/src/libclang/variable_parser.cpp +++ b/src/libclang/variable_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/src/visitor.cpp b/src/visitor.cpp index 20d1ba5..fc03971 100644 --- a/src/visitor.cpp +++ b/src/visitor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/code_generator.cpp b/test/code_generator.cpp index f20152d..d51ca41 100644 --- a/test/code_generator.cpp +++ b/test/code_generator.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_alias_template.cpp b/test/cpp_alias_template.cpp index 92d3fb5..591356c 100644 --- a/test/cpp_alias_template.cpp +++ b/test/cpp_alias_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_attribute.cpp b/test/cpp_attribute.cpp index 17da2fe..d4f70da 100644 --- a/test/cpp_attribute.cpp +++ b/test/cpp_attribute.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_class.cpp b/test/cpp_class.cpp index 3b8e91b..ec76e6b 100644 --- a/test/cpp_class.cpp +++ b/test/cpp_class.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_class_template.cpp b/test/cpp_class_template.cpp index 7a95eec..adb9ca1 100644 --- a/test/cpp_class_template.cpp +++ b/test/cpp_class_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_enum.cpp b/test/cpp_enum.cpp index fe591fd..0d2c962 100644 --- a/test/cpp_enum.cpp +++ b/test/cpp_enum.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_friend.cpp b/test/cpp_friend.cpp index 4ab3bb5..155c86c 100644 --- a/test/cpp_friend.cpp +++ b/test/cpp_friend.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_function.cpp b/test/cpp_function.cpp index bf737a4..f10e597 100644 --- a/test/cpp_function.cpp +++ b/test/cpp_function.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_function_template.cpp b/test/cpp_function_template.cpp index c9c6b1d..7a4023c 100644 --- a/test/cpp_function_template.cpp +++ b/test/cpp_function_template.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_language_linkage.cpp b/test/cpp_language_linkage.cpp index e35074d..dd433a6 100644 --- a/test/cpp_language_linkage.cpp +++ b/test/cpp_language_linkage.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_member_function.cpp b/test/cpp_member_function.cpp index c7f3666..3072dec 100644 --- a/test/cpp_member_function.cpp +++ b/test/cpp_member_function.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_member_variable.cpp b/test/cpp_member_variable.cpp index f73cff0..b29a6ca 100644 --- a/test/cpp_member_variable.cpp +++ b/test/cpp_member_variable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_namespace.cpp b/test/cpp_namespace.cpp index e885cad..da897af 100644 --- a/test/cpp_namespace.cpp +++ b/test/cpp_namespace.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_preprocessor.cpp b/test/cpp_preprocessor.cpp index 53ba588..663dc6e 100644 --- a/test/cpp_preprocessor.cpp +++ b/test/cpp_preprocessor.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_static_assert.cpp b/test/cpp_static_assert.cpp index 084223f..1bae8f6 100644 --- a/test/cpp_static_assert.cpp +++ b/test/cpp_static_assert.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_template_parameter.cpp b/test/cpp_template_parameter.cpp index 22a70bc..d7afae0 100644 --- a/test/cpp_template_parameter.cpp +++ b/test/cpp_template_parameter.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_token.cpp b/test/cpp_token.cpp index fad6782..547c40e 100644 --- a/test/cpp_token.cpp +++ b/test/cpp_token.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_type_alias.cpp b/test/cpp_type_alias.cpp index 7d6771e..e20b614 100644 --- a/test/cpp_type_alias.cpp +++ b/test/cpp_type_alias.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/cpp_variable.cpp b/test/cpp_variable.cpp index 1bbaa96..b60833d 100644 --- a/test/cpp_variable.cpp +++ b/test/cpp_variable.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/integration.cpp b/test/integration.cpp index f59a44a..a07ef45 100644 --- a/test/integration.cpp +++ b/test/integration.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/libclang_parser.cpp b/test/libclang_parser.cpp index 3076f07..4985402 100644 --- a/test/libclang_parser.cpp +++ b/test/libclang_parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/parser.cpp b/test/parser.cpp index 639c849..9e8a783 100644 --- a/test/parser.cpp +++ b/test/parser.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/test.cpp b/test/test.cpp index b0c4e44..3260e0f 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/test/test_parser.hpp b/test/test_parser.hpp index 79a18fe..e1bf289 100644 --- a/test/test_parser.hpp +++ b/test/test_parser.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. diff --git a/tool/main.cpp b/tool/main.cpp index 30a4b5e..cf96d37 100644 --- a/tool/main.cpp +++ b/tool/main.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2017-2018 Jonathan Müller +// Copyright (C) 2017-2019 Jonathan Müller // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. @@ -227,7 +227,7 @@ int main(int argc, char* argv[]) try else if (options.count("version")) { std::cout << "cppast version " << CPPAST_VERSION_STRING << "\n"; - std::cout << "Copyright (C) Jonathan Müller 2017-2018 \n"; + std::cout << "Copyright (C) Jonathan Müller 2017-2019 \n"; std::cout << '\n'; std::cout << "Using libclang version " << CPPAST_CLANG_VERSION_STRING << '\n'; }