summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-07-21 14:29:06 +0930
committerRusty Russell <rusty@rustcorp.com.au>2011-07-21 14:29:06 +0930
commit3087ef7270e98b91e6bc6d5f8e83fe22a8db583c (patch)
treee1d991f5b998d004be9aa484ade0fa7d8defdf2c
parent88e932a378a355dcd7d557c0f751c4aae81fbd7f (diff)
wwviaudio: fix license in _info, symlink (LGPL -> GPL)
Comments in code indicate this is actually GPL version 2 or later.
l---------ccan/wwviaudio/LICENSE2
-rw-r--r--ccan/wwviaudio/_info2
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[])