Skip to content

Commit aa2fad5

Browse files
authored
Chore: Update copyright notice (#12)
Signed-off-by: Brian Warner <[email protected]>
1 parent 504973f commit aa2fad5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.md

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) 2024 Brian Warner
3+
Copyright (c) Brian Warner
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

docsrc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727

2828
project = "talkGooder"
29-
copyright = "2024, Brian Warner"
29+
copyright = "Brian Warner"
3030
author = "Brian Warner"
3131
release = version
3232

src/talkgooder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
`talkgooder` attempts to smooth out grammar, punctuation, and number-related corner cases when formatting text for human consumption.
66
7-
:copyright: (c) 2024 by Brian Warner
7+
:copyright: (c) Brian Warner
88
:license: MIT, see LICENSE.md for more details.
99
""" # noqa: E501
1010

0 commit comments

Comments
 (0)