Skip to content
Snippets Groups Projects
Commit 2d099b49 authored by drebs's avatar drebs
Browse files

use current year of packaging in manpage

There are tests that verify if the manpage contains the current year. As
auto-testing is now enabled during package build, I have to patch this
otherwise the package fails to build.
parent 4f681393
No related branches found
No related tags found
No related merge requests found
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH DICEWARE 1 "September 2017" "diceware 0.9.3" "User Commands" .TH DICEWARE 1 "September 2018" "diceware 0.9.3" "User Commands"
.SH NAME .SH NAME
diceware \- create passphrases diceware \- create passphrases
. .
...@@ -135,7 +135,7 @@ passphrase. ...@@ -135,7 +135,7 @@ passphrase.
.SH COPYRIGHT .SH COPYRIGHT
.sp .sp
diceware \-\- Python implementation diceware \-\- Python implementation
Copyright (C) 2015\-2017 Uli Fouquet and contributors Copyright (C) 2015\-2018 Uli Fouquet and contributors
.sp .sp
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 General Public License as published by it under the terms of the GNU General Public License as published by
......
...@@ -53,7 +53,7 @@ def print_version(): ...@@ -53,7 +53,7 @@ def print_version():
"""Output current version and other infos. """Output current version and other infos.
""" """
print("diceware %s" % __version__) print("diceware %s" % __version__)
print("Copyright (C) 2015-2017 Uli Fouquet") print("Copyright (C) 2015-2018 Uli Fouquet")
print("diceware is based on suggestions of Arnold G. Reinhold.") print("diceware is based on suggestions of Arnold G. Reinhold.")
print("See http://diceware.com for details.") print("See http://diceware.com for details.")
print("'Diceware' is a trademark of Arnold G. Reinhold.") print("'Diceware' is a trademark of Arnold G. Reinhold.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment