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 37ded16 commit ace8a36Copy full SHA for ace8a36
docs/conf.py
@@ -14,8 +14,11 @@
14
15
# -- Project information -----------------------------------------------------
16
17
+
18
+from datetime import date
19
20
project = 'CycloneDX Python Library'
-copyright = '2022, Copyright (c) OWASP Foundation'
21
+copyright = f'{date.today().strftime("%Y")}, Copyright (c) OWASP Foundation'
22
author = 'Paul Horton, Jan Kowalleck, Steve Springett, Patrick Dwyer'
23
24
# The full version, including alpha/beta/rc tags
0 commit comments