Updated copyright, version, about window.

This commit is contained in:
n-a-c-h
2005-01-03 18:11:49 +00:00
parent 111cc06bf1
commit 64aa3d9cc7
152 changed files with 1434 additions and 432 deletions

View File

@@ -1,5 +1,10 @@
/*
Copyright (C) 2003-2004 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com )
Copyright (C) 1997-2005 ZSNES Team ( zsKnight, _Demo_, pagefault, Nach )
zsknight@zsnes.com
_demo_@zsnes.com
pagefault@zsnes.com
n-a-c-h@users.sf.net
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -17,6 +22,8 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdlib.h>
//C++ style code in C
@@ -95,3 +102,4 @@ void cycleinputdevice()
}
}
}