aboutsummaryrefslogtreecommitdiffstats
path: root/makepass.sh
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-09-04 09:33:01 +0200
committerDennis Eriksen <d@ennis.no>2023-09-04 09:33:01 +0200
commit899a4743fc9701000584f3d01a1c34f312459da6 (patch)
tree38b6532ed9dffb3849471aa245145310ad5d7257 /makepass.sh
parentimproving readability a tiny bit (diff)
downloadmakepass-899a4743fc9701000584f3d01a1c34f312459da6.tar.gz
adding licence
Diffstat (limited to '')
-rwxr-xr-xmakepass.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/makepass.sh b/makepass.sh
index 7db96fd..3af6830 100755
--- a/makepass.sh
+++ b/makepass.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env sh
-# Filename: ~/bin/makepass.sh
+# Filename: makepass.sh
# 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.
@@ -12,7 +12,7 @@
################################################################################
-# Copyright (c) 2018-2022 Dennis Eriksen • d@ennis.no
+# Copyright (c) 2018-2023 Dennis Eriksen • d@ennis.no
# makepass-function
makepass() {