Skip to content

Commit 2d2ade4

Browse files
authored
Update year in README and license files (#2719)
1 parent c35f846 commit 2d2ade4

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to The Arcade Library!
1+
# Welcome to The Arcade Library
22

33
<p align="center">
44
<a href="https://img.shields.io/pypi/l/arcade">
@@ -40,29 +40,29 @@ for example game jam entries and more.
4040

4141
## Stable Documentation
4242

43-
Read the stable documentation at https://api.arcade.academy.
43+
Read the stable documentation at <https://api.arcade.academy>.
4444

4545
## Development Previews
4646

47-
Preview the next release at https://api.arcade.academy/en/development/.
47+
Preview the next release at <https://api.arcade.academy/en/development/>.
4848

4949
## Citation
5050

5151
```
52-
@Online{PythonArcade,
53-
author = {Paul Vincent Craven},
54-
title = {Easy to use Python library for creating 2D Arcade games.},
55-
date = {2023-01-01},
56-
publisher = {GitHub},
57-
journal = {GitHub repository},
58-
howpublished = {\url{https://github.com/pythonarcade/arcade}},
59-
commit = {<insert hash if needed>}
60-
}
52+
@Online{PythonArcade,
53+
author = {Paul Vincent Craven},
54+
title = {Easy to use Python library for creating 2D Arcade games.},
55+
date = {2025-01-01},
56+
publisher = {GitHub},
57+
journal = {GitHub repository},
58+
howpublished = {\url{https://github.com/pythonarcade/arcade}},
59+
commit = {<insert hash if needed>}
60+
}
6161
```
6262

6363
## Contact the Maintainers
6464

6565
The best way to contact and chat with the maintainers is on the
6666
[Arcade Discord Server][].
6767

68-
paul@cravenfamily.com
68+
<paul@cravenfamily.com>

license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License
22
=======
33

4-
Copyright (c) 2022 Paul Vincent Craven
4+
Copyright (c) 2025 Paul Vincent Craven
55

66
The Arcade library is licensed under the `MIT License`_.
77

0 commit comments

Comments
 (0)