diff --git a/platform/common/input.c b/platform/common/input.c index 7a0a23f8..7bbb39c1 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 50e88348..b7bad572 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