Mercurial > hgrepos > Python > apps > py-cutils
diff cutils/genpwd.py @ 323:48430941c18c
Adopt copyright and license wordings from https://reuse.software/faq/.
While there normalize copyright years for every file to start with the file's
addition to the project (i.e. with the year of file creation).
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 26 Mar 2025 18:42:23 +0100 |
| parents | 655f9e4bc6f2 |
| children |
line wrap: on
line diff
--- a/cutils/genpwd.py Wed Mar 26 13:00:40 2025 +0100 +++ b/cutils/genpwd.py Wed Mar 26 18:42:23 2025 +0100 @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # :- -# :Copyright: (c) 2018 Franz Glasner -# :Copyright: (c) 2025 Franz Glasner -# :License: BSD-3-Clause +# SPDX-FileCopyrightText: © 2018 Franz Glasner +# SPDX-FileCopyrightText: © 2025 Franz Glasner +# SPDX-License-Identifier: BSD-3-Clause # :- r"""A simple password generator to generate random passwords from selected character repertoires.
