diff options
author | ceros7 <ceros7@svn> | 2010-05-16 01:59:09 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-16 01:59:09 +0000 |
commit | cd4c1f8fa4253ddf5ac126c043f5279db484ebc9 (patch) | |
tree | 592304bc6896126250c07c6d278d5e0a46784388 /tools | |
parent | 52f17bab1df116f38879f8e2885bd9cf169ef3bd (diff) |
Move copyright information to top of files.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30208 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/TexturePacker/Win32/dirent.c | 26 | ||||
-rw-r--r-- | tools/TexturePacker/Win32/dirent.h | 28 |
2 files changed, 21 insertions, 33 deletions
diff --git a/tools/TexturePacker/Win32/dirent.c b/tools/TexturePacker/Win32/dirent.c index 060da1f23a..6d395275f1 100644 --- a/tools/TexturePacker/Win32/dirent.c +++ b/tools/TexturePacker/Win32/dirent.c @@ -4,8 +4,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.
*/
#include <dirent.h>
@@ -131,18 +140,3 @@ void rewinddir(DIR *dir) #ifdef __cplusplus
}
#endif
-
-/*
-
- 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.
-
-*/
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
|