diff options
author | Steve Bennett <steveb@workware.net.au> | 2010-10-15 11:12:14 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2010-10-15 11:16:32 +1000 |
commit | 353356d302d87619d1bf536f9a1963f9f14e95a0 (patch) | |
tree | 504dc946c6f99b2da744c7b475cef12beb300ab6 | |
parent | b08820ef88b74b1902da24b06843cbca76a29df8 (diff) | |
download | jimtcl-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>
-rw-r--r-- | Tcl.html_shipped | 6 | ||||
-rw-r--r-- | glob.tcl | 7 | ||||
-rw-r--r-- | jim-aio.c | 2 | ||||
-rw-r--r-- | jim-array.c | 6 | ||||
-rw-r--r-- | jim-eventloop.c | 2 | ||||
-rw-r--r-- | jim-eventloop.h | 2 | ||||
-rw-r--r-- | jim-file.c | 5 | ||||
-rw-r--r-- | jim-readdir.c | 6 | ||||
-rw-r--r-- | jim-regexp.c | 2 | ||||
-rw-r--r-- | jim.c | 2 | ||||
-rw-r--r-- | jim.h | 2 | ||||
-rw-r--r-- | jim_tcl.txt | 2 |
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 <steveb@workware.net.au></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>
@@ -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 @@ -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: @@ -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: @@ -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: @@ -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 |