[xiph-cvs] cvs commit: vorbis/vq huffbuild.c

Monty xiphmont at xiph.org
Sun Dec 16 16:19:25 PST 2001



xiphmont    01/12/16 16:19:25

  Modified:    vq       huffbuild.c
  Log:
  Huffbuild was writing the wrong copyright notice

Revision  Changes    Path
1.11      +23 -13    vorbis/vq/huffbuild.c

Index: huffbuild.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vq/huffbuild.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- huffbuild.c	2001/06/04 05:50:12	1.10
+++ huffbuild.c	2001/12/17 00:19:25	1.11
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: hufftree builder
- last mod: $Id: huffbuild.c,v 1.10 2001/06/04 05:50:12 xiphmont Exp $
+ last mod: $Id: huffbuild.c,v 1.11 2001/12/17 00:19:25 xiphmont Exp $
 
  ********************************************************************/
 
@@ -161,18 +161,17 @@
     }
     
     fprintf(file,
- "/********************************************************************\n"
- " *                                                                  *\n"
- " * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE.  *\n"
- " * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *\n"
- " * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE.    *\n"
- " * PLEASE READ THESE TERMS DISTRIBUTING.                            *\n"
- " *                                                                  *\n"
- " * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999             *\n"
- " * by 1999 Monty <monty at xiph.org> and The XIPHOPHORUS Company       *\n"
- " * http://www.xiph.org/                                             *\n"
- " *                                                                  *\n"
- " ********************************************************************\n"
+  "/********************************************************************\n"
+  " *                                                                  *\n"
+  " * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *\n"
+  " * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *\n"
+  " * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *\n"
+  " * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *\n"
+  " *                                                                  *\n"
+  " * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *\n"
+  " * by the XIPHOPHORUS Company http://www.xiph.org/                  *\n"
+  " *                                                                  *\n"
+  " ********************************************************************\n"
  "\n"
  " function: static codebook autogenerated by huff/huffbuld\n"
  "\n"
@@ -198,6 +197,8 @@
     fprintf(file,"\t_huff_lengthlist_%s,\n",base);
     fprintf(file,"\t0, 0, 0, 0, 0,\n");
     fprintf(file,"\tNULL,\n");
+
+    fprintf(file,"\tNULL,\n");
     fprintf(file,"\tNULL,\n");
     fprintf(file,"\tNULL,\n");
     fprintf(file,"\t0\n};\n\n");
@@ -208,5 +209,14 @@
   }
   exit(0);
 }
+
+
+
+
+
+
+
+
+
 
 

--- >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