]> git.ozlabs.org Git - ccan/commitdiff
ogg_to_pcm: fix license in _info, symlink (LGPL -> GPLv2)
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 04:59:06 +0000 (14:29 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 21 Jul 2011 04:59:06 +0000 (14:29 +0930)
Comments in code indicate this is actually GPL version 2 only.

ccan/ogg_to_pcm/LICENSE
ccan/ogg_to_pcm/_info

index dc314ecac02a0fb3117e54b1271ca135aaada572..9961ca9d9cffb40daa53a8a43ceb8e4b68c267aa 120000 (symlink)
@@ -1 +1 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
+../../licenses/GPL-2
\ No newline at end of file
index 7ae6594a1cf4ba8aa0d39495a02c3e97cf7fdf82..6dc96c2fa7d7413642232923a3978fa823414495 100644 (file)
@@ -24,7 +24,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: GPLv2
  *
  */
 int main(int argc, char *argv[])
  *
  */
 int main(int argc, char *argv[])