From: notaz Date: Thu, 9 Dec 2010 16:44:31 +0000 (+0000) Subject: license some code GPL compatible to use in PCSX X-Git-Tag: v1.85~148 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143e9a87dab7c7b409551f23cefb50b24fe78359;p=picodrive.git license some code GPL compatible to use in PCSX git-svn-id: file:///home/notaz/opt/svn/PicoDrive@909 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/platform/common/input.c b/platform/common/input.c index 7a0a23f..7bbb39c 100644 --- a/platform/common/input.c +++ b/platform/common/input.c @@ -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 #include #include diff --git a/platform/common/readpng.c b/platform/common/readpng.c index 50e8834..b7bad57 100644 --- a/platform/common/readpng.c +++ b/platform/common/readpng.c @@ -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 #include #include