Skip to content

Commit f5202dd

Browse files
committed
Update copyright year
1 parent 452f24a commit f5202dd

File tree

137 files changed

+230
-228
lines changed

Some content is hidden

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

137 files changed

+230
-228
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
# Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
# SPDX-License-Identifier: MIT
33
# found in the top-level directory of this distribution.
44

LICENSE.md

Lines changed: 1 addition & 1 deletion

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
# Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
# SPDX-License-Identifier: MIT
33
# found in the top-level directory of this distribution.
44

example/ast_printer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
/// \file

example/comparison.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
/// \file

example/documentation_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
/// \file

example/enum_category.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
/// \file

example/enum_to_string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
/// \file

example/example_parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
#ifndef CPPAST_EXAMPLE_PARSER_HPP_INCLUDED

example/serialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2017-2022 Jonathan Müller and cppast contributors
1+
// Copyright (C) 2017-2023 Jonathan Müller and cppast contributors
22
// SPDX-License-Identifier: MIT
33

44
/// \file

0 commit comments

Comments
 (0)