Skip to content

Commit

Permalink
Change: Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 29, 2024
1 parent 675db0f commit 1758a77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ are active.

## License

Copyright (C) 2017-2023 [Greenbone AG](https://www.greenbone.net/)
Copyright (C) 2017-2024 [Greenbone AG](https://www.greenbone.net/)

Licensed under the [GNU General Public License v3.0 or later](LICENSE).
7 changes: 5 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@

import os
import sys
from datetime import datetime

sys.path.insert(0, os.path.abspath(".."))

import gvm
import gvm # noqa: E402

# -- Project information -----------------------------------------------------

year = datetime.now().year

project = "python-gvm"
copyright = "2018 - 2022, Greenbone AG"
copyright = f"2018 - {year}, Greenbone AG"
author = "Greenbone AG"

# The short X.Y version
Expand Down

0 comments on commit 1758a77

Please sign in to comment.