copyright for SDL reuse (will be dual licensed for PD)

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@903 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-11-13 18:27:06 +00:00
parent d166ceb6d1
commit 392b07b2bc
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,10 @@
/*
* (C) Gražvydas "notaz" Ignotas, 2009-2010
*
* This work is licensed under the terms of the 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>

View file

@ -1,3 +1,10 @@
/*
* (C) Gražvydas "notaz" Ignotas, 2009-2010
*
* This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
* See the COPYING file in the top-level directory.
*/
#include <stdio.h>
#include <string.h>
#include <pthread.h>