Skip to content

Commit

Permalink
Icons: Fix copyright text line
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 12, 2024
1 parent 4a69ff5 commit 268b2f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .icons/app.png.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-License-Identifier: CC-BY-3.0
SPDX-License-CopyrightText: delapouite
SPDX-FileCopyrightText: delapouite
Original file from https://game-icons.net/1x1/delapouite/keyboard.html
2 changes: 1 addition & 1 deletion .icons/board.png.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-License-Identifier: CC-BY-3.0
SPDX-License-CopyrightText: lorc
SPDX-FileCopyrightText: lorc
Original file from https://game-icons.net/1x1/lorc/circuitry.html
2 changes: 1 addition & 1 deletion .icons/rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
with open(outname + ".license", "w") as licensefile:
# String is split up because reuse tools would otherwise think this applies here
print("SPDX-License" + "-Identifier: CC-BY-3.0", file=licensefile)
print(f"SPDX-License-CopyrightText: {author}", file=licensefile)
print("SPDX-" + f"FileCopyrightText: {author}", file=licensefile)
print(f"Original file from https://game-icons.net/1x1/{author}/{iconname}.html", file=licensefile)

0 comments on commit 268b2f0

Please sign in to comment.