aboutsummaryrefslogtreecommitdiff
path: root/tools/TexturePacker/Win32/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/TexturePacker/Win32/dirent.h')
-rw-r--r--tools/TexturePacker/Win32/dirent.h28
1 files changed, 11 insertions, 17 deletions
diff --git a/tools/TexturePacker/Win32/dirent.h b/tools/TexturePacker/Win32/dirent.h
index d0522db9b9..bb73b27b6d 100644
--- a/tools/TexturePacker/Win32/dirent.h
+++ b/tools/TexturePacker/Win32/dirent.h
@@ -7,8 +7,17 @@
Author: Kevlin Henney (kevlin@acm.org, kevlin@curbralan.com)
History: Created March 1997. Updated June 2003.
- Rights: See end of file.
-
+
+ Copyright Kevlin Henney, 1997, 2003. All rights reserved.
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose is hereby granted without fee, provided
+ that this copyright and permissions notice appear in all copies and
+ derivatives.
+
+ This software is supplied "as is" without express or implied warranty.
+
+ But that said, if there are any problems please get in touch.
*/
#ifdef __cplusplus
@@ -39,21 +48,6 @@ int closedir(DIR *);
struct dirent *readdir(DIR *);
void rewinddir(DIR *);
-/*
-
- Copyright Kevlin Henney, 1997, 2003. All rights reserved.
-
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose is hereby granted without fee, provided
- that this copyright and permissions notice appear in all copies and
- derivatives.
-
- This software is supplied "as is" without express or implied warranty.
-
- But that said, if there are any problems please get in touch.
-
-*/
-
#ifdef __cplusplus
}
#endif