Skip to content

Commit 515d994

Browse files
authored
📄 adjust year (#5044)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
1 parent 14374af commit 515d994

File tree

158 files changed

+209
-209
lines changed

Some content is hidden

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

158 files changed

+209
-209
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upstream-Contact: Niels Lohmann <mail@nlohmann.me>
44
Source: https://github.com/nlohmann/json
55

66
Files: *
7-
Copyright: 2013-2025 Niels Lohmann <https://nlohmann.me>
7+
Copyright: 2013-2026 Niels Lohmann <https://nlohmann.me>
88
License: MIT
99

1010
Files: include/nlohmann/thirdparty/hedley.hpp

LICENSE.MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2013-2025 Niels Lohmann
3+
Copyright (c) 2013-2026 Niels Lohmann
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ serve_header:
258258
##########################################################################
259259

260260
reuse:
261-
pipx run reuse annotate --recursive single_include include -tjson --license MIT --copyright "Niels Lohmann <https://nlohmann.me>" --year "2013-2025" --merge-copyrights
262-
pipx run reuse annotate $(TESTS_SRCS) -tjson_support --license MIT --copyright "Niels Lohmann <https://nlohmann.me>" --year "2013-2025" --merge-copyrights
261+
pipx run reuse annotate --recursive single_include include -tjson --license MIT --copyright "Niels Lohmann <https://nlohmann.me>" --year "2013-2026" --merge-copyrights
262+
pipx run reuse annotate $(TESTS_SRCS) -tjson_support --license MIT --copyright "Niels Lohmann <https://nlohmann.me>" --year "2013-2026" --merge-copyrights
263263
pipx run reuse lint
264264

265265
spdx:

README.md

Lines changed: 2 additions & 2 deletions

docs/mkdocs/docs/examples/meta.output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"family": "gcc",
55
"version": "12.4.0"
66
},
7-
"copyright": "(C) 2013-2025 Niels Lohmann",
7+
"copyright": "(C) 2013-2026 Niels Lohmann",
88
"name": "JSON for Modern C++",
99
"platform": "apple",
1010
"url": "https://github.com/nlohmann/json",

docs/mkdocs/docs/home/license.md

Lines changed: 1 addition & 1 deletion

docs/mkdocs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repo_url: https://github.com/nlohmann/json
99
edit_uri: edit/develop/docs/mkdocs/docs
1010

1111
# Copyright
12-
copyright: Copyright &copy; 2013-2025 Niels Lohmann
12+
copyright: Copyright &copy; 2013-2026 Niels Lohmann
1313

1414
# Configuration
1515
theme:

include/nlohmann/adl_serializer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.12.0
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2025 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/byte_container_with_subtype.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.12.0
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2025 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

include/nlohmann/detail/abi_macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// | | |__ | | | | | | version 3.12.0
44
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
55
//
6-
// SPDX-FileCopyrightText: 2013-2025 Niels Lohmann <https://nlohmann.me>
6+
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
77
// SPDX-License-Identifier: MIT
88

99
#pragma once

0 commit comments

Comments
 (0)