diff options
Diffstat (limited to 'makepass.zsh')
-rwxr-xr-x | makepass.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makepass.zsh b/makepass.zsh index 319a200..ee92c33 100755 --- a/makepass.zsh +++ b/makepass.zsh @@ -3,13 +3,13 @@ emulate zsh # Filename: ~/bin/makepass.zsh # Purpose: Creating random passwords. # Authors: Dennis Eriksen <d@ennis.no> -# Bug-Reports: Email <idgatt@dnns.no> -# License: This file is licensed under the GPL v2. +# Bug-Reports: Email <git@dnns.no> +# License: This file is licensed under the BSD 3-Clause license. ################################################################################ # This file takes randomness from /dev/urandom and turns it into random # passwords. ################################################################################ -# Copyright (c) 2018-2022 Dennis Eriksen • d@ennis.no +# Copyright (c) 2018-2023 Dennis Eriksen • d@ennis.no # Help-function |