Skip to content

Commit 6886225

Browse files
committed
Fix author name typo Heurer → Herud across SPDX headers
Corrects the spelling of the original author's name in 105 files where the SPDX-FileCopyrightText lines said 'Konstantin Heurer' instead of 'Konstantin Herud' (matching the LICENSE file and @kherud GitHub username). Also adds the missing Konstantin Herud copyright line to .gitattributes, which previously only carried the Bernard Ladenthin SPDX line while every other dual-authored config file in the repo carries both.
1 parent 91b4ae1 commit 6886225

106 files changed

Lines changed: 110 additions & 109 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2-
# SPDX-FileCopyrightText: 2023-2025 Konstantin Heurer
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Herud
33
#
44
# SPDX-License-Identifier: MIT
55

.clang-tidy

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

.editorconfig

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

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>
2+
# SPDX-FileCopyrightText: 2023-2025 Konstantin Herud
23
#
34
# SPDX-License-Identifier: MIT
45

.github/FUNDING.yml

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

.github/ISSUE_TEMPLATE/config.yml

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

.github/build.bat

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

.github/build.sh

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

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

.github/build_cuda_linux.sh

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

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

.github/dependabot.yml

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

0 commit comments

Comments
 (0)