Skip to content

Commit f2ae77a

Browse files
committed
LICENSE: bump copyright year to 2025
1 parent fa9582a commit f2ae77a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2023 The Pybricks Authors
3+
Copyright (c) 2018-2025 The Pybricks Authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# -- Project information -----------------------------------------------------
2929

3030
project = _pyproject["project"]["name"]
31-
copyright = "2021, The Pybricks Authors"
31+
copyright = "2021-2025, The Pybricks Authors"
3232
author = _pyproject["project"]["authors"][0]["name"]
3333
release = f"v{_pyproject['project']['version']}"
3434
version = re.match(r"(v\d+\.\d+)", release)[0]

0 commit comments

Comments
 (0)