[xiph-cvs] cvs commit: vorbis-tools/ogginfo ogginfo.c
Stan Seibert
volsung at xiph.org
Mon Jul 9 08:15:45 PDT 2001
volsung 01/07/09 08:15:45
Modified: ogginfo ogginfo.c
Log:
- ogginfo license explicitly specified (w/ permission of James Atwill)
- C++ style comment removed (we didn't need the GCC command line anyway)
Revision Changes Path
1.3 +9 -1 vorbis-tools/ogginfo/ogginfo.c
Index: ogginfo.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ogginfo.c 2001/07/09 02:01:33 1.2
+++ ogginfo.c 2001/07/09 15:15:44 1.3
@@ -1,4 +1,12 @@
-// gcc ogginfo.c -o ogginfo -lvorbisfile -lvorbis -Wall
+/* ogginfo
+ *
+ * This program is distributed under the GNU General Public License, version 2.
+ * A copy of this license is included with this source.
+ *
+ * Copyright 2001, JAmes Atwill <ogg at linuxstuff.org>
+ *
+ * Portions from libvorbis examples, (c) Monty <monty at xiph.org>
+ */
#include <stdio.h>
#include <stdlib.h>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list