mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-03 01:18:02 +03: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')
|
||||
rst_epilog = epilog_file.read()
|
||||
rst_epilog += f"\n.. |VERSION| replace:: {version}"
|
||||
rst_epilog += f"\n.. |pbs-copyright| replace:: Copyright (C) {copyright}"
|
||||
|
||||
man_pages = [
|
||||
# CLI
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Welcome to the Proxmox Backup documentation!
|
||||
============================================
|
||||
| Copyright (C) 2019-2021 Proxmox Server Solutions GmbH
|
||||
| |pbs-copyright|
|
||||
| Version |version| -- |today|
|
||||
|
||||
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
|
||||
-------
|
||||
|
||||
Copyright (C) 2019-2021 Proxmox Server Solutions GmbH
|
||||
|pbs-copyright|
|
||||
|
||||
This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
|
Loading…
Reference in New Issue
Block a user