diff --git a/LameXP.rc b/LameXP.rc index dec88088..0dbcabe2 100644 --- a/LameXP.rc +++ b/LameXP.rc @@ -50,7 +50,7 @@ BEGIN VALUE "FileDescription", "LameXP - Audio Encoder Front-End" VALUE "FileVersion", VER_LAMEXP_STR VALUE "InternalName", "LameXP Qt" - VALUE "LegalCopyright", "Copyright (C) 2004-2012 LoRd_MuldeR " + VALUE "LegalCopyright", "Copyright (C) 2004-2014 LoRd_MuldeR " VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License " VALUE "OriginalFilename", "LameXP.exe" VALUE "ProductName", "LameXP - Audio Encoder Front-End" diff --git a/ReadMe.txt b/ReadMe.txt index 6ff99061..93e3cf48 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ LameXP - Audio Encoder Front-End - Copyright (C) 2004-2013 LoRd_MuldeR + Copyright (C) 2004-2014 LoRd_MuldeR http://www.muldersoft.com/ This program is free software; you can redistribute it and/or modify diff --git a/doc/FAQ.html b/doc/FAQ.html index abf5c5bd..5b64689c 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -797,21 +797,6 @@ that option "0" (best quality) is only very slightly better than "3" (high quali

- - Can LameXP be used to convert/extract tracks from an Audio CD?

