aboutsummaryrefslogtreecommitdiff
path: root/glob.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-15 11:12:14 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:16:32 +1000
commit353356d302d87619d1bf536f9a1963f9f14e95a0 (patch)
tree504dc946c6f99b2da744c7b475cef12beb300ab6 /glob.tcl
parentb08820ef88b74b1902da24b06843cbca76a29df8 (diff)
downloadjimtcl-353356d302d87619d1bf536f9a1963f9f14e95a0.zip
jimtcl-353356d302d87619d1bf536f9a1963f9f14e95a0.tar.gz
jimtcl-353356d302d87619d1bf536f9a1963f9f14e95a0.tar.bz2
Licence wording updates.
Per v0.51, don't refer to the FreeBSD licence Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'glob.tcl')
-rw-r--r--glob.tcl7
1 files changed, 3 insertions, 4 deletions
diff --git a/glob.tcl b/glob.tcl
index dbad26e..9e109ef 100644
--- a/glob.tcl
+++ b/glob.tcl
@@ -1,9 +1,8 @@
-# (c) 2008 Steve Bennett <steveb@workware.net.au>
-#
# Implements a Tcl-compatible glob command based on readdir
#
-# This file is licenced under the FreeBSD license
-# See LICENCE in this directory for full details.
+# (c) 2008 Steve Bennett <steveb@workware.net.au>
+#
+# See LICENCE in this directory for licensing.
# Implements the Tcl glob command