We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1538be commit 6392906Copy full SHA for 6392906
docs/conf.py
@@ -16,9 +16,11 @@
16
17
# -- Project information -----------------------------------------------------
18
19
+from datetime import date
20
+
21
project = 'CycloneDX Python'
-copyright = '2022, Copyright (c) OWASP Foundation'
-author = 'Paul Horton, Jan Kowalleck, Steve Springett, Patrick Dwyer'
22
+copyright = f'{date.today().strftime("%Y")}, Copyright (c) OWASP Foundation'
23
+author = 'Jan Kowalleck, Paul Horton, Steve Springett, Patrick Dwyer'
24
25
# The full version, including alpha/beta/rc tags
26
# !! version is managed by semantic_release
0 commit comments