From: Rusty Russell Date: Thu, 21 Jul 2011 04:59:06 +0000 (+0930) Subject: wwviaudio: fix license in _info, symlink (LGPL -> GPL) X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=3087ef7270e98b91e6bc6d5f8e83fe22a8db583c wwviaudio: fix license in _info, symlink (LGPL -> GPL) Comments in code indicate this is actually GPL version 2 or later. --- 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[])