Skip to content

Commit ade7196

Browse files
committed
Copyright year update
1 parent 44fbe78 commit ade7196

File tree

127 files changed

+128
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+128
-128
lines changed

LICENSE.md

+1-1

example/ast_printer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

example/comparison.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

example/documentation_generator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

example/enum_category.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

example/enum_to_string.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

example/example_parser.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

example/serialization.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/code_generator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/compile_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_alias_template.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_array_type.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_attribute.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_class.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_class_template.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_decltype_type.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_entity.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_entity_container.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_entity_index.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_entity_kind.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_entity_ref.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_enum.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_expression.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_file.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_forward_declarable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_friend.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_function.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_function_template.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_function_type.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_language_linkage.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_member_function.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_member_variable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_namespace.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_preprocessor.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_static_assert.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_storage_class_specifiers.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_template.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_template_parameter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_token.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_type.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_type_alias.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_variable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_variable_base.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/cpp_variable_template.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/detail/assert.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/detail/intrusive_list.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/diagnostic.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/diagnostic_logger.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/libclang_parser.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/parser.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

include/cppast/visitor.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/code_generator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_alias_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_attribute.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_class.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_class_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_entity.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_entity_index.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_entity_kind.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_enum.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_expression.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_file.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_forward_declarable.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_friend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_function.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

src/cpp_function_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2018 Jonathan Müller <[email protected]>
1+
// Copyright (C) 2017-2019 Jonathan Müller <[email protected]>
22
// This file is subject to the license terms in the LICENSE file
33
// found in the top-level directory of this distribution.
44

0 commit comments

Comments
 (0)