diff options
Diffstat (limited to 'jim-readdir.c')
-rw-r--r-- | jim-readdir.c | 10 |
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>
|