summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-08-13 11:27:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-08-13 11:28:58 -0700
commit82d4488fbe6b9b5074b0563cc122eaa75f35355b (patch)
tree95a01f7b69d5f9dafdedcb80412587e4cdd65d49
parentc6b49621e421d7f0fc6693758371104de02e3c8a (diff)
downloadunix-cruft-82d4488fbe6b9b5074b0563cc122eaa75f35355b.tar.gz
unix-cruft-82d4488fbe6b9b5074b0563cc122eaa75f35355b.tar.bz2
unix-cruft-82d4488fbe6b9b5074b0563cc122eaa75f35355b.zip
License.HEADmaster
-rwxr-xr-xresize6
1 files changed, 6 insertions, 0 deletions
diff --git a/resize b/resize
index 86cf3db..d132a91 100755
--- a/resize
+++ b/resize
@@ -8,6 +8,12 @@
# Kaz Kylheku <kkylheku@gmail.com>
# October 2006
#
+# LICENSE: Permission is granted to use or redistribute this program in
+# original or modified form, provided the copyright notice is kept intact. Use
+# of this program consititutes agreement that the author is not to be held
+# liable for the consequences of any problem imagined to be connected to
+# this program, under any theory of liability.
+#
if [ $# -ne 0 ] ; then
echo This is not the X11 resize program, but a shell script imitation.