summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ogg/ogg.h16
-rw-r--r--include/ogg/os_types.h7
-rw-r--r--src/bitwise.c7
-rw-r--r--src/framing.c7
4 files changed, 25 insertions, 12 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index 76f0e34..4d178cc 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -1,3 +1,19 @@
+/********************************************************************
+ * *
+ * 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. *
+ * *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
+ * *
+ ********************************************************************
+
+ function: toplevel libogg include
+ last mod: $Id: ogg.h,v 1.9 2001/02/02 03:51:17 xiphmont Exp $
+
+ ********************************************************************/
#ifndef _OGG_H
#define _OGG_H
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index 7e02a40..84527dc 100644
--- a/include/ogg/os_types.h
+++ b/include/ogg/os_types.h
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty@xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
+ * by the XIPHOPHORUS Company http://www.xiph.org/ *
* *
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os_types.h,v 1.4 2001/01/22 00:56:30 xiphmont Exp $
+ last mod: $Id: os_types.h,v 1.5 2001/02/02 03:51:17 xiphmont Exp $
********************************************************************/
#ifndef _OS_TYPES_H
diff --git a/src/bitwise.c b/src/bitwise.c
index 8007b03..5e4c2a4 100644
--- a/src/bitwise.c
+++ b/src/bitwise.c
@@ -5,14 +5,13 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty@xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * 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.4 2000/11/13 23:54:59 xiphmont Exp $
+ last mod: $Id: bitwise.c,v 1.5 2001/02/02 03:51:18 xiphmont Exp $
********************************************************************/
diff --git a/src/framing.c b/src/framing.c
index 9249d43..eecc455 100644
--- a/src/framing.c
+++ b/src/framing.c
@@ -5,15 +5,14 @@
* THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
* THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
- * by Monty <monty@xiph.org> and the XIPHOPHORUS Company *
- * http://www.xiph.org/ *
+ * 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.9 2001/01/18 10:54:30 msmith Exp $
+ last mod: $Id: framing.c,v 1.10 2001/02/02 03:51:18 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