diff options
-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, |