12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" standalone="no"?>
- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
- ]>
- <!-- footer or colophon for xiph.org documents -->
- <!-- articles aren't permitted an explicit colophon -->
- <appendix id="footer">
- <title>Colophon</title>
- <mediaobject>
- <!-- pdf is better but some tools don't handle it -->
- <imageobject>
- <imagedata fileref="xifish.pdf" format="PDF"/>
- </imageobject>
- <imageobject>
- <imagedata fileref="xifish.eps" format="EPS"/>
- </imageobject>
- <imageobject>
- <imagedata fileref="white-xifish.png" format="PNG"/>
- </imageobject>
- <textobject>
- <phrase>[Xiph.org logo]</phrase>
- </textobject>
- </mediaobject>
- <para>
- Ogg is a <ulink url="http://www.xiph.org/">Xiph.org Foundation</ulink> effort
- to protect essential tenets of Internet multimedia from corporate
- hostage-taking; Open Source is the net's greatest tool to keep
- everyone honest. See <ulink url="http://www.xiph.org/about.html">About
- the Xiph.org Foundation</ulink> for details.
- </para>
- <para>
- Ogg Vorbis is the first Ogg audio CODEC. Anyone may freely use and
- distribute the Ogg and Vorbis specification, whether in a private,
- public or corporate capacity. However, the Xiph.org Foundation and
- the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
- specification and certify specification compliance.</para>
- <para>
- Xiph.org's Vorbis software CODEC implementation is distributed under a
- BSD-like license. This does not restrict third parties from
- distributing independent implementations of Vorbis software under
- other licenses.</para>
- <para>
- Ogg, Vorbis, Xiph.org Foundation and their logos are trademarks (tm)
- of the <ulink url="http://www.xiph.org/">Xiph.org Foundation</ulink>. These
- pages are copyright (C) 1994-2007 Xiph.org Foundation. All rights
- reserved.</para>
- <para>
- This document is set in DocBook XML.
- </para>
- </appendix>
- <!-- end of colophon -->
|