mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-09 10:34:29 +00:00
docs: replace copyright years statement with single source of truth from conf
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
dc7aad4bcc
commit
96a7169eb8
@ -88,6 +88,7 @@ release = vstr(os.getenv('DEB_VERSION'))
|
|||||||
epilog_file = open('epilog.rst', 'r')
|
epilog_file = open('epilog.rst', 'r')
|
||||||
rst_epilog = epilog_file.read()
|
rst_epilog = epilog_file.read()
|
||||||
rst_epilog += f"\n.. |VERSION| replace:: {version}"
|
rst_epilog += f"\n.. |VERSION| replace:: {version}"
|
||||||
|
rst_epilog += f"\n.. |pbs-copyright| replace:: Copyright (C) {copyright}"
|
||||||
|
|
||||||
man_pages = [
|
man_pages = [
|
||||||
# CLI
|
# CLI
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Welcome to the Proxmox Backup documentation!
|
Welcome to the Proxmox Backup documentation!
|
||||||
============================================
|
============================================
|
||||||
| Copyright (C) 2019-2021 Proxmox Server Solutions GmbH
|
| |pbs-copyright|
|
||||||
| Version |version| -- |today|
|
| Version |version| -- |today|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document under the
|
Permission is granted to copy, distribute and/or modify this document under the
|
||||||
|
@ -186,7 +186,7 @@ of the issue and will send a notification once it has been solved.
|
|||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Copyright (C) 2019-2021 Proxmox Server Solutions GmbH
|
|pbs-copyright|
|
||||||
|
|
||||||
This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
|
This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Copyright and Disclaimer
|
Copyright and Disclaimer
|
||||||
========================
|
========================
|
||||||
|
|
||||||
Copyright (C) 2007-2021 Proxmox Server Solutions GmbH
|
|pbs-copyright|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
Loading…
Reference in New Issue
Block a user