Browse Source

ogg_to_pcm: fix license in _info, symlink (LGPL -> GPLv2)

Comments in code indicate this is actually GPL version 2 only.
Rusty Russell 14 years ago
parent
commit
88e932a378
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ccan/ogg_to_pcm/LICENSE
  2. 1 1
      ccan/ogg_to_pcm/_info

+ 1 - 1
ccan/ogg_to_pcm/LICENSE

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

+ 1 - 1
ccan/ogg_to_pcm/_info

@@ -24,7 +24,7 @@
  * 		return 0;
  * 	}
  *
- * License: LGPL (v2.1 or any later version)
+ * License: GPLv2
  *
  */
 int main(int argc, char *argv[])