LameXP can be used to convert audio files that have been extracted from an Audio CD, but it can NOT extract
diff --git a/etc/Deployment/buildenv.template.txt b/etc/Deployment/buildenv.template.txt index 999b080c..40b9d32e 100644 --- a/etc/Deployment/buildenv.template.txt +++ b/etc/Deployment/buildenv.template.txt @@ -1,7 +1,7 @@ #define PATH_SEVENZ "C:\Program Files\7-Zip" #define PATH_UPXBIN "C:\Program Files\UPX" #define PATH_MKNSIS "C:\Program Files\NSIS\Unicode" -#define PATH_MSCDIR "C:\Program Files\Microsoft Visual Studio 11.0" +#define PATH_MSCDIR "C:\Program Files\Microsoft Visual Studio 12.0" #define PATH_QTMSVC "C:\QtSDK\Desktop\Qt\4.8.5\msvc2012" #define PATH_GNUPG1 "C:\Program Files\GNU\GnuPG" -#define PATH_VCPROJ "LameXP_VS2012.sln" +#define PATH_VCPROJ "LameXP_VS2013.sln" diff --git a/etc/NSIS/license.rtf b/etc/NSIS/license.rtf index 6c8290c3..c984c790 100644 Binary files a/etc/NSIS/license.rtf and b/etc/NSIS/license.rtf differ diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index a93797fd..fda63d1e 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // LameXP - Audio Encoder Front-End -; // Copyright (C) 2004-2013 LoRd_MuldeR +; // Copyright (C) 2004-2014 LoRd_MuldeR ; // ; // This program is free software; you can redistribute it and/or modify ; // it under the terms of the GNU General Public License as published by @@ -143,7 +143,7 @@ VIAddVersionKey "Comments" "This program is free software; you can redistribute VIAddVersionKey "CompanyName" "Free Software Foundation" VIAddVersionKey "FileDescription" "LameXP v${LAMEXP_VERSION} ${LAMEXP_INSTTYPE}-${LAMEXP_PATCH} [Build #${LAMEXP_BUILD}]" VIAddVersionKey "FileVersion" "${PRODUCT_VERSION_DATE}.${LAMEXP_BUILD} (${LAMEXP_VERSION})" -VIAddVersionKey "LegalCopyright" "Copyright 2004-2013 LoRd_MuldeR" +VIAddVersionKey "LegalCopyright" "Copyright 2004-2014 LoRd_MuldeR" VIAddVersionKey "LegalTrademarks" "GNU" VIAddVersionKey "OriginalFilename" "LameXP.${LAMEXP_DATE}.exe" VIAddVersionKey "ProductName" "LameXP - Audio Encoder Frontend" diff --git a/etc/NSIS/wrapper.nsi b/etc/NSIS/wrapper.nsi index 118a304f..ba0be538 100644 --- a/etc/NSIS/wrapper.nsi +++ b/etc/NSIS/wrapper.nsi @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // LameXP - Audio Encoder Front-End -; // Copyright (C) 2004-2012 LoRd_MuldeR +; // Copyright (C) 2004-2014 LoRd_MuldeR ; // ; // This program is free software; you can redistribute it and/or modify ; // it under the terms of the GNU General Public License as published by @@ -117,7 +117,7 @@ VIAddVersionKey "Comments" "This program is free software; you can redistribute VIAddVersionKey "CompanyName" "Free Software Foundation" VIAddVersionKey "FileDescription" "LameXP v${LAMEXP_VERSION} ${LAMEXP_INSTTYPE}-${LAMEXP_PATCH} [Build #${LAMEXP_BUILD}]" VIAddVersionKey "FileVersion" "${PRODUCT_VERSION_DATE}.${LAMEXP_BUILD} (${LAMEXP_VERSION})" -VIAddVersionKey "LegalCopyright" "Copyright 2004-2012 LoRd_MuldeR" +VIAddVersionKey "LegalCopyright" "Copyright 2004-2014 LoRd_MuldeR" VIAddVersionKey "LegalTrademarks" "GNU" VIAddVersionKey "OriginalFilename" "LameXP.${LAMEXP_DATE}.Build-${LAMEXP_BUILD}.exe" VIAddVersionKey "ProductName" "LameXP - Audio Encoder Frontend" diff --git a/etc/Patches/!_Readme.txt b/etc/Patches/!_Readme.txt index 4811018b..7538da6a 100644 --- a/etc/Patches/!_Readme.txt +++ b/etc/Patches/!_Readme.txt @@ -7,7 +7,7 @@ Most of these modifications were required to fix Unicode support on the Windows Other modifications were required to make the third-party audio tools compile+link properly in the build environment used in the development of LameXP. -All patches provided here are Copyright (c) LoRd_MuldeR 2004-2013; each patch is released under the very same license as the original tool. +All patches provided here are Copyright (c) LoRd_MuldeR 2004-2014; each patch is released under the very same license as the original tool. Please note that the patches provided here have NOT been approved by the original developers of the third-party audio tools - use them at your own risk! diff --git a/etc/Patches/deprecated/!_Readme.txt b/etc/Patches/deprecated/!_Readme.txt index 4811018b..7538da6a 100644 --- a/etc/Patches/deprecated/!_Readme.txt +++ b/etc/Patches/deprecated/!_Readme.txt @@ -7,7 +7,7 @@ Most of these modifications were required to fix Unicode support on the Windows Other modifications were required to make the third-party audio tools compile+link properly in the build environment used in the development of LameXP. -All patches provided here are Copyright (c) LoRd_MuldeR 2004-2013; each patch is released under the very same license as the original tool. +All patches provided here are Copyright (c) LoRd_MuldeR 2004-2014; each patch is released under the very same license as the original tool. Please note that the patches provided here have NOT been approved by the original developers of the third-party audio tools - use them at your own risk! diff --git a/src/Config.h b/src/Config.h index 67fb913e..04c5c014 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/CustomEventFilter.h b/src/CustomEventFilter.h index 56c1ce42..6914a20f 100644 --- a/src/CustomEventFilter.h +++ b/src/CustomEventFilter.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_AAC.cpp b/src/Decoder_AAC.cpp index d53d9dd8..91a978e2 100644 --- a/src/Decoder_AAC.cpp +++ b/src/Decoder_AAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_AAC.h b/src/Decoder_AAC.h index d5acdde0..bfa9396e 100644 --- a/src/Decoder_AAC.h +++ b/src/Decoder_AAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_AC3.cpp b/src/Decoder_AC3.cpp index f4fc30d1..2bf65f5b 100644 --- a/src/Decoder_AC3.cpp +++ b/src/Decoder_AC3.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_AC3.h b/src/Decoder_AC3.h index 9072484a..39401f48 100644 --- a/src/Decoder_AC3.h +++ b/src/Decoder_AC3.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_ADPCM.cpp b/src/Decoder_ADPCM.cpp index a162a30d..79101b1a 100644 --- a/src/Decoder_ADPCM.cpp +++ b/src/Decoder_ADPCM.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_ADPCM.h b/src/Decoder_ADPCM.h index a300beba..560f27ff 100644 --- a/src/Decoder_ADPCM.h +++ b/src/Decoder_ADPCM.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_ALAC.cpp b/src/Decoder_ALAC.cpp index a674c3cb..6767eaef 100644 --- a/src/Decoder_ALAC.cpp +++ b/src/Decoder_ALAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_ALAC.h b/src/Decoder_ALAC.h index 09b18824..5f1d0a60 100644 --- a/src/Decoder_ALAC.h +++ b/src/Decoder_ALAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Abstract.cpp b/src/Decoder_Abstract.cpp index 1dcadb16..5957fadf 100644 --- a/src/Decoder_Abstract.cpp +++ b/src/Decoder_Abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Abstract.h b/src/Decoder_Abstract.h index dab9ea7a..1618ec23 100644 --- a/src/Decoder_Abstract.h +++ b/src/Decoder_Abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Avisynth.cpp b/src/Decoder_Avisynth.cpp index 30b65da9..0de7cbdd 100644 --- a/src/Decoder_Avisynth.cpp +++ b/src/Decoder_Avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Avisynth.h b/src/Decoder_Avisynth.h index e8516e92..f0ffa2c7 100644 --- a/src/Decoder_Avisynth.h +++ b/src/Decoder_Avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_FLAC.cpp b/src/Decoder_FLAC.cpp index 5c0d5b15..e9c23799 100644 --- a/src/Decoder_FLAC.cpp +++ b/src/Decoder_FLAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_FLAC.h b/src/Decoder_FLAC.h index e067dd4a..d18de8d2 100644 --- a/src/Decoder_FLAC.h +++ b/src/Decoder_FLAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_MAC.cpp b/src/Decoder_MAC.cpp index 19132ea1..3b005211 100644 --- a/src/Decoder_MAC.cpp +++ b/src/Decoder_MAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_MAC.h b/src/Decoder_MAC.h index 913fb0ce..94c25e3f 100644 --- a/src/Decoder_MAC.h +++ b/src/Decoder_MAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_MP3.cpp b/src/Decoder_MP3.cpp index 28c688a3..5baffbfa 100644 --- a/src/Decoder_MP3.cpp +++ b/src/Decoder_MP3.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_MP3.h b/src/Decoder_MP3.h index 2c03b773..98ba1b89 100644 --- a/src/Decoder_MP3.h +++ b/src/Decoder_MP3.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Musepack.cpp b/src/Decoder_Musepack.cpp index 99135060..2f8d0cd5 100644 --- a/src/Decoder_Musepack.cpp +++ b/src/Decoder_Musepack.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Musepack.h b/src/Decoder_Musepack.h index b460461f..fe97925d 100644 --- a/src/Decoder_Musepack.h +++ b/src/Decoder_Musepack.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Opus.cpp b/src/Decoder_Opus.cpp index e613a600..d5d58290 100644 --- a/src/Decoder_Opus.cpp +++ b/src/Decoder_Opus.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Opus.h b/src/Decoder_Opus.h index 5fc45931..e0fc16d7 100644 --- a/src/Decoder_Opus.h +++ b/src/Decoder_Opus.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Shorten.cpp b/src/Decoder_Shorten.cpp index e873fe50..9ef46e21 100644 --- a/src/Decoder_Shorten.cpp +++ b/src/Decoder_Shorten.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Shorten.h b/src/Decoder_Shorten.h index b908ce64..fba097e3 100644 --- a/src/Decoder_Shorten.h +++ b/src/Decoder_Shorten.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Speex.cpp b/src/Decoder_Speex.cpp index 175c6558..f6da0fb3 100644 --- a/src/Decoder_Speex.cpp +++ b/src/Decoder_Speex.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Speex.h b/src/Decoder_Speex.h index cc53413a..ad4bdf3b 100644 --- a/src/Decoder_Speex.h +++ b/src/Decoder_Speex.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_TTA.cpp b/src/Decoder_TTA.cpp index 04d77960..310fec7c 100644 --- a/src/Decoder_TTA.cpp +++ b/src/Decoder_TTA.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_TTA.h b/src/Decoder_TTA.h index 8125c9be..9017ac2d 100644 --- a/src/Decoder_TTA.h +++ b/src/Decoder_TTA.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Vorbis.cpp b/src/Decoder_Vorbis.cpp index b1a51f8d..a3de44d4 100644 --- a/src/Decoder_Vorbis.cpp +++ b/src/Decoder_Vorbis.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Vorbis.h b/src/Decoder_Vorbis.h index b91852c0..8fa9388d 100644 --- a/src/Decoder_Vorbis.h +++ b/src/Decoder_Vorbis.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_WMA.cpp b/src/Decoder_WMA.cpp index 0680e1cb..ba77891a 100644 --- a/src/Decoder_WMA.cpp +++ b/src/Decoder_WMA.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_WMA.h b/src/Decoder_WMA.h index 288716e3..14c39807 100644 --- a/src/Decoder_WMA.h +++ b/src/Decoder_WMA.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_WavPack.cpp b/src/Decoder_WavPack.cpp index 8d3ce62c..128c4c55 100644 --- a/src/Decoder_WavPack.cpp +++ b/src/Decoder_WavPack.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_WavPack.h b/src/Decoder_WavPack.h index 90bf1d1e..3d9e9bbe 100644 --- a/src/Decoder_WavPack.h +++ b/src/Decoder_WavPack.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Wave.cpp b/src/Decoder_Wave.cpp index e80c0558..cff51450 100644 --- a/src/Decoder_Wave.cpp +++ b/src/Decoder_Wave.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Decoder_Wave.h b/src/Decoder_Wave.h index 1ffca5eb..c4aa082f 100644 --- a/src/Decoder_Wave.h +++ b/src/Decoder_Wave.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 24650d5f..8777d5f1 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -735,13 +735,6 @@ void AboutDialog::initSoftwareTab(void) tr("Released under the terms of the GNU Lesser General Public License."), "http://tta.sourceforge.net/" ); - //moreAboutText += makeToolText - //( - // tr("ALAC Decoder"), - // "alac.exe", "v?.?.?", - // tr("Copyright (c) 2004 David Hammerton. Contributions by Cody Brocious."), - // "http://craz.net/programs/itunes/alac.html" - //); moreAboutText += makeToolText ( tr("refalac - Win32 command line ALAC encoder/decoder"), diff --git a/src/Dialog_About.h b/src/Dialog_About.h index 239ca62c..b9bd42f9 100644 --- a/src/Dialog_About.h +++ b/src/Dialog_About.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_CueImport.cpp b/src/Dialog_CueImport.cpp index b1fa65ca..10db6790 100644 --- a/src/Dialog_CueImport.cpp +++ b/src/Dialog_CueImport.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_CueImport.h b/src/Dialog_CueImport.h index b877eb77..8b73c893 100644 --- a/src/Dialog_CueImport.h +++ b/src/Dialog_CueImport.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_DropBox.cpp b/src/Dialog_DropBox.cpp index a46be72a..e722100e 100644 --- a/src/Dialog_DropBox.cpp +++ b/src/Dialog_DropBox.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_DropBox.h b/src/Dialog_DropBox.h index fcf6ac97..30d54bbd 100644 --- a/src/Dialog_DropBox.h +++ b/src/Dialog_DropBox.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_LogView.cpp b/src/Dialog_LogView.cpp index 651855b8..7081450d 100644 --- a/src/Dialog_LogView.cpp +++ b/src/Dialog_LogView.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_LogView.h b/src/Dialog_LogView.h index 52722368..bc66f9b9 100644 --- a/src/Dialog_LogView.h +++ b/src/Dialog_LogView.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index 2b546ba5..d82b385d 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_MainWindow.h b/src/Dialog_MainWindow.h index 3becfdbf..8c88cfaf 100644 --- a/src/Dialog_MainWindow.h +++ b/src/Dialog_MainWindow.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_MetaInfo.cpp b/src/Dialog_MetaInfo.cpp index 11087196..ee1f6fd4 100644 --- a/src/Dialog_MetaInfo.cpp +++ b/src/Dialog_MetaInfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_MetaInfo.h b/src/Dialog_MetaInfo.h index d4e141bb..ef467708 100644 --- a/src/Dialog_MetaInfo.h +++ b/src/Dialog_MetaInfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_Processing.cpp b/src/Dialog_Processing.cpp index 60531e7a..eeea81c2 100644 --- a/src/Dialog_Processing.cpp +++ b/src/Dialog_Processing.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_Processing.h b/src/Dialog_Processing.h index 7d9de94f..ff93baaa 100644 --- a/src/Dialog_Processing.h +++ b/src/Dialog_Processing.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_SplashScreen.cpp b/src/Dialog_SplashScreen.cpp index e9c44278..f494d86d 100644 --- a/src/Dialog_SplashScreen.cpp +++ b/src/Dialog_SplashScreen.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_SplashScreen.h b/src/Dialog_SplashScreen.h index ddabb485..64123569 100644 --- a/src/Dialog_SplashScreen.h +++ b/src/Dialog_SplashScreen.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_Update.cpp b/src/Dialog_Update.cpp index a9516aa8..9f423361 100644 --- a/src/Dialog_Update.cpp +++ b/src/Dialog_Update.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_Update.h b/src/Dialog_Update.h index 85a22c35..2961e19e 100644 --- a/src/Dialog_Update.h +++ b/src/Dialog_Update.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_WorkingBanner.cpp b/src/Dialog_WorkingBanner.cpp index ffee8d89..4cd18273 100644 --- a/src/Dialog_WorkingBanner.cpp +++ b/src/Dialog_WorkingBanner.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Dialog_WorkingBanner.h b/src/Dialog_WorkingBanner.h index ca26e917..b297f7db 100644 --- a/src/Dialog_WorkingBanner.h +++ b/src/Dialog_WorkingBanner.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AAC.cpp b/src/Encoder_AAC.cpp index 9dbf1952..15c28dde 100644 --- a/src/Encoder_AAC.cpp +++ b/src/Encoder_AAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AAC.h b/src/Encoder_AAC.h index 530a199b..599a223c 100644 --- a/src/Encoder_AAC.h +++ b/src/Encoder_AAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AAC_FHG.cpp b/src/Encoder_AAC_FHG.cpp index d531db1f..9d4c78ad 100644 --- a/src/Encoder_AAC_FHG.cpp +++ b/src/Encoder_AAC_FHG.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AAC_FHG.h b/src/Encoder_AAC_FHG.h index 068525c2..e772c56d 100644 --- a/src/Encoder_AAC_FHG.h +++ b/src/Encoder_AAC_FHG.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AAC_QAAC.cpp b/src/Encoder_AAC_QAAC.cpp index bd828788..34da3ec7 100644 --- a/src/Encoder_AAC_QAAC.cpp +++ b/src/Encoder_AAC_QAAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AAC_QAAC.h b/src/Encoder_AAC_QAAC.h index ee2ce5c0..dd1986ef 100644 --- a/src/Encoder_AAC_QAAC.h +++ b/src/Encoder_AAC_QAAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AC3.cpp b/src/Encoder_AC3.cpp index 516e0b1b..5d35fa38 100644 --- a/src/Encoder_AC3.cpp +++ b/src/Encoder_AC3.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_AC3.h b/src/Encoder_AC3.h index c7116bc9..6802f777 100644 --- a/src/Encoder_AC3.h +++ b/src/Encoder_AC3.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Abstract.cpp b/src/Encoder_Abstract.cpp index a0a5db07..838c684f 100644 --- a/src/Encoder_Abstract.cpp +++ b/src/Encoder_Abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Abstract.h b/src/Encoder_Abstract.h index 129d5e0d..917bc25b 100644 --- a/src/Encoder_Abstract.h +++ b/src/Encoder_Abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_DCA.cpp b/src/Encoder_DCA.cpp index a5ac9350..650f0859 100644 --- a/src/Encoder_DCA.cpp +++ b/src/Encoder_DCA.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_DCA.h b/src/Encoder_DCA.h index dfe2da59..b3dd3fe8 100644 --- a/src/Encoder_DCA.h +++ b/src/Encoder_DCA.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_FLAC.cpp b/src/Encoder_FLAC.cpp index c3e92e22..5bf9c092 100644 --- a/src/Encoder_FLAC.cpp +++ b/src/Encoder_FLAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_FLAC.h b/src/Encoder_FLAC.h index b610c437..0f708f87 100644 --- a/src/Encoder_FLAC.h +++ b/src/Encoder_FLAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_MAC.cpp b/src/Encoder_MAC.cpp index 2bfc3c29..a7aa52c7 100644 --- a/src/Encoder_MAC.cpp +++ b/src/Encoder_MAC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_MAC.h b/src/Encoder_MAC.h index cfd73a0c..865fffa9 100644 --- a/src/Encoder_MAC.h +++ b/src/Encoder_MAC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_MP3.cpp b/src/Encoder_MP3.cpp index f6b6140e..c95a50e7 100644 --- a/src/Encoder_MP3.cpp +++ b/src/Encoder_MP3.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_MP3.h b/src/Encoder_MP3.h index 1848c132..08ddfdf5 100644 --- a/src/Encoder_MP3.h +++ b/src/Encoder_MP3.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Opus.cpp b/src/Encoder_Opus.cpp index b45dd33d..507dab9a 100644 --- a/src/Encoder_Opus.cpp +++ b/src/Encoder_Opus.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Opus.h b/src/Encoder_Opus.h index 87a0daf4..a47d5a25 100644 --- a/src/Encoder_Opus.h +++ b/src/Encoder_Opus.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Vorbis.cpp b/src/Encoder_Vorbis.cpp index 9c90bc92..b5c8ffac 100644 --- a/src/Encoder_Vorbis.cpp +++ b/src/Encoder_Vorbis.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Vorbis.h b/src/Encoder_Vorbis.h index 558ef095..07d25a62 100644 --- a/src/Encoder_Vorbis.h +++ b/src/Encoder_Vorbis.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Wave.cpp b/src/Encoder_Wave.cpp index f359d0fc..15ca5f9b 100644 --- a/src/Encoder_Wave.cpp +++ b/src/Encoder_Wave.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Encoder_Wave.h b/src/Encoder_Wave.h index 280a2275..ca918e97 100644 --- a/src/Encoder_Wave.h +++ b/src/Encoder_Wave.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Abstract.cpp b/src/Filter_Abstract.cpp index 6c094a9b..1ed01f46 100644 --- a/src/Filter_Abstract.cpp +++ b/src/Filter_Abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Abstract.h b/src/Filter_Abstract.h index adfce960..39b37ee8 100644 --- a/src/Filter_Abstract.h +++ b/src/Filter_Abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Downmix.cpp b/src/Filter_Downmix.cpp index 407fd6bd..7f5ee927 100644 --- a/src/Filter_Downmix.cpp +++ b/src/Filter_Downmix.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Downmix.h b/src/Filter_Downmix.h index e5acb906..3e3f1c26 100644 --- a/src/Filter_Downmix.h +++ b/src/Filter_Downmix.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Normalize.cpp b/src/Filter_Normalize.cpp index 26cbb6d9..93d22a54 100644 --- a/src/Filter_Normalize.cpp +++ b/src/Filter_Normalize.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Normalize.h b/src/Filter_Normalize.h index 3d9287a6..ef00e213 100644 --- a/src/Filter_Normalize.h +++ b/src/Filter_Normalize.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Resample.cpp b/src/Filter_Resample.cpp index 1245eca9..7c20a571 100644 --- a/src/Filter_Resample.cpp +++ b/src/Filter_Resample.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_Resample.h b/src/Filter_Resample.h index b7bac2c0..7c2a1537 100644 --- a/src/Filter_Resample.h +++ b/src/Filter_Resample.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_ToneAdjust.cpp b/src/Filter_ToneAdjust.cpp index eb865ad2..d64c2aa3 100644 --- a/src/Filter_ToneAdjust.cpp +++ b/src/Filter_ToneAdjust.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Filter_ToneAdjust.h b/src/Filter_ToneAdjust.h index 0d768954..34cbd354 100644 --- a/src/Filter_ToneAdjust.h +++ b/src/Filter_ToneAdjust.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Genres.cpp b/src/Genres.cpp index a3d79710..83a2f1a2 100644 --- a/src/Genres.cpp +++ b/src/Genres.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Genres.h b/src/Genres.h index cd358777..ca1f6257 100644 --- a/src/Genres.h +++ b/src/Genres.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global.h b/src/Global.h index 66473224..ac519478 100644 --- a/src/Global.h +++ b/src/Global.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global_IPC.cpp b/src/Global_IPC.cpp index 4b130329..23cc6ed8 100644 --- a/src/Global_IPC.cpp +++ b/src/Global_IPC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global_Tools.cpp b/src/Global_Tools.cpp index 0b4dee71..dceb662f 100644 --- a/src/Global_Tools.cpp +++ b/src/Global_Tools.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global_Utils.cpp b/src/Global_Utils.cpp index 31c7ca91..ebb83384 100644 --- a/src/Global_Utils.cpp +++ b/src/Global_Utils.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global_Version.cpp b/src/Global_Version.cpp index 24eeadf3..8cdf6477 100644 --- a/src/Global_Version.cpp +++ b/src/Global_Version.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global_Win32.cpp b/src/Global_Win32.cpp index 0d78c46d..10735060 100644 --- a/src/Global_Win32.cpp +++ b/src/Global_Win32.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Global_Zero.cpp b/src/Global_Zero.cpp index 23590256..7e1e7be6 100644 --- a/src/Global_Zero.cpp +++ b/src/Global_Zero.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/JobObject.cpp b/src/JobObject.cpp index 0f51da06..899d644b 100644 --- a/src/JobObject.cpp +++ b/src/JobObject.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/JobObject.h b/src/JobObject.h index 9d1bf602..8f1ca964 100644 --- a/src/JobObject.h +++ b/src/JobObject.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/LockedFile.cpp b/src/LockedFile.cpp index cb41444c..5601c519 100644 --- a/src/LockedFile.cpp +++ b/src/LockedFile.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/LockedFile.h b/src/LockedFile.h index 2fc60370..f3fff840 100644 --- a/src/LockedFile.h +++ b/src/LockedFile.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Main.cpp b/src/Main.cpp index 46e88e94..7b1a687d 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_Artwork.cpp b/src/Model_Artwork.cpp index cc4f4f05..733b6fe9 100644 --- a/src/Model_Artwork.cpp +++ b/src/Model_Artwork.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_Artwork.h b/src/Model_Artwork.h index 4e6f0ff2..9ca99ce3 100644 --- a/src/Model_Artwork.h +++ b/src/Model_Artwork.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_AudioFile.cpp b/src/Model_AudioFile.cpp index fd568ba0..bf3ce1ca 100644 --- a/src/Model_AudioFile.cpp +++ b/src/Model_AudioFile.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_AudioFile.h b/src/Model_AudioFile.h index 8285e3fa..19dcc597 100644 --- a/src/Model_AudioFile.h +++ b/src/Model_AudioFile.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_CueSheet.cpp b/src/Model_CueSheet.cpp index 4262c12d..fd3a0e2b 100644 --- a/src/Model_CueSheet.cpp +++ b/src/Model_CueSheet.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_CueSheet.h b/src/Model_CueSheet.h index a3835739..f0d769c3 100644 --- a/src/Model_CueSheet.h +++ b/src/Model_CueSheet.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_FileList.cpp b/src/Model_FileList.cpp index 5d4d5bd4..3eae7f5b 100644 --- a/src/Model_FileList.cpp +++ b/src/Model_FileList.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_FileList.h b/src/Model_FileList.h index 8dd4ba9b..4a0acddf 100644 --- a/src/Model_FileList.h +++ b/src/Model_FileList.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_FileSystem.cpp b/src/Model_FileSystem.cpp index 205674e4..7a9d4566 100644 --- a/src/Model_FileSystem.cpp +++ b/src/Model_FileSystem.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_FileSystem.h b/src/Model_FileSystem.h index adcbd1ed..10108bb0 100644 --- a/src/Model_FileSystem.h +++ b/src/Model_FileSystem.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_MetaInfo.cpp b/src/Model_MetaInfo.cpp index 70463ba0..f705f641 100644 --- a/src/Model_MetaInfo.cpp +++ b/src/Model_MetaInfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_MetaInfo.h b/src/Model_MetaInfo.h index 6f7428c2..0e45611c 100644 --- a/src/Model_MetaInfo.h +++ b/src/Model_MetaInfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_Progress.cpp b/src/Model_Progress.cpp index 39deef4a..6ee14944 100644 --- a/src/Model_Progress.cpp +++ b/src/Model_Progress.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_Progress.h b/src/Model_Progress.h index 531571e9..1cd5bfc3 100644 --- a/src/Model_Progress.h +++ b/src/Model_Progress.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_Settings.cpp b/src/Model_Settings.cpp index ffedd9f5..2fc911ba 100644 --- a/src/Model_Settings.cpp +++ b/src/Model_Settings.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Model_Settings.h b/src/Model_Settings.h index 26c69d36..2d92fe08 100644 --- a/src/Model_Settings.h +++ b/src/Model_Settings.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/PlaylistImporter.cpp b/src/PlaylistImporter.cpp index abd7188d..163aa0e5 100644 --- a/src/PlaylistImporter.cpp +++ b/src/PlaylistImporter.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/PlaylistImporter.h b/src/PlaylistImporter.h index 8408247f..2d1dd05c 100644 --- a/src/PlaylistImporter.h +++ b/src/PlaylistImporter.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Registry_Decoder.cpp b/src/Registry_Decoder.cpp index 83cd7d45..6080ad29 100644 --- a/src/Registry_Decoder.cpp +++ b/src/Registry_Decoder.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Registry_Decoder.h b/src/Registry_Decoder.h index ccceae44..5dbdf4d1 100644 --- a/src/Registry_Decoder.h +++ b/src/Registry_Decoder.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Registry_Encoder.cpp b/src/Registry_Encoder.cpp index e1b23694..d09bd9a3 100644 --- a/src/Registry_Encoder.cpp +++ b/src/Registry_Encoder.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Registry_Encoder.h b/src/Registry_Encoder.h index 63e5d86b..a2fac422 100644 --- a/src/Registry_Encoder.h +++ b/src/Registry_Encoder.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Resource.h b/src/Resource.h index 7955a6f1..1a8486d6 100644 --- a/src/Resource.h +++ b/src/Resource.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ShellIntegration.cpp b/src/ShellIntegration.cpp index f7d92e5a..08747f68 100644 --- a/src/ShellIntegration.cpp +++ b/src/ShellIntegration.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ShellIntegration.h b/src/ShellIntegration.h index 4f0743a7..7e9443e2 100644 --- a/src/ShellIntegration.h +++ b/src/ShellIntegration.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Targetver.h b/src/Targetver.h index f4410e31..0ef1a292 100644 --- a/src/Targetver.h +++ b/src/Targetver.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_CPUObserver.cpp b/src/Thread_CPUObserver.cpp index b303d537..332192d0 100644 --- a/src/Thread_CPUObserver.cpp +++ b/src/Thread_CPUObserver.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_CPUObserver.h b/src/Thread_CPUObserver.h index fdea1bc6..f59a04b8 100644 --- a/src/Thread_CPUObserver.h +++ b/src/Thread_CPUObserver.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_CheckUpdate.cpp b/src/Thread_CheckUpdate.cpp index 6138e5f8..1a3d477b 100644 --- a/src/Thread_CheckUpdate.cpp +++ b/src/Thread_CheckUpdate.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_CheckUpdate.h b/src/Thread_CheckUpdate.h index 4682338b..916520b7 100644 --- a/src/Thread_CheckUpdate.h +++ b/src/Thread_CheckUpdate.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_CueSplitter.cpp b/src/Thread_CueSplitter.cpp index 6eac0511..4380617a 100644 --- a/src/Thread_CueSplitter.cpp +++ b/src/Thread_CueSplitter.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_CueSplitter.h b/src/Thread_CueSplitter.h index 45d93989..b443436d 100644 --- a/src/Thread_CueSplitter.h +++ b/src/Thread_CueSplitter.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_DiskObserver.cpp b/src/Thread_DiskObserver.cpp index 3bd4365e..6276aefa 100644 --- a/src/Thread_DiskObserver.cpp +++ b/src/Thread_DiskObserver.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_DiskObserver.h b/src/Thread_DiskObserver.h index bf81dd11..f2558052 100644 --- a/src/Thread_DiskObserver.h +++ b/src/Thread_DiskObserver.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_FileAnalyzer.cpp b/src/Thread_FileAnalyzer.cpp index d847fa23..a72753bf 100644 --- a/src/Thread_FileAnalyzer.cpp +++ b/src/Thread_FileAnalyzer.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_FileAnalyzer.h b/src/Thread_FileAnalyzer.h index 73549f05..98f63315 100644 --- a/src/Thread_FileAnalyzer.h +++ b/src/Thread_FileAnalyzer.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_FileAnalyzer_Task.cpp b/src/Thread_FileAnalyzer_Task.cpp index fc245c42..465284f0 100644 --- a/src/Thread_FileAnalyzer_Task.cpp +++ b/src/Thread_FileAnalyzer_Task.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_FileAnalyzer_Task.h b/src/Thread_FileAnalyzer_Task.h index 210b2801..51212274 100644 --- a/src/Thread_FileAnalyzer_Task.h +++ b/src/Thread_FileAnalyzer_Task.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index 445804d1..ae3ea4f8 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_Initialization.h b/src/Thread_Initialization.h index 1ad6e95a..e995f286 100644 --- a/src/Thread_Initialization.h +++ b/src/Thread_Initialization.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_MessageHandler.cpp b/src/Thread_MessageHandler.cpp index 8bdced20..cbf76a41 100644 --- a/src/Thread_MessageHandler.cpp +++ b/src/Thread_MessageHandler.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_MessageHandler.h b/src/Thread_MessageHandler.h index 508873ff..36fbcb07 100644 --- a/src/Thread_MessageHandler.h +++ b/src/Thread_MessageHandler.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_MessageProducer.cpp b/src/Thread_MessageProducer.cpp index 6d0bc2ac..48575a86 100644 --- a/src/Thread_MessageProducer.cpp +++ b/src/Thread_MessageProducer.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_MessageProducer.h b/src/Thread_MessageProducer.h index eb47ec9c..0cf916d7 100644 --- a/src/Thread_MessageProducer.h +++ b/src/Thread_MessageProducer.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_Process.cpp b/src/Thread_Process.cpp index 63abc443..614d296f 100644 --- a/src/Thread_Process.cpp +++ b/src/Thread_Process.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_Process.h b/src/Thread_Process.h index 8546b047..70b87f16 100644 --- a/src/Thread_Process.h +++ b/src/Thread_Process.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_RAMObserver.cpp b/src/Thread_RAMObserver.cpp index 2b65d2fe..12553542 100644 --- a/src/Thread_RAMObserver.cpp +++ b/src/Thread_RAMObserver.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Thread_RAMObserver.h b/src/Thread_RAMObserver.h index b5818aae..64e44c9b 100644 --- a/src/Thread_RAMObserver.h +++ b/src/Thread_RAMObserver.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Tool_Abstract.cpp b/src/Tool_Abstract.cpp index a54fda3c..ef2386b6 100644 --- a/src/Tool_Abstract.cpp +++ b/src/Tool_Abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Tool_Abstract.h b/src/Tool_Abstract.h index 876c5242..9595c977 100644 --- a/src/Tool_Abstract.h +++ b/src/Tool_Abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Tool_WaveProperties.cpp b/src/Tool_WaveProperties.cpp index fa60beb0..53e4a695 100644 --- a/src/Tool_WaveProperties.cpp +++ b/src/Tool_WaveProperties.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Tool_WaveProperties.h b/src/Tool_WaveProperties.h index 71a908b4..696c11c6 100644 --- a/src/Tool_WaveProperties.h +++ b/src/Tool_WaveProperties.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Tools.h b/src/Tools.h index 8be29761..086ac65a 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/WinSevenTaskbar.cpp b/src/WinSevenTaskbar.cpp index e9cae065..de533eaf 100644 --- a/src/WinSevenTaskbar.cpp +++ b/src/WinSevenTaskbar.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/WinSevenTaskbar.h b/src/WinSevenTaskbar.h index e906c294..2cdea8ad 100644 --- a/src/WinSevenTaskbar.h +++ b/src/WinSevenTaskbar.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2013 LoRd_MuldeR +// Copyright (C) 2004-2014 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by