summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.