]> git.ozlabs.org Git - ccan/blobdiff - ccan/ogg_to_pcm/_info
ogg_to_pcm: fix compilation of example in _info.
[ccan] / ccan / ogg_to_pcm / _info
index 48d4da88beb8148ab2d8129a9fe7c7d8285b43c1..c987b22b39349d2105f89e6fa907ed240ed8b509 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Example:
  *     #include <stdint.h>
- *     #include <ogg_to_pcm.h>
+ *     #include <ccan/ogg_to_pcm/ogg_to_pcm.h>
  *
  *     int main(int argc, char *argv[]) 
  *     {
@@ -24,7 +24,7 @@
  *             return 0;
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: GPLv2
  *
  */
 int main(int argc, char *argv[])