From 2e27f98b3ef19826e8658408b8f172e306e5af95 Mon Sep 17 00:00:00 2001 From: Bei Zhang Date: Thu, 3 Oct 2013 11:17:41 -0700 Subject: [PATCH] all: Fix license name "GNU Public License" does not exist. It is called "GNU General Public License", "GNU GPL" or simply "GPL". --- LICENSE.txt | 2 +- hidapi/hidapi.h | 2 +- libusb/hid.c | 2 +- linux/hid.c | 2 +- mac/hid.c | 2 +- windows/hid.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 3bbd95eb..e1676d4c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ HIDAPI can be used under one of three licenses. -1. The GNU Public License, version 3.0, in LICENSE-gpl3.txt +1. The GNU General Public License, version 3.0, in LICENSE-gpl3.txt 2. A BSD-Style License, in LICENSE-bsd.txt. 3. The more liberal original HIDAPI license. LICENSE-orig.txt diff --git a/hidapi/hidapi.h b/hidapi/hidapi.h index e58e8a48..6faf186a 100644 --- a/hidapi/hidapi.h +++ b/hidapi/hidapi.h @@ -11,7 +11,7 @@ At the discretion of the user of this library, this software may be licensed under the terms of the - GNU Public License v3, a BSD-Style license, or the + GNU General Public License v3, a BSD-Style license, or the original HIDAPI license as outlined in the LICENSE.txt, LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt files located at the root of the source distribution. diff --git a/libusb/hid.c b/libusb/hid.c index dcf9d80e..b021711d 100644 --- a/libusb/hid.c +++ b/libusb/hid.c @@ -14,7 +14,7 @@ At the discretion of the user of this library, this software may be licensed under the terms of the - GNU Public License v3, a BSD-Style license, or the + GNU General Public License v3, a BSD-Style license, or the original HIDAPI license as outlined in the LICENSE.txt, LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt files located at the root of the source distribution. diff --git a/linux/hid.c b/linux/hid.c index 38f67537..33c2bfcf 100644 --- a/linux/hid.c +++ b/linux/hid.c @@ -12,7 +12,7 @@ At the discretion of the user of this library, this software may be licensed under the terms of the - GNU Public License v3, a BSD-Style license, or the + GNU General Public License v3, a BSD-Style license, or the original HIDAPI license as outlined in the LICENSE.txt, LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt files located at the root of the source distribution. diff --git a/mac/hid.c b/mac/hid.c index 6768f9c2..38bb635a 100644 --- a/mac/hid.c +++ b/mac/hid.c @@ -11,7 +11,7 @@ At the discretion of the user of this library, this software may be licensed under the terms of the - GNU Public License v3, a BSD-Style license, or the + GNU General Public License v3, a BSD-Style license, or the original HIDAPI license as outlined in the LICENSE.txt, LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt files located at the root of the source distribution. diff --git a/windows/hid.c b/windows/hid.c index cd9e4bb0..3dee05bf 100755 --- a/windows/hid.c +++ b/windows/hid.c @@ -11,7 +11,7 @@ At the discretion of the user of this library, this software may be licensed under the terms of the - GNU Public License v3, a BSD-Style license, or the + GNU General Public License v3, a BSD-Style license, or the original HIDAPI license as outlined in the LICENSE.txt, LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt files located at the root of the source distribution.