aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2009-10-13 19:12:25 +0000
committerMax Horn2009-10-13 19:12:25 +0000
commit94cd10297406f4b57d6d0d38a3ac3be18311f22b (patch)
tree16c54d1ddbc85906e8903c9fa0ea3d36486a097d /backends
parent8ccafc09a96a4fafceec67794b1f86691d3efc67 (diff)
downloadscummvm-rg350-94cd10297406f4b57d6d0d38a3ac3be18311f22b.tar.gz
scummvm-rg350-94cd10297406f4b57d6d0d38a3ac3be18311f22b.tar.bz2
scummvm-rg350-94cd10297406f4b57d6d0d38a3ac3be18311f22b.zip
PS2: Clarify licensing terms for some files
svn-id: r45045
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/ps2/iop/rpckbd/include/ps2kbd.h14
-rw-r--r--backends/platform/ps2/iop/rpckbd/src/ps2kbd.c12
-rw-r--r--backends/platform/ps2/iop/rpckbd/src/us_keymap.h12
3 files changed, 31 insertions, 7 deletions
diff --git a/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h b/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h
index bebbe73d6a..30f24261e7 100644
--- a/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h
+++ b/backends/platform/ps2/iop/rpckbd/include/ps2kbd.h
@@ -4,9 +4,17 @@
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
-# Licenced under Academic Free License version 2.0
-# Review ps2sdk README & LICENSE files for further details.
-#
+#
+# This file is dual licensed, with permission by the original author
+# TyRaNiD, under both the Academic Free License version 2.0 and the GNU
+# General Public License version 2 or later.
+#
+# This means you can choose whether to use this code under the terms of
+# the Academic Free License version 2.0, or under the terms of the GNU
+# General Public License version 2 or later. As long as you comply to the
+# terms of at least one of these, you are allowed to use the code as
+# permitted by the respective license.
+#
# $Id$
# USB Keyboard Driver for PS2
*/
diff --git a/backends/platform/ps2/iop/rpckbd/src/ps2kbd.c b/backends/platform/ps2/iop/rpckbd/src/ps2kbd.c
index bb7de8ff2b..48e506ad49 100644
--- a/backends/platform/ps2/iop/rpckbd/src/ps2kbd.c
+++ b/backends/platform/ps2/iop/rpckbd/src/ps2kbd.c
@@ -4,9 +4,17 @@
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2005, ps2dev - http://www.ps2dev.org
-# Licenced under Academic Free License version 2.0
-# Review ps2sdk README & LICENSE files for further details.
#
+# This file is dual licensed, with permission by the original author
+# TyRaNiD, under both the Academic Free License version 2.0 and the GNU
+# General Public License version 2 or later.
+#
+# This means you can choose whether to use this code under the terms of
+# the Academic Free License version 2.0, or under the terms of the GNU
+# General Public License version 2 or later. As long as you comply to the
+# terms of at least one of these, you are allowed to use the code as
+# permitted by the respective license.
+#
# $Id$
# USB Keyboard Driver for PS2
*/
diff --git a/backends/platform/ps2/iop/rpckbd/src/us_keymap.h b/backends/platform/ps2/iop/rpckbd/src/us_keymap.h
index 6c41e794cb..374285cd67 100644
--- a/backends/platform/ps2/iop/rpckbd/src/us_keymap.h
+++ b/backends/platform/ps2/iop/rpckbd/src/us_keymap.h
@@ -4,8 +4,16 @@
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
-# Licenced under Academic Free License version 2.0
-# Review ps2sdk README & LICENSE files for further details.
+#
+# This file is dual licensed, with permission by the original author
+# TyRaNiD, under both the Academic Free License version 2.0 and the GNU
+# General Public License version 2 or later.
+#
+# This means you can choose whether to use this code under the terms of
+# the Academic Free License version 2.0, or under the terms of the GNU
+# General Public License version 2 or later. As long as you comply to the
+# terms of at least one of these, you are allowed to use the code as
+# permitted by the respective license.
#
# $Id$
# USB Keyboard Driver for PS2