[xiph-commits] SF.net SVN: libspiff:[514] trunk
hartwork at users.sourceforge.net
hartwork at users.sourceforge.net
Tue Feb 17 12:56:52 PST 2009
Revision: 514
http://libspiff.svn.sourceforge.net/libspiff/?rev=514&view=rev
Author: hartwork
Date: 2009-02-17 20:56:50 +0000 (Tue, 17 Feb 2009)
Log Message:
-----------
Rename libSpiff to libxspf - step 2.1: string replace "libSpiff" to "libxspf" except in ChangeLog
Modified Paths:
--------------
trunk/BUGS
trunk/COPYING
trunk/README
trunk/bindings/c/xspf_c.cpp
trunk/bindings/c/xspf_c.h
trunk/configure.ac
trunk/doc/Doxyfile.in
trunk/doc/Mainpage
trunk/examples/check/check.cpp
trunk/examples/read/read.cpp
trunk/examples/strip/strip.cpp
trunk/examples/write/write.cpp
trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtension.h
trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionReader.h
trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h
trunk/include/xspf/Xspf.h
trunk/include/xspf/XspfChunkCallback.h
trunk/include/xspf/XspfData.h
trunk/include/xspf/XspfDateTime.h
trunk/include/xspf/XspfDefines.h
trunk/include/xspf/XspfExtension.h
trunk/include/xspf/XspfExtensionReader.h
trunk/include/xspf/XspfExtensionReaderFactory.h
trunk/include/xspf/XspfExtensionWriter.h
trunk/include/xspf/XspfIndentFormatter.h
trunk/include/xspf/XspfProps.h
trunk/include/xspf/XspfReader.h
trunk/include/xspf/XspfReaderCallback.h
trunk/include/xspf/XspfSeamlessFormatter.h
trunk/include/xspf/XspfStack.h
trunk/include/xspf/XspfToolbox.h
trunk/include/xspf/XspfTrack.h
trunk/include/xspf/XspfVersion.h
trunk/include/xspf/XspfWriter.h
trunk/include/xspf/XspfXmlFormatter.h
trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtension.h
trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.h
trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.h
trunk/src/ProjectOpus/ProjectOpusPlaylistExtension.cpp
trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionReader.cpp
trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionWriter.cpp
trunk/src/XspfChunkCallback.cpp
trunk/src/XspfData.cpp
trunk/src/XspfDataWriter.cpp
trunk/src/XspfDataWriter.h
trunk/src/XspfDateTime.cpp
trunk/src/XspfExtension.cpp
trunk/src/XspfExtensionReader.cpp
trunk/src/XspfExtensionReaderFactory.cpp
trunk/src/XspfExtensionWriter.cpp
trunk/src/XspfIndentFormatter.cpp
trunk/src/XspfProps.cpp
trunk/src/XspfPropsWriter.cpp
trunk/src/XspfPropsWriter.h
trunk/src/XspfReader.cpp
trunk/src/XspfReaderCallback.cpp
trunk/src/XspfSeamlessFormatter.cpp
trunk/src/XspfSkipExtensionReader.cpp
trunk/src/XspfSkipExtensionReader.h
trunk/src/XspfStrictReaderCallback.cpp
trunk/src/XspfStrictReaderCallback.h
trunk/src/XspfToolbox.cpp
trunk/src/XspfTrack.cpp
trunk/src/XspfTrackWriter.cpp
trunk/src/XspfTrackWriter.h
trunk/src/XspfWriter.cpp
trunk/src/XspfXmlFormatter.cpp
trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtension.cpp
trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.cpp
trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.cpp
trunk/test/ChunkCallbackSuite.cpp
trunk/test/ChunkCallbackSuite.h
trunk/test/DateTimeSuite.cpp
trunk/test/DateTimeSuite.h
trunk/test/ExtensionReaderFactorySuite.cpp
trunk/test/ExtensionReaderFactorySuite.h
trunk/test/MaliciousXmlSuite.cpp
trunk/test/MaliciousXmlSuite.h
trunk/test/MemoryModelSuite.cpp
trunk/test/MemoryModelSuite.h
trunk/test/OfficialSuite.cpp
trunk/test/OfficialSuite.h
trunk/test/ProjectOpus/ProjectOpusSuite.cpp
trunk/test/ProjectOpus/ProjectOpusSuite.h
trunk/test/ReadWriteSuite.cpp
trunk/test/ReadWriteSuite.h
trunk/test/WhiteSpaceSuite.cpp
trunk/test/WhiteSpaceSuite.h
trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.cpp
trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.h
trunk/test/test.cpp
Modified: trunk/BUGS
===================================================================
--- trunk/BUGS 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/BUGS 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,3 +1,3 @@
- For XSPF-0 <date> contains ISO 8601 content instead.
- libSpiff incorrectly requires xsd:dateTime instead
+ libxspf incorrectly requires xsd:dateTime instead
as with XPSF-1
Modified: trunk/COPYING
===================================================================
--- trunk/COPYING 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/COPYING 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,4 +1,4 @@
-libSpiff - XSPF playlist handling library
+libxspf - XSPF playlist handling library
Copyright (C) 2007, Sebastian Pipping / Xiph.Org Foundation
All rights reserved.
Modified: trunk/README
===================================================================
--- trunk/README 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/README 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
== About ==
-libSpiff is a C++ library that can help your application
+libxspf is a C++ library that can help your application
to read and write XSPF playlist files (both Version 0 and 1).
Since version 0.6.0rc1 the library itself is licensed under
the new BSD license. The code of the test suite (files "test/*")
@@ -9,7 +9,7 @@
reader and writer properly. You can also create API documentation
using Doxygen; this API documentation also contains a tutorial.
Don't hesitate to contact me if you have questions on
-integrating libSpiff into your application.
+integrating libxspf into your application.
== Author ==
Modified: trunk/bindings/c/xspf_c.cpp
===================================================================
--- trunk/bindings/c/xspf_c.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/bindings/c/xspf_c.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * spiff_c - Simple C interface for libSpiff
+ * spiff_c - Simple C interface for libxspf
*
* Copyright (C) 2007, Ed Schouten / Xiph.Org Foundation
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
@@ -41,7 +41,7 @@
*/
/**
* @file spiff_c.cpp
- * @brief Simple libSpiff C bindings.
+ * @brief Simple libxspf C bindings.
*/
#include <spiff/SpiffIndentFormatter.h>
Modified: trunk/bindings/c/xspf_c.h
===================================================================
--- trunk/bindings/c/xspf_c.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/bindings/c/xspf_c.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * spiff_c - Simple C interface for libSpiff
+ * spiff_c - Simple C interface for libxspf
*
* Copyright (C) 2007, Ed Schouten / Xiph.Org Foundation
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
@@ -41,7 +41,7 @@
*/
/**
* @file spiff_c.h
- * @brief Simple libSpiff C bindings.
+ * @brief Simple libxspf C bindings.
*/
#ifndef SPIFF_C_H
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/configure.ac 2009-02-17 20:56:50 UTC (rev 514)
@@ -97,7 +97,7 @@
# Local headers must come very first. Otherwise we
# risk including headers of an already installed
-# libSpiff version if its path is in CPPFLAGS
+# libxspf version if its path is in CPPFLAGS
CPPFLAGS="-I${srcdir}/include ${CPPFLAGS}"
Modified: trunk/doc/Doxyfile.in
===================================================================
--- trunk/doc/Doxyfile.in 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/doc/Doxyfile.in 2009-02-17 20:56:50 UTC (rev 514)
@@ -15,7 +15,7 @@
###############################################################
-PROJECT_NAME = libSpiff
+PROJECT_NAME = libxspf
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by double-quotes) that should identify the project for which the documentation is generated. This name is used in the title of most generated pages and in a few other places.
Modified: trunk/doc/Mainpage
===================================================================
--- trunk/doc/Mainpage 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/doc/Mainpage 2009-02-17 20:56:50 UTC (rev 514)
@@ -9,12 +9,12 @@
*
*
* @section SEC_INTRO Introduction
- * Welcome to the short libSpiff integration tutorial.
+ * Welcome to the short libxspf integration tutorial.
* I recommend using this tutorial together with the
* code samples in the <c>examples</c> folder; one
* of these two sources is likely to answer your questions.
* Please drop me a line if you need further assistance.
- * Good luck with integrating libSpiff.
+ * Good luck with integrating libxspf.
*
* @section SEC_READING Reading a playlist
* To read an XSPF playlist you first need a reader instance:
@@ -101,7 +101,7 @@
* The first parameter is an XML formatter
* (an instance of a class derived from SpiffXmlFormatter)
* which will mainly control the whitespace in the XML output.
- * libSpiff already comes with two built-in formatters:
+ * libxspf already comes with two built-in formatters:
* SpiffIndentFormatter which creates well-indented XML output
* and SpiffSeamlessFormatter which does not create any whitespace at all.
* The second parameter is the base URI used to shorten URIs where possible.
@@ -171,7 +171,7 @@
*
*
* @section SEC_MALICIOUS Handling malicious XML
- * Let us assume you are using libSpiff to power some kind of web service with XSPF
+ * Let us assume you are using libxspf to power some kind of web service with XSPF
* reading cabilities. Let us further assume this service can accept XSPF input
* from a user. Due to the nature of XML your service would be vulnerable to
* an <i>XML entity explosion attack</i>. What this means is that a rather small
@@ -199,7 +199,7 @@
* </playlist>
* @endcode
*
- * With malicious XML detection enabled, libSpiff sets certain limits
+ * With malicious XML detection enabled, libxspf sets certain limits
* to the values of entities. Currently these limits are:
* - Length of entity values
* - Sum of lookups per entity value
Modified: trunk/examples/check/check.cpp
===================================================================
--- trunk/examples/check/check.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/examples/check/check.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
@@ -115,7 +115,7 @@
<< std::endl << std::flush;
} else if (loose && !fatal) {
std::cout << "Not valid XSPF, still readable "
- << "by libSpiff " << SPIFF_VER_MAJOR << "."
+ << "by libxspf " << SPIFF_VER_MAJOR << "."
<< SPIFF_VER_MINOR << "." << SPIFF_VER_RELEASE
<< SPIFF_VER_SUFFIX_ASCII << "."
<< std::endl << std::flush;
Modified: trunk/examples/read/read.cpp
===================================================================
--- trunk/examples/read/read.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/examples/read/read.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/examples/strip/strip.cpp
===================================================================
--- trunk/examples/strip/strip.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/examples/strip/strip.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/examples/write/write.cpp
===================================================================
--- trunk/examples/write/write.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/examples/write/write.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
@@ -56,10 +56,10 @@
// An example usage is shown below.
props.giveTitle(_PT("Now playing"), SpiffData::COPY);
props.giveAnnotation(_PT("Well, ..."), SpiffData::COPY);
- props.giveCreator(_PT("libSpiff XSPF library"), SpiffData::COPY);
+ props.giveCreator(_PT("libxspf XSPF library"), SpiffData::COPY);
SpiffDateTime dateTime(2006, 8, 28, 11, 30, 11, 1, 0);
props.giveDate(&dateTime, SpiffData::COPY);
- props.giveIdentifier(_PT("xspf:libSpiff:testId"), SpiffData::COPY);
+ props.giveIdentifier(_PT("xspf:libxspf:testId"), SpiffData::COPY);
props.giveImage(_PT("some/image.png"), SpiffData::COPY);
props.giveInfo(_PT("http://info/info"), SpiffData::COPY);
props.giveLicense(_PT("http://license/free/"), SpiffData::COPY);
Modified: trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtension.h
===================================================================
--- trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtension.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtension.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionReader.h
===================================================================
--- trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionReader.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionReader.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h
===================================================================
--- trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/Xspf.h
===================================================================
--- trunk/include/xspf/Xspf.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/Xspf.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfChunkCallback.h
===================================================================
--- trunk/include/xspf/XspfChunkCallback.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfChunkCallback.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfData.h
===================================================================
--- trunk/include/xspf/XspfData.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfData.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfDateTime.h
===================================================================
--- trunk/include/xspf/XspfDateTime.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfDateTime.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfDefines.h
===================================================================
--- trunk/include/xspf/XspfDefines.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfDefines.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfExtension.h
===================================================================
--- trunk/include/xspf/XspfExtension.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfExtension.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfExtensionReader.h
===================================================================
--- trunk/include/xspf/XspfExtensionReader.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfExtensionReader.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfExtensionReaderFactory.h
===================================================================
--- trunk/include/xspf/XspfExtensionReaderFactory.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfExtensionReaderFactory.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfExtensionWriter.h
===================================================================
--- trunk/include/xspf/XspfExtensionWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfExtensionWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfIndentFormatter.h
===================================================================
--- trunk/include/xspf/XspfIndentFormatter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfIndentFormatter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfProps.h
===================================================================
--- trunk/include/xspf/XspfProps.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfProps.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfReader.h
===================================================================
--- trunk/include/xspf/XspfReader.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfReader.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfReaderCallback.h
===================================================================
--- trunk/include/xspf/XspfReaderCallback.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfReaderCallback.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfSeamlessFormatter.h
===================================================================
--- trunk/include/xspf/XspfSeamlessFormatter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfSeamlessFormatter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfStack.h
===================================================================
--- trunk/include/xspf/XspfStack.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfStack.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfToolbox.h
===================================================================
--- trunk/include/xspf/XspfToolbox.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfToolbox.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfTrack.h
===================================================================
--- trunk/include/xspf/XspfTrack.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfTrack.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfVersion.h
===================================================================
--- trunk/include/xspf/XspfVersion.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfVersion.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
@@ -40,7 +40,7 @@
/**
* @file SpiffVersion.h
- * Holds libSpiff version constants.
+ * Holds libxspf version constants.
*/
#ifndef SPIFF_VERSION_H
Modified: trunk/include/xspf/XspfWriter.h
===================================================================
--- trunk/include/xspf/XspfWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/XspfXmlFormatter.h
===================================================================
--- trunk/include/xspf/XspfXmlFormatter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/XspfXmlFormatter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtension.h
===================================================================
--- trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtension.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtension.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.h
===================================================================
--- trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.h
===================================================================
--- trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/include/xspf/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/src/ProjectOpus/ProjectOpusPlaylistExtension.cpp
===================================================================
--- trunk/src/ProjectOpus/ProjectOpusPlaylistExtension.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/ProjectOpus/ProjectOpusPlaylistExtension.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionReader.cpp
===================================================================
--- trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionReader.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionReader.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionWriter.cpp
===================================================================
--- trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/ProjectOpus/ProjectOpusPlaylistExtensionWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfChunkCallback.cpp
===================================================================
--- trunk/src/XspfChunkCallback.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfChunkCallback.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfData.cpp
===================================================================
--- trunk/src/XspfData.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfData.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfDataWriter.cpp
===================================================================
--- trunk/src/XspfDataWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfDataWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfDataWriter.h
===================================================================
--- trunk/src/XspfDataWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfDataWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfDateTime.cpp
===================================================================
--- trunk/src/XspfDateTime.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfDateTime.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfExtension.cpp
===================================================================
--- trunk/src/XspfExtension.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfExtension.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfExtensionReader.cpp
===================================================================
--- trunk/src/XspfExtensionReader.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfExtensionReader.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfExtensionReaderFactory.cpp
===================================================================
--- trunk/src/XspfExtensionReaderFactory.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfExtensionReaderFactory.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfExtensionWriter.cpp
===================================================================
--- trunk/src/XspfExtensionWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfExtensionWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfIndentFormatter.cpp
===================================================================
--- trunk/src/XspfIndentFormatter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfIndentFormatter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfProps.cpp
===================================================================
--- trunk/src/XspfProps.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfProps.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfPropsWriter.cpp
===================================================================
--- trunk/src/XspfPropsWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfPropsWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfPropsWriter.h
===================================================================
--- trunk/src/XspfPropsWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfPropsWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfReader.cpp
===================================================================
--- trunk/src/XspfReader.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfReader.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfReaderCallback.cpp
===================================================================
--- trunk/src/XspfReaderCallback.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfReaderCallback.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfSeamlessFormatter.cpp
===================================================================
--- trunk/src/XspfSeamlessFormatter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfSeamlessFormatter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfSkipExtensionReader.cpp
===================================================================
--- trunk/src/XspfSkipExtensionReader.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfSkipExtensionReader.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfSkipExtensionReader.h
===================================================================
--- trunk/src/XspfSkipExtensionReader.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfSkipExtensionReader.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfStrictReaderCallback.cpp
===================================================================
--- trunk/src/XspfStrictReaderCallback.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfStrictReaderCallback.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfStrictReaderCallback.h
===================================================================
--- trunk/src/XspfStrictReaderCallback.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfStrictReaderCallback.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfToolbox.cpp
===================================================================
--- trunk/src/XspfToolbox.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfToolbox.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfTrack.cpp
===================================================================
--- trunk/src/XspfTrack.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfTrack.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfTrackWriter.cpp
===================================================================
--- trunk/src/XspfTrackWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfTrackWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfTrackWriter.h
===================================================================
--- trunk/src/XspfTrackWriter.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfTrackWriter.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfWriter.cpp
===================================================================
--- trunk/src/XspfWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/XspfXmlFormatter.cpp
===================================================================
--- trunk/src/XspfXmlFormatter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/XspfXmlFormatter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtension.cpp
===================================================================
--- trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtension.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtension.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.cpp
===================================================================
--- trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionReader.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.cpp
===================================================================
--- trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/src/ZirkorosOnline/ZirkorosOnlineTrackExtensionWriter.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/test/ChunkCallbackSuite.cpp
===================================================================
--- trunk/test/ChunkCallbackSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ChunkCallbackSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ChunkCallbackSuite.h
===================================================================
--- trunk/test/ChunkCallbackSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ChunkCallbackSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/DateTimeSuite.cpp
===================================================================
--- trunk/test/DateTimeSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/DateTimeSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/DateTimeSuite.h
===================================================================
--- trunk/test/DateTimeSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/DateTimeSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ExtensionReaderFactorySuite.cpp
===================================================================
--- trunk/test/ExtensionReaderFactorySuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ExtensionReaderFactorySuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ExtensionReaderFactorySuite.h
===================================================================
--- trunk/test/ExtensionReaderFactorySuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ExtensionReaderFactorySuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/MaliciousXmlSuite.cpp
===================================================================
--- trunk/test/MaliciousXmlSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/MaliciousXmlSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/MaliciousXmlSuite.h
===================================================================
--- trunk/test/MaliciousXmlSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/MaliciousXmlSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/MemoryModelSuite.cpp
===================================================================
--- trunk/test/MemoryModelSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/MemoryModelSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/MemoryModelSuite.h
===================================================================
--- trunk/test/MemoryModelSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/MemoryModelSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/OfficialSuite.cpp
===================================================================
--- trunk/test/OfficialSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/OfficialSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/OfficialSuite.h
===================================================================
--- trunk/test/OfficialSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/OfficialSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ProjectOpus/ProjectOpusSuite.cpp
===================================================================
--- trunk/test/ProjectOpus/ProjectOpusSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ProjectOpus/ProjectOpusSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ProjectOpus/ProjectOpusSuite.h
===================================================================
--- trunk/test/ProjectOpus/ProjectOpusSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ProjectOpus/ProjectOpusSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ReadWriteSuite.cpp
===================================================================
--- trunk/test/ReadWriteSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ReadWriteSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ReadWriteSuite.h
===================================================================
--- trunk/test/ReadWriteSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ReadWriteSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/WhiteSpaceSuite.cpp
===================================================================
--- trunk/test/WhiteSpaceSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/WhiteSpaceSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/WhiteSpaceSuite.h
===================================================================
--- trunk/test/WhiteSpaceSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/WhiteSpaceSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
Modified: trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.cpp
===================================================================
--- trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.h
===================================================================
--- trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.h 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/ZirkorosOnline/ZirkorosOnlineSuite.h 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2008, Pekka Lamminranta
* Copyright (C) 2008, Sebastian Pipping / Xiph.Org Foundation
Modified: trunk/test/test.cpp
===================================================================
--- trunk/test/test.cpp 2009-02-17 20:42:15 UTC (rev 513)
+++ trunk/test/test.cpp 2009-02-17 20:56:50 UTC (rev 514)
@@ -1,5 +1,5 @@
/*
- * libSpiff - XSPF playlist handling library
+ * libxspf - XSPF playlist handling library
*
* Copyright (C) 2006-2008, Sebastian Pipping / Xiph.Org Foundation
* All rights reserved.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the commits
mailing list