Skip to content

Commit 2e27f98

Browse files
ikarienatorsignal11
authored andcommitted
all: Fix license name
"GNU Public License" does not exist. It is called "GNU General Public License", "GNU GPL" or simply "GPL".
1 parent a88c724 commit 2e27f98

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HIDAPI can be used under one of three licenses.
22

3-
1. The GNU Public License, version 3.0, in LICENSE-gpl3.txt
3+
1. The GNU General Public License, version 3.0, in LICENSE-gpl3.txt
44
2. A BSD-Style License, in LICENSE-bsd.txt.
55
3. The more liberal original HIDAPI license. LICENSE-orig.txt
66

hidapi/hidapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
At the discretion of the user of this library,
1313
this software may be licensed under the terms of the
14-
GNU Public License v3, a BSD-Style license, or the
14+
GNU General Public License v3, a BSD-Style license, or the
1515
original HIDAPI license as outlined in the LICENSE.txt,
1616
LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
1717
files located at the root of the source distribution.

libusb/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
At the discretion of the user of this library,
1616
this software may be licensed under the terms of the
17-
GNU Public License v3, a BSD-Style license, or the
17+
GNU General Public License v3, a BSD-Style license, or the
1818
original HIDAPI license as outlined in the LICENSE.txt,
1919
LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
2020
files located at the root of the source distribution.

linux/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
At the discretion of the user of this library,
1414
this software may be licensed under the terms of the
15-
GNU Public License v3, a BSD-Style license, or the
15+
GNU General Public License v3, a BSD-Style license, or the
1616
original HIDAPI license as outlined in the LICENSE.txt,
1717
LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
1818
files located at the root of the source distribution.

mac/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
At the discretion of the user of this library,
1313
this software may be licensed under the terms of the
14-
GNU Public License v3, a BSD-Style license, or the
14+
GNU General Public License v3, a BSD-Style license, or the
1515
original HIDAPI license as outlined in the LICENSE.txt,
1616
LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
1717
files located at the root of the source distribution.

windows/hid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
At the discretion of the user of this library,
1313
this software may be licensed under the terms of the
14-
GNU Public License v3, a BSD-Style license, or the
14+
GNU General Public License v3, a BSD-Style license, or the
1515
original HIDAPI license as outlined in the LICENSE.txt,
1616
LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
1717
files located at the root of the source distribution.

0 commit comments

Comments
 (0)