Skip to content

Commit 441f546

Browse files
committed
fix(reuse): correct copyright year ranges in SPDX headers
Bernard Ladenthin's contributions start in 2026 (not 2023), so his copyright year is 2026 only. Konstantin Heurer's original work spans 2023-2025. https://claude.ai/code/session_012tV3BMrzDe7ig8itbdSbvZ
1 parent 6cb5330 commit 441f546

104 files changed

Lines changed: 208 additions & 208 deletions

File tree

Some content is hidden

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

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
#
44
# SPDX-License-Identifier: MIT
55

.clang-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
#
44
# SPDX-License-Identifier: MIT
55

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
#
44
# SPDX-License-Identifier: MIT
55

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
#
44
# SPDX-License-Identifier: MIT
55

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
#
44
# SPDX-License-Identifier: MIT
55

.github/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
REM SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
REM SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
REM SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
REM SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
REM
44
REM SPDX-License-Identifier: MIT
55

.github/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
4-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
3+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
4+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
55
#
66
# SPDX-License-Identifier: MIT
77

.github/build_cuda_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
4-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
3+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
4+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
55
#
66
# SPDX-License-Identifier: MIT
77

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
1+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
33
#
44
# SPDX-License-Identifier: MIT
55

.github/dockcross/update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: 2023-2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
4-
# SPDX-FileCopyrightText: 2023-2026 Konstantin Heurer
3+
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
4+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
55
#
66
# SPDX-License-Identifier: MIT
77

0 commit comments

Comments
 (0)