summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--COPYING14
-rw-r--r--jh-checksource.sh4
-rw-r--r--jh-help.sh4
-rw-r--r--jh-list-commands.sh4
-rw-r--r--jh-mvn-basename.sh4
-rw-r--r--jh-mvn-install.sh4
-rw-r--r--jh-mvn-localrepo.sh4
-rw-r--r--jh.sh4
9 files changed, 43 insertions, 0 deletions
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 <sam@hocevar.net>
+
+ 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 <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.
sep='<no-filename-ever-contains-this>'
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 <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.
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 <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
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 <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 [[ $# != 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 <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 [[ $# != 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 <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
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 <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 [[ -z $JH_PATH ]]; then
export JH_PATH=/usr/share/jh