aboutsummaryrefslogtreecommitdiff
path: root/jim-readdir.c
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@laptop.freebsd.czest.pl>2010-01-31 22:53:55 +0000
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-02-01 13:20:27 +0100
commitfb76eaf8f1f24a394618d4e757cb2b203055ae17 (patch)
treee023372736a904a6cb23145142ec67d3c88545fa /jim-readdir.c
parent4bcedeb67723496092aa8c29674cc5a1691e205c (diff)
downloadjimtcl-fb76eaf8f1f24a394618d4e757cb2b203055ae17.zip
jimtcl-fb76eaf8f1f24a394618d4e757cb2b203055ae17.tar.gz
jimtcl-fb76eaf8f1f24a394618d4e757cb2b203055ae17.tar.bz2
Revert "Bring correct license -- I think freebsd/ directory has an agreements"
This reverts commit 1e2fdd7d9e877fbe2c88a4c32f098ce1e575dc1d.
Diffstat (limited to 'jim-readdir.c')
-rw-r--r--jim-readdir.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/jim-readdir.c b/jim-readdir.c
index 9942167..8dcd4cf 100644
--- a/jim-readdir.c
+++ b/jim-readdir.c
@@ -1,6 +1,10 @@
/*
- * Copyright (c) 2008 Steve Bennett <steveb@worware.net.au>
+ * (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:
@@ -24,7 +28,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.
@@ -40,8 +44,6 @@
* software for any purpose. It is provided "as is" without express or
* implied warranty.
*-----------------------------------------------------------------------------
- *
- * Tcl readdir command.
*/
#include <errno.h>