diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-27 00:21:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-27 00:21:35 +0000 |
commit | f59e2ba766796ec0be46b495c5378221e818455d (patch) | |
tree | 3efdcb02b63992e64172623fed751379c6da391d | |
parent | 16e472042a5f63ae27662e407fd3d153006b6adf (diff) |
changed to GPL v3
svn path=/trunk/externals/hcs/hid/; revision=10658
-rw-r--r-- | hid.c | 2 | ||||
-rw-r--r-- | hid_darwin.c | 2 | ||||
-rw-r--r-- | hid_windows.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ /* */ /* This program is free software; you can redistribute it and/or */ /* modify it under the terms of the GNU General Public License */ -/* as published by the Free Software Foundation; either version 2 */ +/* as published by the Free Software Foundation; either version 3 */ /* of the License, or (at your option) any later version. */ /* */ /* See file LICENSE for further informations on licensing terms. */ diff --git a/hid_darwin.c b/hid_darwin.c index c03042a..f4d3ff9 100644 --- a/hid_darwin.c +++ b/hid_darwin.c @@ -8,7 +8,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/hid_windows.c b/hid_windows.c index ffa1dc0..90ed842 100644 --- a/hid_windows.c +++ b/hid_windows.c @@ -6,7 +6,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, |