diff --git a/CMakeLists.txt b/CMakeLists.txt index 66ef3d7..f273dfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,12 +6,12 @@ if(MINGW) set(CMAKE_RC_COMPILER_INIT windres) ENABLE_LANGUAGE(RC) SET(CMAKE_RC_COMPILE_OBJECT " -O coff -o ") - PROJECT(PeePeePlayer CXX C RC) + PROJECT(PPPlay CXX C RC) if(CMAKE_SIZEOF_VOID_P MATCHES "8") add_definitions(-DBOOST_USE_WINDOWS_H) endif() else() - PROJECT(PeePeePlayer CXX C) + PROJECT(PPPlay CXX C) endif(MINGW) if(WIN32) @@ -77,7 +77,7 @@ set(LOCAL_LIBEXEC ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_LIBEXECDIR}) ######### # configure CPACK ######### -SET(CPACK_PACKAGE_NAME "PeePeePlayer") +SET(CPACK_PACKAGE_NAME "PPPlay") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Retro-style module player") SET(CPACK_PACKAGE_VENDOR "Steffen Ohrendorf ") # SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt") @@ -90,7 +90,7 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME} ${CPACK_PACKAGE_VERSI SET(CPACK_STRIP_FILES TRUE) SET(CPACK_SOURCE_STRIP_FILES "") SET(CPACK_SOURCE_IGNORE_FILES "/\\\\..;/build/;.~$;.\\\\.kdev4;Doxyfile$;config\\\\.h$") -SET(CPACK_PACKAGE_EXECUTABLES "ppplay" "PeePeePlayer") +SET(CPACK_PACKAGE_EXECUTABLES "ppplay" "PPPlay") SET(CPACK_MONOLITHIC_INSTALL TRUE) # SET(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CMAKE_SYSTEM_PROCESSOR}") # SET(CPACK_PACKAGE_SOURCE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-src") @@ -102,7 +102,7 @@ if(LINUX OR UNIX) SET(CPACK_RPM_PACKAGE_ARCHITECTURE ${CMAKE_SYSTEM_PROCESSOR}) SET(CPACK_RPM_PACKAGE_GROUP "Productivity/Multimedia/Sound/Players") SET(CPACK_RPM_PACKAGE_DESCRIPTION -"PeePeePlayer aims to be an \\\"original\\\" sounding, DOS-like looking Music Tracker Modules player. +"PPPlay aims to be an \\\"original\\\" sounding, DOS-like looking Music Tracker Modules player. Authors: -------- @@ -254,16 +254,16 @@ add_subdirectory(src) # set install command ######### install(TARGETS ppplay DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT application) -cpack_add_component(application DISPLAY_NAME PeePeePlayer REQUIRED) +cpack_add_component(application DISPLAY_NAME PPPlay REQUIRED) if(LINUX OR UNIX) install(CODE " message(STATUS \"Installing: HSC XDG Mime Handler\") - execute_process( COMMAND xdg-mime install peepeeplayer-hsc.xml WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data ) - message(STATUS \"Installing: PeePeePlayer XDG Desktop file\") - execute_process( COMMAND xdg-desktop-menu install --novendor peepeeplayer.desktop WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} ) + execute_process( COMMAND xdg-mime install ppplay-hsc.xml WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data ) + message(STATUS \"Installing: PPPlay XDG Desktop file\") + execute_process( COMMAND xdg-desktop-menu install --novendor ppplay.desktop WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} ) ") endif() -install(EXPORT ppplayExports DESTINATION ${CMAKE_INSTALL_LIBEXECDIR} FILE peepeeplayer.cmake COMPONENT Devel) +install(EXPORT ppplayExports DESTINATION ${CMAKE_INSTALL_LIBEXECDIR} FILE ppplay.cmake COMPONENT Devel) cpack_add_component(Devel DISPLAY_NAME "Development files" OPTIONAL) ######### diff --git a/INSTALL b/INSTALL index 53732da..e028100 100644 --- a/INSTALL +++ b/INSTALL @@ -3,15 +3,14 @@ and some things can be wrong. So if you consider a problem, please contact me via e-mail: == PREREQUISITES == - - boost libraries and headers (system, thread, format, exception) + - boost libraries and headers (system, format, exception) - cmake 2.8+ - SDL libraries and headers - - libmp3lame - - gcc/g++ 4.6+ + - gcc/g++ 4.8+ - doxygen and graphviz if you want to build the docs == CMAKE BUILD == - - 'cd' to the source root where ppp.cpp is located + - 'cd' to the source root where ppplay.cpp is located - 'mkdir build' - 'cd build' - 'cmake -G "Unix Makefiles" ..' diff --git a/pack-src.sh b/pack-src.sh index 511ea17..fba1468 100755 --- a/pack-src.sh +++ b/pack-src.sh @@ -2,6 +2,6 @@ COMMIT=${1:-HEAD} VERSION=`git describe $COMMIT` -git archive --prefix="peepeeplayer-$VERSION/" --format=tar -v $COMMIT | bzip2 --best -z > "peepeeplayer-$VERSION.tar.bz2" -git archive --prefix="peepeeplayer-$VERSION/" --format=tar.gz -v $COMMIT > "peepeeplayer-$VERSION.tar.gz" -git archive --prefix="peepeeplayer-$VERSION/" --format=zip -v $COMMIT > "peepeeplayer-$VERSION.zip" +git archive --prefix="ppplay-$VERSION/" --format=tar -v $COMMIT | bzip2 --best -z > "ppplay-$VERSION.tar.bz2" +git archive --prefix="ppplay-$VERSION/" --format=tar.gz -v $COMMIT > "ppplay-$VERSION.tar.gz" +git archive --prefix="ppplay-$VERSION/" --format=zip -v $COMMIT > "ppplay-$VERSION.zip" diff --git a/ppplay.cpp b/ppplay.cpp index 30bd928..d79d438 100644 --- a/ppplay.cpp +++ b/ppplay.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify @@ -219,8 +219,8 @@ bool parseCmdLine( int argc, char* argv[] ) return false; } if( vm.count( "help" ) || !vm.count( "file" ) ) { - cout << "Usage: ppp [options] " << endl; - cout << PACKAGE_STRING << ", Copyright (C) 2010 by " << PACKAGE_VENDOR << endl; + cout << "Usage: ppplay [options] " << endl; + cout << PACKAGE_STRING << ", Copyright (C) 2010-2013 by " << PACKAGE_VENDOR << endl; cout << PACKAGE_NAME << " comes with ABSOLUTELY NO WARRANTY; for details type `ppp --warranty'." << endl; cout << "This is free software, and you are welcome to redistribute it" << endl; cout << "under certain conditions; type `ppp --copyright' for details." << endl; @@ -252,9 +252,9 @@ bool parseCmdLine( int argc, char* argv[] ) void terminateHandler() { std::cerr << "Unexpected exception: " << boost::current_exception_diagnostic_information() << std::endl; - std::cerr << "The message above means that PeePeePlayer encountered a problem which was so\n" + std::cerr << "The message above means that PPPlay encountered a problem which was so\n" << "unexpected that, despite all taken care, caused it to die a sudden death.\n" - << "To help PeePeePlayer learn to handle this problem, please submit a bug report to:\n" + << "To help PPPlay learn to handle this problem, please submit a bug report to:\n" << " http://sourceforge.net/p/peepeeplayer/tickets/\n" << "If possible, please add the file you tried to play and the message above,\n" << "so the authors can examine and hopefully solve the mystery. Thank you!" @@ -284,7 +284,7 @@ int main( int argc, char* argv[] ) catch( ... ) { light4cxx::Logger::root()->fatal( L4CXX_LOCATION, "Exception on module loading: %s", boost::current_exception_diagnostic_information() ); std::cout << std::flush; - std::cerr << "The message above means that PeePeePlayer encountered a severe problem it\n" + std::cerr << "The message above means that PPPlay encountered a severe problem it\n" << "could not handle gracefully. Please report this problem to the developers at:\n" << " http://sourceforge.net/p/peepeeplayer/tickets/\n" << "If possible, please add the file you tried to play, as this seems to be the\n" @@ -474,9 +474,9 @@ int main( int argc, char* argv[] ) catch( ... ) { light4cxx::Logger::root()->fatal( L4CXX_LOCATION, stringFmt( "Main (end): %s", boost::current_exception_diagnostic_information() ) ); std::cout << std::flush; - std::cerr << "The message above means that PeePeePlayer encountered a problem which\n" + std::cerr << "The message above means that PPPlay encountered a problem which\n" << "was so terrible that, despite all taken care, caused it to die.\n" - << "To help PeePeePlayer learn to handle this problem, please submit\n" + << "To help PPPlay learn to handle this problem, please submit\n" << "a bug report to:\n" << " http://sourceforge.net/p/peepeeplayer/tickets/\n" << "If possible, please add the file you tried to play and the message above,\n" diff --git a/peepeeplayer.desktop b/ppplay.desktop similarity index 100% rename from peepeeplayer.desktop rename to ppplay.desktop diff --git a/src/genmod/abstractmodule.cpp b/src/genmod/abstractmodule.cpp index 7972236..49a362c 100644 --- a/src/genmod/abstractmodule.cpp +++ b/src/genmod/abstractmodule.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/abstractmodule.h b/src/genmod/abstractmodule.h index 5b2167e..b962a64 100644 --- a/src/genmod/abstractmodule.h +++ b/src/genmod/abstractmodule.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/abstractorder.cpp b/src/genmod/abstractorder.cpp index 32c270b..8fa0660 100644 --- a/src/genmod/abstractorder.cpp +++ b/src/genmod/abstractorder.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/abstractorder.h b/src/genmod/abstractorder.h index 7ef1b29..2dd4541 100644 --- a/src/genmod/abstractorder.h +++ b/src/genmod/abstractorder.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/breseninter.h b/src/genmod/breseninter.h index 27d22af..0296afa 100644 --- a/src/genmod/breseninter.h +++ b/src/genmod/breseninter.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/genbase.cpp b/src/genmod/genbase.cpp index 4ef6c37..21978bc 100644 --- a/src/genmod/genbase.cpp +++ b/src/genmod/genbase.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/genbase.h b/src/genmod/genbase.h index 195e76b..92775f2 100644 --- a/src/genmod/genbase.h +++ b/src/genmod/genbase.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/ipatterncell.cpp b/src/genmod/ipatterncell.cpp index 3ac76a2..9ae392d 100644 --- a/src/genmod/ipatterncell.cpp +++ b/src/genmod/ipatterncell.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/ipatterncell.h b/src/genmod/ipatterncell.h index 396fdf4..7e9d976 100644 --- a/src/genmod/ipatterncell.h +++ b/src/genmod/ipatterncell.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/modulestate.cpp b/src/genmod/modulestate.cpp index d0017bb..13bbb5f 100644 --- a/src/genmod/modulestate.cpp +++ b/src/genmod/modulestate.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/modulestate.h b/src/genmod/modulestate.h index 348f34b..4d7f6f5 100644 --- a/src/genmod/modulestate.h +++ b/src/genmod/modulestate.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/sample.cpp b/src/genmod/sample.cpp index 6e48a7d..0b1d645 100644 --- a/src/genmod/sample.cpp +++ b/src/genmod/sample.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/sample.h b/src/genmod/sample.h index b6bf8c6..4113bc3 100644 --- a/src/genmod/sample.h +++ b/src/genmod/sample.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/genmod/songinfo.h b/src/genmod/songinfo.h index 067ea47..605b1d7 100644 --- a/src/genmod/songinfo.h +++ b/src/genmod/songinfo.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/light4cxx/level.h b/src/light4cxx/level.h index f0c3ab4..dadb0bf 100644 --- a/src/light4cxx/level.h +++ b/src/light4cxx/level.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/light4cxx/location.cpp b/src/light4cxx/location.cpp index 391ee9f..d01aa88 100644 --- a/src/light4cxx/location.cpp +++ b/src/light4cxx/location.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/light4cxx/location.h b/src/light4cxx/location.h index 657b7b3..8caf0ad 100644 --- a/src/light4cxx/location.h +++ b/src/light4cxx/location.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/light4cxx/logger.cpp b/src/light4cxx/logger.cpp index 4435a19..68df79b 100644 --- a/src/light4cxx/logger.cpp +++ b/src/light4cxx/logger.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/light4cxx/logger.h b/src/light4cxx/logger.h index 03e12f7..467a850 100644 --- a/src/light4cxx/logger.h +++ b/src/light4cxx/logger.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modbase.cpp b/src/modmod/modbase.cpp index 97228fa..3ae4c18 100644 --- a/src/modmod/modbase.cpp +++ b/src/modmod/modbase.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modbase.h b/src/modmod/modbase.h index 87e205d..1495b23 100644 --- a/src/modmod/modbase.h +++ b/src/modmod/modbase.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modcell.cpp b/src/modmod/modcell.cpp index f7e82b2..fc99d2b 100644 --- a/src/modmod/modcell.cpp +++ b/src/modmod/modcell.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modcell.h b/src/modmod/modcell.h index 29aca79..2a312fd 100644 --- a/src/modmod/modcell.h +++ b/src/modmod/modcell.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modchannel.cpp b/src/modmod/modchannel.cpp index 624d4b3..4408533 100644 --- a/src/modmod/modchannel.cpp +++ b/src/modmod/modchannel.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modchannel.h b/src/modmod/modchannel.h index 0446c98..7cedafe 100644 --- a/src/modmod/modchannel.h +++ b/src/modmod/modchannel.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modmodule.h b/src/modmod/modmodule.h index b9eaedf..753f639 100644 --- a/src/modmod/modmodule.h +++ b/src/modmod/modmodule.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modpattern.h b/src/modmod/modpattern.h index 8205374..dd1ce6f 100644 --- a/src/modmod/modpattern.h +++ b/src/modmod/modpattern.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modsample.cpp b/src/modmod/modsample.cpp index b9a0a67..badd859 100644 --- a/src/modmod/modsample.cpp +++ b/src/modmod/modsample.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/modmod/modsample.h b/src/modmod/modsample.h index f693f16..9350745 100644 --- a/src/modmod/modsample.h +++ b/src/modmod/modsample.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/abstractaudiooutput.cpp b/src/output/abstractaudiooutput.cpp index 89dadaf..81dbf6e 100644 --- a/src/output/abstractaudiooutput.cpp +++ b/src/output/abstractaudiooutput.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/abstractaudiooutput.h b/src/output/abstractaudiooutput.h index f7ac466..667ea6b 100644 --- a/src/output/abstractaudiooutput.h +++ b/src/output/abstractaudiooutput.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/abstractaudiosource.cpp b/src/output/abstractaudiosource.cpp index 8c93a7c..d6d3144 100644 --- a/src/output/abstractaudiosource.cpp +++ b/src/output/abstractaudiosource.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/abstractaudiosource.h b/src/output/abstractaudiosource.h index 57baf2b..7da30ee 100644 --- a/src/output/abstractaudiosource.h +++ b/src/output/abstractaudiosource.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/audiofifo.cpp b/src/output/audiofifo.cpp index fc5280a..cfa4d18 100644 --- a/src/output/audiofifo.cpp +++ b/src/output/audiofifo.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/audiofifo.h b/src/output/audiofifo.h index 895cc16..92b4d7d 100644 --- a/src/output/audiofifo.h +++ b/src/output/audiofifo.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/audiotypes.h b/src/output/audiotypes.h index 1ff9a83..1835ab2 100644 --- a/src/output/audiotypes.h +++ b/src/output/audiotypes.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/fft.cpp b/src/output/fft.cpp index a48968e..c0483eb 100644 --- a/src/output/fft.cpp +++ b/src/output/fft.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/fft.h b/src/output/fft.h index da37c1b..890a29b 100644 --- a/src/output/fft.h +++ b/src/output/fft.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/fftobserver.h b/src/output/fftobserver.h index 8602a3b..e0524af 100644 --- a/src/output/fftobserver.h +++ b/src/output/fftobserver.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2013 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/mp3audiooutput.cpp b/src/output/mp3audiooutput.cpp index f7efe5e..daab0e9 100644 --- a/src/output/mp3audiooutput.cpp +++ b/src/output/mp3audiooutput.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/mp3audiooutput.h b/src/output/mp3audiooutput.h index 7015711..d3791ae 100644 --- a/src/output/mp3audiooutput.h +++ b/src/output/mp3audiooutput.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/oggaudiooutput.cpp b/src/output/oggaudiooutput.cpp index 32f8488..a5baa88 100644 --- a/src/output/oggaudiooutput.cpp +++ b/src/output/oggaudiooutput.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify @@ -160,7 +160,7 @@ int OggAudioOutput::internal_init( int desiredFrq ) vorbis_comment_add_tag( &comments, "title", m_title.c_str() ); vorbis_comment_add_tag( &comments, "artist", m_artist.c_str() ); vorbis_comment_add_tag( &comments, "album", m_album.c_str() ); - vorbis_comment_add_tag( &comments, "encoder", "PeePeePlayer" ); + vorbis_comment_add_tag( &comments, "encoder", "PPPlay" ); ogg_packet hdrMain, hdrComments, hdrCodebooks; vorbis_analysis_headerout( m_ds, &comments, &hdrMain, &hdrComments, &hdrCodebooks ); diff --git a/src/output/oggaudiooutput.h b/src/output/oggaudiooutput.h index 32ac91f..698445c 100644 --- a/src/output/oggaudiooutput.h +++ b/src/output/oggaudiooutput.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/sdlaudiooutput.cpp b/src/output/sdlaudiooutput.cpp index 7f29ae5..7221730 100644 --- a/src/output/sdlaudiooutput.cpp +++ b/src/output/sdlaudiooutput.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/sdlaudiooutput.h b/src/output/sdlaudiooutput.h index 3b20545..01fad8f 100644 --- a/src/output/sdlaudiooutput.h +++ b/src/output/sdlaudiooutput.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/volumeobserver.h b/src/output/volumeobserver.h index 3f25ad7..58d17b5 100644 --- a/src/output/volumeobserver.h +++ b/src/output/volumeobserver.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2013 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/wavaudiooutput.cpp b/src/output/wavaudiooutput.cpp index 3b5f336..445d8ab 100644 --- a/src/output/wavaudiooutput.cpp +++ b/src/output/wavaudiooutput.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/output/wavaudiooutput.h b/src/output/wavaudiooutput.h index c1233e7..cf0417c 100644 --- a/src/output/wavaudiooutput.h +++ b/src/output/wavaudiooutput.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/color.h b/src/ppg/color.h index b786dd7..0df8027 100644 --- a/src/ppg/color.h +++ b/src/ppg/color.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/fonts.cpp b/src/ppg/fonts.cpp index 70a97ce..5f3da97 100644 --- a/src/ppg/fonts.cpp +++ b/src/ppg/fonts.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/fonts.h b/src/ppg/fonts.h index 1e275be..b69e293 100644 --- a/src/ppg/fonts.h +++ b/src/ppg/fonts.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/label.cpp b/src/ppg/label.cpp index 5c649fd..67855be 100644 --- a/src/ppg/label.cpp +++ b/src/ppg/label.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/label.h b/src/ppg/label.h index 1ba8821..bd11c38 100644 --- a/src/ppg/label.h +++ b/src/ppg/label.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/point.h b/src/ppg/point.h index fccd941..17303f0 100644 --- a/src/ppg/point.h +++ b/src/ppg/point.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/progressbar.cpp b/src/ppg/progressbar.cpp index 5588fa2..8fc3e19 100644 --- a/src/ppg/progressbar.cpp +++ b/src/ppg/progressbar.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/progressbar.h b/src/ppg/progressbar.h index a39f03b..c65059c 100644 --- a/src/ppg/progressbar.h +++ b/src/ppg/progressbar.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/rect.h b/src/ppg/rect.h index d5e9e92..44bef69 100644 --- a/src/ppg/rect.h +++ b/src/ppg/rect.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/sdlscreen.cpp b/src/ppg/sdlscreen.cpp index a750118..53172e6 100644 --- a/src/ppg/sdlscreen.cpp +++ b/src/ppg/sdlscreen.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/sdlscreen.h b/src/ppg/sdlscreen.h index 8260687..c344e11 100644 --- a/src/ppg/sdlscreen.h +++ b/src/ppg/sdlscreen.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/stereopeakbar.cpp b/src/ppg/stereopeakbar.cpp index 1371324..f28899b 100644 --- a/src/ppg/stereopeakbar.cpp +++ b/src/ppg/stereopeakbar.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/stereopeakbar.h b/src/ppg/stereopeakbar.h index 0b153b0..e225c7c 100644 --- a/src/ppg/stereopeakbar.h +++ b/src/ppg/stereopeakbar.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/widget.cpp b/src/ppg/widget.cpp index 50ff0a4..0ecf1f2 100644 --- a/src/ppg/widget.cpp +++ b/src/ppg/widget.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ppg/widget.h b/src/ppg/widget.h index c7cc11a..d017de1 100644 --- a/src/ppg/widget.h +++ b/src/ppg/widget.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mbase.h b/src/s3mmod/s3mbase.h index 1659dba..2a1d06c 100644 --- a/src/s3mmod/s3mbase.h +++ b/src/s3mmod/s3mbase.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mcell.cpp b/src/s3mmod/s3mcell.cpp index e7c0134..c323995 100644 --- a/src/s3mmod/s3mcell.cpp +++ b/src/s3mmod/s3mcell.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mcell.h b/src/s3mmod/s3mcell.h index 2ca01ad..b518804 100644 --- a/src/s3mmod/s3mcell.h +++ b/src/s3mmod/s3mcell.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mchannel.cpp b/src/s3mmod/s3mchannel.cpp index 335bbe0..e34a04e 100644 --- a/src/s3mmod/s3mchannel.cpp +++ b/src/s3mmod/s3mchannel.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mchannel.h b/src/s3mmod/s3mchannel.h index d021fa3..c273b5e 100644 --- a/src/s3mmod/s3mchannel.h +++ b/src/s3mmod/s3mchannel.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mmodule.cpp b/src/s3mmod/s3mmodule.cpp index 445ad10..3e78bfb 100644 --- a/src/s3mmod/s3mmodule.cpp +++ b/src/s3mmod/s3mmodule.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mmodule.h b/src/s3mmod/s3mmodule.h index 1cb6e66..44069be 100644 --- a/src/s3mmod/s3mmodule.h +++ b/src/s3mmod/s3mmodule.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mpattern.cpp b/src/s3mmod/s3mpattern.cpp index 382648f..33dd1dd 100644 --- a/src/s3mmod/s3mpattern.cpp +++ b/src/s3mmod/s3mpattern.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3mpattern.h b/src/s3mmod/s3mpattern.h index d829559..e40ddbd 100644 --- a/src/s3mmod/s3mpattern.h +++ b/src/s3mmod/s3mpattern.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3msample.cpp b/src/s3mmod/s3msample.cpp index 0e1eb2a..8d013fc 100644 --- a/src/s3mmod/s3msample.cpp +++ b/src/s3mmod/s3msample.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/s3mmod/s3msample.h b/src/s3mmod/s3msample.h index 53fb1f0..06472b8 100644 --- a/src/s3mmod/s3msample.h +++ b/src/s3mmod/s3msample.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/abstractarchive.cpp b/src/stream/abstractarchive.cpp index fc8ac68..8d531c8 100644 --- a/src/stream/abstractarchive.cpp +++ b/src/stream/abstractarchive.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/abstractarchive.h b/src/stream/abstractarchive.h index 3575608..d012434 100644 --- a/src/stream/abstractarchive.h +++ b/src/stream/abstractarchive.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/archivefilestream.cpp b/src/stream/archivefilestream.cpp index 8c27d9f..e724261 100644 --- a/src/stream/archivefilestream.cpp +++ b/src/stream/archivefilestream.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/archivefilestream.h b/src/stream/archivefilestream.h index 5effeaf..4ae2b9d 100644 --- a/src/stream/archivefilestream.h +++ b/src/stream/archivefilestream.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/filestream.cpp b/src/stream/filestream.cpp index f5d4aad..373d444 100644 --- a/src/stream/filestream.cpp +++ b/src/stream/filestream.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/filestream.h b/src/stream/filestream.h index b2bd348..de9219f 100644 --- a/src/stream/filestream.h +++ b/src/stream/filestream.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/iserializable.h b/src/stream/iserializable.h index 0a77b85..64bf3e8 100644 --- a/src/stream/iserializable.h +++ b/src/stream/iserializable.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/memarchive.cpp b/src/stream/memarchive.cpp index 9656346..4a467d2 100644 --- a/src/stream/memarchive.cpp +++ b/src/stream/memarchive.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/memarchive.h b/src/stream/memarchive.h index 39fe06e..f058537 100644 --- a/src/stream/memarchive.h +++ b/src/stream/memarchive.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/memorystream.cpp b/src/stream/memorystream.cpp index 7ebcf85..0e52b9c 100644 --- a/src/stream/memorystream.cpp +++ b/src/stream/memorystream.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/memorystream.h b/src/stream/memorystream.h index 4cdd34c..4252ef6 100644 --- a/src/stream/memorystream.h +++ b/src/stream/memorystream.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/stream.cpp b/src/stream/stream.cpp index fb2dad6..ec07f4c 100644 --- a/src/stream/stream.cpp +++ b/src/stream/stream.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stream/stream.h b/src/stream/stream.h index 9b833a8..2b10544 100644 --- a/src/stream/stream.h +++ b/src/stream/stream.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/field.h b/src/stuff/field.h index ee9d1e0..33c6490 100644 --- a/src/stuff/field.h +++ b/src/stuff/field.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/itimer.h b/src/stuff/itimer.h index f7d07ca..77979d4 100644 --- a/src/stuff/itimer.h +++ b/src/stuff/itimer.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/numberutils.cpp b/src/stuff/numberutils.cpp index f088d66..6d9f2e0 100644 --- a/src/stuff/numberutils.cpp +++ b/src/stuff/numberutils.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/numberutils.h b/src/stuff/numberutils.h index 61f3943..a2f261a 100644 --- a/src/stuff/numberutils.h +++ b/src/stuff/numberutils.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/pluginregistry.cpp b/src/stuff/pluginregistry.cpp index be5df7a..774fc1d 100644 --- a/src/stuff/pluginregistry.cpp +++ b/src/stuff/pluginregistry.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/pluginregistry.h b/src/stuff/pluginregistry.h index bb9366c..0c4a758 100644 --- a/src/stuff/pluginregistry.h +++ b/src/stuff/pluginregistry.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/sdltimer.cpp b/src/stuff/sdltimer.cpp index 8f03b80..168ee1e 100644 --- a/src/stuff/sdltimer.cpp +++ b/src/stuff/sdltimer.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/sdltimer.h b/src/stuff/sdltimer.h index 15647ed..cd0020d 100644 --- a/src/stuff/sdltimer.h +++ b/src/stuff/sdltimer.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/stringutils.cpp b/src/stuff/stringutils.cpp index 1597556..38de317 100644 --- a/src/stuff/stringutils.cpp +++ b/src/stuff/stringutils.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/stringutils.h b/src/stuff/stringutils.h index f5cff1b..7a98d47 100644 --- a/src/stuff/stringutils.h +++ b/src/stuff/stringutils.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/trackingcontainer.h b/src/stuff/trackingcontainer.h index e40be5d..273c064 100644 --- a/src/stuff/trackingcontainer.h +++ b/src/stuff/trackingcontainer.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2012 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/stuff/utils.h b/src/stuff/utils.h index 79cb3a2..2024159 100644 --- a/src/stuff/utils.h +++ b/src/stuff/utils.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ui_main.cpp b/src/ui_main.cpp index e86f553..615901c 100644 --- a/src/ui_main.cpp +++ b/src/ui_main.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ui_main.h b/src/ui_main.h index f5cce3e..0fc0fe1 100644 --- a/src/ui_main.h +++ b/src/ui_main.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmbase.h b/src/xmmod/xmbase.h index 818d12f..5220ac8 100644 --- a/src/xmmod/xmbase.h +++ b/src/xmmod/xmbase.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmcell.cpp b/src/xmmod/xmcell.cpp index 3481d75..747ef5b 100644 --- a/src/xmmod/xmcell.cpp +++ b/src/xmmod/xmcell.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmcell.h b/src/xmmod/xmcell.h index aa323fc..554c60a 100644 --- a/src/xmmod/xmcell.h +++ b/src/xmmod/xmcell.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmchannel.cpp b/src/xmmod/xmchannel.cpp index 9a86058..f34b2ef 100644 --- a/src/xmmod/xmchannel.cpp +++ b/src/xmmod/xmchannel.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmchannel.h b/src/xmmod/xmchannel.h index 7aba476..8745fb0 100644 --- a/src/xmmod/xmchannel.h +++ b/src/xmmod/xmchannel.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmenvelopeprocessor.cpp b/src/xmmod/xmenvelopeprocessor.cpp index f620a87..58b7127 100644 --- a/src/xmmod/xmenvelopeprocessor.cpp +++ b/src/xmmod/xmenvelopeprocessor.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmenvelopeprocessor.h b/src/xmmod/xmenvelopeprocessor.h index a5f6d16..982aa12 100644 --- a/src/xmmod/xmenvelopeprocessor.h +++ b/src/xmmod/xmenvelopeprocessor.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2011 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xminstrument.cpp b/src/xmmod/xminstrument.cpp index 6cb0fb6..25f77d4 100644 --- a/src/xmmod/xminstrument.cpp +++ b/src/xmmod/xminstrument.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xminstrument.h b/src/xmmod/xminstrument.h index f8f45e5..25afe05 100644 --- a/src/xmmod/xminstrument.h +++ b/src/xmmod/xminstrument.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmmodule.cpp b/src/xmmod/xmmodule.cpp index 8ca3aa2..31b804b 100644 --- a/src/xmmod/xmmodule.cpp +++ b/src/xmmod/xmmodule.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmmodule.h b/src/xmmod/xmmodule.h index 493f460..137e975 100644 --- a/src/xmmod/xmmodule.h +++ b/src/xmmod/xmmodule.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmpattern.cpp b/src/xmmod/xmpattern.cpp index c1ed86b..5bc0c74 100644 --- a/src/xmmod/xmpattern.cpp +++ b/src/xmmod/xmpattern.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmpattern.h b/src/xmmod/xmpattern.h index 340381d..20991e7 100644 --- a/src/xmmod/xmpattern.h +++ b/src/xmmod/xmpattern.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmsample.cpp b/src/xmmod/xmsample.cpp index 14ec7ae..7c2620a 100644 --- a/src/xmmod/xmsample.cpp +++ b/src/xmmod/xmsample.cpp @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/xmmod/xmsample.h b/src/xmmod/xmsample.h index 161e723..219b877 100644 --- a/src/xmmod/xmsample.h +++ b/src/xmmod/xmsample.h @@ -1,5 +1,5 @@ /* - PeePeePlayer - an old-fashioned module player + PPPlay - an old-fashioned module player Copyright (C) 2010 Steffen Ohrendorf This program is free software: you can redistribute it and/or modify diff --git a/src/ymf262/channel.cpp b/src/ymf262/channel.cpp index 8c44bfd..6afbd2d 100644 --- a/src/ymf262/channel.cpp +++ b/src/ymf262/channel.cpp @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/channel.h b/src/ymf262/channel.h index ec74ec5..61e911b 100644 --- a/src/ymf262/channel.h +++ b/src/ymf262/channel.h @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/envelopegenerator.cpp b/src/ymf262/envelopegenerator.cpp index 075e011..ca70127 100644 --- a/src/ymf262/envelopegenerator.cpp +++ b/src/ymf262/envelopegenerator.cpp @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/envelopegenerator.h b/src/ymf262/envelopegenerator.h index b60dfce..1e58780 100644 --- a/src/ymf262/envelopegenerator.h +++ b/src/ymf262/envelopegenerator.h @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/operator.cpp b/src/ymf262/operator.cpp index 3b6b115..562f5ca 100644 --- a/src/ymf262/operator.cpp +++ b/src/ymf262/operator.cpp @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/operator.h b/src/ymf262/operator.h index 8b72b98..2d0535e 100644 --- a/src/ymf262/operator.h +++ b/src/ymf262/operator.h @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/opl3.cpp b/src/ymf262/opl3.cpp index c7c788f..5b8a642 100644 --- a/src/ymf262/opl3.cpp +++ b/src/ymf262/opl3.cpp @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/opl3.h b/src/ymf262/opl3.h index 25f9d90..57602a5 100644 --- a/src/ymf262/opl3.h +++ b/src/ymf262/opl3.h @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/phasegenerator.cpp b/src/ymf262/phasegenerator.cpp index 28e365d..9bcf33d 100644 --- a/src/ymf262/phasegenerator.cpp +++ b/src/ymf262/phasegenerator.cpp @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or diff --git a/src/ymf262/phasegenerator.h b/src/ymf262/phasegenerator.h index 8d64242..0bd649e 100644 --- a/src/ymf262/phasegenerator.h +++ b/src/ymf262/phasegenerator.h @@ -1,5 +1,5 @@ /* - * PeePeePlayer - an old-fashioned module player + * PPPlay - an old-fashioned module player * Copyright (C) 2012 Steffen Ohrendorf * * This library is free software; you can redistribute it and/or