[xiph-commits] r10344 - in branches/ogg2-arc: . include/ogg
arc at svn.xiph.org
arc at svn.xiph.org
Sat Nov 5 14:00:38 PST 2005
Author: arc
Date: 2005-11-05 14:00:36 -0800 (Sat, 05 Nov 2005)
New Revision: 10344
Modified:
branches/ogg2-arc/README
branches/ogg2-arc/include/ogg/ogg.h
branches/ogg2-arc/include/ogg/ogg2.h
Log:
Mostly text cleanups
Modified: branches/ogg2-arc/README
===================================================================
--- branches/ogg2-arc/README 2005-11-05 21:59:04 UTC (rev 10343)
+++ branches/ogg2-arc/README 2005-11-05 22:00:36 UTC (rev 10344)
@@ -5,11 +5,14 @@
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE Ogg Reference Library SOURCE CODE IS (C) COPYRIGHT 1994-2004 *
+ * THE Ogg Reference Library SOURCE CODE IS (C) COPYRIGHT 1994-2005 *
* by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************
+ last mod: $Id$
+
+
WHAT'S HERE:
This source distribution includes libogg and nothing else. Other modules
@@ -100,4 +103,3 @@
(Build instructions for Ogg codecs such as vorbis are similar and may
be found in those source modules' README files)
-$Id$
Modified: branches/ogg2-arc/include/ogg/ogg.h
===================================================================
--- branches/ogg2-arc/include/ogg/ogg.h 2005-11-05 21:59:04 UTC (rev 10343)
+++ branches/ogg2-arc/include/ogg/ogg.h 2005-11-05 22:00:36 UTC (rev 10344)
@@ -1,19 +1,20 @@
/********************************************************************
* *
- * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
+ * THIS FILE IS PART OF THE Ogg Reference Library SOURCE CODE. *
* 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-2002 *
+ * THE Ogg Reference Library SOURCE CODE IS (C) COPYRIGHT 1994-2005 *
* by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************
function: toplevel libogg include
- last mod: $Id: ogg.h,v 1.19 2002/09/15 23:48:02 xiphmont Exp $
+ last mod: $Id$
********************************************************************/
+
#ifndef _OGG_H
#define _OGG_H
Modified: branches/ogg2-arc/include/ogg/ogg2.h
===================================================================
--- branches/ogg2-arc/include/ogg/ogg2.h 2005-11-05 21:59:04 UTC (rev 10343)
+++ branches/ogg2-arc/include/ogg/ogg2.h 2005-11-05 22:00:36 UTC (rev 10344)
@@ -5,7 +5,7 @@
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
- * THE Ogg Reference Library SOURCE CODE IS (C) COPYRIGHT 1994-2004 *
+ * THE Ogg Reference Library SOURCE CODE IS (C) COPYRIGHT 1994-2005 *
* by the Xiph.Org Foundation http://www.xiph.org/ *
* *
********************************************************************
More information about the commits
mailing list