From cd4c1f8fa4253ddf5ac126c043f5279db484ebc9 Mon Sep 17 00:00:00 2001 From: ceros7 Date: Sun, 16 May 2010 01:59:09 +0000 Subject: Move copyright information to top of files. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30208 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 --- tools/TexturePacker/Win32/dirent.c | 26 ++++++++++---------------- 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 @@ -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 -- cgit v1.2.3