Browse Source

wwviaudio: fix license in _info, symlink (LGPL -> GPL)

Comments in code indicate this is actually GPL version 2 or later.
Rusty Russell 14 years ago
parent
commit
3087ef7270
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ccan/wwviaudio/LICENSE
  2. 1 1
      ccan/wwviaudio/_info

+ 1 - 1
ccan/wwviaudio/LICENSE

@@ -1 +1 @@
-../../licenses/LGPL-2.1
+../../licenses/GPL-2

+ 1 - 1
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[])