Skip to content

Commit 09ef014

Browse files
committed
Update copyright notes for 2026
1 parent f440ac4 commit 09ef014

9 files changed

Lines changed: 10 additions & 8 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## 0.12.1 (unreleased)
55

6+
- Updated copyright notes for 2026.
7+
68

79
## 0.12.0 (2026-03-29)
810

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024-2025 Jochen Kupperschmidt
1+
Copyright (c) 2024-2026 Jochen Kupperschmidt
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

src/lanpartydb/deserialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
TOML deserialization to objects
66
7-
:Copyright: 2024-2025 Jochen Kupperschmidt
7+
:Copyright: 2024-2026 Jochen Kupperschmidt
88
:License: MIT
99
"""
1010

src/lanpartydb/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Data models
66
7-
:Copyright: 2024-2025 Jochen Kupperschmidt
7+
:Copyright: 2024-2026 Jochen Kupperschmidt
88
:License: MIT
99
"""
1010

src/lanpartydb/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Object serialization to TOML
66
7-
:Copyright: 2024-2025 Jochen Kupperschmidt
7+
:Copyright: 2024-2026 Jochen Kupperschmidt
88
:License: MIT
99
"""
1010

tests/deserialization/test_deserialize_party_from_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
:Copyright: 2024-2025 Jochen Kupperschmidt
2+
:Copyright: 2024-2026 Jochen Kupperschmidt
33
:License: MIT
44
"""
55

tests/deserialization/test_deserialize_series_from_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
:Copyright: 2024-2025 Jochen Kupperschmidt
2+
:Copyright: 2024-2026 Jochen Kupperschmidt
33
:License: MIT
44
"""
55

tests/serialization/test_serialize_party_to_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
:Copyright: 2024-2025 Jochen Kupperschmidt
2+
:Copyright: 2024-2026 Jochen Kupperschmidt
33
:License: MIT
44
"""
55

tests/serialization/test_serialize_series_to_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
:Copyright: 2024-2025 Jochen Kupperschmidt
2+
:Copyright: 2024-2026 Jochen Kupperschmidt
33
:License: MIT
44
"""
55

0 commit comments

Comments
 (0)