From 1de371eeaa58ab36b9c0ff349efa81037a40817a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 12 May 2013 19:26:50 -0400 Subject: Specify that this is under the WTFPL --- .gitignore | 1 + COPYING | 14 ++++++++++++++ jh-checksource.sh | 4 ++++ jh-help.sh | 4 ++++ jh-list-commands.sh | 4 ++++ jh-mvn-basename.sh | 4 ++++ jh-mvn-install.sh | 4 ++++ jh-mvn-localrepo.sh | 4 ++++ jh.sh | 4 ++++ 9 files changed, 43 insertions(+) create mode 100644 COPYING diff --git a/.gitignore b/.gitignore index 74b7ae0..b121c6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ * +!COPYING !Makefile !*.* diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..ee7d6a5 --- /dev/null +++ b/COPYING @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/jh-checksource.sh b/jh-checksource.sh index 2120493..23c3ada 100644 --- a/jh-checksource.sh +++ b/jh-checksource.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker +# 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. sep='' diff --git a/jh-help.sh b/jh-help.sh index 8986abc..7d3c4f3 100644 --- a/jh-help.sh +++ b/jh-help.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker +# 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. stem=jh diff --git a/jh-list-commands.sh b/jh-list-commands.sh index 66ce5aa..a099fae 100644 --- a/jh-list-commands.sh +++ b/jh-list-commands.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker +# 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 diff --git a/jh-mvn-basename.sh b/jh-mvn-basename.sh index eff78aa..5a16944 100644 --- a/jh-mvn-basename.sh +++ b/jh-mvn-basename.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker +# 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 [[ $# != 3 ]]; then jh-help $0 >>/dev/stderr diff --git a/jh-mvn-install.sh b/jh-mvn-install.sh index 41aefcc..c33e097 100644 --- a/jh-mvn-install.sh +++ b/jh-mvn-install.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker +# 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 [[ $# != 5 ]]; then jh-help $0 >>/dev/stderr 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 +# 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 diff --git a/jh.sh b/jh.sh index ca580a3..dce758b 100644 --- a/jh.sh +++ b/jh.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright © 2013 Luke Shumaker +# 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 [[ -z $JH_PATH ]]; then export JH_PATH=/usr/share/jh -- cgit v1.2.2