diff options
Diffstat (limited to 'bin/urlkey2url')
-rwxr-xr-x | bin/urlkey2url | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/urlkey2url b/bin/urlkey2url index 5d0ec3d..813e66f 100755 --- a/bin/urlkey2url +++ b/bin/urlkey2url @@ -1,4 +1,10 @@ #!/usr/bin/env bash +# Copyright (c) 2017 Luke Shumaker <lukeshu@lukeshu.com> +# +# This work is free. You can redistribute it and/or modify it under +# the terms of the Do What The Fuck You Want To Public License, +# Version 2, as published by Sam Hocevar. See the COPYING file for +# more details. for arg in "$@"; do keydomain="${arg%%)*}" |