diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-12 19:26:50 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-12 19:26:50 -0400 |
commit | 1de371eeaa58ab36b9c0ff349efa81037a40817a (patch) | |
tree | 97c5e507e9390f0cdd6a9522bd68d9109ea5a400 /jh-mvn-localrepo.sh | |
parent | 272f57b2a4d9f2c8d5ac3c46962f25c55dfbb270 (diff) |
Specify that this is under the WTFPL
Diffstat (limited to 'jh-mvn-localrepo.sh')
-rw-r--r-- | jh-mvn-localrepo.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jh-mvn-localrepo.sh b/jh-mvn-localrepo.sh index e74e7a9..b01ed93 100644 --- a/jh-mvn-localrepo.sh +++ b/jh-mvn-localrepo.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker <lukeshu@sbcglobal.net> +# 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. if [[ $# > 0 ]]; then jh-help $0 >>/dev/stderr |