aboutsummaryrefslogtreecommitdiff
path: root/jim-readdir.c
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@laptop.freebsd.czest.pl>2010-01-31 23:00:57 +0000
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-02-01 15:48:46 +0100
commitd93957f71062edb53b34e3033b512e942de458c4 (patch)
tree267e5842f1b3f9f2c7b5074ebea3ba5533d2f597 /jim-readdir.c
parent04b756deb6c4d95f6940592dd784382b063ecdf9 (diff)
downloadjimtcl-d93957f71062edb53b34e3033b512e942de458c4.zip
jimtcl-d93957f71062edb53b34e3033b512e942de458c4.tar.gz
jimtcl-d93957f71062edb53b34e3033b512e942de458c4.tar.bz2
Bring corrected license as mentioned in freebsd/...
Remove "FreeBSD license" statements, since it's not a correct term I believe. Small cleanup while being here.
Diffstat (limited to 'jim-readdir.c')
-rw-r--r--jim-readdir.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/jim-readdir.c b/jim-readdir.c
index 8dcd4cf..9942167 100644
--- a/jim-readdir.c
+++ b/jim-readdir.c
@@ -1,10 +1,6 @@
/*
- * (c) 2008 Steve Bennett <steveb@worware.net.au>
+ * Copyright (c) 2008 Steve Bennett <steveb@worware.net.au>
*
- * Tcl readdir command.
- *
- * The FreeBSD license
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -28,7 +24,7 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
+ *
* The views and conclusions contained in the software and documentation
* are those of the authors and should not be interpreted as representing
* official policies, either expressed or implied, of the Jim Tcl Project.
@@ -44,6 +40,8 @@
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*-----------------------------------------------------------------------------
+ *
+ * Tcl readdir command.
*/
#include <errno.h>