aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tcl.html_shipped6
-rw-r--r--glob.tcl7
-rw-r--r--jim-aio.c2
-rw-r--r--jim-array.c6
-rw-r--r--jim-eventloop.c2
-rw-r--r--jim-eventloop.h2
-rw-r--r--jim-file.c5
-rw-r--r--jim-readdir.c6
-rw-r--r--jim-regexp.c2
-rw-r--r--jim.c2
-rw-r--r--jim.h2
-rw-r--r--jim_tcl.txt2
12 files changed, 9 insertions, 35 deletions
diff --git a/Tcl.html_shipped b/Tcl.html_shipped
index bb4632f..99d87b7 100644
--- a/Tcl.html_shipped
+++ b/Tcl.html_shipped
@@ -6328,10 +6328,6 @@ Copyright 2009 Steve Bennett &lt;steveb@workware.net.au&gt;</tt></pre>
</div></div>
<div class="literalblock">
<div class="content">
-<pre><tt>The FreeBSD license</tt></pre>
-</div></div>
-<div class="literalblock">
-<div class="content">
<pre><tt>Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -6369,7 +6365,7 @@ official policies, either expressed or implied, of the Jim Tcl Project.</tt></pr
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-10-09 08:25:40 EST
+Last updated 2010-10-15 11:11:55 EST
</div>
</div>
</body>
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
diff --git a/jim-aio.c b/jim-aio.c
index 45b5c42..40daded 100644
--- a/jim-aio.c
+++ b/jim-aio.c
@@ -9,8 +9,6 @@
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
*
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim-array.c b/jim-array.c
index 8ed0ea7..73713b5 100644
--- a/jim-array.c
+++ b/jim-array.c
@@ -1,11 +1,9 @@
/*
- * (c) 2008 Steve Bennett <steveb@workware.net.au>
- *
* Implements the file command for jim
*
- * The FreeBSD license
- *
+ * (c) 2008 Steve Bennett <steveb@workware.net.au>
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim-eventloop.c b/jim-eventloop.c
index 82ae271..685585d 100644
--- a/jim-eventloop.c
+++ b/jim-eventloop.c
@@ -9,8 +9,6 @@
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
*
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim-eventloop.h b/jim-eventloop.h
index 42f20c9..30210df 100644
--- a/jim-eventloop.h
+++ b/jim-eventloop.h
@@ -8,8 +8,6 @@
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
*
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim-file.c b/jim-file.c
index a53de58..9758380 100644
--- a/jim-file.c
+++ b/jim-file.c
@@ -1,10 +1,7 @@
-
/*
- * (c) 2008 Steve Bennett <steveb@workware.net.au>
- *
* Implements the file command for jim
*
- * The FreeBSD license
+ * (c) 2008 Steve Bennett <steveb@workware.net.au>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/jim-readdir.c b/jim-readdir.c
index 7341a69..13d5ad2 100644
--- a/jim-readdir.c
+++ b/jim-readdir.c
@@ -1,11 +1,9 @@
/*
- * (c) 2008 Steve Bennett <steveb@worware.net.au>
- *
* Tcl readdir command.
*
- * The FreeBSD license
- *
+ * (c) 2008 Steve Bennett <steveb@worware.net.au>
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim-regexp.c b/jim-regexp.c
index bb5f6c6..c64c8da 100644
--- a/jim-regexp.c
+++ b/jim-regexp.c
@@ -5,8 +5,6 @@
*
* Uses C library regcomp()/regexec() for the matching.
*
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim.c b/jim.c
index 5afabe2..a6bf080 100644
--- a/jim.c
+++ b/jim.c
@@ -13,8 +13,6 @@
* Copyright 2009 Zachary T Welch zw@superlucidity.net
* Copyright 2009 David Brownell
*
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim.h b/jim.h
index 1a19d77..2cd2c01 100644
--- a/jim.h
+++ b/jim.h
@@ -8,8 +8,6 @@
* Copyright 2008 Duane Ellis <openocd@duaneellis.com>
* Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
*
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
diff --git a/jim_tcl.txt b/jim_tcl.txt
index fa2387b..a11177f 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -4301,8 +4301,6 @@ LICENCE
Copyright 2008 Uwe Klein <uklein@klein-messgeraete.de>
Copyright 2009 Steve Bennett <steveb@workware.net.au>
- The FreeBSD license
-
[literal]
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions