license some code GPL compatible to use in PCSX

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@909 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-12-09 16:44:31 +00:00
parent 9c5a64a047
commit 143e9a87da
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,13 @@
/*
* (C) Gražvydas "notaz" Ignotas, 2008-2010
*
* This work is licensed under the terms of any of these licenses
* (at your option):
* - GNU GPL, version 2 or later.
* - GNU LGPL, version 2.1 or later.
* See the COPYING file in the top-level directory.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>