aboutsummaryrefslogtreecommitdiff
path: root/jim-readdir.c
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@laptop.freebsd.czest.pl>2010-01-31 22:49:26 +0000
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-02-01 13:20:27 +0100
commit4bcedeb67723496092aa8c29674cc5a1691e205c (patch)
tree61b7a3eb3bcbc329947771592fa7a1dfc5f93fae /jim-readdir.c
parenteabbce2c45b3c67b8aa30447347dacb9dc5397df (diff)
downloadjimtcl-4bcedeb67723496092aa8c29674cc5a1691e205c.zip
jimtcl-4bcedeb67723496092aa8c29674cc5a1691e205c.tar.gz
jimtcl-4bcedeb67723496092aa8c29674cc5a1691e205c.tar.bz2
Bring correct license -- I think freebsd/ directory has an agreements
for relicensing all files within Jim project. "FreeBSD license" isn't correct term, so basically remove it. Try to make the whole place consistent.
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>