From: notaz Date: Thu, 9 Dec 2010 16:44:25 +0000 (+0000) Subject: license some code GPL compatible to use in PCSX X-Git-Tag: v1.85~149 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c5a64a0478c1c663e891273cb61dee260d16479;p=picodrive.git license some code GPL compatible to use in PCSX git-svn-id: file:///home/notaz/opt/svn/PicoDrive@908 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/platform/linux/fbdev.c b/platform/linux/fbdev.c index fffe979..b4889ea 100644 --- a/platform/linux/fbdev.c +++ b/platform/linux/fbdev.c @@ -1,7 +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. + * 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. */ diff --git a/platform/linux/in_evdev.c b/platform/linux/in_evdev.c index 3fcb5aa..0b73302 100644 --- a/platform/linux/in_evdev.c +++ b/platform/linux/in_evdev.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/linux/oshide.c b/platform/linux/oshide.c index 484618d..203691f 100644 --- a/platform/linux/oshide.c +++ b/platform/linux/oshide.c @@ -1,7 +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. + * 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. */ diff --git a/platform/linux/plat.c b/platform/linux/plat.c index 5788d1d..1e107f4 100644 --- a/platform/linux/plat.c +++ b/platform/linux/plat.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. + */ + #define _GNU_SOURCE #include #include