Skip to content

Commit 7c8e48e

Browse files
committed
Update copyright notice
1 parent 1ce0021 commit 7c8e48e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim: ts=4 sw=4 noet
22

3-
RSYNC_OPTS ?= --compress --delete --ipv6 --recursive --rsh=ssh --times --verbose
3+
RSYNC_OPTS ?= --compress --delete --ipv6 --recursive --rsh=ssh --verbose
44
SED_IE ?= sed -i "" -E
55
SPHINX_BUILD ?= env PYTHONPATH=.. sphinx-build
66
SPHINX_OPTS ?=

docs/source/conf.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
from letsdns import VERSION
77

8-
sys.path.insert(0, os.path.abspath('..'))
8+
sys.path.insert(0, os.path.abspath(".."))
99

10-
author = 'Ralph Seichter'
11-
language = 'en'
12-
project = 'LetsDNS'
13-
project_copyright = '2022-2024 Ralph Seichter'
10+
author = "Ralph Seichter"
11+
language = "en"
12+
project = "LetsDNS"
13+
project_copyright = "2022-2025 Ralph Seichter"
1414

1515
# The short X.Y version
16-
version = 'latest'
16+
version = "latest"
1717
# The full version, including alpha/beta/rc tags
1818
release = VERSION
1919

@@ -22,10 +22,10 @@
2222
"_build",
2323
"build",
2424
]
25-
extensions = ['sphinx.ext.autodoc']
25+
extensions = ["sphinx.ext.autodoc"]
2626

27-
html_favicon = 'favicon.ico'
28-
html_static_path = ['_static']
29-
html_last_updated_fmt = '%Y-%m-%d'
30-
html_theme = 'sphinx_rtd_theme'
31-
html_title = 'LetsDNS'
27+
html_favicon = "favicon.ico"
28+
html_static_path = ["_static"]
29+
html_last_updated_fmt = "%Y-%m-%d"
30+
html_theme = "sphinx_rtd_theme"
31+
html_title = "LetsDNS"

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ invoked manually, from a periodic cron job, or called in a hook function of `deh
1010
.. _dehydrated: https://dehydrated.io
1111
.. _GitHub: https://github.com/LetsDNS/letsdns
1212

13-
Copyright © 2022-2024 Ralph Seichter. Hosted on `GitHub`_.
13+
Copyright © 2022-2025 Ralph Seichter. Hosted on `GitHub`_.
1414

1515
.. toctree::
1616
:maxdepth: 3

docs/source/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 © 2022-2024 Ralph Seichter
4+
Copyright © 2022-2025 Ralph Seichter
55

66
This file is part of LetsDNS.
77

0 commit comments

Comments
 (0)