summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-07-11 09:09:08 +0000
committerMonty <xiphmont@xiph.org>2002-07-11 09:09:08 +0000
commitfa8b988f6f1b2bb2c5a549f9435dc0bdb05e8056 (patch)
tree4be9993da71a08ebfe6b9c998ec9678e29e1793a /src
parent5e525bbd9cd04a327b1af77e61cab4f26ca09af5 (diff)
downloadogg-fa8b988f6f1b2bb2c5a549f9435dc0bdb05e8056.tar.gz
Xiphophorus -> Xiph.Org changes
git-svn-id: http://svn.xiph.org/trunk/ogg@3577 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/bitwise.c4
-rw-r--r--src/framing.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/bitwise.c b/src/bitwise.c
index 303dd84..dae686a 100644
--- a/src/bitwise.c
+++ b/src/bitwise.c
@@ -6,12 +6,12 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
- * by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************
function: packing variable sized words into an octet stream
- last mod: $Id: bitwise.c,v 1.12 2002/05/08 03:34:10 xiphmont Exp $
+ last mod: $Id: bitwise.c,v 1.13 2002/07/11 09:09:08 xiphmont Exp $
********************************************************************/
diff --git a/src/framing.c b/src/framing.c
index c025300..f08d295 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -5,14 +5,14 @@
* 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/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 *
+ * by the Xiph.Org Foundation 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.21 2002/03/07 03:36:53 xiphmont Exp $
+ last mod: $Id: framing.c,v 1.22 2002/07/11 09:09:08 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