Mercurial > hgrepos > Python > apps > py-cutils
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 322:0cabc5439505 | 323:48430941c18c |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2018 Franz Glasner | 3 # SPDX-FileCopyrightText: © 2018 Franz Glasner |
| 4 # :Copyright: (c) 2025 Franz Glasner | 4 # SPDX-FileCopyrightText: © 2025 Franz Glasner |
| 5 # :License: BSD-3-Clause | 5 # SPDX-License-Identifier: BSD-3-Clause |
| 6 # :- | 6 # :- |
| 7 r"""A simple password generator to generate random passwords from selected | 7 r"""A simple password generator to generate random passwords from selected |
| 8 character repertoires. | 8 character repertoires. |
| 9 | 9 |
| 10 Use :command:`genpwd.py --help' for a detailed help message. | 10 Use :command:`genpwd.py --help' for a detailed help message. |
