From 3087ef7270e98b91e6bc6d5f8e83fe22a8db583c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jul 2011 14:29:06 +0930 Subject: [PATCH 1/1] wwviaudio: fix license in _info, symlink (LGPL -> GPL) Comments in code indicate this is actually GPL version 2 or later. --- ccan/wwviaudio/LICENSE | 2 +- ccan/wwviaudio/_info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccan/wwviaudio/LICENSE b/ccan/wwviaudio/LICENSE index dc314eca..9961ca9d 120000 --- a/ccan/wwviaudio/LICENSE +++ b/ccan/wwviaudio/LICENSE @@ -1 +1 @@ -../../licenses/LGPL-2.1 \ No newline at end of file +../../licenses/GPL-2 \ No newline at end of file diff --git a/ccan/wwviaudio/_info b/ccan/wwviaudio/_info index 9bb15d84..ba92f8f9 100644 --- a/ccan/wwviaudio/_info +++ b/ccan/wwviaudio/_info @@ -37,7 +37,7 @@ * wwviaudio_cancel_all_sounds(); * wwviaduio_stop_portaudio(); * - * License: LGPL (v2.1 or any later version) + * License: GPL (v2 or any later version) * */ int main(int argc, char *argv[]) -- 2.39.2