copyright for SDL reuse (will be dual licensed for PD)
authornotaz <notasas@gmail.com>
Sat, 13 Nov 2010 18:27:06 +0000 (18:27 +0000)
committernotaz <notasas@gmail.com>
Sat, 13 Nov 2010 18:27:06 +0000 (18:27 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@903 be3aeb3a-fb24-0410-a615-afba39da0efa

linux/fbdev.c
linux/oshide.c

index dfe0d22..6ae0c77 100644 (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>
index 548315f..484618d 100644 (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>