btrfs-progs: docs: drop copyright year from manual pages

The copyright config variable can be used for a real copyright but we
don't have that for the manual pages and it was a stub. The date of page
generation time is added to the page anyway.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-01-16 17:29:13 +01:00
parent 0d901db20a
commit f5884fc8ca

View File

@ -18,8 +18,6 @@ import pathlib
# -- Project information -----------------------------------------------------
project = 'BTRFS'
# TODO: get from date
copyright = '2022'
version = pathlib.Path("../VERSION").read_text().strip('v\n')