summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-02-26 03:49:59 +0000
committerMonty <xiphmont@xiph.org>2001-02-26 03:49:59 +0000
commit08560ab0f08eb8f064022da2e91af82abc3266e3 (patch)
treef54abf51f8d9c1d911945a6615159e636a6ef19c /src
parentbdb3367cc085381d41dbfff1786e9446d19c6ef5 (diff)
downloadogg-08560ab0f08eb8f064022da2e91af82abc3266e3.tar.gz
final beta 4 commit
change to BSD license version update git-svn-id: http://svn.xiph.org/trunk/ogg@1333 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/bitwise.c10
-rw-r--r--src/framing.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/src/bitwise.c b/src/bitwise.c
index 5e4c2a4..19f2080 100644
--- a/src/bitwise.c
+++ b/src/bitwise.c
@@ -1,17 +1,17 @@
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
- * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
- * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
+ * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
+ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
+ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
- * *
+
********************************************************************
function: packing variable sized words into an octet stream
- last mod: $Id: bitwise.c,v 1.5 2001/02/02 03:51:18 xiphmont Exp $
+ last mod: $Id: bitwise.c,v 1.6 2001/02/26 03:49:59 xiphmont Exp $
********************************************************************/
diff --git a/src/framing.c b/src/framing.c
index eecc455..6ba5bf3 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -1,18 +1,18 @@
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
- * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
- * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
- * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
+ * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
+ * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
+ * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the XIPHOPHORUS Company http://www.xiph.org/ *
- * *
+
********************************************************************
function: code raw [Vorbis] packets into framed OggSquish stream and
decode Ogg streams back into raw packets
- last mod: $Id: framing.c,v 1.10 2001/02/02 03:51:18 xiphmont Exp $
+ last mod: $Id: framing.c,v 1.11 2001/02/26 03:49:59 xiphmont Exp $
note: The CRC code is directly derived from public domain code by
Ross Williams (ross@guest.adelaide.edu.au). See docs/framing.html