Skip to content

Commit 187300f

Browse files
committed
Update copyright year
1 parent abfed1a commit 187300f

26 files changed

+27
-27
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
---

.github/workflows/arduino-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
name: Arduino CI

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
name: Publish to PyPI

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
name: Python CI

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
name: REUSE Compliance

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
include README.md

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

44
VENV := venv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PN5180-tagomatic
22

33
<!--
4-
SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
4+
SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
55
SPDX-License-Identifier: GPL-3.0-or-later
66
-->
77

REUSE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
1+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
22
# SPDX-License-Identifier: CC0-1.0
33

44
version = 1
@@ -9,13 +9,13 @@ SPDX-PackageDownloadLocation = "https://github.com/bofh69/PN5180-tagomatic"
99
[[annotations]]
1010
path = ["sketch/board.jpg"]
1111
precedence = "aggregate"
12-
SPDX-FileCopyrightText = "2025 PN5180-tagomatic contributors"
12+
SPDX-FileCopyrightText = "2026 PN5180-tagomatic contributors"
1313
SPDX-License-Identifier = "GPL-3.0-or-later"
1414

1515
[[annotations]]
1616
path = [".gitignore", ".clang-format"]
1717
precedence = "aggregate"
18-
SPDX-FileCopyrightText = "2025 PN5180-tagomatic contributors"
18+
SPDX-FileCopyrightText = "2026 PN5180-tagomatic contributors"
1919
SPDX-License-Identifier = "CC0-1.0"
2020

2121
[[annotations]]

examples/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# SPDX-FileCopyrightText: 2025 PN5180-tagomatic contributors
2+
# SPDX-FileCopyrightText: 2026 PN5180-tagomatic contributors
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

55
"""Example program demonstrating PN5180 reader usage.

0 commit comments

Comments
 (0)