aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-12 17:04:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-12 17:04:58 +1300
commit75d8032343d3d3a6ae10eec4ebd7c3096732892f (patch)
treebe2c1d3e5e12a2004ed782bfe1af6007b1db8105 /bin
parentAdd true(1) and false(1) to maybe(1) SEE ALSO (diff)
downloaddotfiles-75d8032343d3d3a6ae10eec4ebd7c3096732892f.tar.gz
dotfiles-75d8032343d3d3a6ae10eec4ebd7c3096732892f.zip
Consistent comment boilerplate
Diffstat (limited to 'bin')
-rwxr-xr-xbin/maybe1
-rwxr-xr-xbin/try4
2 files changed, 5 insertions, 0 deletions
diff --git a/bin/maybe b/bin/maybe
index 2110a959..43edac80 100755
--- a/bin/maybe
+++ b/bin/maybe
@@ -10,6 +10,7 @@
#
# Author: Tom Ryder <tom@sanctum.geek.nz>
# Copyright: 2016
+# License: Public domain
#
self=maybe
diff --git a/bin/try b/bin/try
index ace12a14..e8e7b564 100755
--- a/bin/try
+++ b/bin/try
@@ -9,6 +9,10 @@
# -h gives help, -n sets the number of attempts (defaults to 3), -v gives you
# diagnostics on stdout.
#
+# Author: Tom Ryder <tom@sanctum.geek.nz>
+# Copyright: 2016
+# License: Public domain
+#
self=try
# Print usage information