From 2434ba73f2faf3843ef384cb3934e65135e1d174 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 28 Mar 2020 15:31:01 +0100 Subject: [PATCH] Updated copyright year. --- Copying.txt | 8 +- LameXP.rc | 2 +- License.txt | 24 +++-- ReadMe.txt | 29 +++--- doc/Manual.html | 41 ++++++-- doc/Manual.md | 46 +++++++-- etc/NSIS/license.rtf | Bin 1105 -> 21255 bytes etc/NSIS/setup.nsi | 12 +-- etc/Patches/!_Readme.txt | 2 +- etc/Patches/deprecated/!_Readme.txt | 2 +- etc/Translation/Blank.nsh | 7 +- etc/Translation/Blank.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_DE.nsh | 7 +- etc/Translation/LameXP_DE.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_ES.nsh | 7 +- etc/Translation/LameXP_ES.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_FR.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_HU.nsh | 7 +- etc/Translation/LameXP_HU.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_IT.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_JA.nsh | 7 +- etc/Translation/LameXP_JA.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_KR.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_PL.nsh | 7 +- etc/Translation/LameXP_PL.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_RU.nsh | 7 +- etc/Translation/LameXP_RU.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_SV.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_TW.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_UK.nsh | 7 +- etc/Translation/LameXP_UK.ts | 140 ++++++++++++++-------------- etc/Translation/LameXP_ZH.ts | 140 ++++++++++++++-------------- src/Config.h | 8 +- src/CustomEventFilter.h | 8 +- src/Decoder_AAC.cpp | 8 +- src/Decoder_AAC.h | 8 +- src/Decoder_AC3.cpp | 8 +- src/Decoder_AC3.h | 8 +- src/Decoder_ADPCM.cpp | 8 +- src/Decoder_ADPCM.h | 8 +- src/Decoder_ALAC.cpp | 8 +- src/Decoder_ALAC.h | 8 +- src/Decoder_Abstract.cpp | 8 +- src/Decoder_Abstract.h | 8 +- src/Decoder_Avisynth.cpp | 8 +- src/Decoder_Avisynth.h | 8 +- src/Decoder_FLAC.cpp | 8 +- src/Decoder_FLAC.h | 8 +- src/Decoder_MAC.cpp | 8 +- src/Decoder_MAC.h | 8 +- src/Decoder_MP3.cpp | 8 +- src/Decoder_MP3.h | 8 +- src/Decoder_Musepack.cpp | 8 +- src/Decoder_Musepack.h | 8 +- src/Decoder_Opus.cpp | 8 +- src/Decoder_Opus.h | 8 +- src/Decoder_Shorten.cpp | 8 +- src/Decoder_Shorten.h | 8 +- src/Decoder_Speex.cpp | 8 +- src/Decoder_Speex.h | 8 +- src/Decoder_TTA.cpp | 8 +- src/Decoder_TTA.h | 8 +- src/Decoder_Vorbis.cpp | 8 +- src/Decoder_Vorbis.h | 8 +- src/Decoder_WMA.cpp | 8 +- src/Decoder_WMA.h | 8 +- src/Decoder_WavPack.cpp | 8 +- src/Decoder_WavPack.h | 8 +- src/Decoder_Wave.cpp | 8 +- src/Decoder_Wave.h | 8 +- src/Dialog_About.cpp | 22 ++--- src/Dialog_About.h | 8 +- src/Dialog_CueImport.cpp | 8 +- src/Dialog_CueImport.h | 8 +- src/Dialog_DropBox.cpp | 8 +- src/Dialog_DropBox.h | 8 +- src/Dialog_LogView.cpp | 8 +- src/Dialog_LogView.h | 8 +- src/Dialog_MainWindow.cpp | 8 +- src/Dialog_MainWindow.h | 8 +- src/Dialog_MetaInfo.cpp | 8 +- src/Dialog_MetaInfo.h | 8 +- src/Dialog_Processing.cpp | 8 +- src/Dialog_Processing.h | 8 +- src/Dialog_SplashScreen.cpp | 8 +- src/Dialog_SplashScreen.h | 8 +- src/Dialog_Update.cpp | 8 +- src/Dialog_Update.h | 8 +- src/Dialog_WorkingBanner.cpp | 8 +- src/Dialog_WorkingBanner.h | 8 +- src/Encoder_AAC.cpp | 8 +- src/Encoder_AAC.h | 8 +- src/Encoder_AAC_FDK.cpp | 8 +- src/Encoder_AAC_FDK.h | 8 +- src/Encoder_AAC_FHG.cpp | 8 +- src/Encoder_AAC_FHG.h | 8 +- src/Encoder_AAC_QAAC.cpp | 8 +- src/Encoder_AAC_QAAC.h | 8 +- src/Encoder_AC3.cpp | 8 +- src/Encoder_AC3.h | 8 +- src/Encoder_Abstract.cpp | 8 +- src/Encoder_Abstract.h | 8 +- src/Encoder_DCA.cpp | 8 +- src/Encoder_DCA.h | 8 +- src/Encoder_FLAC.cpp | 8 +- src/Encoder_FLAC.h | 8 +- src/Encoder_MAC.cpp | 8 +- src/Encoder_MAC.h | 8 +- src/Encoder_MP3.cpp | 8 +- src/Encoder_MP3.h | 8 +- src/Encoder_Opus.cpp | 8 +- src/Encoder_Opus.h | 8 +- src/Encoder_Vorbis.cpp | 8 +- src/Encoder_Vorbis.h | 8 +- src/Encoder_Wave.cpp | 8 +- src/Encoder_Wave.h | 8 +- src/FileHash.cpp | 8 +- src/FileHash.h | 8 +- src/Filter_Abstract.cpp | 8 +- src/Filter_Abstract.h | 8 +- src/Filter_Downmix.cpp | 8 +- src/Filter_Downmix.h | 8 +- src/Filter_Normalize.cpp | 8 +- src/Filter_Normalize.h | 8 +- src/Filter_Resample.cpp | 8 +- src/Filter_Resample.h | 8 +- src/Filter_ToneAdjust.cpp | 8 +- src/Filter_ToneAdjust.h | 8 +- src/Genres.cpp | 8 +- src/Genres.h | 8 +- src/Global.h | 8 +- src/Global_Tools.cpp | 8 +- src/Global_Utils.cpp | 8 +- src/Global_Version.cpp | 8 +- src/Global_Zero.cpp | 8 +- src/IPCCommands.h | 8 +- src/LockedFile.cpp | 8 +- src/LockedFile.h | 8 +- src/Main.cpp | 8 +- src/MimeTypes.h | 8 +- src/Model_Artwork.cpp | 8 +- src/Model_Artwork.h | 8 +- src/Model_AudioFile.cpp | 8 +- src/Model_AudioFile.h | 8 +- src/Model_CueSheet.cpp | 8 +- src/Model_CueSheet.h | 8 +- src/Model_FileExts.cpp | 8 +- src/Model_FileExts.h | 8 +- src/Model_FileList.cpp | 8 +- src/Model_FileList.h | 8 +- src/Model_FileSystem.cpp | 8 +- src/Model_FileSystem.h | 8 +- src/Model_MetaInfo.cpp | 8 +- src/Model_MetaInfo.h | 8 +- src/Model_Progress.cpp | 8 +- src/Model_Progress.h | 8 +- src/Model_Settings.cpp | 8 +- src/Model_Settings.h | 8 +- src/PlaylistImporter.cpp | 8 +- src/PlaylistImporter.h | 8 +- src/Registry_Decoder.cpp | 8 +- src/Registry_Decoder.h | 8 +- src/Registry_Encoder.cpp | 8 +- src/Registry_Encoder.h | 8 +- src/Resource.h | 8 +- src/ShellIntegration.cpp | 8 +- src/ShellIntegration.h | 8 +- src/Targetver.h | 8 +- src/Thread_CPUObserver.cpp | 8 +- src/Thread_CPUObserver.h | 8 +- src/Thread_CueSplitter.cpp | 8 +- src/Thread_CueSplitter.h | 8 +- src/Thread_DiskObserver.cpp | 8 +- src/Thread_DiskObserver.h | 8 +- src/Thread_FileAnalyzer.cpp | 8 +- src/Thread_FileAnalyzer.h | 8 +- src/Thread_FileAnalyzer_Task.cpp | 8 +- src/Thread_FileAnalyzer_Task.h | 8 +- src/Thread_Initialization.cpp | 8 +- src/Thread_Initialization.h | 8 +- src/Thread_MessageHandler.cpp | 8 +- src/Thread_MessageHandler.h | 8 +- src/Thread_MessageProducer.cpp | 8 +- src/Thread_MessageProducer.h | 8 +- src/Thread_Process.cpp | 8 +- src/Thread_Process.h | 8 +- src/Thread_RAMObserver.cpp | 8 +- src/Thread_RAMObserver.h | 8 +- src/Tool_Abstract.cpp | 8 +- src/Tool_Abstract.h | 8 +- src/Tool_WaveProperties.cpp | 8 +- src/Tool_WaveProperties.h | 8 +- src/Tools.h | 8 +- 193 files changed, 1773 insertions(+), 1711 deletions(-) diff --git a/Copying.txt b/Copying.txt index 3d4cf1ba..079c54da 100644 --- a/Copying.txt +++ b/Copying.txt @@ -1,8 +1,10 @@ -LameXP was created from the scratch by LoRd_MuldeR . You may use, distribute and copy LameXP under the terms of an extended variant of the GNU General Public License version 2. +LameXP was created from the scratch by LoRd_MuldeR . + +You may use, distribute and copy LameXP under the terms and conditions of the GNU GENERAL PUBLIC LICENSE (Version 2, June 1991) including the non-optional LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM (Version 1.1, March 2020). Please see the 'License.txt' file for details! -The copyright of all third-party programs included in LameXP belongs to the individual software authors. Please see the "About third-party software" dialog for details! +The copyright of all third-party programs included in LameXP belongs to the individual software authors. Any third-party code included in LameXP is distributed according to the respective licenses. Please see the "About third-party software" dialog for details! THIRD-PARTY LICENSE INFO: @@ -20,4 +22,4 @@ The QKeccakHash class, SHA-3/Keccak function for Qt, is Copyright (C) 2013 Emanu PATCHES FOR THIRD-PARTY TOOLS: ------------------------------ -LameXP contains some third-party OpenSource tools with custom modifications and fixes. The respective patches are provided in the "etc/Patches" directory. +LameXP contains some third-party OpenSource tools with custom modifications/fixes. The respective patches are provided in the "etc/Patches" directory, under the same license as the original tools. diff --git a/LameXP.rc b/LameXP.rc index a6da83bf..228bc6bd 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-2019 LoRd_MuldeR " + VALUE "LegalCopyright", "Copyright (C) 2004-2020 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/License.txt b/License.txt index 2cc5ed7d..d90a65c9 100644 --- a/License.txt +++ b/License.txt @@ -1,20 +1,26 @@ + LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM + Version 1.1, March 2020 + LameXP is released under the terms of the GNU GENERAL PUBLIC LICENSE -(Version 2, June 1991) including the following *additional* annotations: +(Version 2, see below) including the following *additional* refinements: + + Preamble + +It was brought to our attention that some third parties bundle LameXP with +Adware, Spyware or other forms of PUP (potentially unwanted programs). +This addendum has been created to protect our users from such harassments. + + TERMS AND CONDITIONS FOR COPYING AND DISTRIBUTION It is STRICTLY FORBIDDEN to bundle the LameXP software with other software in such a way that launching, installing or downloading the LameXP software involves the risk of launching, installing or downloading Adware, Spyware or other forms of PUP (potentially unwanted programs). -This specifically means that you MUST NOT offer downloads of the LameXP -software by means of a custom installation program, which - at least -optionally - involves the execution, installation or download of Adware, -Spyware or other forms of PUP (potentially unwanted programs). - It is perfectly allowed to bundle the LameXP software with other software, -provided that the LameXP software still MAY be launched, installed or -downloaded from the bundle WITHOUT the interference of other components. - +provided that the LameXP software still CAN be installed and launched +from the bundle WITHOUT installing and/or launching any other components. +Other components contained in the bundle MUST be opt-in, NOT opt-out. GNU GENERAL PUBLIC LICENSE diff --git a/ReadMe.txt b/ReadMe.txt index 3678d349..d438e449 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,23 +1,20 @@ LameXP - Audio Encoder Front-End -Copyright (C) 2004-2019 LoRd_MuldeR +Copyright (C) 2004-2020 LoRd_MuldeR http://www.muldersoft.com/ -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 -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version, but always including the *additional* -restrictions defined in the "License.txt" file. + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version; always including the non-optional + LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -http://www.gnu.org/licenses/gpl-2.0.txt + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. For more information, please see the LameXP manual at: doc/Manual.html diff --git a/doc/Manual.html b/doc/Manual.html index a5585938..b3a4e12c 100644 --- a/doc/Manual.html +++ b/doc/Manual.html @@ -1,19 +1,42 @@ - LameXP

LameXP

Audio-Encoder Front-End – Manual

1 Introduction

LameXP is a graphical user-interface (GUI front-end) for various of audio encoders and decoders: It allows you to convert your audio files from one audio format to another one in the most simple way. Despite its name, LameXP is not only a front-end for the LAME MP3 encoder, but supports a wide range of output formats, including MP3, Ogg Vorbis, Opus, AAC/MP4, FLAC, AC-3 and Wave Audio. The number of supported input formats is even bigger! Furthermore LameXP not only runs on Windows XP, but also on Windows 7, 8 and 10 as well as other operating systems. 32-Bit and 64-Bit systems are supported.

Since all the encoders and decoders that are used by the LameXP software are already built-in (with one exception), you do not need to install any additional software, such as "Codecs", "Filters" or "Plug-ins", on your computer. Everything works "out of the box". You can even use LameXP as a "portable" application, i.e. you can run LameXP directly off your USB stick. Moreover, LameXP was designed for batch processing. This means that you can convert a huge number of audio files, e.g. a complete album or even your entire music collection, in just a single step. At the same time, LameXP is able to process several audio files concurrently, so it can take full advantage of modern multi-core processors! However, LameXP is not only optimized for speed, it also provides excellent sound quality by using the most sophisticated audio encoders available.

In addition to that, LameXP provides full support for meta information, including cover artwork. So when converting your audio files with LameXP, any existing meta information will be retained – to the highest possible extent. Of course, there also is an easy-to-use meta-tag editor for adding new meta information or managing the existing meta information. On top of it all, LameXP provides full Unicode support, for meta information as well as file names, thus problems with "intentional" character sets are avoided. Likewise, thanks to our translators, the user-interface of the LameXP software is available in many different languages, including English, German, Spanish and Chinese. Last but not least, LameXP supports a number of post-processing filters, including sample rate conversion, normalization (gain adjustment), tone adjustment as well as down-mixing.

1.1 Platform Support

Tier #1: LameXP is currently being developed on the following platforms:

  • Microsoft Windows 10, 32-Bit and 64-Bit editions
  • Microsoft Windows 7 with Service Pack 1, 32-Bit and 64-Bit editions
  • Microsoft Windows XP with Service Pack 3 (see remarks)

Tier #2: The following platforms should work too, but aren't tested extensively:

  • Microsoft Windows 8.1, 32-Bit and 64-Bit editions
  • Microsoft Windows 8.0, 32-Bit and 64-Bit editions
  • Microsoft Windows Vista with Service Pack 2, 32-Bit and 64-Bit editions
  • Microsoft Windows XP x64 Edition with Service Pack 2
  • Microsoft Windows Server 2008 with Service Pack 2
  • Microsoft Windows Server 2008 R2 with Service Pack 1
  • GNU/Linux (e.g. Ubuntu 12.04), using Wine v1.4+

The following legacy platforms are not actively supported any longer:

  • Microsoft Windows 2000
  • Microsoft Windows NT 4.0
  • Microsoft Windows Millennium Edition
  • Microsoft Windows 98
  • Microsoft Windows 95

Remarks: Windows XP has reached "end of life" on April 8th, 2014. This means that Microsoft has stopped all support for Windows XP. Thus no updates or bugfixes are made available to regular Windows XP users since that date, not even security fixes! Thus, all the security vulnerabilities that have been discovered after the deadline – and all the security vulnerabilities that are going to be discovered in the future – will persists forever! Consequently, using Windows XP has become a severe security risk, and the situation is only going to get worse. While LameXP will continue to support Windows XP (note that Service Pack 3 is required!) for the foreseeable future, we highly recommend everybody to update to a less antiquated system now. Windows XP support will be discontinued in a future version, when most users have migrated to a modern system.

1.2 Output Formats (Encoders)

Currently the following output formats (audio encoders) are supported by LameXP:

1.3 Input Formats (Decoders)

Currently the following input formats (audio decoders) are supported by LameXP:

  • AC-3 (ATSC A/52), using Valib decoder [built-in]
  • Advanced Audio Coding (AAC), using FAAD decoder [built-in]
  • Apple Lossless (ALAC) [built-in]
  • Apple/SGI AIFF [built-in]
  • Avisynth, audio only [requires Avisynth 2.5.x to be installed]
  • Digital Theater System, using Valib decoder [built-in]
  • Free Lossless Audio Codec (FLAC) [built-in]
  • Microsoft ADPCM [built-in]
  • Monkey's Audio (APE) [built-in]
  • MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]
  • MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]
  • MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]
  • Musepack [built-in]
  • Opus Audio Codec [built-in]
  • Shorten [built-in]
  • Speex [built-in]
  • Sun/NeXT Au [built-in]
  • The True Audio (TTA) [built-in]
  • Uncompressed PCM / Waveform Audio File (WAV/RIFF) [built-in]
  • WavPack Hybrid Lossless Audio [built-in]
  • Windows Media Audio (WMA), using wma2wav [built-in]

2 Legal Information

The LameXP software was developed, from the scratch, by LoRd_MuldeR <;. Consequently, all copyrights on LameXP belong to LoRd_MuldeR. The right to use, modify and redistribute the LameXP software according to the terms of the GPL (GNU General Public License) is hereby granted to everybody. Please see below for license details! Be aware though that, if you want to use the LameXP software in a way that is not covered by the GPL, e.g. if you want to include the LameXP software (or parts of it) in a proprietary software, then an explicit written permission by LoRd_MuldeR is required!

More OpenSource projects by LoRd_MuldeR can be found at http://muldersoft.com/ and https://github.com/lordmulder. Please do not send us e-mail directly, if the problem or suggestion can be discussed on the support forums or on the issue tracker!

2.1 Third-party Software

Note that LameXP uses a number of third-party applications and libraries. The copyright on these third-party tools belongs to the individual authors. All third-party tools that are included in the official distribution packages of LameXP are distributed in full accordance with the respective software license. For legal reasons, some of the third-party tools can not be redistributed along with LameXP and therefore need to be obtained separately. For more details on the third-party tools that are used by the LameXP software, please refer to the "Third-party software" tab in the "About" dialogue. Moreover, various people have contributed translations to the LameXP project. These translation are redistributed with permission of the respective contributor. For more information about our contributors, please refer to the "Contributors" tab in the "About" dialogue.

2.2 License Terms

LameXP is free software, released under the terms of the GNU General Public License (GPL), version 2. The licenses for most software and other practical works are designed to take away your freedom to share and change those works. In contrast, the GPL is designed to guarantee your freedom to share and change all versions of the software. In other words, the GPL ensures that free software is going to remain free for all of its users until doomsday. LameXP adds some additional terms in order to keep your computer safe from unwanted software. See the GNU General Public License for more details!

LameXP - Audio Encoder Front-End
-Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
+      LameXP      

LameXP

Audio-Encoder Front-End – Manual

1 Introduction

LameXP is a graphical user-interface (GUI front-end) for various of audio encoders and decoders: It allows you to convert your audio files from one audio format to another one in the most simple way. Despite its name, LameXP is not only a front-end for the LAME MP3 encoder, but supports a wide range of output formats, including MP3, Ogg Vorbis, Opus, AAC/MP4, FLAC, AC-3 and Wave Audio. The number of supported input formats is even bigger! Furthermore LameXP not only runs on Windows XP, but also on Windows 7, 8 and 10 as well as other operating systems. 32-Bit and 64-Bit systems are supported.

Since all the encoders and decoders that are used by the LameXP software are already built-in (with one exception), you do not need to install any additional software, such as "Codecs", "Filters" or "Plug-ins", on your computer. Everything works "out of the box". You can even use LameXP as a "portable" application, i.e. you can run LameXP directly off your USB stick. Moreover, LameXP was designed for batch processing. This means that you can convert a huge number of audio files, e.g. a complete album or even your entire music collection, in just a single step. At the same time, LameXP is able to process several audio files concurrently, so it can take full advantage of modern multi-core processors! However, LameXP is not only optimized for speed, it also provides excellent sound quality by using the most sophisticated audio encoders available.

In addition to that, LameXP provides full support for meta information, including cover artwork. So when converting your audio files with LameXP, any existing meta information will be retained – to the highest possible extent. Of course, there also is an easy-to-use meta-tag editor for adding new meta information or managing the existing meta information. On top of it all, LameXP provides full Unicode support, for meta information as well as file names, thus problems with "intentional" character sets are avoided. Likewise, thanks to our translators, the user-interface of the LameXP software is available in many different languages, including English, German, Spanish and Chinese. Last but not least, LameXP supports a number of post-processing filters, including sample rate conversion, normalization (gain adjustment), tone adjustment as well as down-mixing.

1.1 Platform Support

Tier #1: LameXP is currently being developed on the following platforms:

  • Microsoft Windows 10, 32-Bit and 64-Bit editions
  • Microsoft Windows 7 with Service Pack 1, 32-Bit and 64-Bit editions
  • Microsoft Windows XP with Service Pack 3 (see remarks)

Tier #2: The following platforms should work too, but aren't tested extensively:

  • Microsoft Windows 8.1, 32-Bit and 64-Bit editions
  • Microsoft Windows 8.0, 32-Bit and 64-Bit editions
  • Microsoft Windows Vista with Service Pack 2, 32-Bit and 64-Bit editions
  • Microsoft Windows XP x64 Edition with Service Pack 2
  • Microsoft Windows Server 2008 with Service Pack 2
  • Microsoft Windows Server 2008 R2 with Service Pack 1
  • GNU/Linux (e.g. Ubuntu 12.04), using Wine v1.4+

The following legacy platforms are not actively supported any longer:

  • Microsoft Windows 2000
  • Microsoft Windows NT 4.0
  • Microsoft Windows Millennium Edition
  • Microsoft Windows 98
  • Microsoft Windows 95

Remarks: Windows XP has reached "end of life" on April 8th, 2014. This means that Microsoft has stopped all support for Windows XP. Thus no updates or bugfixes are made available to regular Windows XP users since that date, not even security fixes! Thus, all the security vulnerabilities that have been discovered after the deadline – and all the security vulnerabilities that are going to be discovered in the future – will persists forever! Consequently, using Windows XP has become a severe security risk, and the situation is only going to get worse. While LameXP will continue to support Windows XP (note that Service Pack 3 is required!) for the foreseeable future, we highly recommend everybody to update to a less antiquated system now. Windows XP support will be discontinued in a future version, when most users have migrated to a modern system.

1.2 Output Formats (Encoders)

Currently the following output formats (audio encoders) are supported by LameXP:

1.3 Input Formats (Decoders)

Currently the following input formats (audio decoders) are supported by LameXP:

  • AC-3 (ATSC A/52), using Valib decoder [built-in]
  • Advanced Audio Coding (AAC), using FAAD decoder [built-in]
  • Apple Lossless (ALAC) [built-in]
  • Apple/SGI AIFF [built-in]
  • Avisynth, audio only [requires Avisynth 2.5.x to be installed]
  • Digital Theater System, using Valib decoder [built-in]
  • Free Lossless Audio Codec (FLAC) [built-in]
  • Microsoft ADPCM [built-in]
  • Monkey's Audio (APE) [built-in]
  • MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]
  • MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]
  • MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]
  • Musepack [built-in]
  • Opus Audio Codec [built-in]
  • Shorten [built-in]
  • Speex [built-in]
  • Sun/NeXT Au [built-in]
  • The True Audio (TTA) [built-in]
  • Uncompressed PCM / Waveform Audio File (WAV/RIFF) [built-in]
  • WavPack Hybrid Lossless Audio [built-in]
  • Windows Media Audio (WMA), using wma2wav [built-in]

2 Legal Information

The LameXP software was developed, from the scratch, by LoRd_MuldeR <;. Consequently, all copyrights on LameXP belong to LoRd_MuldeR. The right to use, modify and redistribute the LameXP software according to the terms of the GPL (GNU General Public License) is hereby granted to everybody. Please see below for license details! Be aware though that, if you want to use the LameXP software in a way that is not covered by the GPL, e.g. if you want to include the LameXP software (or parts of it) in a proprietary software, then an explicit written permission by LoRd_MuldeR is required!

More OpenSource projects by LoRd_MuldeR can be found at http://muldersoft.com/ and https://github.com/lordmulder. Please do not send us e-mail directly, if the problem or suggestion can be discussed on the support forums or on the issue tracker!

2.1 Third-party Software

Note that LameXP uses a number of third-party applications and libraries. The copyright on these third-party tools belongs to the individual authors. All third-party tools that are included in the official distribution packages of LameXP are distributed in full accordance with the respective software license. For legal reasons, some of the third-party tools can not be redistributed along with LameXP and therefore need to be obtained separately. For more details on the third-party tools that are used by the LameXP software, please refer to the "Third-party software" tab in the "About" dialogue. Moreover, various people have contributed translations to the LameXP project. These translation are redistributed with permission of the respective contributor. For more information about our contributors, please refer to the "Contributors" tab in the "About" dialogue.

2.2 License Terms

LameXP is free software, released under the terms of the GNU General Public License (GPL), version 2. The licenses for most software and other practical works are designed to take away your freedom to share and change those works. In contrast, the GPL is designed to guarantee your freedom to share and change all versions of the software. In other words, the GPL ensures that free software is going to remain free for all of its users until doomsday. LameXP adds some additional terms in order to keep your computer safe from unwanted software. See the GNU General Public License for more details!

LameXP - Audio Encoder Front-End
+Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
 
-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 the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
+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
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version; always including the non-optional
+LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Addendum: When distributing binaries of the LameXP software, it is strictly forbidden to bundle the LameXP program files and/or the LameXP installation program with any kind of Adware, Spyware or PUP (potentially unwanted program), including, but not limited to, any downloaders, dialers, browser toolbars/extensions or restricted shareware/demo programs. It is, however, perfectly legitimate to bundle LameXP with other OpenSource programs, according to the OSI (Open Source Initiative). Finally, it is also legitimate to bundle LameXP with commercial software, as long as that software does not meet the criteria of Adware, Spyware or PUP. If you bundle the LameXP software with another software, you are required to make sure that the user is provided with an easy way to install and start the LameXP software separately from that other software.

3 Anti-Virus Notes

Occasionally, it may happen that your anti-virus software mistakenly detects malware (virus, trojan horse, worm, etc.) while you are trying to run the LameXP application or the LameXP setup program. This is called a false positive and the file actually is not malware. Instead, this is an error (bug) in your particular anti-virus software! In case that you encounter this kind problem, we highly recommend using VirusTotal.com, Virscan.org or a similar web-service to check the file in question with multiple anti-virus engines. Unless the vast majority of the anti-virus engines detect malware, it can be assumed that the file is really harmless. However, please take care with heuristic scan results, such as "suspicious", "generic" or "packed". Those results are not malware detections – they are highly speculative and (almost certainly) can be ignored safely!

Defective anti-virus software is an ongoing annoyance! For example, anti-virus programs tend to suspect installers (or uninstallers) created with NSIS – which includes the LameXP setup program. But, of course, installers created with NSIS are perfectly legitimate. Thus, if your anti-virus program complains about the LameXP setup program, please ignore the nonsensical warning! Furthermore, it seems that some anti-virus programs accuse all "packed" executables of being malware. Nonetheless, using so-called "executable packers", e.g. UPX, is perfectly legitimate. Executable packers are commonly used by legitimate software, including numerous OpenSource projects – and so does LameXP. Thus, if your anti-virus program complains about the LameXP program file, because it has been "packed" by UPX, please ignore the nonsensical warning!

Last but not least: Always keep in mind that LameXP is free software, which means that the source codes of LameXP are freely available. Everybody can easily see that there is no malware of any kind included in the LameXP source code! If you do not trust the provided binaries of LameXP, you may build your own binary directly from the LameXP source codes…

3.1 Reporting False Positives

An important fact to consider is, that, for the developer of a legitimate application, it is impossible to know why a specific anti-virus software may be misinterpreting his or her application as malware. That is because anti-virus programs generally are proprietary (ClosedSource) software – anti-virus companies don not publish their source codes or reveal their algorithms. Moreover, a zillion of different anti-virus programs exist nowadays. For these reasons, the application developer can not know what is going on "behind the scenes" in a particular anti-virus software. Consequently, any assumptions on the reasons that are causing the false positive would be nothing but pure speculation! Even worse, anti-virus software is updated frequently, so the reasons why the anti-virus software is misinterpreting the application as malware may change constantly!

At this point, it should be clear that implementing workarounds for defective anti-virus software is not a viable option for application developers. Instead, since the false positive is an error (bug) in the particular anti-virus software, it can be fixed only by the developer of the anti-virus software. Therefore, it is important that you, the (paying) customer of the anti-virus company, contact the support team of the anti-virus company and report the problem to them! Most anti-virus companies provide ways to report false positives in a standardized way, e.g. by means of a webform. However, it is not possible to list them all here. So please refer to the anti-virus developer's web-site. Also, when reporting false positives, please be self-confident! As a paying customer, you can demand that false positives are fixed promptly. Otherwise, get your money back!

3.2 Performance Issues

During the startup procedure, the LameXP software has to perform a number of file-system operations. This can take a few moments. However, the startup procedure should never take longer than approximately 5 seconds. Even on our test system – Windows 7 running on an ancient Intel Core2 processor with 4 GB of RAM – the startup procedure takes only about 1.5 seconds. And that is with the "real-time protection" of Microsoft Security Essentials (MSE) enabled! If we disable the MSE "real-time protection" feature, the startup procedure takes less than 0.5 seconds. Unfortunately, it has been brought to our attention, that some other anti-virus products may slow down the startup procedure significantly! Startup delays of up to 20 seconds have been reported by users, which corresponds to a slow down factor of 40× – caused by the anti-virus software!

Consequently, if you think that LameXP is starting up "slow" on your machine, we recommend to temporarily disable or uninstall your current anti-virus software. If your anti-virus software has a so-called "real-time protection" or "guard" feature, please be sure to deactivate that feature too! As soon as the anti-virus software has been neutralized and no longer affects legitimate applications, please try launching the LameXP software again. If it turns out that the startup procedure of LameXP has become significantly faster when the anti-virus software is not interfering, then you know one thing for sure: It is the anti-virus software that was causing the slow down! Please recognize that we can not fix this kind of problems. Instead, since the problem is actually a defect of the anti-virus software, please report the problem to the developer of the anti-virus software!

Another way of detecting performance issues that are caused by sloppy anti-virus software is monitoring the CPU usage in Task Manager (or Process Explorer) while LameXP is starting up. Please make sure that you are not looking at the "overall" CPU usage, but at the CPU usage caused by the individual processes, and that "show processes from all users" is enabled. Then you will probably notice that LameXP.exe is sitting "idle", more or less, while some service process belonging to the anti-virus software is "hogging" the CPU. The anti-virus software is hindering LameXP startup! A typical example looks like this:

Please report performance issues to the anti-virus software's developer. Also, when reporting performance issues, please be self-confident! As a paying customer, you can demand that such bugs are fixed promptly. Otherwise, get your money back!

3.3 Anti-Virus Conclusions

The code of conduct regarding problems and annoyances related to so-called "anti-virus" software:

  • If your anti-virus software raises an "alarm" or "warning" while trying to launch the LameXP software or the LameXP setup program, please do not panic! In most cases, it is just the anti-virus software that went insane.

  • Unless the alleged "malware infection" has been confirmed by multiple different anti-virus engines, this (almost) certainly is a false positive, i.e. not an "infection" at all. Therefore, it can be ignored safely 😊

  • In the extremely unlikely case that you actually have a confirmed malware infection, please try re-downloading the LameXP software from one of the official mirrors first, before you send us any "malware" reports!

  • If you encounter any false positives, please report these problems to the developer of the defective anti-virus software. We are not responsible for this problem (it is a bug in the anti-virus software) and thus we can not fix it!

4 Install Instructions

This chapter explains how to install the LameXP software on your computer. If LameXP has already been installed on your computer, you may skip this chapter.

4.1 Install the LameXP Software

Distribution packages of the LameXP software is provided in two different flavours: a self-running setup program and a ZIP package. For regular users, using the setup program is highly recommended!

4.1.1 Setup Program

In order to start the installation process, simply double-click on the downloaded LameXP setup program, e.g. LameXP.yyyy-mm-dd.Release-Static.Build-xxxx.exe.

Shortly after launching the setup program, an UAC (User Access Control) dialogue may appear. This is a standard Windows security feature, so don't worry! You have to choose "Yes", if you wish to continue the installation process.

Note: If you wonder why Windows suggests that the LameXP setup program originates from an "unknown publisher", despite the fact that it was downloaded from the official web-site, then please the explanation here!

Now simply follow the instructions of the setup wizard, which will guide you through the installation process…

Note: Please do not change the "Destionation Folder", unless you know exactly what you are doing. The "Destionation Folder" cannot be changed, when upgrading an existing LameXP installation.

Congratulation, LameXP has been installed successfully on your computer!

Note: If you keep the "Run LameXP …" option enabled and click on the "Finish" button, the LameXP software will be launched immediately.

4.1.2 ZIP Package

If you decided for the ZIP package, you need to open the downloaded ZIP file, e.g. LameXP.yyyy-mm-dd.Release-Static.Build-xxxx.zip, in your favourite file archive software (we recommend using 7-Zip or WinRAR).

This step may be slightly different, depending on what file archive software (e.g. 7-Zip or WinRAR) you are using. Select all files in the LameXP ZIP archive and extract them to a new/empty directory of your choice.

Note: It is very important that you have write-access to the chosen destination directory. So make sure that you choose a directory where the required access rights are granted!

Congratulation, LameXP has been installed successfully on your computer! Now double-click on the LameXP.exe program file in order to launch the application!

4.2 Portable Mode

First of all, it is important to note that there is no such thing as a separate "portable version" or "portable edition" of the LameXP software. Instead, all versions of the LameXP software always are "portable" – in the sense that the LameXP software is fully self-contained and thus no additional dependencies (libraries, frameworks, codecs or whatsoever) need to be installed on the computer separately. Or, in other words, the LameXP software is designed to work "out of the box". And this applies regardless of whether you choose the setup program or the ZIP package!

Nonetheless, the LameXP software supports a so-called "portable mode", which can be enabled or disabled at any time. By default, i.e. when the "portable mode" is not enabled, LameXP will store all of its configuration files in the current user's %APPDATA% directory. This is the correct way of storing user-specific configuration files on a modern multi-user operating system. Some users, however, may wish to use LameXP as a portable application. For example, they may wish to run the LameXP software directly off an USB flash drive – and do that on many different machines. In this particular situation, storing the configuration files in the same location where the LameXP program file resides (e.g. on the USB flash drive), instead of the local %APPDATA% directory, may come in handy! And that is exactly what LameXP does when the "portable mode" is enabled.

4.2.1 Enable the Portable Mode

If you fully understand what the consequences of the "portable mode" are and still want to enable this mode, then simply rename the LameXP program file form LameXP.exe to LameXP-Portable.exe. You must exit LameXP, before you can rename the program file!

Note: By default, the LameXP installation directory is either C:\Program Files (x86)\MuldeR\LameXP or C:\Program Files\MuldeR\LameXP. However, this can be changed by the user during the setup process.

Portable Mode Warning

While the "portable mode" is in effect, it is the user's responsibility to ensure that LameXP will be provided with the proper access rights to save/load its configuration files to/from the LameXP program directory!

Note: The directories C:\Program Files (x86) and C:\Program Files usually are "protected" by the operating system, so LameXP probably will not be able to write into these directories.

4.2.2 Disable the Portable Mode

If you wish to disable the "portable mode" again, then all you need to do is renaming the LameXP program file form LameXP-Portable.exe back to LameXP.exe. You must exit LameXP, before you can rename the program file!

Note: After the "portable mode" has been disabled, any configurations files that may have been created in the LameXP installation directory will no longer be recognized. Therefore, you can delete these files safely…

4.3 Install the AAC Encoder

For legal reasons, the AAC (Advanced Audio Coding) encoder can not be included in the official LameXP distribution packages. Therefore, you need to download and install the AAC encoder manually. Don't worry, it's easy!

LameXP can use the Nero Digital AAC encoder as well as the QAAC (Apple iTunes/QuickTime) encoder. This chapter describes how to set up one of these AAC encoders for use with the LameXP software.

Note: If you are uncertain which AAC encoder to choose, please be aware that the QAAC encoder may produce slightly better sound quality, according to listening tests, while the Nero Digital encoder is less hassle to install.

4.3.1 Nero Digital AAC Encoder

First of all, you need to download the Nero AAC encoder from one of the following mirror sites:

Note: Although the ZIP file is sometimes called NeroAACCodec-1.5.1.zip, it may actually contains version 1.5.4.0 of the Nero AAC encoder software. Check the included changelog.txt to verify this!

Now open the downloaded ZIP file with your favourite file archive software (we recommend using 7-Zip or WinRAR) and navigate to the "win32" sub-directory.

Finally, extract all the three files neroAacDec.exe, neroAacEnc.exe and neroAacTag.exe into the LameXP installation directory. That is the directory where your LameXP executable file, i.e. the LameXP.exe, is located.

Note: By default, the LameXP installation directory is either C:\Program Files (x86)\MuldeR\LameXP or C:\Program Files\MuldeR\LameXP. However, this can be changed by the user during the setup process.

Once the required Nero AAC files have been put into the proper place, simply restart LameXP in order to enable the AAC encoding support!

4.3.2 QAAC (Apple AAC) Encoder

Getting the Apple/QuickTime AAC encoder ready involves two separate steps: In the first place we will install the QAAC encoder, and in the second place we will install the Apple AAC encoder libraries.

Install QAAC Encoder

First of all, you need to download the QAAC application, which provides a CLI font-end to the Apple/QuickTime AAC encoder. QAAC is provided as an Add-in for LameXP and is available from the following locations:

Now open the downloaded ZIP file, e.g. LameXP.qaac-addin.yyyy-mm-dd.zip, with your favourite file archive software (we recommend using 7-Zip or WinRAR) to find the required QAAC program files.

Note: The LameXP software generally expects the latest version of the QAAC add-in; and the QAAC add-in is designed to work with the latest version of the LameXP software. Make sure your files are up-to-date!

Please extract all the three files, the program qaac.exe plus its companion DLLs libsoxr.dll and libsoxconvolver.dll, into the LameXP installation directory. That is the directory where your LameXP executable file, i.e. the LameXP.exe, is located.

Note: By default, the LameXP installation directory is either C:\Program Files (x86)\MuldeR\LameXP or C:\Program Files\MuldeR\LameXP. However, this can be changed by the user during the setup process.

Install Apple AAC Encoder Libraries

Next, the actual Apple/QuickTime AAC encoder libraries, which are part of the so-called "Apple Application Support" package, need to be installed on your computer. QAAC can not work without these libraries!

The required "Apple Application Support" package is included, for example, in the official setup packages of QuickTime or iTunes for Windows, which can be obtained from the Apple web-site free of charge:

Since you usually do not want to install the complete QuickTime (or iTunes) software on your computer, please only download the QuickTime (or iTunes) setup package, but do not actually run the installer!

Instead, open the QuickTimer setup program, i.e. QuickTimeInstaller.exe, with your favourite file archive software (we recommend using 7-Zip or WinRAR) and extract the required AppleApplicationSupport.msi package.

After the "Apple Application Support" setup package has been extracted, you can launch it by double-clicking on the AppleApplicationSupport.msi file. Then simply follow the installer's instructions!

Note: If you do not want to install the "Apple Application Support" software at all, there is an alternative method, that will extract only the required DLL files from the MSI package. See here for details…

Once the QAAC encoder as well as the Apple AAC encoder libraries ("Apple Application Support") have been installed properly, simply restart LameXP in order to enable the AAC encoding support!

Note: You may run qaac.exe --check from the command prompt to ensure that QAAC has been set up correctly. Expected output is qaac 2.xx, CoreAudioToolbox x.x.x.x.

5 Tutorial (Step-by-Step Guide)

This tutorial will teach you, step by step, how to convert your audio files using the LameXP software. The tutorial assumes that LameXP is already installed on your computer.

5.1 Source Files

First of all, you need to add all source files that you want to convert. So switch to the "Source Files" tab, just in case that tab is not active already, and then click the "Add File(s)" button.

This will bring up a standard file selection dialogue. Now simply select the files that you want to add and click the "Open" button. You can repeat this step multiple times, e.g. to add files from different directories.

All files you have added, so far, will show up in the list. You can click the "Remove" button to remove a single file from the list or "Clear" to remove them all. You can also click the "Show details" button to show details about the selected file.

If you want to add an entire directory, you can select "Open Folder" from the "File" menu, which will bring up a directory selection dialogue. "Open Folder Recursively" works in a similar way, but also includes all sub-directories.

Did you know? Files can also be added via Drag & Drop. Just grab the files that you want to add in your Explorer window and drop them onto the LameXP main window (or onto the LameXP "dropbox" widget).

5.2 Output Directory

Next, you need to choose the output directory, i.e. the directory where the converted files will be saved. Switch to the "Output Directory" tab and choose the desired output directory from the directory tree view.

Note: There are several quick navigation buttons below, which will allow you to jump quickly to your personal "Home" folder, "Desktop" folder and "Music" folder, respectively.

Sometimes you may wish to store the converted files in a new (sub-)folder. In this case, simply click the "Make New Folder" button, enter the desired folder name and hit the "OK" button.

The new folder is going to be created inside the current directory and will be selected automatically. You can repeat this step multiple times in order to created nested sub-folders.

Did you know? If you enable the "Save output files in the same directory where the input file is located" option, each output file will be saved to the same location where the corresponding source file resides.

5.3 Compression Settings

Finally, you need to choose your compression settings. Most important, you must decide for an output format (encoder). Depending on your needs and preferences, you can choose between MP3, Ogg/Vorbis, Opus, AAC/MP4, FLAC and others.

Note: If you are uncertain which audio format to choose, then this article by Lifehacker is a good starting point. Also see the comparison of audio coding formats on Wikipedia. If still uncertain, just go with good old MP3 😉

Once you have decided for an audio format, you need to choose a rate-control mode next. This controls how the bits are allocated for the compressed audio files. The available rate-control modes are CBR, VBR and ABR:

  • CBR (constant bitrate) uses a fixed bitrate, i.e. each segment of the file receives the exactly same amount of bits, regardless of its contents. This comes at the advantage that the resulting file size is perfectly predictable. However, because the bitrate can not be adapted to the contents of the file at all, this generally is the least favorable mode!

  • VBR (quality-base variable bitrate) mode adapts the bitrate to the contents of the file. Each segment of the file receives as many bits as are required to hit the target quality level. This means that "complex" segments of the file will end up with a higher bitrate than more "simple" segments. The bits will be used where they are actually needed. However, because the bitrate varies strongly depending on the contents of the file, the resulting file size is completely unpredictable!

  • ABR (average bitrate) mode can be understood as a "middle course" between VBR and CBR mode. Similar to VBR mode, ABR mode adapts the bitrate to the contents of the file. But, at the same time, similar to CBR mode, ABR mode limits the bitrate variation in order to hit the specified target average bitrate, i.e. the resulting file size is predictable.

Note: If you are uncertain which rate-control mode to chose, the rule of thumb is that VBR mode should be preferred over ABR mode when possible. And CBR mode should be avoided. See also Wikipedia's article on variable bitrate encoding.

Last but not least, you need to choose the desired target bitrate (kbps) or the desired quality-level. Put simply, this controls the "quality vs. file size" trade-off. You choose a target quality-level in case of VBR mode. And you choose a target (average) bitrate in case of ABR or CBR mode. A higher target bitrate or a higher target quality level results in improved audio quality, but also comes at the cost of larger files. Conversely, a lower target bitrate or a lower target quality level results in smaller files, but also comes at the cost of reduced audio quality. The "optimal" setting highly depends on your personal preferences.

Note: If you are uncertain which bitrate or quality-level to choose, "Level 2" (VBR) or "192 kbps" (ABR) is a common choice for MP3. If the size of the resulting file is not a primary concern, you can go with "Level 0" (VBR) or "320 kbps" (ABR) right away.

Did you know? You can click the "Reset" link in order to reset all compression settings for all encoders to their factory defaults.

5.4 File Processing

When everything has been set up properly, the time has come to actually start the encoding process. So simply click the "Encode Now" button in order to get going!

This will bring up the "Processing" dialogue. LameXP will now convert all your audio files on the list. Depending on the number of audio files and depending on the performance of your system, this may take several minutes, so please be patient 😉

Note: In order to leverage the power "multi-core" processors and thus massively speed-up the encoding process, LameXP will run multiple encoding jobs in parallel – provided that your system has multiple processor cores and that there are enough encoding jobs left in the queue.

The "Processing" dialogue is going to turn green, as soon as all encoding jobs have finished successfully. If anything went wrong, e.g. if one of the encoding jobs failed for some reason, it will turn red instead.

Did you know? You can double-click on a completed (or failed) job in the list, in order to bring up a dialogue with all details about the specific job. This is especially useful, if something went wrong.

6 Command-line Usage

Additional command-line options may be passed to LameXP when launching the application. You may do so, for example, by typing the complete command-line into the command prompt or by creating a shortcut with the desired command-line options. The basic command-line syntax of LameXP is as follows: Each command-line option has to start with a -- prefix. So if you intend to pass the option called "foo", then you actually need to type --foo. Furthermore, while some command-line options are just flags, i.e. they can either be present or not (but that's it!), there also are command-line options that take an argument. The argument is appended directly to the option name to which it belongs to, but a = sign must to be inserted as a separator. If, for example, you wish to set the command-line option "foo" to an argument value of "bar", then the proper syntax is --foo=bar. Sometimes your argument value may contain whitespaces though, in which case the whole command-line option (name + argument) must be enclosed with double quotes. For example, in order to set the option "foo" to a value of "C:\Some File.bar" (note the space character between "Some" and "File"), the proper syntax is "--foo=C:\Some File.bar". Last but not least, please note that the same command-line option may appear multiple times on the command-line – whether that actually makes any sense depends on the individual option though.

6.1 Add Files and/or Folders

Command-line options for adding files and/or folders:

  • --add=filename Adds the file specified by filename to the source files list. The filename should be a fully-qualified path. If you wish to add multiple files at once, you can simply include this option multiple times.

  • --add-folder=directory Adds all supported files from the directory specified by directory to the source files list. The directory should be a fully-qualified path. Sub-directories are not considered.

  • --add-recursiver=directory This option works just like the "add-folder" option, except that it works recursively, i.e. it does take into account sub-directories. Use this option with care, since a whole lot of files may be added.

6.1.1 Examples

Here are some examples on how to use the above command-line options correctly:

  • Add one file: LameXP.exe "--add=C:\Some Folder\Some File.mp3"

  • Add multiple files at once: LameXP.exe "--add=C:\Some Folder\File #1.mp3" "--add=C:\Some Folder\File #2.mp3" "--add=C:\Some Folder\File #3.mp3"

  • Add a whole directory: LameXP.exe "--add-folder=C:\Some Folder"

6.2 GUI Adjustment Options

Command-line options for adjusting the graphical user-interface:

  • --huge-font Set the font scaling factor to 150%. Use this if you want much larger fonts.

  • --big-font Set the font scaling factor to 125%. Use this if you want somewhat larger fonts.

  • --small-font Set the font scaling factor to 87.5%. Use this if you want somewhat smaller fonts.

  • --tiny-font Set the font scaling factor to 75%. Use this if you want much smaller fonts.

6.3 Options for Debugging

Command-line options that are intended for testing and debugging:

  • --console Enable the LameXP debug console. Use this option with "release" builds of LameXP, where the console is hidden by default.

  • --no-console The opposite of the "console" option: Disable the LameXP debug console. Use this option with "pre-release" (beta) builds of LameXP, where the console is visible by default.

  • --force-cpu-no-64bit Treat the CPU as if it did not support 64-Bit (x64) applications, even when it actually does so.

  • --force-cpu-no-sse Treat the CPU as if it did not support any SSE extensions (SSE, SSE2, SSE3, SSSE3, SSSE4, etc), even when it actually does so.

  • --force-cpu-no-intel Treat the CPU as if it was a non-Intel processor, even when the vendor tag indicates an Intel processor.

  • --ignore-compat-mode Do not check whether the application is running with "compatibility mode" enabled. It's still not recommended to run with compatibility mode enabled!

6.4 Miscellaneous Options

Miscellaneous command-line options that may come in handy in certain situations:

  • --no-splash Do not show the "splash" screen while application is starting up. Be aware that this will not (considerably) improve the application startup time, because the same initialization work still needs to be performed!

  • --kill Exit all running instances of LameXP.

  • --force-kill Exit all running instances of LameXP as quickly as possible, even if that incurs data loss!

7 Help & Support

Before you report any problems that you may have encountered with the LameXP software, please make sure that the problem can be reproduced with the latest release version of LameXP!

7.1 Download Mirrors

The latest official release of the LameXP software can be obtained from one of the following official download mirrors:

The following web-sites, which are not affiliated with the developer of LameXP, provide additional download mirrors:

It is highly recommended to download LameXP only from one of the mirrors listed above. We are not responsible for the integrity and trustworthiness of LameXP downloads you may have received from other locations!

7.2 Diagnostic Output

If you want to report any problems that you have encountered with the LameXP software, please provide as much details as possible. Diagnostic output can be especially helpful here!

  • If a certain encoding job has failed, you can double-click the failed job in the LameXP "Processing" dialogue, which will bring up a detailed log for that job. Use the "Copy to Clipboard" button to save that information.

  • You can launch the LameXP application with the additional command-line parameter --console in order to enable the LameXP debug console, which provides many information on what is going on "behind the scenes".

  • If the debug console is not enabled, you may still use the DebugView utility, by Mark Russinovich, in order to show and/or capture LameXP's diagnostic output.

  • In any case, the environment variable MUTILS_LOGFILE may be used to specify a log file that will be created by LameXP. The information saved to the log file are the same as those available from the debug console.

Note: We highly recommend using a web-service like Gist, Pastie or Pastebin in order to share your diagnostic information. Please avoid posting long log files directly on the forums!

7.3 Bugtracker

The recommended way to submit bug reports or feature requests to the LameXP developers is using the issue tracking system at our GitHub project site:

Note: In order to use the issue tracking system, you need to log in with your GitHub account. Creating a GitHub account is easy and completely free of charge, simply click here!

7.4 Support Forum

If you want to discuss the development of the LameXP software, help other users or receive help from other users, please use the LameXP thread at Doom9's Forum:

Note: Due to the massive amount of spam attacks, Doom9 has established strict anti-spam measures. Therefore, it takes a few days until your account will be approved.

8 Developer Center

While LameXP originally was written in Delphi/Pascal, the current version 4 series of the software has been re-written in the C++ programming language. LameXP v4 uses the Qt cross-platform application framework and provides full Unicode support. Furthermore, LameXP is tightly coupled with the MUtilities library, a vast collection of "utility" routines and classes to extend the Qt framework. Build files are currently provided for Microsoft Visual Studio only. Linux support is currently provided via Wine; a native Linux port of LameXP is planned for a future version.

8.1 Source Code Access

The source code of the LameXP software is managed using the Git version control system. The Git repository can be cloned from one of the official Git mirrors:

  • git clone git://git.code.sf.net/p/lamexp/code LameXP (Browse)

  • git clone https://github.com/lordmulder/LameXP.git LameXP (Browse)

  • git clone https://scm.osdn.net/gitroot/lamexp/LameXP.git (Browse)

  • git clone https://bitbucket.org/muldersoft/lamexp.git LameXP (Browse)

  • git clone git://git.assembla.com/lamexp.git LameXP (Browse)

  • git clone https://gitlab.com/lamexp/lamexp.git LameXP (Browse)

  • git clone git://repo.or.cz/LameXP.git LameXP (Browse)

The source code of the MUtilities library is managed using the Git version control system. The Git repository can be cloned from one of the official Git mirrors:

  • git clone git://git.code.sf.net/p/mutilities/code MUtilities (Browse)

  • git clone https://github.com/lordmulder/MUtilities.git MUtilities (Browse)

  • git clone https://scm.osdn.net/gitroot/mutilities/MUtilities.git (Browse)

  • git clone https://bitbucket.org/muldersoft/mutilities.git MUtilities (Browse)

  • git clone git://git.assembla.com/mutilities.git MUtilities (Browse)

  • git clone https://gitlab.com/mutilities/mutilities.git MUtilities (Browse)

  • git clone git://repo.or.cz/MUtilities.git MUtilities (Browse)

Remarks: In case you are new to Git or want to extend your knowledge, have a look at the Pro Git book by Scott Chacon! For Windows users, we highly recommend using MSYS Git in conjunction with the superb Tortoise Git front-end.

8.2 Build Prerequisites

LameXP is currently being developed and built using the following development tools and libraries:

  • Visual Studio 2015 Update-1, running on Windows 10 x64 (v1511)

  • Qt libraries 4.8.7 for Windows – our pre-compiled Qt libraries for Visual Studio can be found here or here

  • Visual Leak Detector, open-source memory leak detection system for Visual C++

  • Windows Platform SDK v7.1A, included with Visual Studio 2015 or Visual Studio 2013

  • The minimum supported build platform is Windows 7 (x86 and x64)

In order to create LameXP release packages, using the included deployment scripts, you need the following additional tools:

8.3 Directory Layout

In order to build LameXP using the provided project/solution files or the provided deployment script, please make sure you have the following directory layout, where <sources_root> is a new/empty directory:

  • <sources_root>\LameXP_Qt – the LameXP "main" project
  • <sources_root>\Prerequisites – prerequisites to build LameXP
  • <sources_root>\MUtilities – the MUtilities library

The Qt libraries need to be located at the following location, where the <toolset_version> identifies your compiler version (e.g. v140_xp for VS2015) and the <build_type> identifies the build configuration (Shared, Static or Debug):

  • <sources_root>\Prerequisites\Qt4\<toolset_version>\<build_type>

8.4 Environment variables

In order to build LameXP using the provided project/solution files or the provided deployment script, make sure the following environment variables are configured on your system:

  • QTDIR – points to your Qt installation directory, such that %QTDIR%\bin\moc.exe and friends exist

8.5 Using the deployment script

In order to create LameXP release packages, using the included deployment scripts, copy the configuration template file buildenv.template.txt, located at <sources_root>\LameXP_Qt\etc\Deployment, to the file buildenv.txt in the same directory. Now edit your buildenv.txt and adjust all the path variables as needed. All paths must be set up correctly, otherwise the build process is going to fail! Once everything has been set up, you can run release.bat or release_static.bat in order to create a new release package.

8.6 Qt as Static Libraries

In order to create a "fully static" build of LameXP, i.e. a build that does not depend on any "external" DLL files (except for the obligatory operating system DLL's that you cannot get around), you'll need to compile Qt as "static" libraries. The official Qt web-site does provide pre-compiled Qt libraries. However, they only provide DLL versions, they do not provide "static" libraries. Consequently, you need to build the required "static" Qt libraries yourself. The following simple instructions should make it easy to build Qt from the sources and as "static" libraries:

  1. Make sure Visual Studio 2015 with Update-1 (or later) is installed

  2. Make sure Strawberry Perl for Windows and Python 2.7 are installed

  3. Download and extract the Qt 4.8.x source code package (e.g. to C:\QtSources\4.8.x)

  4. Edit the qmake configuration file (e.g. mkspecs\win32-msvc2015\qmake.conf) from your Qt Sources directory as follows:

    • Edit #1:
      • QMAKE_CFLAGS_RELEASE = -O2 -MD
      • QMAKE_CFLAGS_RELEASE = -O2 -MT <more optimization flags here>
    • Edit #2:
      • QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MD -Zi
      • QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MT -Zi <more optimization flags here>
  5. Open a new command window (cmd.exe) – use this very same console for all upcoming steps!

  6. Add Strawberry Perl to your PATH (e.g. set PATH=C:\strawberry\perl\bin;%PATH%)

  7. Add Python 2.7 to your PATH (e.g. set PATH=C:\python27;%PATH%)

  8. Run vcvarsall.bat x86 form your Visual C++ install directory - within the same console!

  9. Change the current directory to the Qt Sources path (e.g. C:\QtSources\4.8.x)

  10. Run configure.exe -release -static -ltcg -qt-zlib -qt-libpng -qt-libjpeg -qt-libtiff -qt-libmng

  11. Now the makefiles should have been generated, so simply enter nmake /B and be patient - voilà!

  12. The build process is going to take good amount of time. Once it is done, make sure you got all needed libs:

    • lib\qtmain.lib
    • lib\QtCore.lib
    • lib\QtGui.lib
    • lib\QtSvg.lib
    • lib\QtXml.lib
    • plugins\imageformats\qico.lib
    • plugins\imageformats\qsvg.lib
    • plugins\imageformats\qtga.lib
  13. Put all the static *.lib files into the <sources_root>\Prerequisites\Qt4\<toolset_version>\Static\lib directory

  14. ImageFormat plugins go to <sources_root>\Prerequisites\Qt4\<toolset_version>\plugins\imageformats

  15. Congratulations, you should now be prepared to build the Release_Static configuration of LameXP 😊

Note: Static libraries only work with the exactly same compiler (version) they were built with!

9 F.A.Q. (Frequently Asked Questions)

This section tries to answer some of the most frequently asked questions. So if you have a question, please carefully read this section, before you send the question to us via email or before you open a new support ticket 😉

9.1 Q: Do I have to pay for using or obtaining LameXP?

A: Nope. LameXP is free software. You may use it free of charge and for any purpose, including commercial purposes, according to the terms of the GNU General Public License. The developers of LameXP will never ask you to pay for using the LameXP software. Also, several free download mirrors are provided. However, it was brought to our attention, that there are some third-party web-sites which offer payed downloads of LameXP, or provide LameXP downloads that have been infected with Adware – we do not cooperate with any of these web-sites! Therefore, please do not pay money for using or obtaining the LameXP software; the developers of LameXP will not benefit from this money at all. If anybody tries to make you pay money for using and/or for obtaining the LameXP software, you should not respond to this dubious offer!

9.2 Q: Can I redistribute the LameXP software?

A: Yes. LameXP is free software. You may modify and/or redistribute it freely, according to the terms of the GNU General Public License. However, be aware that it is strictly forbidden to bundle the LameXP program files and/or the LameXP installation program with any kind of Adware, Spyware or PUP (potentially unwanted program). Usually, no additional permission is needed to redistribute LameXP. If, however, you wish to redistribute the LameXP software in a way that does not comply with the license terms, then a written permission from the author (copyright holder) is absolutely necessary!

9.3 Q: How can I donate to the authors of LameXP?

A: LameXP is a non-profit project. The authors of the LameXP software currently do not accept any donations, in terms of money. If you wish to support the LameXP project, then you may do so by contributing translations, by improving the LameXP program code or by providing web-servers. Please feel free to contact us at any time, if you want to help!

9.4 Q: Why is this software called LameXP?

A: Originally, the LameXP software was created as a very simple GUI front-end to the LAME MP3 command-line encoder. The original version of this software, released some time in 2004, did not support any encoders except for LAME, it did not support any input formats except for Wave Audio, it did not support any audio filters, it did not support multi-threading, it did not support Unicode file names and it did not handle meta information. Because the software was a front-end to LAME, and because, back at that time, Windows XP was the most popular Windows version (by far), we decided to call the software "LAME front-end for Windows XP" – or, in short, LameXP. Anyway, more and more features have been added to the LameXP software over the years. Also, the software has been re-written from the scratch two times. Nonetheless, the original name of the software has remained. Now, a whole lot of people know the software by this name, so it is unlikely to ever change.

9.5 Q: Why are the LameXP binaries not digitally signed?

A: They are signed! The official LameXP binaries are digitally signed by PGP signatures, created using the GnuPG software. However, the LameXP binaries are not signed in a way that the Microsoft Windows operating system recognizes. Please note that Microsoft Windows does not currently recognize PGP (GnuPG) signatures. For this reason, Microsoft Windows may show a warning message when trying to launch or install the LameXP software. Microsoft Windows will also complain that the LameXP program files originate from an "unknown publisher", as it can't understand the PGP signature.

So why are the LameXP binaries not signed in the way Microsoft Windows recognizes? This is because Microsoft Windows uses a hierarchical trust model: Windows trusts into a number of Certificate Authorities (CA), which are built into the operating system. These CA's can issue signing certificates, e.g., to software companies. The software company can then use its signing certificate to sign their binaries. Finally, Windows will verify the signature by using the corresponding signing certificate. And the signing certificate is verified using the built-in CA certificate. However, there are problems: First of all, CA's do not issue software signing certificates for free. Also these certificates are only valid for a limited period of time. LameXP is a non-profit project and therefore we can not afford buying new certificates in regular intervals! Secondly, and even more important, the whole system depends on the trustworthiness of a few root CA's. But, as we all (should) know by now, the CA's can be forced to create "bogus" certificates, e.g. on the request of intelligence services or other governmental organizations.

PGP, on the other hand, is based on the "web of trust" concept. This means that all participants sign each others' keys – after the keys have been verified. There are no "almighty" authorities! If you want to verify the LameXP signatures yourself, then you may do so by using the Gpg4win software package, an easy-to-use distribution of the GnuPG software for Microsoft Windows. Of course you will also require the public key of the LameXP developers! The finperprint of our PGP signing key is DFAD4340D83D4020435D78BB2B5913365F57E03F and the corresponding public key block is provided in the following. If you are not familiar with the GnuPG software yet, please have a look at the Gpg4win compendium or the GnuPG manual.

MuldeR's signature key:

pub   rsa4096 2015-08-23 [expires: 2025-08-20]
+You should have received a copy of the GNU General Public License along
+with this program; if not, write to the Free Software Foundation, Inc.,
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

2.2.1 GPL Addendum

The non-optional LameXP GNU General Public License addendum is defined as follows:

            LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM
+                     Version 1.1, March 2020
+
+LameXP is released under the terms of the GNU GENERAL PUBLIC LICENSE
+(Version 2, see below) including the following *additional* refinements:
+
+                            Preamble
+
+It was brought to our attention that some third parties bundle LameXP with
+Adware, Spyware or other forms of PUP (potentially unwanted programs).
+This addendum has been created to protect our users from such harassments.
+
+         TERMS AND CONDITIONS FOR COPYING AND DISTRIBUTION
+
+It is STRICTLY FORBIDDEN to bundle the LameXP software with other software
+in such a way that launching, installing or downloading the LameXP
+software involves the risk of launching, installing or downloading Adware,
+Spyware or other forms of PUP (potentially unwanted programs).
+
+It is perfectly allowed to bundle the LameXP software with other software,
+provided that the LameXP software still CAN be installed and launched
+from the bundle WITHOUT installing and/or launching any other components.
+Other components contained in the bundle MUST be opt-in, NOT opt-out.

3 Anti-Virus Notes

Occasionally, it may happen that your anti-virus software mistakenly detects malware (virus, trojan horse, worm, etc.) while you are trying to run the LameXP application or the LameXP setup program. This is called a false positive and the file actually is not malware. Instead, this is an error (bug) in your particular anti-virus software! In case that you encounter this kind problem, we highly recommend using VirusTotal.com, Virscan.org or a similar web-service to check the file in question with multiple anti-virus engines. Unless the vast majority of the anti-virus engines detect malware, it can be assumed that the file is really harmless. However, please take care with heuristic scan results, such as "suspicious", "generic" or "packed". Those results are not malware detections – they are highly speculative and (almost certainly) can be ignored safely!

Defective anti-virus software is an ongoing annoyance! For example, anti-virus programs tend to suspect installers (or uninstallers) created with NSIS – which includes the LameXP setup program. But, of course, installers created with NSIS are perfectly legitimate. Thus, if your anti-virus program complains about the LameXP setup program, please ignore the nonsensical warning! Furthermore, it seems that some anti-virus programs accuse all "packed" executables of being malware. Nonetheless, using so-called "executable packers", e.g. UPX, is perfectly legitimate. Executable packers are commonly used by legitimate software, including numerous OpenSource projects – and so does LameXP. Thus, if your anti-virus program complains about the LameXP program file, because it has been "packed" by UPX, please ignore the nonsensical warning!

Last but not least: Always keep in mind that LameXP is free software, which means that the source codes of LameXP are freely available. Everybody can easily see that there is no malware of any kind included in the LameXP source code! If you do not trust the provided binaries of LameXP, you may build your own binary directly from the LameXP source codes…

3.1 Reporting False Positives

An important fact to consider is, that, for the developer of a legitimate application, it is impossible to know why a specific anti-virus software may be misinterpreting his or her application as malware. That is because anti-virus programs generally are proprietary (ClosedSource) software – anti-virus companies don not publish their source codes or reveal their algorithms. Moreover, a zillion of different anti-virus programs exist nowadays. For these reasons, the application developer can not know what is going on "behind the scenes" in a particular anti-virus software. Consequently, any assumptions on the reasons that are causing the false positive would be nothing but pure speculation! Even worse, anti-virus software is updated frequently, so the reasons why the anti-virus software is misinterpreting the application as malware may change constantly!

At this point, it should be clear that implementing workarounds for defective anti-virus software is not a viable option for application developers. Instead, since the false positive is an error (bug) in the particular anti-virus software, it can be fixed only by the developer of the anti-virus software. Therefore, it is important that you, the (paying) customer of the anti-virus company, contact the support team of the anti-virus company and report the problem to them! Most anti-virus companies provide ways to report false positives in a standardized way, e.g. by means of a webform. However, it is not possible to list them all here. So please refer to the anti-virus developer's web-site. Also, when reporting false positives, please be self-confident! As a paying customer, you can demand that false positives are fixed promptly. Otherwise, get your money back!

3.2 Performance Issues

During the startup procedure, the LameXP software has to perform a number of file-system operations. This can take a few moments. However, the startup procedure should never take longer than approximately 5 seconds. Even on our test system – Windows 7 running on an ancient Intel Core2 processor with 4 GB of RAM – the startup procedure takes only about 1.5 seconds. And that is with the "real-time protection" of Microsoft Security Essentials (MSE) enabled! If we disable the MSE "real-time protection" feature, the startup procedure takes less than 0.5 seconds. Unfortunately, it has been brought to our attention, that some other anti-virus products may slow down the startup procedure significantly! Startup delays of up to 20 seconds have been reported by users, which corresponds to a slow down factor of 40× – caused by the anti-virus software!

Consequently, if you think that LameXP is starting up "slow" on your machine, we recommend to temporarily disable or uninstall your current anti-virus software. If your anti-virus software has a so-called "real-time protection" or "guard" feature, please be sure to deactivate that feature too! As soon as the anti-virus software has been neutralized and no longer affects legitimate applications, please try launching the LameXP software again. If it turns out that the startup procedure of LameXP has become significantly faster when the anti-virus software is not interfering, then you know one thing for sure: It is the anti-virus software that was causing the slow down! Please recognize that we can not fix this kind of problems. Instead, since the problem is actually a defect of the anti-virus software, please report the problem to the developer of the anti-virus software!

Another way of detecting performance issues that are caused by sloppy anti-virus software is monitoring the CPU usage in Task Manager (or Process Explorer) while LameXP is starting up. Please make sure that you are not looking at the "overall" CPU usage, but at the CPU usage caused by the individual processes, and that "show processes from all users" is enabled. Then you will probably notice that LameXP.exe is sitting "idle", more or less, while some service process belonging to the anti-virus software is "hogging" the CPU. The anti-virus software is hindering LameXP startup! A typical example looks like this:

Please report performance issues to the anti-virus software's developer. Also, when reporting performance issues, please be self-confident! As a paying customer, you can demand that such bugs are fixed promptly. Otherwise, get your money back!

3.3 Anti-Virus Conclusions

The code of conduct regarding problems and annoyances related to so-called "anti-virus" software:

  • If your anti-virus software raises an "alarm" or "warning" while trying to launch the LameXP software or the LameXP setup program, please do not panic! In most cases, it is just the anti-virus software that went insane.

  • Unless the alleged "malware infection" has been confirmed by multiple different anti-virus engines, this (almost) certainly is a false positive, i.e. not an "infection" at all. Therefore, it can be ignored safely 😊

  • In the extremely unlikely case that you actually have a confirmed malware infection, please try re-downloading the LameXP software from one of the official mirrors first, before you send us any "malware" reports!

  • If you encounter any false positives, please report these problems to the developer of the defective anti-virus software. We are not responsible for this problem (it is a bug in the anti-virus software) and thus we can not fix it!

4 Install Instructions

This chapter explains how to install the LameXP software on your computer. If LameXP has already been installed on your computer, you may skip this chapter.

4.1 Install the LameXP Software

Distribution packages of the LameXP software is provided in two different flavours: a self-running setup program and a ZIP package. For regular users, using the setup program is highly recommended!

4.1.1 Setup Program

In order to start the installation process, simply double-click on the downloaded LameXP setup program, e.g. LameXP.yyyy-mm-dd.Release-Static.Build-xxxx.exe.

Shortly after launching the setup program, an UAC (User Access Control) dialogue may appear. This is a standard Windows security feature, so don't worry! You have to choose "Yes", if you wish to continue the installation process.

Note: If you wonder why Windows suggests that the LameXP setup program originates from an "unknown publisher", despite the fact that it was downloaded from the official web-site, then please the explanation here!

Now simply follow the instructions of the setup wizard, which will guide you through the installation process…

Note: Please do not change the "Destionation Folder", unless you know exactly what you are doing. The "Destionation Folder" cannot be changed, when upgrading an existing LameXP installation.

Congratulation, LameXP has been installed successfully on your computer!

Note: If you keep the "Run LameXP …" option enabled and click on the "Finish" button, the LameXP software will be launched immediately.

4.1.2 ZIP Package

If you decided for the ZIP package, you need to open the downloaded ZIP file, e.g. LameXP.yyyy-mm-dd.Release-Static.Build-xxxx.zip, in your favourite file archive software (we recommend using 7-Zip or WinRAR).

This step may be slightly different, depending on what file archive software (e.g. 7-Zip or WinRAR) you are using. Select all files in the LameXP ZIP archive and extract them to a new/empty directory of your choice.

Note: It is very important that you have write-access to the chosen destination directory. So make sure that you choose a directory where the required access rights are granted!

Congratulation, LameXP has been installed successfully on your computer! Now double-click on the LameXP.exe program file in order to launch the application!

4.2 Portable Mode

First of all, it is important to note that there is no such thing as a separate "portable version" or "portable edition" of the LameXP software. Instead, all versions of the LameXP software always are "portable" – in the sense that the LameXP software is fully self-contained and thus no additional dependencies (libraries, frameworks, codecs or whatsoever) need to be installed on the computer separately. Or, in other words, the LameXP software is designed to work "out of the box". And this applies regardless of whether you choose the setup program or the ZIP package!

Nonetheless, the LameXP software supports a so-called "portable mode", which can be enabled or disabled at any time. By default, i.e. when the "portable mode" is not enabled, LameXP will store all of its configuration files in the current user's %APPDATA% directory. This is the correct way of storing user-specific configuration files on a modern multi-user operating system. Some users, however, may wish to use LameXP as a portable application. For example, they may wish to run the LameXP software directly off an USB flash drive – and do that on many different machines. In this particular situation, storing the configuration files in the same location where the LameXP program file resides (e.g. on the USB flash drive), instead of the local %APPDATA% directory, may come in handy! And that is exactly what LameXP does when the "portable mode" is enabled.

4.2.1 Enable the Portable Mode

If you fully understand what the consequences of the "portable mode" are and still want to enable this mode, then simply rename the LameXP program file form LameXP.exe to LameXP-Portable.exe. You must exit LameXP, before you can rename the program file!

Note: By default, the LameXP installation directory is either C:\Program Files (x86)\MuldeR\LameXP or C:\Program Files\MuldeR\LameXP. However, this can be changed by the user during the setup process.

Portable Mode Warning

While the "portable mode" is in effect, it is the user's responsibility to ensure that LameXP will be provided with the proper access rights to save/load its configuration files to/from the LameXP program directory!

Note: The directories C:\Program Files (x86) and C:\Program Files usually are "protected" by the operating system, so LameXP probably will not be able to write into these directories.

4.2.2 Disable the Portable Mode

If you wish to disable the "portable mode" again, then all you need to do is renaming the LameXP program file form LameXP-Portable.exe back to LameXP.exe. You must exit LameXP, before you can rename the program file!

Note: After the "portable mode" has been disabled, any configurations files that may have been created in the LameXP installation directory will no longer be recognized. Therefore, you can delete these files safely…

4.3 Install the AAC Encoder

For legal reasons, the AAC (Advanced Audio Coding) encoder can not be included in the official LameXP distribution packages. Therefore, you need to download and install the AAC encoder manually. Don't worry, it's easy!

LameXP can use the Nero Digital AAC encoder as well as the QAAC (Apple iTunes/QuickTime) encoder. This chapter describes how to set up one of these AAC encoders for use with the LameXP software.

Note: If you are uncertain which AAC encoder to choose, please be aware that the QAAC encoder may produce slightly better sound quality, according to listening tests, while the Nero Digital encoder is less hassle to install.

4.3.1 Nero Digital AAC Encoder

First of all, you need to download the Nero AAC encoder from one of the following mirror sites:

Note: Although the ZIP file is sometimes called NeroAACCodec-1.5.1.zip, it may actually contains version 1.5.4.0 of the Nero AAC encoder software. Check the included changelog.txt to verify this!

Now open the downloaded ZIP file with your favourite file archive software (we recommend using 7-Zip or WinRAR) and navigate to the "win32" sub-directory.

Finally, extract all the three files neroAacDec.exe, neroAacEnc.exe and neroAacTag.exe into the LameXP installation directory. That is the directory where your LameXP executable file, i.e. the LameXP.exe, is located.

Note: By default, the LameXP installation directory is either C:\Program Files (x86)\MuldeR\LameXP or C:\Program Files\MuldeR\LameXP. However, this can be changed by the user during the setup process.

Once the required Nero AAC files have been put into the proper place, simply restart LameXP in order to enable the AAC encoding support!

4.3.2 QAAC (Apple AAC) Encoder

Getting the Apple/QuickTime AAC encoder ready involves two separate steps: In the first place we will install the QAAC encoder, and in the second place we will install the Apple AAC encoder libraries.

Install QAAC Encoder

First of all, you need to download the QAAC application, which provides a CLI font-end to the Apple/QuickTime AAC encoder. QAAC is provided as an Add-in for LameXP and is available from the following locations:

Now open the downloaded ZIP file, e.g. LameXP.qaac-addin.yyyy-mm-dd.zip, with your favourite file archive software (we recommend using 7-Zip or WinRAR) to find the required QAAC program files.

Note: The LameXP software generally expects the latest version of the QAAC add-in; and the QAAC add-in is designed to work with the latest version of the LameXP software. Make sure your files are up-to-date!

Please extract all the three files, the program qaac.exe plus its companion DLLs libsoxr.dll and libsoxconvolver.dll, into the LameXP installation directory. That is the directory where your LameXP executable file, i.e. the LameXP.exe, is located.

Note: By default, the LameXP installation directory is either C:\Program Files (x86)\MuldeR\LameXP or C:\Program Files\MuldeR\LameXP. However, this can be changed by the user during the setup process.

Install Apple AAC Encoder Libraries

Next, the actual Apple/QuickTime AAC encoder libraries, which are part of the so-called "Apple Application Support" package, need to be installed on your computer. QAAC can not work without these libraries!

The required "Apple Application Support" package is included, for example, in the official setup packages of QuickTime or iTunes for Windows, which can be obtained from the Apple web-site free of charge:

Since you usually do not want to install the complete QuickTime (or iTunes) software on your computer, please only download the QuickTime (or iTunes) setup package, but do not actually run the installer!

Instead, open the QuickTimer setup program, i.e. QuickTimeInstaller.exe, with your favourite file archive software (we recommend using 7-Zip or WinRAR) and extract the required AppleApplicationSupport.msi package.

After the "Apple Application Support" setup package has been extracted, you can launch it by double-clicking on the AppleApplicationSupport.msi file. Then simply follow the installer's instructions!

Note: If you do not want to install the "Apple Application Support" software at all, there is an alternative method, that will extract only the required DLL files from the MSI package. See here for details…

Once the QAAC encoder as well as the Apple AAC encoder libraries ("Apple Application Support") have been installed properly, simply restart LameXP in order to enable the AAC encoding support!

Note: You may run qaac.exe --check from the command prompt to ensure that QAAC has been set up correctly. Expected output is qaac 2.xx, CoreAudioToolbox x.x.x.x.

5 Tutorial (Step-by-Step Guide)

This tutorial will teach you, step by step, how to convert your audio files using the LameXP software. The tutorial assumes that LameXP is already installed on your computer.

5.1 Source Files

First of all, you need to add all source files that you want to convert. So switch to the "Source Files" tab, just in case that tab is not active already, and then click the "Add File(s)" button.

This will bring up a standard file selection dialogue. Now simply select the files that you want to add and click the "Open" button. You can repeat this step multiple times, e.g. to add files from different directories.

All files you have added, so far, will show up in the list. You can click the "Remove" button to remove a single file from the list or "Clear" to remove them all. You can also click the "Show details" button to show details about the selected file.

If you want to add an entire directory, you can select "Open Folder" from the "File" menu, which will bring up a directory selection dialogue. "Open Folder Recursively" works in a similar way, but also includes all sub-directories.

Did you know? Files can also be added via Drag & Drop. Just grab the files that you want to add in your Explorer window and drop them onto the LameXP main window (or onto the LameXP "dropbox" widget).

5.2 Output Directory

Next, you need to choose the output directory, i.e. the directory where the converted files will be saved. Switch to the "Output Directory" tab and choose the desired output directory from the directory tree view.

Note: There are several quick navigation buttons below, which will allow you to jump quickly to your personal "Home" folder, "Desktop" folder and "Music" folder, respectively.

Sometimes you may wish to store the converted files in a new (sub-)folder. In this case, simply click the "Make New Folder" button, enter the desired folder name and hit the "OK" button.

The new folder is going to be created inside the current directory and will be selected automatically. You can repeat this step multiple times in order to created nested sub-folders.

Did you know? If you enable the "Save output files in the same directory where the input file is located" option, each output file will be saved to the same location where the corresponding source file resides.

5.3 Compression Settings

Finally, you need to choose your compression settings. Most important, you must decide for an output format (encoder). Depending on your needs and preferences, you can choose between MP3, Ogg/Vorbis, Opus, AAC/MP4, FLAC and others.

Note: If you are uncertain which audio format to choose, then this article by Lifehacker is a good starting point. Also see the comparison of audio coding formats on Wikipedia. If still uncertain, just go with good old MP3 😉

Once you have decided for an audio format, you need to choose a rate-control mode next. This controls how the bits are allocated for the compressed audio files. The available rate-control modes are CBR, VBR and ABR:

  • CBR (constant bitrate) uses a fixed bitrate, i.e. each segment of the file receives the exactly same amount of bits, regardless of its contents. This comes at the advantage that the resulting file size is perfectly predictable. However, because the bitrate can not be adapted to the contents of the file at all, this generally is the least favorable mode!

  • VBR (quality-base variable bitrate) mode adapts the bitrate to the contents of the file. Each segment of the file receives as many bits as are required to hit the target quality level. This means that "complex" segments of the file will end up with a higher bitrate than more "simple" segments. The bits will be used where they are actually needed. However, because the bitrate varies strongly depending on the contents of the file, the resulting file size is completely unpredictable!

  • ABR (average bitrate) mode can be understood as a "middle course" between VBR and CBR mode. Similar to VBR mode, ABR mode adapts the bitrate to the contents of the file. But, at the same time, similar to CBR mode, ABR mode limits the bitrate variation in order to hit the specified target average bitrate, i.e. the resulting file size is predictable.

Note: If you are uncertain which rate-control mode to chose, the rule of thumb is that VBR mode should be preferred over ABR mode when possible. And CBR mode should be avoided. See also Wikipedia's article on variable bitrate encoding.

Last but not least, you need to choose the desired target bitrate (kbps) or the desired quality-level. Put simply, this controls the "quality vs. file size" trade-off. You choose a target quality-level in case of VBR mode. And you choose a target (average) bitrate in case of ABR or CBR mode. A higher target bitrate or a higher target quality level results in improved audio quality, but also comes at the cost of larger files. Conversely, a lower target bitrate or a lower target quality level results in smaller files, but also comes at the cost of reduced audio quality. The "optimal" setting highly depends on your personal preferences.

Note: If you are uncertain which bitrate or quality-level to choose, "Level 2" (VBR) or "192 kbps" (ABR) is a common choice for MP3. If the size of the resulting file is not a primary concern, you can go with "Level 0" (VBR) or "320 kbps" (ABR) right away.

Did you know? You can click the "Reset" link in order to reset all compression settings for all encoders to their factory defaults.

5.4 File Processing

When everything has been set up properly, the time has come to actually start the encoding process. So simply click the "Encode Now" button in order to get going!

This will bring up the "Processing" dialogue. LameXP will now convert all your audio files on the list. Depending on the number of audio files and depending on the performance of your system, this may take several minutes, so please be patient 😉

Note: In order to leverage the power "multi-core" processors and thus massively speed-up the encoding process, LameXP will run multiple encoding jobs in parallel – provided that your system has multiple processor cores and that there are enough encoding jobs left in the queue.

The "Processing" dialogue is going to turn green, as soon as all encoding jobs have finished successfully. If anything went wrong, e.g. if one of the encoding jobs failed for some reason, it will turn red instead.

Did you know? You can double-click on a completed (or failed) job in the list, in order to bring up a dialogue with all details about the specific job. This is especially useful, if something went wrong.

6 Command-line Usage

Additional command-line options may be passed to LameXP when launching the application. You may do so, for example, by typing the complete command-line into the command prompt or by creating a shortcut with the desired command-line options. The basic command-line syntax of LameXP is as follows: Each command-line option has to start with a -- prefix. So if you intend to pass the option called "foo", then you actually need to type --foo. Furthermore, while some command-line options are just flags, i.e. they can either be present or not (but that's it!), there also are command-line options that take an argument. The argument is appended directly to the option name to which it belongs to, but a = sign must to be inserted as a separator. If, for example, you wish to set the command-line option "foo" to an argument value of "bar", then the proper syntax is --foo=bar. Sometimes your argument value may contain whitespaces though, in which case the whole command-line option (name + argument) must be enclosed with double quotes. For example, in order to set the option "foo" to a value of "C:\Some File.bar" (note the space character between "Some" and "File"), the proper syntax is "--foo=C:\Some File.bar". Last but not least, please note that the same command-line option may appear multiple times on the command-line – whether that actually makes any sense depends on the individual option though.

6.1 Add Files and/or Folders

Command-line options for adding files and/or folders:

  • --add=filename Adds the file specified by filename to the source files list. The filename should be a fully-qualified path. If you wish to add multiple files at once, you can simply include this option multiple times.

  • --add-folder=directory Adds all supported files from the directory specified by directory to the source files list. The directory should be a fully-qualified path. Sub-directories are not considered.

  • --add-recursiver=directory This option works just like the "add-folder" option, except that it works recursively, i.e. it does take into account sub-directories. Use this option with care, since a whole lot of files may be added.

6.1.1 Examples

Here are some examples on how to use the above command-line options correctly:

  • Add one file: LameXP.exe "--add=C:\Some Folder\Some File.mp3"

  • Add multiple files at once: LameXP.exe "--add=C:\Some Folder\File #1.mp3" "--add=C:\Some Folder\File #2.mp3" "--add=C:\Some Folder\File #3.mp3"

  • Add a whole directory: LameXP.exe "--add-folder=C:\Some Folder"

6.2 GUI Adjustment Options

Command-line options for adjusting the graphical user-interface:

  • --huge-font Set the font scaling factor to 150%. Use this if you want much larger fonts.

  • --big-font Set the font scaling factor to 125%. Use this if you want somewhat larger fonts.

  • --small-font Set the font scaling factor to 87.5%. Use this if you want somewhat smaller fonts.

  • --tiny-font Set the font scaling factor to 75%. Use this if you want much smaller fonts.

6.3 Options for Debugging

Command-line options that are intended for testing and debugging:

  • --console Enable the LameXP debug console. Use this option with "release" builds of LameXP, where the console is hidden by default.

  • --no-console The opposite of the "console" option: Disable the LameXP debug console. Use this option with "pre-release" (beta) builds of LameXP, where the console is visible by default.

  • --force-cpu-no-64bit Treat the CPU as if it did not support 64-Bit (x64) applications, even when it actually does so.

  • --force-cpu-no-sse Treat the CPU as if it did not support any SSE extensions (SSE, SSE2, SSE3, SSSE3, SSSE4, etc), even when it actually does so.

  • --force-cpu-no-intel Treat the CPU as if it was a non-Intel processor, even when the vendor tag indicates an Intel processor.

  • --ignore-compat-mode Do not check whether the application is running with "compatibility mode" enabled. It's still not recommended to run with compatibility mode enabled!

6.4 Miscellaneous Options

Miscellaneous command-line options that may come in handy in certain situations:

  • --no-splash Do not show the "splash" screen while application is starting up. Be aware that this will not (considerably) improve the application startup time, because the same initialization work still needs to be performed!

  • --kill Exit all running instances of LameXP.

  • --force-kill Exit all running instances of LameXP as quickly as possible, even if that incurs data loss!

7 Help & Support

Before you report any problems that you may have encountered with the LameXP software, please make sure that the problem can be reproduced with the latest release version of LameXP!

7.1 Download Mirrors

The latest official release of the LameXP software can be obtained from one of the following official download mirrors:

The following web-sites, which are not affiliated with the developer of LameXP, provide additional download mirrors:

It is highly recommended to download LameXP only from one of the mirrors listed above. We are not responsible for the integrity and trustworthiness of LameXP downloads you may have received from other locations!

7.2 Diagnostic Output

If you want to report any problems that you have encountered with the LameXP software, please provide as much details as possible. Diagnostic output can be especially helpful here!

  • If a certain encoding job has failed, you can double-click the failed job in the LameXP "Processing" dialogue, which will bring up a detailed log for that job. Use the "Copy to Clipboard" button to save that information.

  • You can launch the LameXP application with the additional command-line parameter --console in order to enable the LameXP debug console, which provides many information on what is going on "behind the scenes".

  • If the debug console is not enabled, you may still use the DebugView utility, by Mark Russinovich, in order to show and/or capture LameXP's diagnostic output.

  • In any case, the environment variable MUTILS_LOGFILE may be used to specify a log file that will be created by LameXP. The information saved to the log file are the same as those available from the debug console.

Note: We highly recommend using a web-service like Gist, Pastie or Pastebin in order to share your diagnostic information. Please avoid posting long log files directly on the forums!

7.3 Bugtracker

The recommended way to submit bug reports or feature requests to the LameXP developers is using the issue tracking system at our GitHub project site:

Note: In order to use the issue tracking system, you need to log in with your GitHub account. Creating a GitHub account is easy and completely free of charge, simply click here!

7.4 Support Forum

If you want to discuss the development of the LameXP software, help other users or receive help from other users, please use the LameXP thread at Doom9's Forum:

Note: Due to the massive amount of spam attacks, Doom9 has established strict anti-spam measures. Therefore, it takes a few days until your account will be approved.

8 Developer Center

While LameXP originally was written in Delphi/Pascal, the current version 4 series of the software has been re-written in the C++ programming language. LameXP v4 uses the Qt cross-platform application framework and provides full Unicode support. Furthermore, LameXP is tightly coupled with the MUtilities library, a vast collection of "utility" routines and classes to extend the Qt framework. Build files are currently provided for Microsoft Visual Studio only. Linux support is currently provided via Wine; a native Linux port of LameXP is planned for a future version.

8.1 Source Code Access

The source code of the LameXP software is managed using the Git version control system. The Git repository can be cloned from one of the official Git mirrors:

  • git clone git://git.code.sf.net/p/lamexp/code LameXP (Browse)

  • git clone https://github.com/lordmulder/LameXP.git LameXP (Browse)

  • git clone https://scm.osdn.net/gitroot/lamexp/LameXP.git (Browse)

  • git clone https://bitbucket.org/muldersoft/lamexp.git LameXP (Browse)

  • git clone git://git.assembla.com/lamexp.git LameXP (Browse)

  • git clone https://gitlab.com/lamexp/lamexp.git LameXP (Browse)

  • git clone git://repo.or.cz/LameXP.git LameXP (Browse)

The source code of the MUtilities library is managed using the Git version control system. The Git repository can be cloned from one of the official Git mirrors:

  • git clone git://git.code.sf.net/p/mutilities/code MUtilities (Browse)

  • git clone https://github.com/lordmulder/MUtilities.git MUtilities (Browse)

  • git clone https://scm.osdn.net/gitroot/mutilities/MUtilities.git (Browse)

  • git clone https://bitbucket.org/muldersoft/mutilities.git MUtilities (Browse)

  • git clone git://git.assembla.com/mutilities.git MUtilities (Browse)

  • git clone https://gitlab.com/mutilities/mutilities.git MUtilities (Browse)

  • git clone git://repo.or.cz/MUtilities.git MUtilities (Browse)

Remarks: In case you are new to Git or want to extend your knowledge, have a look at the Pro Git book by Scott Chacon! For Windows users, we highly recommend using MSYS Git in conjunction with the superb Tortoise Git front-end.

8.2 Build Prerequisites

LameXP is currently being developed and built using the following development tools and libraries:

  • Visual Studio 2015 Update-1, running on Windows 10 x64 (v1511)

  • Qt libraries 4.8.7 for Windows – our pre-compiled Qt libraries for Visual Studio can be found here or here

  • Visual Leak Detector, open-source memory leak detection system for Visual C++

  • Windows Platform SDK v7.1A, included with Visual Studio 2015 or Visual Studio 2013

  • The minimum supported build platform is Windows 7 (x86 and x64)

In order to create LameXP release packages, using the included deployment scripts, you need the following additional tools:

8.3 Directory Layout

In order to build LameXP using the provided project/solution files or the provided deployment script, please make sure you have the following directory layout, where <sources_root> is a new/empty directory:

  • <sources_root>\LameXP_Qt – the LameXP "main" project
  • <sources_root>\Prerequisites – prerequisites to build LameXP
  • <sources_root>\MUtilities – the MUtilities library

The Qt libraries need to be located at the following location, where the <toolset_version> identifies your compiler version (e.g. v140_xp for VS2015) and the <build_type> identifies the build configuration (Shared, Static or Debug):

  • <sources_root>\Prerequisites\Qt4\<toolset_version>\<build_type>

8.4 Environment variables

In order to build LameXP using the provided project/solution files or the provided deployment script, make sure the following environment variables are configured on your system:

  • QTDIR – points to your Qt installation directory, such that %QTDIR%\bin\moc.exe and friends exist

8.5 Using the deployment script

In order to create LameXP release packages, using the included deployment scripts, copy the configuration template file buildenv.template.txt, located at <sources_root>\LameXP_Qt\etc\Deployment, to the file buildenv.txt in the same directory. Now edit your buildenv.txt and adjust all the path variables as needed. All paths must be set up correctly, otherwise the build process is going to fail! Once everything has been set up, you can run release.bat or release_static.bat in order to create a new release package.

8.6 Qt as Static Libraries

In order to create a "fully static" build of LameXP, i.e. a build that does not depend on any "external" DLL files (except for the obligatory operating system DLL's that you cannot get around), you'll need to compile Qt as "static" libraries. The official Qt web-site does provide pre-compiled Qt libraries. However, they only provide DLL versions, they do not provide "static" libraries. Consequently, you need to build the required "static" Qt libraries yourself. The following simple instructions should make it easy to build Qt from the sources and as "static" libraries:

  1. Make sure Visual Studio 2015 with Update-1 (or later) is installed

  2. Make sure Strawberry Perl for Windows and Python 2.7 are installed

  3. Download and extract the Qt 4.8.x source code package (e.g. to C:\QtSources\4.8.x)

  4. Edit the qmake configuration file (e.g. mkspecs\win32-msvc2015\qmake.conf) from your Qt Sources directory as follows:

    • Edit #1:
      • QMAKE_CFLAGS_RELEASE = -O2 -MD
      • QMAKE_CFLAGS_RELEASE = -O2 -MT <more optimization flags here>
    • Edit #2:
      • QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MD -Zi
      • QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MT -Zi <more optimization flags here>
  5. Open a new command window (cmd.exe) – use this very same console for all upcoming steps!

  6. Add Strawberry Perl to your PATH (e.g. set PATH=C:\strawberry\perl\bin;%PATH%)

  7. Add Python 2.7 to your PATH (e.g. set PATH=C:\python27;%PATH%)

  8. Run vcvarsall.bat x86 form your Visual C++ install directory - within the same console!

  9. Change the current directory to the Qt Sources path (e.g. C:\QtSources\4.8.x)

  10. Run configure.exe -release -static -ltcg -qt-zlib -qt-libpng -qt-libjpeg -qt-libtiff -qt-libmng

  11. Now the makefiles should have been generated, so simply enter nmake /B and be patient - voilà!

  12. The build process is going to take good amount of time. Once it is done, make sure you got all needed libs:

    • lib\qtmain.lib
    • lib\QtCore.lib
    • lib\QtGui.lib
    • lib\QtSvg.lib
    • lib\QtXml.lib
    • plugins\imageformats\qico.lib
    • plugins\imageformats\qsvg.lib
    • plugins\imageformats\qtga.lib
  13. Put all the static *.lib files into the <sources_root>\Prerequisites\Qt4\<toolset_version>\Static\lib directory

  14. ImageFormat plugins go to <sources_root>\Prerequisites\Qt4\<toolset_version>\plugins\imageformats

  15. Congratulations, you should now be prepared to build the Release_Static configuration of LameXP 😊

Note: Static libraries only work with the exactly same compiler (version) they were built with!

9 F.A.Q. (Frequently Asked Questions)

This section tries to answer some of the most frequently asked questions. So if you have a question, please carefully read this section, before you send the question to us via email or before you open a new support ticket 😉

9.1 Q: Do I have to pay for using or obtaining LameXP?

A: Nope. LameXP is free software. You may use it free of charge and for any purpose, including commercial purposes, according to the terms of the GNU General Public License. The developers of LameXP will never ask you to pay for using the LameXP software. Also, several free download mirrors are provided. However, it was brought to our attention, that there are some third-party web-sites which offer payed downloads of LameXP, or provide LameXP downloads that have been infected with Adware – we do not cooperate with any of these web-sites! Therefore, please do not pay money for using or obtaining the LameXP software; the developers of LameXP will not benefit from this money at all. If anybody tries to make you pay money for using and/or for obtaining the LameXP software, you should not respond to this dubious offer!

9.2 Q: Can I redistribute the LameXP software?

A: Yes. LameXP is free software. You may modify and/or redistribute it freely, according to the terms of the GNU General Public License. However, be aware that it is strictly forbidden to bundle the LameXP program files and/or the LameXP installation program with any kind of Adware, Spyware or PUP (potentially unwanted program). Usually, no additional permission is needed to redistribute LameXP. If, however, you wish to redistribute the LameXP software in a way that does not comply with the license terms, then a written permission from the author (copyright holder) is absolutely necessary!

9.3 Q: How can I donate to the authors of LameXP?

A: LameXP is a non-profit project. The authors of the LameXP software currently do not accept any donations, in terms of money. If you wish to support the LameXP project, then you may do so by contributing translations, by improving the LameXP program code or by providing web-servers. Please feel free to contact us at any time, if you want to help!

9.4 Q: Why is this software called LameXP?

A: Originally, the LameXP software was created as a very simple GUI front-end to the LAME MP3 command-line encoder. The original version of this software, released some time in 2004, did not support any encoders except for LAME, it did not support any input formats except for Wave Audio, it did not support any audio filters, it did not support multi-threading, it did not support Unicode file names and it did not handle meta information. Because the software was a front-end to LAME, and because, back at that time, Windows XP was the most popular Windows version (by far), we decided to call the software "LAME front-end for Windows XP" – or, in short, LameXP. Anyway, more and more features have been added to the LameXP software over the years. Also, the software has been re-written from the scratch two times. Nonetheless, the original name of the software has remained. Now, a whole lot of people know the software by this name, so it is unlikely to ever change.

9.5 Q: Why are the LameXP binaries not digitally signed?

A: They are signed! The official LameXP binaries are digitally signed by PGP signatures, created using the GnuPG software. However, the LameXP binaries are not signed in a way that the Microsoft Windows operating system recognizes. Please note that Microsoft Windows does not currently recognize PGP (GnuPG) signatures. For this reason, Microsoft Windows may show a warning message when trying to launch or install the LameXP software. Microsoft Windows will also complain that the LameXP program files originate from an "unknown publisher", as it can't understand the PGP signature.

So why are the LameXP binaries not signed in the way Microsoft Windows recognizes? This is because Microsoft Windows uses a hierarchical trust model: Windows trusts into a number of Certificate Authorities (CA), which are built into the operating system. These CA's can issue signing certificates, e.g., to software companies. The software company can then use its signing certificate to sign their binaries. Finally, Windows will verify the signature by using the corresponding signing certificate. And the signing certificate is verified using the built-in CA certificate. However, there are problems: First of all, CA's do not issue software signing certificates for free. Also these certificates are only valid for a limited period of time. LameXP is a non-profit project and therefore we can not afford buying new certificates in regular intervals! Secondly, and even more important, the whole system depends on the trustworthiness of a few root CA's. But, as we all (should) know by now, the CA's can be forced to create "bogus" certificates, e.g. on the request of intelligence services or other governmental organizations.

PGP, on the other hand, is based on the "web of trust" concept. This means that all participants sign each others' keys – after the keys have been verified. There are no "almighty" authorities! If you want to verify the LameXP signatures yourself, then you may do so by using the Gpg4win software package, an easy-to-use distribution of the GnuPG software for Microsoft Windows. Of course you will also require the public key of the LameXP developers! The finperprint of our PGP signing key is DFAD4340D83D4020435D78BB2B5913365F57E03F and the corresponding public key block is provided in the following. If you are not familiar with the GnuPG software yet, please have a look at the Gpg4win compendium or the GnuPG manual.

MuldeR's signature key:

pub   rsa4096 2015-08-23 [expires: 2025-08-20]
       DFAD 4340 D83D 4020 435D 78BB 2B59 1336 5F57 E03F
 uid   LoRd_MuldeR (muldersoft.com)

PGP key block containing the required key:

-----BEGIN PGP PUBLIC KEY BLOCK-----
 mQINBFXZtmgBEADZVW8CgoSjGvjwKVWWfZ+I/MsyD1y495hp7or+XW+OW/wWI7Qb
diff --git a/doc/Manual.md b/doc/Manual.md
index 6788b023..318e4dac 100644
--- a/doc/Manual.md
+++ b/doc/Manual.md
@@ -104,24 +104,50 @@ Note that LameXP uses a number of *third-party* applications and libraries. The
 LameXP is [*free software*](http://en.wikipedia.org/wiki/Free_software_movement), released under the terms of the [*GNU General Public License* (GPL), version 2](http://www.gnu.org/licenses/gpl-2.0.html). The licenses for most software and other practical works are designed to take away your freedom to share and change those works. In contrast, the GPL is designed to *guarantee* your freedom to share and change all versions of the software. In other words, the GPL ensures that free software is going to remain free for all of its users until doomsday. LameXP adds some additional terms in order to keep your computer safe from unwanted software. See the *GNU General Public License* for more details!
 
 	LameXP - Audio Encoder Front-End
-	Copyright (C) 2004-2019 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 the Free Software Foundation; either version 2
-	of the License, or (at your option) any later version.
+	Copyright (C) 2004-2020 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
+	the Free Software Foundation; either version 2 of the License, or
+	(at your option) any later version; always including the non-optional
+	LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 
 	This program is distributed in the hope that it will be useful,
 	but WITHOUT ANY WARRANTY; without even the implied warranty of
 	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 	GNU General Public License for more details.
 
-	You should have received a copy of the GNU General Public License
-	along with this program; if not, write to the Free Software
-	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+	You should have received a copy of the GNU General Public License along
+	with this program; if not, write to the Free Software Foundation, Inc.,
+	51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-**Addendum:** When distributing binaries of the LameXP software, it is *strictly forbidden* to bundle the LameXP program files and/or the LameXP installation program with any kind of *Adware*, *Spyware* or *PUP (potentially unwanted program)*, including, but not limited to, any downloaders, dialers, browser toolbars/extensions or restricted shareware/demo programs. It is, however, perfectly legitimate to bundle LameXP with other *OpenSource* programs, according to the OSI (Open Source Initiative). Finally, it is also legitimate to bundle LameXP with *commercial software*, as long as that software does *not* meet the criteria of *Adware*, *Spyware* or *PUP*. If you bundle the LameXP software with another software, you are *required* to make sure that the user is provided with an easy way to install and start the LameXP software separately from that other software.
+### GPL Addendum
 
+The *non-optional* LameXP GNU General Public License addendum is defined as follows:
+
+	            LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM
+	                     Version 1.1, March 2020
+
+	LameXP is released under the terms of the GNU GENERAL PUBLIC LICENSE
+	(Version 2, see below) including the following *additional* refinements:
+
+	                            Preamble
+
+	It was brought to our attention that some third parties bundle LameXP with
+	Adware, Spyware or other forms of PUP (potentially unwanted programs).
+	This addendum has been created to protect our users from such harassments.
+
+			 TERMS AND CONDITIONS FOR COPYING AND DISTRIBUTION
+
+	It is STRICTLY FORBIDDEN to bundle the LameXP software with other software
+	in such a way that launching, installing or downloading the LameXP
+	software involves the risk of launching, installing or downloading Adware,
+	Spyware or other forms of PUP (potentially unwanted programs).
+
+	It is perfectly allowed to bundle the LameXP software with other software,
+	provided that the LameXP software still CAN be installed and launched
+	from the bundle WITHOUT installing and/or launching any other components.
+	Other components contained in the bundle MUST be opt-in, NOT opt-out.
 
 
 # Anti-Virus Notes #
diff --git a/etc/NSIS/license.rtf b/etc/NSIS/license.rtf
index 0df1a1adc4eda55076e3b4e05ed7c473c1666cb2..3ab8d2686a885bdeae8cdc3ef6983631cc4cac47 100644
GIT binary patch
literal 21255
zcmb`PU2hxNv98Z`fc%FA-;5o|j^%uuOuP|*mMEKh%aS5d;~4P8Zjnu?GbEc~lhz19
z{`+~}s#@JmN}kL<=L`~ABD-tVs(R~lRrf!?tT(g6FU7K{?8jtvd-&!LZ@x^++3fX~
zWxcH?^ta){(`7ZeE2nQ>r^DB;UcWm0)9?QH=3igF
zR^|PV)pGj#FWbps`t`5Atcvy2)@TlYpZfoO+0MV*q|?F2;omOO`?Krxet0	Gs?$
z>vyN4qs0G*XIH~CI6fYp9bbRs`enT=zudeQ&0qhjPpkd?hjQIi^)em4Iy^`pi}mC#
zy?Om6?(q9gi$%$bRg>1`yeyh>nzl=}pEh@8+LY@>lj@oM@olD@((}C9n}gJpWx6Tn
z_5F)fEhqEsv|8R8ky$-W?gS@?>1>uCv=vI%?8R6#OAKpq^4f5wYzFPO^9w&mE6Fd=Vc0E+*g}B
zr#hJ47whsMU9BGUOG3{zf?20o9g?}YzDUnkwJlK0=MPBlzF2M$<7!>su8T$U;+4}H
z-yvi+T`s5FMYw1xzEqVilMbnssg5I8l#>2~x
zS7~r|oQ}@Vjz{Cs`Po%EIltu3i_fF8_x9EC=xTg9dUvgF_v8k1`tE3a`dPQV8wqIQ
zDr6%(gnXKMwlQ%?P$7`~nNzKn&UJx09$f14V!NE&q4@(K(QJ^FP=G+E_5E^Q7cE45
z5vP->a?96x{uND$jdj)hC{+F;lA%JU_y0qWP6?zTu~oUAp)u6Xe(HNyAc#IC>}FHV=jmv025zzlxxQFVLlEWENf~HFAsG2I8h<#y9_M=`c5eDDqHhJr
z2M?i0c}E-zmKZoYhtxWCAM@*SQ(&%BC>p1+&d2Mkv3RRjo0rw{Af26$?e}`S*@3Kc
z**dA-FYW|?#?kx|rm5Nj1Y3PUdyJK1lECW}}-v4$|v4
zhlj6U9{%q2VY1}y$8!rcSOc}M87HvbM+?o
ztcU}BCFGDcl(A(qjK
zJtKA7lu~y%P0s_|>sy0O79`R|gkNDVRWmJ;?yKhRh2ZXsvb9NBv1Eg&xN1U5s$eN`
z-j*13Y%$*r-ubL|zb*`;+QBe1fNa8(OaLSNwv?7>S>8MQIdyq!w%PLZEecB9mI)=3wC)#2mV8#*}T|wlT#mQIn)+l3thca})Vk#dbE2Q@N=kk^y#kNr}27
zKuJ!%rjwIE_^u!uu&;0^+x1$0z|&X1DxftsW_Q=aO*C_|FHxD4Yeh8#-w^+r>ZY2L
zo+2Z8Igxi!`v#xXd|%E7;w_XzIZ@4o|2>eOa7p=7u~^N?Fyq=M30neKWP?G7cO`3u
zJ0-{504HdP(IU-CsEOaj7B6!v42d!DRH1ajx*~ypqzLFz_g(2O;T)6soC)mN1Ee0z
zU=Lb^vT8;p-#VopY9Thjb+sHdcYufs2>=cst1%iw(?c?d@kJH8+fiW#*C+5BsWN2O
zm%SJc%pkPz3nm?!KhcB?39O)t2dbb1N+NnK%^8zctjW~pqqepy0%#?H{!N$Iv
zm$$`SDc_=MtgI4hpdV>LPjygNdKHTAue=9=!Mv#tOmStwTJFU0`msHgEOH=h(rrhj
zMQb~OSl@@)PMPxxE8$48m(#E+c)-!Ixn)gCzE*sEuywIsk7`+Q9?8+#$jiR$bak_B
zsIriNEElDWvz#mXz~qYhgs+tM+y@MdT}86#lJ+z
za#O4yQ1@6K8vqGlV8UFr1-(T<=plGdXb;G*!YdN#@6TNgnSWT$)DazE1kNTsg&mAS
zs%ftit@(VuPkePDnksItA8MwdD3=YuYU}u6eU<>
zoP~s{Tw*mZ!We|E&iCEbbH&7_kjSLV1sOT|Y7v)9$0u7q!2Rj$NvL6+XBXb-ct-7^
zo=^BgOU|$q&si;oW#q9XZN}U%Fn?w{yRqhzHEGI}NrpB{0(C0sHbi8PuO%Caip^DD
z(KWHoNclFp{m+a0Xe$|fWxqs;LbmNUggnDc^6ExDt!jEiuw}VY>@8SnOEYaqy^uca
z2(%ssHaX2u!EE9%efrkag4`Cjin-4};G=OmGeA#_jk~lo40{_5ccXQvsIejPe8+dS
zbXron3?@D6^YKin_)y^`%+BHfjVLl5IcyqH&j_Q>cI;z7O7_+B9|s?TBcc43(d}&9
za_Tk-@2Uv%D;e!?br8XYzO8#c6S0W~yGQFi{e$&s0PDFZ5bAs=WgqeP}w348Z63;&P>w6Tb;U
z@R(xLI(z0g2?sVzMWZ@4|)j5;g%s*;=kZR8|m7WM>Ov)RqcswbQKPViyV$Y*y7|TW=f0Dn6+E
zEXWWB`DCTqofyc*EZqrq`&VT`Icp2Y7JHh^i)w+m*h5ZY-liYRawWqOTq3n~Dt@nG
zwS`yZcvzn$Jg3n)5MBEWRo^t_5+4d}ZMCKEv~;26()!LVqLc+O7*x@dvHyz;2&vO|FkWR%;D`d$Vzk{gH3XBN29~(6qwY_sVbAzd%mS
z&Y1|gwmQ8zBFMs&7p9TRtdekvob4Eh4j^SDjj@@#(WQyKM{p4~xO2v}1
zP8^z=!jV0geOWs$J7pPbbi#X{w&fbnz{ZXNM$|9;KuOXP&17wcI_U&<&mniDGA78qhCfY8
zbB=#jJ|HR=fdX=aa*n6k(Yw0r9UVnw%SBqmxN5v{quAN$!qDOQZ_0T^M`>r_oZtLo
zTd5BV?wu@|SfApn7kj=)XpsYf)~Vkysx#M$$EkWQ$~s}+IaJ}vu&FWxf5!4WA?b`^R$YxpIs&p%sX<)e1p^J
zc}ngA`?S_u+K@2EhQzW1^Ij4d;sd!{)4Y=+8xo0to9(Z2#8G(Y0(ZLB)kBG>!6NL61Ups~biDY{or7g+ZdERXL3;}8(%k*+%4;P~VL#x>Nvs5OUeq3t;
zy1JB$sR-
z_OX@$6ELIc2@8osbxsY*)tpp8gsRt6qY+g62vQsO%-_lnv#lFHbwOx7K6{Q@+O=BF
z^S}<4J7P%bcU>--6T1%l9tN@>*0%O{L}Yc&J?dXYQb$jhz**n?oxg#OADy7;39UZ)
zG~({!iA2Fk1(7BlT9kT2Wk7EDxaRTH5MQG%s3(TeX(G-(l@$&qIz(62g%z|~(`WM%
zdzsXnUFht=CLtCS?Bsl1lU-dRU$cZ&vz(Da1U
zgL+Y{D@=)a>Mgyl7pyeJ6V10^C6v(7CE0wuTa*_@Y7O^;^tG7N2(>bUeg^SDt;e?I
zsl7hXa+J%jyW$H^5raD4A+DK@%)U~%gn~PCzpK9;Ey4dyPlN43Kd+`e0QR)garFPDCUW1$YI4Uc*|;}S
zkc?h{HH+AcE-@W;jPPl)LelK?~hr
z!6_LZzIgOW9&<=t#Y$V1sA~B~Sw~?!Cjr29IVDbdYSf`p#tN1hZD&$JX83HP&uiSc
zN&9Rj>uN=QW{xC>UJ+N2m6=tX!e))ebXXe-MWEXt0Qvwx=)7X0u;dIeCt&cPci~yQ
z$NL`eI^@8#9YHIqMprdG=qys!<&Tp*c>VY#&0HThd9R99MR8Qh1
zw@XXHjQe&yrxZ1e0IUdPb11uF_3Qj6Cx7jZr4@MU6rj|gA6b!8ZgiTZz^+qaG3A6n
z)x4zj0t!%~=^%rSomQBl!pOAKlDdVsfTW(JVrc4(M6?|S%fO8y%WdtLJ6fCjTiGLV
zpj=idxJE|#Cr1~_NZn~*;+#ly6q!IEZ>dMA*lp|e1hkj%{Ju+g1VD*~4A3S7D4}h*
zN%LGbKhSc%lL$FCj&zwo`4fj_jXJJ)I-eoTvA>sg=@edlKwz|r4O!;Kp(NDfAo~eM
zb~3>oK3cb}<4nh}olbJJO5(tIl(kM&pkN&2H~p;r2?l*zt!=A-k_uE$*fC`5(-9e8
zn1H+nAPrETNpZ^PIwdsOwqCJD9Gm2Aq|jT%@T2#Dy=pWTDL?CEic}HU_GL0F>vEw1
z5&k#ZLQZ&?R|PGWJr)1KRUF_Uc6RlHAk)v9XlRWyno4K8+UO$4>LDAi>KP6vS9F&HDiPkF_u
zT06E975C%qIWf)x$;>z(i~!>N$=>0i9$u9r}W2H
zelW*$rvuW(TcjXqALOcP3jhhxjfl
zw{m!g5qXv;&hLT5XB4J$37KR?WaLWKMYHXi+w$m7e>BYX-tDaUP9e!l_eh(fAz(HE
zK-E;PmSLJ&ud~M(@bW^Cjse)52z#AH3*Nh-pxaglr9Hd<->>MPc~$}`ocKSs?THc}
zu($O0?ex|fvd9q7^$LEU-*7cl%bCh+Z{2bw{F!*X)b>VNdM?@7A+SfJ7yw~3Xf-d*WV2y)pGU0}0&q0q&QLnZaH_EdLoWGhNMwdYpFtl@jhpziS}`D7zO
za;TjxouJbG>>ty8_^zDvL}s0yi^$UYOJ!Fp-$rtS
zz!gfv1;D%=(oN~}+2aeaBL^CPQH5JJ#I}6LzB!S%dMgIHp(6gW+;0$^ss?4VyV2J!
zqiLCqh;Xo0C}qPeN#|m8F^{l
zpI(w+bd+gKwsVG?Ce@lLdQEdp2v*weO~HUh4kB%fHy;MX#JNky+s(fD?n;A-byD|k
z%2UzgzAThGi9H5(&-q6?jnmb3ZB8>ATi!cXfEt;IGlQ|e+?7aT&ZgtcPU-^a90q}P
z<`nFS2w7AjgAR>ysqM)+2g$PqXP1l
zzEImoF>JS;rX5gt8I-$T*?#eAj01utPfP6Ba?(b)l^v&1iePmgP2XkB^`2{~a&b0p
zHMNh!kXg5FPjf5U$i3!MNVe1&ow2QW+@WPI&rfB;F&`O48#o8!mMF^c%55;{C&wbh
zC}(N$&Qpmbo4@{*-}zR?gjBaHc{j1)Q;WZy)>NkYY)aLu!5QXGEG#$t!wt%Ii62f&
zm*v4iX(U+BoJt~&gJ4$xZu0{?d(Y`cr1k)CSCc>Q*yXqn0obr^dpwh2W5jwwL4E~;
z_hCXCZ{bSD#ww~XRaVY4zGBzG8qk&5S%EBy8j4=MdgQP`x_Zd>wYTN=q#;0apU
zCqqeOHH8ib`NS!YgIh7llw>=8My%|akVVcoLbba|c+?G1(=z9&ZC0gX&y6ew^5l`N
zW_5GP96hd%Tq-unF-1M<_y{`Sp_YWjsErPZe5rD(upJKpPB;ybI69RfWjbj%aAICm>4JBU
zV;l&m&i!IcNZ;So)9?}+
z!;g_VD|451@-JJy(xaMvLS~CCrpZj`blKPhgHkxXY}l&cL7qA
zgSyqcwUC(Kv&C?$J`jy|a4$f2xf?ue`Y&k9L1>am$3N0Hj$+GDmh#_x#d5p2Dc92A
z&Plj$!&+@K>yGT*@Tk)AUX^({><1~aVY!!QZ3xlB7wb%h`B9~LxkT@VmAYdUgTYfZ
zh4U6;nWi`3ocDuR_(+~^XT3b&0t77Gci1?ktL!JcXQLj;qdN_Anb2Nomvj-btdr}5
zKgL5)?&Pk{l}~0>jm@X|`sPDodltas=Q&}{1Lr+!vm;wOsFguwhl8i4`^YEM8twTD
zsL~XSwP5g?JH7#w<$Patg`*Sz6PiJ_TLknyUWEw!K^@gH=2q+x3S_EGxQ$BfF?s7M
zf1z^r7CvDYt-yNEx4pH8%6M`?_8L}hp~>56GJUJIq%U|or*cq?wWmF-heTk)Tolv-
zGJ4+Rwq{DqcL~nSmU*_zlN=MMjdI}}g+kKtuHj-IsXp0FdN7h6xq88LcTm$4llom|
zv@Ro>wc@iRh7}(6FrkB$r~f-UPoD;tmxHtMXJ65OrgX?y>AT_4;QDHq#vg|1;`03c
z<=|r)UFBC19H*1Z;V_+_q@xdm%lE?rU3WRu6_2RuIrJVCEkvMnh2h_hh8N@X>BI2MxjWZFpGI(YH6G}$(OLR*$s_MP
z<*rrq#QWvw{fBY-aDI9`ytK#Se+vtCW4ahzjz_~Qr^UX07#;8K@!8;tT|7(q!Rag^
z?R9YWIsMn@?D!xJd8~SP33nHl!>g;|aqxDTMjzS0kSj)KN2k}vaK#hBJb!(5K1OzI
z6pqK|Ca!#KRsw9Xh*SDFyhN~P1d2xc(ngyG(KZ7d#-=r8#%f@9bEF3h|7!f
zt0B^o0FdbjOb^Xx=dUVbc;S$>EX*wGo!TI3wbGjN{{xCX{Se)AB
z@M17RIeJyW<)uiSpX~wokeO4I46cSh2r$=YrxL^E@UPcw^a`4yO16azex6ga*LI?zPpdP$KOke;&j||taBuU9C
zjt3tH?}t|*iWV`(UAzK>*H2swk4A%2Llj^I6Q?dN-U#y7YiXMgf>Iiwc7*E;>bZXu
zAl1r}S#Wfg0Rv$LTTV?f;QR51(dBWrN_{X$Cxg-HH3$yYGb&mB9I=Y7p;Ia}O*y@|
z?23-CV3I~BEPC`Iynrb8)%pP)y&H1b;P?l8$#E!gcxQS5}}M4y3xllN!5JLwy*V4$M)M^G$(>!|6zZ>Nmi!(OJ@H`#ik|Dcn|j?{BBioH>B*fg;w
zo%hO)M+(}POq*%LWmLX*wCK<{wApx0L@`qU5RpU9L~s7cIg4Cl&RfWOhsrV&bvT+y$(^MHVF
zu?L&v!l^iTMc0I(nPoLGi(M6zQaIjf_YvAC+k3`lzQdnbVA?=$HvvcSkQ_sw^yTvN
zCwL0JRsG|#v$1C`HovHz9t-o68r;e0sJVPJ?f8C4(L#4cowr=t{_*>RJ=Y=6;qIq(
z8=b=XBsiGUD1e@@9K5?aKfN9gc}rEV%6My4TYxET9Fw&u5qpFA}g`oQ~{bQ9(-)pLUazBR|mW
z2Hru>_yYy%O>Yk1ftIaccbJUFIaz?nW?m)_JT7RemoF!DE1Bn)*_TTW>ls67UcOX>
zQC7gPg^u6NZw6|2B-Zl=_B@u}fMORj%rdVZAn+Vx)<$epz|LHP4ugXXRoUAe!b>-5
zyD)Uc9r$Ka8%_=xNy4*qp;z6Gc-Zh+Gz8i~Lfz?tTIwAtjXysBK`|L@VNLc%4}!iX
z94$;MGVZ_E?sNS>H*<+HMtZZ99am%Ed0hz6C}>jww>afr5fEZ`*fgc5G6fTl`0{XLq#DBH;No**GZ^K5vmgcbv{bvxN0k{glzBHUa_$)dreeT
zQI1>@d*Z?kegJ3A+`02#V1qA}Ml+**Z{FM4{rJ7{d-GFsMOh^LG{&fdZ%CA-QU*dd
zh(swDBnlJ1D49gy`AIhSkCw~rtsC-`#4KfnFS7!sWh5Ep5_)DAo0g6qMn_BXfwRSX
zp3*LE4U_z)(UOW#c^L759L>S`UonO>Tdy(EF&r^L@{g*tl)
zFCkZ7omU%ND!Z|}K?3#H*}JdF0KUemK=3kQ6oTt|L^Y0^${p>i)u^q0jE0YbN&*Ss
z!tqYto_k=QUcrU!y7sAewN_C(W8;Cwr$cveq7Uu9GjVDN^vh|#KmEt|)=U#%#u&(i
z)lQ#Bd+OWxq53tp)tB8J)ts2>=jPp&0Ztm42J{ZWWAj`vI1_%z44741GU#-W0sX9$
zS!%%420#|ZxP?3D0N{LP-`+owGJoD~FBS_kPAfAj;
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,7 +20,6 @@
 ; // http://www.gnu.org/licenses/gpl-2.0.txt
 ; ///////////////////////////////////////////////////////////////////////////////
 
-
 ;--------------------------------
 ;Basic Defines
 ;--------------------------------
@@ -145,11 +145,11 @@ Var StartMenuFolder
 VIProductVersion "${PRODUCT_VERSION_DATE}.${LAMEXP_BUILD}"
 
 VIAddVersionKey "Author" "LoRd_MuldeR "
-VIAddVersionKey "Comments" "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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version."
+VIAddVersionKey "Comments" "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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version; always including the non-optional LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM."
 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-2019 LoRd_MuldeR"
+VIAddVersionKey "LegalCopyright" "Copyright 2004-2020 LoRd_MuldeR"
 VIAddVersionKey "LegalTrademarks" "GNU"
 VIAddVersionKey "OriginalFilename" "LameXP.${LAMEXP_DATE}.exe"
 VIAddVersionKey "ProductName" "LameXP - Audio Encoder Frontend"
diff --git a/etc/Patches/!_Readme.txt b/etc/Patches/!_Readme.txt
index f4cfe760..0ace446e 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-2019; each patch is released under the very same license as the original tool.
+All patches provided here are Copyright (c) LoRd_MuldeR  2004-2020; 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 f4cfe760..0ace446e 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-2019; each patch is released under the very same license as the original tool.
+All patches provided here are Copyright (c) LoRd_MuldeR  2004-2020; 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/Translation/Blank.nsh b/etc/Translation/Blank.nsh
index ad15d058..d1519be5 100644
--- a/etc/Translation/Blank.nsh
+++ b/etc/Translation/Blank.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/Blank.ts b/etc/Translation/Blank.ts
index a8478a03..aceb9864 100644
--- a/etc/Translation/Blank.ts
+++ b/etc/Translation/Blank.ts
@@ -54,308 +54,308 @@
         
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         
     
     
-        
+        
         Please visit %1 for news and updates!
         
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         
     
     
-        
+        
         The following people have contributed to LameXP:
         
     
     
-        
+        
         Programmers:
         
     
     
-        
+        
         Project Leader
         
     
     
-        
+        
         Translators:
         
     
     
-        
+        
         Special thanks to:
         
     
     
-        
+        
         Official Mirrors:
         
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         
     
     
-        
+        
         The following third-party software is used in LameXP:
         
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         
     
     
-        
+        
         OggEnc - Vorbis Encoder
         
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         
     
     
-        
+        
         Available from vendor web-site as free download:
         
     
     
-        
+        
         Aften - A/52 audio encoder
         
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         
     
     
-        
+        
         Opus Audio Codec
         
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         
     
     
-        
+        
         OggDec - Vorbis Decoder
         
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         
     
     
-        
+        
         Completely open audio compression format.
         
     
     
-        
+        
         Musepack - Living Audio Compression
         
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         
     
     
-        
+        
         Speex - Free Codec For Free Speech
         
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         
     
     
-        
+        
         dcaenc
         
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         
     
     
-        
+        
         SoX - Sound eXchange
         
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         
     
     
-        
+        
         n/a
         
     
diff --git a/etc/Translation/LameXP_DE.nsh b/etc/Translation/LameXP_DE.nsh
index e6bb9baa..90189d2b 100644
--- a/etc/Translation/LameXP_DE.nsh
+++ b/etc/Translation/LameXP_DE.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_DE.ts b/etc/Translation/LameXP_DE.ts
index 6cc25c3c..8496526e 100644
--- a/etc/Translation/LameXP_DE.ts
+++ b/etc/Translation/LameXP_DE.ts
@@ -4,12 +4,12 @@
 
     AboutDialog
     
-        
+        
         Please visit %1 for news and updates!
         Bitte besuchen Sie %1 um aktuelle Informationen zu erhalten!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Hinweis: LameXP ist freie Software. Zahlen Sie <b>kein</b> Geld, um LameXP zu erhalten oder zu verwenden! Gehen Sie insbesondere <b>nicht</b> auf kostenpflichtige Download-Angebote ein !!!
     
@@ -44,233 +44,233 @@
         Schließen
     
     
-        
+        
         The following people have contributed to LameXP:
         Die folgenden Personen haben an LameXP mitgewirkt:
     
     
-        
+        
         Translators:
         Übersetzer:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Wenn Sie LameXP in Ihre Sprache übersetzen möchten, melden Sie sich bitte bei uns!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Die folgende Drittsoftware wird in LameXP eingesetzt:
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Veröffentlicht unter den Bestimmungen der GNU Lesser General Public License.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Komplett offene und patentfreie Technologie zur Audiokompression.
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Freeware HE-AAC Kodierer auf dem neuesten Stand der Technik.
     
     
-        
+        
         Available from vendor web-site as free download:
         Als kostenloser Download auf der Herstellerseite verfügbar:
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Offene und patentfreie Technlogie zur verlustfreien Audiokompression.
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         Von Jory Stone &lt;jcsston@toughguy.net&gt; und LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk Icons - Über 700 Icons im PNG-Format
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         Von Mark James, veröffentlicht unter der Creative Commons 'BY' Lizenz.
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         Angry Chicken und Ghost Scream Sound
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         Von Alexander, veröffentlicht unter der Creative Commons 'BY' Lizenz.
     
     
-        
+        
         n/a
         n/v
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Frei verfügbarer Quellcode, einfaches SDK und nicht-restriktive Lizenz.
     
     
-        
+        
         Completely open audio compression format.
         Komplett offengelegtes Audiokompressionsformat.
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Veröffentlicht unter den Bestimmungen der GNU General Public License.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         Das Urheberrecht an LameXP als Gesamtwerk liegt bei LoRd_MuldeR. Das Urheberrecht an der eingesetzten Drittsoftware liegt bei den jeweiligen Autoren.
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Audiokodierer-Oberfläche
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - Quelloffener mp3-Kodierer
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Verlustfreier Audio-Codec
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Schneller MPEG Audio Konsolen-Dekodierer
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - Quelloffener MPEG-4 und MPEG-2 AAC Dekodierer
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Hybride verlustfreie Kompression
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Verlustfreie Audio Kompression
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Verlustfreier Audio-Codec
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Multimedia Analysewerkzeug
     
     
-        
+        
         SoX - Sound eXchange
         
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC Referenz MPEG-4 Kodierer
     
     
-        
+        
         Musepack - Living Audio Compression
         
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Verlustfreie Audiokompression
     
     
-        
+        
         Speex - Free Codec For Free Speech
         
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Freier und quelloffener Codec für Sprachaufzeichnung.
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Hinweis: Diese Demo (Test) Version von LameXP läuft am %1 ab. Noch %2 Tage übrig.
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 Audio-Kodierer
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - WMA Dateien als Wave Audio speichern
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth zu Wave Audio Konverter
     
     
-        
+        
         dcaenc
         
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         
     
@@ -285,22 +285,22 @@
         Lizenzbedingungen
     
     
-        
+        
         Programmers:
         Entwickler:
     
     
-        
+        
         Project Leader
         Projektleitung
     
     
-        
+        
         Opus Audio Codec
         
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Komplett offener, kostenloser und vielseitiger Audio Codec.
     
@@ -315,47 +315,47 @@
         Über Qt...
     
     
-        
+        
         Special thanks to:
         Besonderen Dank an:
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - ALAC Encoder/Decoder für Win32
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         Die ALAC Referenzsoftware von Apple wird unter der Apache-Lizenz veröffentlicht.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec aus den AC3Filter Tools - AC3/DTS Decoder
     
     
-        
+        
         Official Mirrors:
         Offizielle Spiegelserver:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis Kodierer
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggEnc - Vorbis Dekodierer
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Kommandozeilen Ogg Vorbis Dekodierer von John33.
     
diff --git a/etc/Translation/LameXP_ES.nsh b/etc/Translation/LameXP_ES.nsh
index 62cf7206..a678066a 100644
--- a/etc/Translation/LameXP_ES.nsh
+++ b/etc/Translation/LameXP_ES.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_ES.ts b/etc/Translation/LameXP_ES.ts
index 6a03882a..7928cdb7 100644
--- a/etc/Translation/LameXP_ES.ts
+++ b/etc/Translation/LameXP_ES.ts
@@ -4,12 +4,12 @@
 
     AboutDialog
     
-        
+        
         Please visit %1 for news and updates!
         ¡Por favor, visite %1 para estar enterado de noticias y actualizaciones!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Nota: LameXP es software libre. ¡<b>No</b> pague por LameXP! ¡¡¡Si alguna web intenta hacerle pagar por descargar LameXP, usted <b>no</b> debería aceptar!!!
     
@@ -44,234 +44,234 @@
         Cancelar
     
     
-        
+        
         The following people have contributed to LameXP:
         Las siguientes personas han contribuido a LameXP:
     
     
-        
+        
         Translators:
         Traductores:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         ¡Si está dispuesto a traducir LameXP, contáctenos sin dudarlo!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Software de terceros que se utiliza en LameXP:
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Distribuido bajo los términos de la Licencia Pública General Menor GNU.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Tecnología de codificación de audio abierta y libre de patentes.
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Codificador puntero HE-AAC con soporte de 2 pases.
     
     
-        
+        
         Available from vendor web-site as free download:
         Disponible en la página web del proveedor como descarga gratuita:
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Tecnología de codificación de audio sin pérdidas, abierta y libre de patentes.
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         n/a
         n/d
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Código fuente disponible, SDK simple y licencias no restrictivas.
     
     
-        
+        
         Completely open audio compression format.
         Formato de comresión de audio completamente abierto.
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Distribuido bajo los términos de la Licencia Pública General GNU.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         LameXP tiene copyright de LoRd_MuldeR. El copyright del software de terceros usado en LameXP pertenece a sus autores individuales.
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Interfaz de codificación de audio
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         The LAME encoder was meant, not LameXP application
         LAME - Codificador mp3 de código abierto
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Códec de audio libre sin pérdidas
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Consola de Reproducción/Decodificación de audio MPEG
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - Decodificador MPEG-4 y MPEG-2 AAC de código abierto
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Compresión híbrida sin pérdida
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Compresor de audio sin pérdida
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Códec de audio sin pérdida
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Herramienta de análisis de archivos multimedia
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Sound eXchange
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - Guardián de privacidad GNU
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Codificador MPEG-4 Nero AAC
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Compresór de audio con pérdida
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Compresór de audio con pérdida
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Códec libre para libre expresión
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Patente de formato de audio de código abierto diseñado para expresión.
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Nota: Esta es una versión demo (preliminar) de LameXP que expirará el %1. %2 días restantes.
     
     
-        
+        
         Aften - A/52 audio encoder
         Codificador de audio Aften - A/52
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Conversor de WMA a WAV
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Conversor de Avisynth a WAV
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distribuido bajo licencia LGPL.
     
@@ -286,22 +286,22 @@
         Licencia
     
     
-        
+        
         Programmers:
         Programadores:
     
     
-        
+        
         Project Leader
         Líder del proyecto
     
     
-        
+        
         Opus Audio Codec
         Opus Audio Codec
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Codec de audio versátil, completamente abierto y libre de derechos de autor.
     
@@ -316,47 +316,47 @@
         Acerca de Qt...
     
     
-        
+        
         Special thanks to:
         Agradecimientos a:
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - The Ultimate Packer for eXecutables
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - De/codificador ALAC mediante línea de comandos Win32
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         La implementación de referencia ALAC de Apple está disponible bajo la licencia Apache.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec de AC3Filter Tools - Decodificador AC3/DTS
     
     
-        
+        
         Official Mirrors:
         Espejos oficiales:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis Encoder
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Vorbis Decoder
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Línea de comandos Ogg Vorbis decodificador creado por John33.
     
diff --git a/etc/Translation/LameXP_FR.ts b/etc/Translation/LameXP_FR.ts
index f6457e2e..a81c3b23 100644
--- a/etc/Translation/LameXP_FR.ts
+++ b/etc/Translation/LameXP_FR.ts
@@ -4,12 +4,12 @@
 
     AboutDialog
     
-        
+        
         Please visit %1 for news and updates!
         Visitez %1 pour les nouveautés et mises à jour!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Remarque : LameXP est un logiciel gratuit. Ne payez <b>pas</b> pour l'obtenir ou l'utiliser ! Si un site web tente de vous faire payer pour son téléchargement, n'acceptez surtout <b>pas</b> !!!
     
@@ -44,237 +44,237 @@
         Fermer
     
     
-        
+        
         The following people have contributed to LameXP:
         Les personnes suivantes ont contribué à LameXP:
     
     
-        
+        
         Translators:
         Traducteurs:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Si vous êtes prêt à contribuer à une traduction de LameXP, n'hésitez pas à nous contacter!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Le logiciel tiers suivant est utilisé dans LameXP:
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Distribué sous les termes de la licence publique générale limitée GNU.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Technologie d'encodage audio complètement ouverte et libre de brevets.
         Technologie d'encodage audio entièrement ouverte et sans brevets.
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Encodeur de pointe gratuit HE-AAC avec le support 2-Passes.
     
     
-        
+        
         Available from vendor web-site as free download:
         Disponible sur le site web officiel en téléchargement gratuit:
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Technologie de compression audio sans perte ouverte et sans brevets.
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Certains droits réservés.
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         Par Jory Stone &lt;jcsston@toughguy.net&gt; et LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk Icons - Plus de 700 icônes en format PNG
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         Par Mark James, distribué sous la license Creative Commons 'BY'.
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         Sons de poulet en colère et de cri de fantôme
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         Par Alexander, distribué sous la license Creative Commons 'BY'.
     
     
-        
+        
         n/a
         n/a
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Code source disponible gratuitement, SDK simple et licence non-restrictive.
     
     
-        
+        
         Completely open audio compression format.
         Format de compression audio complètement ouvert.
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Distribué sous les termes de la licence publique générale GNU.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         LameXP dans son ensemble est protégé par LoRd_MuldeR. Les droits d'auteur des logiciels de tiers utilisés dans LameXP appartiennent aux auteurs individuels.
         Les droits d'auteurs de LameXP dans son entièreté sont détenus par LoRd_MuldeR. Les droits d'auteurs des logiciels tiers appartiennent à leurs auteurs respectifs.
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Encodeur audio
         LameXP - Encodeur audio
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - encodeur mp3 Open Source
         Lame - Encodeur MP3 open-source
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Codec audio libre sans perte
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Lecteur/décodeur audio MPEG rapide
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - Décodeur AAC MPEG-4 et MPEG-2 AAC open source
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Compression hybride sans perte
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Compresseur audio sans perte
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Codec audio sans perte
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Outil d'analyse de fichiers médias
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Échange sonore
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - Le garde de la vie privée privé GNU
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Encodeur de référence MPEG-4 Nero AAC
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Compression audio vivante
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Compression audio sans perte
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Codec libre pour la voix
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Format audio open source sans brevets conçu pour la voix.
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Note : Cette version  de démonstration de LameXP expirera le %1. Encore %2 jour(s) restant(s).
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - Encodeur audio A/52
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Transformer les fichiers WMA en Wave
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Convertisseur Avisynth en Wave
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distribué sous la licence LGPL.
     
@@ -289,22 +289,22 @@
         Licence
     
     
-        
+        
         Programmers:
         Programmeurs :
     
     
-        
+        
         Project Leader
         Chef de projet
     
     
-        
+        
         Opus Audio Codec
         Opus Codec Audio
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Codec audio entièrement ouvert, libre et polyvalent.
     
@@ -319,47 +319,47 @@
         A propos de Qt...
     
     
-        
+        
         Special thanks to:
         Grand merci à :
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - The Ultimate Packer for eXecutable
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Encodeur/décodeur ALAC Win32 en ligne de commande
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         L'implémentation ALAC de référence par Apple est disponible sous licence Apache.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec depuis les outils AC3Filter - Décodeur AC3/DTS
     
     
-        
+        
         Official Mirrors:
         Téléchargements officiels:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Encodeur Vorbis
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Décodeur Vorbis
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Décodeur Ogg Vorbis en ligne de commande créé par John33.
     
diff --git a/etc/Translation/LameXP_HU.nsh b/etc/Translation/LameXP_HU.nsh
index d55ba685..9f1ec369 100644
--- a/etc/Translation/LameXP_HU.nsh
+++ b/etc/Translation/LameXP_HU.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_HU.ts b/etc/Translation/LameXP_HU.ts
index eb9b15de..19778188 100644
--- a/etc/Translation/LameXP_HU.ts
+++ b/etc/Translation/LameXP_HU.ts
@@ -54,308 +54,308 @@
         Elvetés
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Audió kódoló
     
     
-        
+        
         Please visit %1 for news and updates!
         Kérjük, keresse fel a %1 oldalt a friss hírekért és naprakész frissítésekért!
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Megjegyzés: Ez a demó a LameXP (előzetesen kiadott) verziója le fog járni ekkor: %1. Még %2 napja maradt.
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Megjegyzés: A LameXP egy ingyenes szoftver. <b>Ne</b> fizessen a LameXP beszerzéséért vagy használatáért! Ha egy külső weboldal pénzt kér a LameXP letöltéséért cserébe, semmi esetre <b>se</b> reagáljon az ajánlatra !!!
     
     
-        
+        
         The following people have contributed to LameXP:
         A következő személyek működtek közre a LameXP fejlesztésében:
     
     
-        
+        
         Programmers:
         Programozók:
     
     
-        
+        
         Project Leader
         Projektvezető
     
     
-        
+        
         Translators:
         Fordítók:
     
     
-        
+        
         Special thanks to:
         Külön köszönet:
     
     
-        
+        
         Official Mirrors:
         Hivatalos tüköroldalak:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Ha részt szeretne venni a LameXP fordításában, nyugodtan lépjen kapcsolatba velünk!
     
     
-        
+        
         The following third-party software is used in LameXP:
         A következő 3. féltől származó szoftvert használja a LameXP:
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - OpenSource mp3 kódoló
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Kiadva a GNU Kevésbé általános közreadási szerződés feltételei alapján
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis kódoló
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Teljesen nyílt és szabadalom-mentes hangkódolási technológia.
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC referencia MPEG-4 kódoló
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Ingyenes (freeware) korszerű HE-AAC kódoló 2-menetes támogatással.
     
     
-        
+        
         Available from vendor web-site as free download:
         Elérhető a gyártó weboldaláról ingyenesen letölthető formában:
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 audió kódoló
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Ingyenes veszteségmentes hangkódek
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Nyílt és szabadalom-mentes veszteségmentes hangtömörítési technológia.
     
     
-        
+        
         Opus Audio Codec
         Opus audió kódek
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Teljesen nyílt forrású, jogdíj-mentes, sokoldalú audió kódek.
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Gyors konzolos MPEG audió lejátszó/dekódoló
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - Nyílt forráskódú MPEG-4 és MPEG-2 AAC dekódoló
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Kiadva a GNU Általános közreadási szerződés feltételei alapján
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Vorbis dekóder
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         John33 által készített parancssori Ogg Vorbis dekóder.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec az AC3Filter eszközökből - AC3/DTS dekóder
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Hibrid veszteségmentes tömörítés
     
     
-        
+        
         Completely open audio compression format.
         Teljesen nyílt hangtömörítési formátum.
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Hangtömörítő
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Veszteségmentes hangtömörítő
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Szabadon elérhető forráskód, egyszerű SDK, és korlátozás mentes licenckezelés.
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Veszteségmentes hangtömörítő
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Ingyenes kódek a Free Speech-hez
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Nyílt forráskódú beszédhez tervezett szabadalom-mentes hangformátum.
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Veszteségmentes hangkódek
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32 parancssori ALAC kódoló/dekódoló
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         Az ALAC referencia implementáció az Apple által elérhető az Apache licenc alatt.
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - WMA fájlok kiírása Wave audióba
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth a Wave Audio konvertálóhoz
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Szerzői jog (c) 2008-2011 Alexander E. Patrakov. Terjesztve az LGPL alatt.
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Médiafájl elemző eszköz
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Hangváltó
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - A GNU adatvédelmi őr
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - Végrehajtható állomány tömörítő
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk ikonok - Több mint 700 ikon PNG formátumban
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         Mark James által közzétéve a Creative Commons 'BY' licenc alatt.
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         Angry Chicken és Ghost Scream hang
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         Alexander által közzétéve a Creative Commons 'BY' licenc alatt.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         A LameXP szerzői joga teljes egészében LoRd_MuldeR-hez tartozik. A LameXP-ben használt 3. féltől szármató szoftverek szerzői jogai az egyes szerzőkhöz tartoznak.
     
     
-        
+        
         n/a
         n/a
     
diff --git a/etc/Translation/LameXP_IT.ts b/etc/Translation/LameXP_IT.ts
index 4165326e..958f49b3 100644
--- a/etc/Translation/LameXP_IT.ts
+++ b/etc/Translation/LameXP_IT.ts
@@ -4,12 +4,12 @@
 
     AboutDialog
     
-        
+        
         Please visit %1 for news and updates!
         Visita %1 per novità e aggiornamenti!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Nota: LameXP è un software gratuito. <b>Non</b> pagare nulla per avere o per usare LameXP! Se qualche sito web di terze parti chiede di essere pagato per farti scaricare LameXP, <b>non</b> accettare l'offerta!!!
     
@@ -45,246 +45,246 @@
         Chiudi
     
     
-        
+        
         The following people have contributed to LameXP:
         Le persone seguenti hanno contribuito a LameXP:
     
     
-        
+        
         Translators:
         Traduttori:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Se sei disposto a contribuire alla traduzione di LameXP, sei libero di contattarci!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Il seguente software di terze parti è usato in LameXP:
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Rilasciato nei termini della GNU Lesser General Public License.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Tecnologia di codifica audio completamente aperta e libera da brevetti.
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Encoder o Codificatore - codifica in due passaggi.alla modalità 2 passaggi.        codifica in modalità 2 passaggi.
         Eccellente Encoder HE-AAC Freeware. Supporta i 2 Passaggi.
     
     
-        
+        
         Available from vendor web-site as free download:
         dal sito web del fornitore:
         Disponibile come download gratuito sul sito web del fornitore:
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
          libera e non vincolata da brevetti.
         Tecnologia di compressione audio lossless aperta e libera da brevetti.
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         n/a
         n/a
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         e licenza/e non restrittiva/e.
         Codice sorgente liberamente disponibile, SDK semplice e licenza non restrittiva.
     
     
-        
+        
         Completely open audio compression format.
         completamente aperto.------ libero.
         Formato di compressione audio completamente aperto.
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Rilasciato nei termini della GNU General Public License.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         utilizzati
         Il copyright di LameXP nel suo complesso appartiene a LoRd_MuldeR. Il copyright del software di terze parti usati in LameXP appartiene ai singoli autori.
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Interfaccia Grafica per Encoder Audio
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - OpenSource mp3 Encoder   LAME - Encoder mp3 OpenSource 
         LAME - Encoder mp3 OpenSource
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Free Lossless Audio Codec
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Veloce Console Player/Decoder Audio MPEG
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         Scegliere fra Decodificatore oppure Decoder e usare la stessa regola per Codificatore oppure Decoder. Forse è meglio utilizzare l'inglese perché il terzo termine (Codec) non ha traduzione italiana (Codificatore/ Decodificatore)
         FAAD - Decoder MPEG-4 e MPEG-2 AAC OpenSource
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Compressione Lossless Ibrida-----------WavPack - Hybrid Lossless Compression
         WavPack - Compressione Lossless Ibrida
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Compressore Audio Lossless
         Monkey's Audio - Compressore Audio Lossless
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Lossless Audio Codec
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Media File Analysis Tool-------MediaInfo - Strumento di Analisi Files MultiMediali
         MediaInfo - Strumento di Analisi Files MultiMediali
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Sound eXchange
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - The GNU Privacy Guard
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC Reference MPEG-4 Encoder
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Living Audio Compression
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Compressore Audio Lossless
         Shorten - Compressore Audio Lossless
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Free Codec For Free Speech
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Formato audio Open Source  libero da brevetti progettato per il parlato.
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Nota: Questa versione dimostrativa (pre-rilascio) di LameXP scadrà il %1. Restano ancora %2 giorni.
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 audio encoder---------Encoder audio A/52
         Aften - Encoder audio A/52
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Dump WMA files to Wave Audio
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth to Wave Audio converter
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distribuito su licenza LGPL.
     
@@ -299,23 +299,23 @@
         Licenza
     
     
-        
+        
         Programmers:
         Programmatori:
     
     
-        
+        
         Project Leader
         Leader del Progetto
     
     
-        
+        
         Opus Audio Codec
         Codec Audio Opus
         Opus Audio Codec
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Codec audio totalmente aperto, gratuito, estremamente versatile.
     
@@ -330,50 +330,50 @@
         Riguardo Qt...
     
     
-        
+        
         Special thanks to:
         Un ringraziamento speciale a:
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - The Ultimate Packer for eXecutables
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32 command line ALAC encoder/decoder-------------refalac -Encoder/decoder ALAC a riga di comando per Windows 32bit
         refalac -Encoder/decoder ALAC a riga di comando per Windows 32bit
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         L'implementazione di riferimento ALAC di Apple è disponibile sotto la licenza Apache.------------Il riferimento all'implementazione di ALAC da parte di Apple 
         Il riferimento all'implementazione di ALAC da parte di Apple è disponibile su licenza Apache.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec from AC3Filter Tools - AC3/DTS Decoder---------Valdec da AC3Filter Tools - Decoder AC3/DTS
         Valdec da AC3Filter Tools - Decoder AC3/DTS
     
     
-        
+        
         Official Mirrors:
         Mirror Ufficiali:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Encoder Vorbis
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Decoder Vorbis
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Decoder Ogg Vorbis a riga di comando creato da John33.
     
diff --git a/etc/Translation/LameXP_JA.nsh b/etc/Translation/LameXP_JA.nsh
index b17cc273..1dd62b27 100644
--- a/etc/Translation/LameXP_JA.nsh
+++ b/etc/Translation/LameXP_JA.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_JA.ts b/etc/Translation/LameXP_JA.ts
index 393c36ec..cb83388a 100644
--- a/etc/Translation/LameXP_JA.ts
+++ b/etc/Translation/LameXP_JA.ts
@@ -54,308 +54,308 @@
         閉じる
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - オーディオエンコードフロントエンド
     
     
-        
+        
         Please visit %1 for news and updates!
         新着情報と更新のためには %1 にアクセスしてください!
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         注: LameXP のデモ版 (正式公開前) です。有効期限は %1.まで、残り %2 日です。
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         注 : LameXP は無料のソフトウェアです。 LameXP の入手や利用にお金を<b>払わないで</b>!どこかのサイトで LameXP をダウンロードするのに支払いを求められても、これに<b>応じないで</b>!
     
     
-        
+        
         The following people have contributed to LameXP:
         LameXP の開発に貢献した人たちだよ :
     
     
-        
+        
         Programmers:
         プログラマー :
     
     
-        
+        
         Project Leader
         プロジェクトリーダー
     
     
-        
+        
         Translators:
         翻訳者 :
     
     
-        
+        
         Special thanks to:
         心から感謝します :
     
     
-        
+        
         Official Mirrors:
         公式ミラーサイト :
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         LameXP の翻訳に貢献したいなら、お気軽に連絡ください!
     
     
-        
+        
         The following third-party software is used in LameXP:
         LameXP で使われているサードパーティー製ソフトウェア :
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - オープンソースの mp3 エンコーダー
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         GNU Lesser General Public License で公開されています。
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis エンコーダー
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         完全にオープンで特許のないフリーな音声エンコード技術。
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC Reference MPEG-4 エンコーダー
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         2 パスに対応するフリーウェア最先端の HE-AAC エンコーダー。
     
     
-        
+        
         Available from vendor web-site as free download:
         開発者のサイトから自由にダウンロードできます :
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 音声エンコーダー
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Free Lossless Audio Codec
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         オープンで特許のないロスレス音声圧縮技術。
     
     
-        
+        
         Opus Audio Codec
         Opus 音声コーデック
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         完全にオープンで、使用料のない万能音声コーデック。
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - 高速なコンソール型 MPEG オーディオプレーヤー / デコーダー
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - オープンソースの MPEG-4 と MPEG-2 AAC デコーダー
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         GNU General Public License.で公開されています。
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Vorbis デコーダー
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         John33 が作ったコマンドライン型 Ogg Vorbis デコーダー。
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - ハイブリッドなロスレス圧縮
     
     
-        
+        
         Completely open audio compression format.
         完全にオープンな音声圧縮形式。
     
     
-        
+        
         Musepack - Living Audio Compression
         
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - ロスレス音声圧縮
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         自由に使えるソースコード、シンプルな SDK 、制限のないライセンス。
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - 言論の自由のための自由なコーデック
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         言論用に設計されたオープンソースで特許のない音声フォーマット。
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - ロスレス音声コーデック
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32 コマンドライン型 ALAC エンコーダー / デコーダー
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         Apple 製の ALAC を参照して実装する際は Apache ライセンスで利用できます。
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - WMA ファイルを Wave オーディオにダンプする
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         Daniel Stenberg による MIT/X Derivate License にて公開されています。
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth を Wave オーディオに変換
     
     
-        
+        
         dcaenc
         
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - メディアファイル分析ツール
     
     
-        
+        
         SoX - Sound eXchange
         
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - 実行ファイルの究極圧縮機
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk Icons - 700 を超える PNG 形式のアイコン
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         Mark James により、 Creative Commons BY License で公開されています。
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         Alexander により Creative Commons BY License で公開されています。
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         LameXP の著作権は LoRd_MuldeR に帰属します。LameXP で利用されているサードパーティー製ソフトウェアの著作権はそれぞれの開発者に帰属します。
     
     
-        
+        
         n/a
         なし
     
diff --git a/etc/Translation/LameXP_KR.ts b/etc/Translation/LameXP_KR.ts
index d447c8d9..237a3e56 100644
--- a/etc/Translation/LameXP_KR.ts
+++ b/etc/Translation/LameXP_KR.ts
@@ -4,17 +4,17 @@
 
     AboutDialog
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - 오디오 인코더 프런트-엔드
     
     
-        
+        
         Please visit %1 for news and updates!
         새로운 소식과 업데이트를 위해 %1로 방문하여 주십시오!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         알림: LameXP는 무료 소프트웨어입니다. LameXP를 내려받거나 사용하기 위해서 <b>돈을 지불하지 마십시오</b>. 일부 타 웹사이트에서 LameXP를 내려받기 위해서 지불을 요구한다면 <b>절대로</b> 내려받지 마십시오!!!
     
@@ -49,218 +49,218 @@
         닫기
     
     
-        
+        
         The following people have contributed to LameXP:
         다음 분들이 LameXP 번역에 도움을 주셨습니다:
     
     
-        
+        
         Translators:
         번역 도우미:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         LameXP 번역에 도움을 주실 분들은 연락주시기 바랍니다!
     
     
-        
+        
         The following third-party software is used in LameXP:
         다음과 같은 타사 소프트웨어가 LameXP에 사용되었습니다:
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - 오픈소스 MP3 인코더
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         GNU 약소 일반 공중 사용 허가서의 약관 하에 출시됨.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         완전 공개되고 특허 받은 무료 오디오 인코딩 기술.
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC 레퍼런스 MPEG-4 인코더
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         2-패스를 지원하는 최신 기술의 프리웨어 HE-AAC encoder.
     
     
-        
+        
         Available from vendor web-site as free download:
         무료 다운로드를 제공하는 웹사이트에서 사용 가능:
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - 무료 무손실 오디오 코덱
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         공개 및 특허 받은 무료 무손실 오디오 압축 기술.
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - 빠른 콘솔 MPEG 오디오 플레이어/디코더
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - 오픈소스 MPEG-4 및 MPEG-2 AAC 디코더
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         GNU 일반 공중 사용 허가서의 약관 하에 줄시됨.
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - 하이브리드 무손실 압축
     
     
-        
+        
         Completely open audio compression format.
         완전 공개된 오디오 압축 형식.
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - 실시간 오디오 압축
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - 무손실 오디오 압축기
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         자유롭게 사용 가능한 소스 코드, 간소한 SDK와 비제한 라이센스.
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - 무손실 오디오 압축기
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - 음성화를 위한 무료 코덱
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         음성화 제작을 위해 설계된 공개 무료 오디오 형식.
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - 무손실 오디오 코덱
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         저작권 (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         By Jory Stone &lt;jcsston@toughguy.net&gt; 및 LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - 미디어 파일 분석 도구
     
     
-        
+        
         SoX - Sound eXchange
         SoX - 사운드 교환
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - GNU 개인정보 보호
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk 아이콘 - PNG 형식의 700 이상의 아이콘
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         By Mark James, 크리에이티브 커먼즈 'BY' 라이선스에 의해 공개됨.
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         성난 닭과 귀신 울음 소리
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         By Alexander, 크리에이티브 커먼즈 'BY' 라이선스에 의해 공개됨.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         LameXP 전체의 저작권은 LoRd_MuldeR에게 있습니다. LameXP에 사용된 타사 소프트웨어는 각 소프트웨어의 저작자에게 저작권이 있습니다.
     
     
-        
+        
         n/a
         없음
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         알림: LameXP의 이 데모(pre-release) 버전은 %1에 만료됩니다. 아직 %2일 남음.
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 오디오 인코더
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - WMA 파일을 Wave 오디오로 덤프
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth를 Wave로 오디오 변환
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         저작권 (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
     
@@ -275,22 +275,22 @@
         라이센스
     
     
-        
+        
         Programmers:
         프로그래머:
     
     
-        
+        
         Project Leader
         프로젝트 리더
     
     
-        
+        
         Opus Audio Codec
         Opus 오디오 코덱
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         완전 오픈 소스, 저작권 사용료 무료, 매우 다목적 오디오 코덱.
     
@@ -305,57 +305,57 @@
         Qt에 대해...
     
     
-        
+        
         Special thanks to:
         특별히 감사합니다:
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - The Ultimate Packer for eXecutables
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32 command line ALAC encoder/decoder
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         애플 ALAC 참조 구현은 아파치 라이센스에 따라 사용 가능함.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         AC3Filter Tools의 Valdec - AC3/DTS Decoder
     
     
-        
+        
         Official Mirrors:
         공식 미러:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis Encoder
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Vorbis Decoder
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Command line Ogg Vorbis decoder created by John33.
     
diff --git a/etc/Translation/LameXP_PL.nsh b/etc/Translation/LameXP_PL.nsh
index 940679dc..c1a10b8c 100644
--- a/etc/Translation/LameXP_PL.nsh
+++ b/etc/Translation/LameXP_PL.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_PL.ts b/etc/Translation/LameXP_PL.ts
index 8ad63143..e8fa56f5 100644
--- a/etc/Translation/LameXP_PL.ts
+++ b/etc/Translation/LameXP_PL.ts
@@ -4,23 +4,23 @@
 
     AboutDialog
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Program do kompresji dźwięku
     
     
-        
+        
         Please visit %1 for news and updates!
         Odwiedź %1 aby zobaczyć nowości i aktualizacje!
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Uwaga: To jest wersja próbna LameXP, która wygaśnie %1. Pozostało jeszcze %2 dni.
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Uwaga: LameXP jest darmowym oprogramowaniem. <b>Nie</b> płać nikomu za ten program! Jeśli ktoś oferuje Ci LameXP za pieniądze <b>nie</b> kupuj od niego!!!
     
@@ -75,287 +75,287 @@
         Zamknij
     
     
-        
+        
         The following people have contributed to LameXP:
         Osoby które pomogły w rozwoju LameXP:
     
     
-        
+        
         Programmers:
         Programiści:
     
     
-        
+        
         Project Leader
         Lider projektu
     
     
-        
+        
         Translators:
         Tłumacze:
     
     
-        
+        
         Special thanks to:
         Specjalne podziękowania dla:
     
     
-        
+        
         Official Mirrors:
         Oficjalni dostawcy:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Jeśli chcesz wspomóc LameXP w obsłudze większej ilości języków, nie wahaj skontaktować się z nami!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Programy firm trzecich, które zostały użyte w LameXP:
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - Otwartoźródłowy koder mp3
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Wydane na warunkach licencji GNU Lesser General Public License.
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Koder formatu Vorbis
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Całkowicie otwarta i wolna od patentów technologia kompresji dźwięku.
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Referencyjny koder MPEG-4 Nero AAC
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Darmowy, jedyny w swoim rodzaju koder HE-AAC z obsługą dwóch przebiegów.
     
     
-        
+        
         Available from vendor web-site as free download:
         Darmowy pakiet dostępny do pobrania ze strony wydawcy:
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - Koder dźwięku A/52
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Darmowy i bezstartny kodek dźwięku
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Otwarta i wolna od patentów technologia bezstratnej kompresji dźwięku.
     
     
-        
+        
         Opus Audio Codec
         Opus Audio Codec
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Otwartoźródłowy, wolny od patentów, wielozadaniowy kodek dźwięku.
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Szybki dekoder/odtwarzacz MPEG Audio
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - Otwartoźródłowy dekoder MPEG-4 oraz MPEG-2 AAC
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Wydane na warunkach licencji GNU General Public License.
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Dekoder formatu Vorbis
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Dekoder Ogg Vorbis obsługiwany z linii komend, stworzony przez John33.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Dekoder AC3/DTS z narzędzi AC3Filter Tools Valdec'a
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         Wavpack - Bezstratny hybrydowy kodek dźwięku
     
     
-        
+        
         Completely open audio compression format.
         Całkowicie otwarty format kompresji dźwięku.
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Koder dźwięku
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Koder bezstratnego formatu dźwięku
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Szeroko dostępny kod źródłowy, prosty SDK i licencja bez restrykcji.
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Bezstratny kodek dźwięku
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Darmowy kodek dla mowy ludzkiej
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Otwartoźródłowy, wolny od patentów format dźwięku przeznaczony dla mowy ludzkiej.
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Bezstratny kodek dźwięku
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Koder/dekoder ALAC na platformę Win32 działający z wiersza poleceń
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         Referencyjna implementacja formatu ALAC firmy Apple jest dostępna na licencji Apache.
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Dekoder plików WMA do Wave
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         Prawo do własności (c) posiada 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Pewne prawa zastrzeżone.
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         Autorstwa Jory Stone &lt;jcsston@toughguy.net&gt; i LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
     
     
-        
+        
         cURL - Curl URL Request Library
         cURL - Biblioteka klienta Curl URL
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         Autorstwa Daniela Stenberga, wydane na warunkach licencji MIT/X Derivate License.
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Konwerter dźwięku z Avisynth do Wave
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Prawa autorskie: 2008-2011 Alexander E. Patrakov. Rozpowszechniane na licencji LGPL.
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Narzędzie do analizy plików multimedialnych
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Sound eXchange
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - GNU Privacy Guard
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - The Ultimate Packer for eXecutables
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk Icons - Ponad 700 ikonek w formacie PNG
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         Autorem programu jest Mark James, wydano na na licencji Creative Commons "BY".
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         Dźwięk Angry Chicken i Ghost Scream
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         Autorem programu jest Alexander, wydano na licencji Creative Commons "BY".
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         Do programu LameXP jako całości, prawa autorskie posiada LoRd_MuldeR. Prawa autorskie oprogramowania firm trzecich należą do autorów poszczególnych programów.
     
     
-        
+        
         n/a
         n/d
     
diff --git a/etc/Translation/LameXP_RU.nsh b/etc/Translation/LameXP_RU.nsh
index 02dbc149..e89dd154 100644
--- a/etc/Translation/LameXP_RU.nsh
+++ b/etc/Translation/LameXP_RU.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_RU.ts b/etc/Translation/LameXP_RU.ts
index 337c35ac..6b42e381 100644
--- a/etc/Translation/LameXP_RU.ts
+++ b/etc/Translation/LameXP_RU.ts
@@ -4,17 +4,17 @@
 
     AboutDialog
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Внешний интерфейс аудио кодировщиков
     
     
-        
+        
         Please visit %1 for news and updates!
         Пожалуйста посетите %1 для новостей и обновлений!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Rephrased the translation so it corresponds more to the original.
         Примечание: LameXP является бесплатным программным обеспечением. <b>Не</b> платите деньги, чтобы получить или использовать LameXP! Если какой-то веб-сайт пытается заставить Вас заплатить за загрузку LameXP, Вы <b>не</b> должны отвечать на это предложение!!!
@@ -50,219 +50,219 @@
         Отменить
     
     
-        
+        
         The following people have contributed to LameXP:
         Следующие люди внесли вклад в развитие LameXP:
     
     
-        
+        
         Translators:
         Переводчики:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Если Вы желаете внести вклад в развитие LameXP, не стесняйтесь связаться с нами!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Typo correction
         Следующее ПО третьих лиц используется в LameXP:
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - Кодировщик mp3 с открытым исходным кодом
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Распространяется на условиях GNU Lesser General Public License.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Полностью открытая и свободная от патентов технология кодирования аудио.
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC MPEG-4 кодировщик
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Бесплатный кодировщик HE-AAC высшего класса с поддержкой 2-х проходов.
     
     
-        
+        
         Available from vendor web-site as free download:
         Доступно для бесплатной загрузки с сайта поставщика:
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - свободный аудио кодек без потерь
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Открытая и свободная от патентов технология сжатия аудио без потерь.
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - быстрый консольный плеер/декодер аудио MPEG
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - декодер MPEG-4 и MPEG-2 AAC с открытым исходным кодом
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Распространяется на условиях GNU General Public License.
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - гибридное сжатие без потерь
     
     
-        
+        
         Completely open audio compression format.
         Полностью открытый формат сжатия аудио.
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - живое сжатие аудио
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - сжимальщик аудио без потерь
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Свободно доступный исходный код, простой SDK и не ограничивающее лицензирование.
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - сжимальщик аудио без потерь
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - свободный кодек для свободной речи
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Открытый, свободный от патентов аудио формат, спроектированный для речи.
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - аудио кодек без потерь
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - инструмент анализа медиа-файлов
     
     
-        
+        
         SoX - Sound eXchange
         
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         Программа LameXP защищена авторским правом LoRd_MuldeR. Авторское право на  программное обеспечение третьих сторон, используемое в LameXP, принадлежит индивидуальным авторам.
     
     
-        
+        
         n/a
         н/д
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Внимание: эта демо (пре-релиз) версия LameXP прекратит работу %1. Осталось %2 дней.
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - кодировщик аудио A/52
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Сброс WMA файлов в Wave Audio
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - преобразователь Avisynth в Wave Audio
     
     
-        
+        
         dcaenc
         
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Copyright (c) 2008-2011 Александр Е. Патраков. Распространяется на условиях LGPL.
     
@@ -277,22 +277,22 @@
         Лицензия
     
     
-        
+        
         Programmers:
         Программисты:
     
     
-        
+        
         Project Leader
         Руководитель проекта
     
     
-        
+        
         Opus Audio Codec
         аудио кодек Opus
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Полностью открытый, безвозмездный, очень разносторонний аудио кодек.
     
@@ -307,57 +307,57 @@
         О Qt...
     
     
-        
+        
         Special thanks to:
         Отдельная благодарность:
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - ALAC кодировщик/декодировщик, запускаемый из командной строки Win32
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         Референсная реализация ALAC от Apple доступна на условиях лицензии Apache.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         
     
     
-        
+        
         Official Mirrors:
         Официальные зеркала:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - кодировщик Vorbis
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - декодировщик Vorbis
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Консольный декодировщик Ogg Vorbis, созданный John33.
     
diff --git a/etc/Translation/LameXP_SV.ts b/etc/Translation/LameXP_SV.ts
index 55c00626..c1a97642 100644
--- a/etc/Translation/LameXP_SV.ts
+++ b/etc/Translation/LameXP_SV.ts
@@ -4,23 +4,23 @@
 
     AboutDialog
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Ljudkonvertering
     
     
-        
+        
         Please visit %1 for news and updates!
         Besök %1 för nyheter och uppdateringar!
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         OBS! Denna testversion av LameXP kommer att upphöra %1. %2 dagar kvar.
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         OBS! LameXP är gratis mjukvara. Betala <b>inte</b> för att ladda ner eller använda LameXP! Om någon webbsida försöker ta betalt för LameXP, bör du lämna sidan <b>utan</b> att ladda ner något!
     
@@ -75,287 +75,287 @@
         Stäng
     
     
-        
+        
         The following people have contributed to LameXP:
         Följande har medverkat i LameXP:
     
     
-        
+        
         Programmers:
         Programmerare:
     
     
-        
+        
         Project Leader
         Projektledare
     
     
-        
+        
         Translators:
         Översättare:
     
     
-        
+        
         Special thanks to:
         Speciellt tack till:
     
     
-        
+        
         Official Mirrors:
         Officiella spegelservrar:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Kontakta oss gärna om du vill medverka il LameXP, med en översättning!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Följande 3:e-parts mjukvara används i LameXP:
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - OpenSource mp3 Encoder
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Släppt under Gnu Lesser General Public License.
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis-kodare
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Helt öppen och patentfri ljudkodningsteknologi.
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC Reference MPEG-4 Encoder
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Freeware state-of-the-art HE-AAC-kodare med stöd för 2-Pass.
     
     
-        
+        
         Available from vendor web-site as free download:
         Tillgänglig som gratis nedladdning, från utvecklarens webbsida:
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 audio encoder
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Free Lossless Audio Codec
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Öppen och patentfri, förlustfri ljudkomprimeringsteknik.
     
     
-        
+        
         Opus Audio Codec
         Opus Audio Codec
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Helt öppen, avgiftsfri, mycket mångsidig ljud-codec.
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Fast Console MPEG Audio Player/Decoder
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Släppt under GNU Generel Public License (GPL).
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Vorbis-kodare
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Ogg Vorbis-kodare skapad av John33.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec från AC3Filter Tools - AC3/DTS Decoder
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Hybrid Lossless Compression
     
     
-        
+        
         Completely open audio compression format.
         Helt öppet ljudkomprimeringsformat.
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Living Audio Compression
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Lossless Audio Compressor
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Fritt tillgänglig källkod, enkel SDK och icke-restriktiv licensiering.
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Lossless Audio Compressor
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Free Codec For Free Speech
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Öppen källkod, patentfritt ljudformat designat för tal.
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Lossless Audio Codec
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32 kommandorad ALAC-kodare/-avkodare
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         ALAC referensimplementation av Apple finns tillgänglig under Apache-licensen.
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Dump WMA files to Wave Audio
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth to Wave Audio converter
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Analysverktyg för mediafiler
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Sound eXchange
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - The GNU Privacy Guard
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - Den ultimata paketeraren för exekverbara filer
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
     
     
-        
+        
         n/a
         n/a
     
diff --git a/etc/Translation/LameXP_TW.ts b/etc/Translation/LameXP_TW.ts
index 2fd080b3..5c01b7f9 100644
--- a/etc/Translation/LameXP_TW.ts
+++ b/etc/Translation/LameXP_TW.ts
@@ -4,12 +4,12 @@
 
     AboutDialog
     
-        
+        
         Please visit %1 for news and updates!
         請訪問到 %1 新的更新!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         注:LameXP是免費軟件.<b>不用</b>付錢獲取或使用LameXP!如果某些第三方網站嘗試讓你付出代價下載LameXP,你應該<b>不</b>接受報價!
     
@@ -44,233 +44,233 @@
         放棄
     
     
-        
+        
         The following people have contributed to LameXP:
         以下人士有貢獻 LameXP:
     
     
-        
+        
         Translators:
         翻譯員:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         如果你愿意貢獻 LameXP 翻譯,隨時與我們聯系 !
     
     
-        
+        
         The following third-party software is used in LameXP:
         在 LameXP 中使用了下列第三方軟件:
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         GNU 較小的通用公共許可的條款下發布.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         完全開放的無專利的音頻編碼技術.
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         免費軟件先進的他 AAC 編碼器二次編碼的支持.
     
     
-        
+        
         Available from vendor web-site as free download:
         可從供應商網站上免費下載:
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         打開和專利自由無損音頻壓縮技術.
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         
     
     
-        
+        
         n/a
         n/a
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         免費提供源代碼,簡單的SDK和非限制性許可.
     
     
-        
+        
         Completely open audio compression format.
         完全開放的音頻壓縮格式.
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         以下發布的GNU通用公共許可證的條款.
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - 前端音頻編碼器
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LameXP - 開源的MP3編碼器
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - 免費的無損音頻編解碼器
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - 播放控制臺/MPEG音頻解碼
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - 開源MPEG-4和MPEG-2 AAC解碼器
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - 無損壓縮混合
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         孫悟空(Monkey's) 音頻 - 無損音頻壓縮
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         真正的音頻-無損音頻編解碼器
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo-媒體文件分析工具
     
     
-        
+        
         SoX - Sound eXchange
         SoX 聲音交換
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - GNU 隱私
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC 參考 MPEG-4 編碼器
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - 生活音頻壓縮
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - 無損音頻壓縮
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - 免費自由的編解碼器
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         開源專利免費的音頻格式設計的演講.
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         注:這是一個演示版本LameXP將屆滿%1.剩余%2天.
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 音頻編碼器
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - WMA到WAV轉換器
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth到WAV音頻轉換器
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         LameXP是作為一個整體版權由 LoRd_MuldeR 保護.在 LameXP 中使用的第三方軟件作著權屬于第三方.
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
     
@@ -285,22 +285,22 @@
         許可證
     
     
-        
+        
         Programmers:
         程序員:
     
     
-        
+        
         Project Leader
         項目負責人
     
     
-        
+        
         Opus Audio Codec
         Opus音頻編解碼器
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         完全開放的,免版稅的,高度靈活的音頻編解碼器.
     
@@ -315,47 +315,47 @@
         關于 Qt...
     
     
-        
+        
         Special thanks to:
         特別感謝:
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - 終極可執行程序文件壓縮器
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32命令行 ALAC 編碼器/解碼器
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         ALAC 是在蘋果公司Apache許可證下參考實現.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec AC3Filter工具 - AC3/DTS解碼器
     
     
-        
+        
         Official Mirrors:
         官方鏡像:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis Encoder
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggEnc - Vorbis Encoder
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         命令行通過John33創建的Ogg Vorbis格式的解碼器.
     
diff --git a/etc/Translation/LameXP_UK.nsh b/etc/Translation/LameXP_UK.nsh
index 9a8a5cba..eae3de00 100644
--- a/etc/Translation/LameXP_UK.nsh
+++ b/etc/Translation/LameXP_UK.nsh
@@ -1,11 +1,12 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2019 LoRd_MuldeR 
+; // Copyright (C) 2004-2020 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
+; // it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 ; // the Free Software Foundation; either version 2 of the License, or
-; // (at your option) any later version.
+; // (at your option) any later version; always including the non-optional
+; // LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 ; //
 ; // This program is distributed in the hope that it will be useful,
 ; // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/etc/Translation/LameXP_UK.ts b/etc/Translation/LameXP_UK.ts
index fa542072..2fb88ca4 100644
--- a/etc/Translation/LameXP_UK.ts
+++ b/etc/Translation/LameXP_UK.ts
@@ -4,17 +4,17 @@
 
     AboutDialog
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - Audio Encoder Front-end
     
     
-        
+        
         Please visit %1 for news and updates!
         Будь ласка, відвідайте %1, щоб дізнатись про оновлення і новини!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         Примітка: LameXP є вільним ПЗ. <b>Не</b> надавайте грошей за його отримання або використання! Якщо хтось хоче отримати гроші за завантаження LameXP, ви <b>не</b> повинні відповідати на такий запит !!!
     
@@ -49,219 +49,219 @@
         Вийти
     
     
-        
+        
         The following people have contributed to LameXP:
         Наступні люди допомогали перекладати LameXP:
     
     
-        
+        
         Translators:
         Перекладачі:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         Якщо ви хочете допомогти перекласти інтерфейс LameXP, можете вільно зв'язатись з нами!
     
     
-        
+        
         The following third-party software is used in LameXP:
         Наступне стороннє ПЗ використовується в LameXP:
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LAME - OpenSource mp3 Encoder
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         Випущено під ліцензією GNU Lesser General Public License.
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         Повністю відкрита і вільна від патентних зборів технологія кодування аудіо.
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC Reference MPEG-4 Encoder
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         Безкоштовний сучасний HE-AAC кодер з підтримкою обробки в 2 проходи.
     
     
-        
+        
         Available from vendor web-site as free download:
         Доступний на веб-сторінці вендора для безкоштовного завантаження:
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - Free Lossless Audio Codec
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         Відкрита і вільна від патентних зборів технологія кодування аудіо без втрат.
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - Fast Console MPEG Audio Player/Decoder
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         Випущено під ліцензією GNU Lesser General Public License.
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - Hybrid Lossless Compression
     
     
-        
+        
         Completely open audio compression format.
         Повністю відкритий формат стиснення аудіо.
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - Living Audio Compression
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's Audio - Lossless Audio Compressor
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         Відкритий програмний код, простий SDK і ліцензія без обмежень.
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - Lossless Audio Compressor
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - Free Codec For Free Speech
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         Відкритий і вільний від патентних зборів формат аудіо, призначений для обробки розмовного звукового матеріалу.
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - Lossless Audio Codec
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         Авторське право (c) зберігається за 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Деякі права захищено.
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         Створено Jory Stone &lt;jcsston@toughguy.net&gt; і LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - Media File Analysis Tool
     
     
-        
+        
         SoX - Sound eXchange
         SoX - Sound eXchange
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - The GNU Privacy Guard
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk Icons - Більш ніж 700 іконок у форматі PNG
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         Випущено Mark James під ліцензією Creative Commons 'BY' License.
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         Звук Angry Chicken and Ghost Scream
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         Випущено Alexander під ліцензією Creative Commons 'BY' License.
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         Всі права на LameXP належать LoRd_MuldeR. Права на стороннє ПЗ, що використовується в LameXP, належать авторам цього ПЗ.
     
     
-        
+        
         n/a
         не доступно
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         Примітка: Строк дії цієї демо (тестової) версії LameXP закінчиться %1. Ще %2 днів.
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 audio encoder
         Aften - A/52 audio encoder
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - Декодує файли WMA у Wave аудіо
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - аудіоконвертер у Wave аудіо, що базується на Avisynth
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         Всі права належать 2008-2011 Alexander E. Patrakov. Розповсюджується під ліцензією LGPL.
     
@@ -276,22 +276,22 @@
         Ліцензія
     
     
-        
+        
         Programmers:
         Програмувальники:
     
     
-        
+        
         Project Leader
         Керівник проекту
     
     
-        
+        
         Opus Audio Codec
         Opus Audio Codec
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         Повністю відкритий, вільний від ліцензійних виплат, універсальний кодек аудіо.
     
@@ -306,57 +306,57 @@
         Про Qt...
     
     
-        
+        
         Special thanks to:
         Окрема подяка:
     
     
-        
+        
         cURL - Curl URL Request Library
         cURL - Curl URL Request Library
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         Випущено Daniel Stenberg під ліцензією MIT/X Derivate License.
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - The Ultimate Packer for eXecutables
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - ALAC кодер/декодер для Win32, що використовує інтерфейс командного рядка
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         Оригінальна реалізація ALAC від Apple доступна під ліцензією Apache.
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         Valdec зі складу AC3Filter Tools - декодер AC3/DTS
     
     
-        
+        
         Official Mirrors:
         Офіційні дзеркала:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - кодер Vorbis
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggEnc - декодер Vorbis
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         Ogg Vorbis декодер, що використовує інтерфейс командного рядка, створений John33.
     
diff --git a/etc/Translation/LameXP_ZH.ts b/etc/Translation/LameXP_ZH.ts
index cd34eb17..30e027a7 100644
--- a/etc/Translation/LameXP_ZH.ts
+++ b/etc/Translation/LameXP_ZH.ts
@@ -4,12 +4,12 @@
 
     AboutDialog
     
-        
+        
         Please visit %1 for news and updates!
         请访问 %1 获取消息以及更新!
     
     
-        
+        
         Note: LameXP is free software. Do <b>not</b> pay money to obtain or use LameXP! If some third-party website tries to make you pay for downloading LameXP, you should <b>not</b> respond to the offer !!!
         注:LameXP是免费软件。获取或使用LameXP<b>不用</b>付钱!如果某些第三方网站尝试让你付费下载LameXP,你应该<b>拒绝</b>接受!
     
@@ -44,233 +44,233 @@
         放弃
     
     
-        
+        
         The following people have contributed to LameXP:
         以下人士对LameXP做出了贡献:
     
     
-        
+        
         Translators:
         翻译者:
     
     
-        
+        
         If you are willing to contribute a LameXP translation, feel free to contact us!
         如果你愿意为LameXP贡献一份翻译,随时与我们联系!
     
     
-        
+        
         The following third-party software is used in LameXP:
         在 LameXP 中使用了下列第三方软件:
     
     
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
-        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
         Released under the terms of the GNU Lesser General Public License.
         在GNU宽通用公共许可证的条款下发布。
     
     
-        
+        
         Completely open and patent-free audio encoding technology.
         完全开放的无专利的音频编码技术。
     
     
-        
+        
         Freeware state-of-the-art HE-AAC encoder with 2-Pass support.
         由先进的免费软件HE-AAC编码器提供二次编码的支持。
     
     
-        
+        
         Available from vendor web-site as free download:
         可从供应商网站上免费下载:
     
     
-        
+        
         Open and patent-free lossless audio compression technology.
         开放和无专利的无损音频压缩技术。
     
     
-        
+        
         Copyright (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;. Some rights reserved.
         版权所有 (c) 2011 LoRd_MuldeR &lt;mulder2@gmx.de&gt;。部分权利保留。
     
     
-        
+        
         By Jory Stone &lt;jcsston@toughguy.net&gt; and LoRd_MuldeR &lt;mulder2@gmx.de&gt;.
         作者 Jory Stone &lt;jcsston@toughguy.net&gt; 和 LoRd_MuldeR &lt;mulder2@gmx.de&gt;。
     
     
-        
+        
         cURL - Curl URL Request Library
         
     
     
-        
+        
         By Daniel Stenberg, released under the terms of the MIT/X Derivate License.
         
     
     
-        
+        
         Silk Icons - Over 700 icons in PNG format
         Silk Icons - 超过700种PNG图标
     
     
-        
+        
         By Mark James, released under the Creative Commons 'BY' License.
         作者Mark James, 在Creative Commons 'BY'许可证下发布。
     
     
-        
+        
         Angry Chicken and Ghost Scream sound
         愤怒的小鸡和鬼魂尖叫音效
     
     
-        
+        
         By Alexander, released under the Creative Commons 'BY' License.
         By Alexander, 在Creative Commons 'BY'许可证下发布。
     
     
-        
+        
         n/a
         n/a
     
     
-        
+        
         Freely available source code, simple SDK and non-restrictive licensing.
         免费提供源代码,简单的SDK和非限制性许可。
     
     
-        
+        
         Completely open audio compression format.
         完全开放的音频压缩格式。
     
     
-        
+        
         Released under the terms of the GNU General Public License.
         在GNU通用公共许可证的条款下发布。
     
     
-        
+        
         LameXP - Audio Encoder Front-end
         LameXP - 音频编码器前台
     
     
-        
+        
         LAME - OpenSource mp3 Encoder
         LameXP - 开源的MP3编码器
     
     
-        
+        
         FLAC - Free Lossless Audio Codec
         FLAC - 免费的无损音频编解码器
     
     
-        
+        
         mpg123 - Fast Console MPEG Audio Player/Decoder
         mpg123 - 快速可移植的MPEG音频播放/解码器
     
     
-        
+        
         FAAD - OpenSource MPEG-4 and MPEG-2 AAC Decoder
         FAAD - 开源MPEG-4和MPEG-2 AAC解码器
     
     
-        
+        
         WavPack - Hybrid Lossless Compression
         WavPack - 混合无损压缩
     
     
-        
+        
         Monkey's Audio - Lossless Audio Compressor
         Monkey's音频 - 无损音频压缩
     
     
-        
+        
         The True Audio - Lossless Audio Codec
         The True Audio - 无损音频编解码器
     
     
-        
+        
         MediaInfo - Media File Analysis Tool
         MediaInfo - 媒体文件分析工具
     
     
-        
+        
         SoX - Sound eXchange
         SoX - 声音交换
     
     
-        
+        
         GnuPG - The GNU Privacy Guard
         GnuPG - GNU隐私保护
     
     
-        
+        
         Nero AAC Reference MPEG-4 Encoder
         Nero AAC 高保真 MPEG-4 编码器
     
     
-        
+        
         Musepack - Living Audio Compression
         Musepack - 逼真音频压缩
     
     
-        
+        
         Shorten - Lossless Audio Compressor
         Shorten - 无损音频压缩
     
     
-        
+        
         Speex - Free Codec For Free Speech
         Speex - 为自由语音的免费编解码器
     
     
-        
+        
         Open Source patent-free audio format designed for speech.
         开源无专利的为语音设计的音频格式。
     
     
-        
-        
+        
+        
         Note: This demo (pre-release) version of LameXP will expire at %1. Still %2 days left.
         注:这个LameXP演示版本将于%1过期。还剩%2天。
     
     
-        
+        
         Aften - A/52 audio encoder
         Aften - A/52 音频编码器
     
     
-        
+        
         wma2wav - Dump WMA files to Wave Audio
         wma2wav - WMA到WAV转换器
     
     
-        
+        
         avs2wav - Avisynth to Wave Audio converter
         avs2wav - Avisynth到WAV音频转换器
     
     
-        
+        
         The copyright of LameXP as a whole belongs to LoRd_MuldeR. The copyright of third-party software used in LameXP belongs to the individual authors.
         LameXP的版权作为一个整体属于LoRd_MuldeR。在 LameXP 中使用的第三方软件著作权属于原作者。
     
     
-        
+        
         dcaenc
         dcaenc
     
     
-        
+        
         Copyright (c) 2008-2011 Alexander E. Patrakov. Distributed under the LGPL.
         版权所有 (c) 2008-2011 Alexander E. Patrakov。 在 LGPL下发布。
     
@@ -285,22 +285,22 @@
         使用协议
     
     
-        
+        
         Programmers:
         程序员:
     
     
-        
+        
         Project Leader
         项目负责人
     
     
-        
+        
         Opus Audio Codec
         Opus音频编解码器
     
     
-        
+        
         Totally open, royalty-free, highly versatile audio codec.
         完全开放的,免版税的,高度灵活的音频编解码器。
     
@@ -315,47 +315,47 @@
         关于 Qt...
     
     
-        
+        
         Special thanks to:
         特别感谢:
     
     
-        
+        
         UPX - The Ultimate Packer for eXecutables
         UPX - 终极可执行程序文件压缩器
     
     
-        
+        
         refalac - Win32 command line ALAC encoder/decoder
         refalac - Win32命令行 ALAC 编码器/解码器
     
     
-        
+        
         The ALAC reference implementation by Apple is available under the Apache license.
         苹果公司的ALAC参考实例在Apache许可证下获得。
     
     
-        
+        
         Valdec from AC3Filter Tools - AC3/DTS Decoder
         AC3Filter工具 Valdec - AC3/DTS 解码器
     
     
-        
+        
         Official Mirrors:
         官方镜像:
     
     
-        
+        
         OggEnc - Vorbis Encoder
         OggEnc - Vorbis编码器
     
     
-        
+        
         OggDec - Vorbis Decoder
         OggDec - Vorbis解码器
     
     
-        
+        
         Command line Ogg Vorbis decoder created by John33.
         由John33创建的命令行Ogg Vorbis解码器。
     
diff --git a/src/Config.h b/src/Config.h
index 2a0586e4..f34856a9 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/CustomEventFilter.h b/src/CustomEventFilter.h
index 023c3d87..dce585ac 100644
--- a/src/CustomEventFilter.h
+++ b/src/CustomEventFilter.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_AAC.cpp b/src/Decoder_AAC.cpp
index 3e4a7453..c3239735 100644
--- a/src/Decoder_AAC.cpp
+++ b/src/Decoder_AAC.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_AAC.h b/src/Decoder_AAC.h
index 9f2036ea..4346f2f3 100644
--- a/src/Decoder_AAC.h
+++ b/src/Decoder_AAC.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_AC3.cpp b/src/Decoder_AC3.cpp
index 0ea02b7d..8e00afef 100644
--- a/src/Decoder_AC3.cpp
+++ b/src/Decoder_AC3.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_AC3.h b/src/Decoder_AC3.h
index 8b555810..6ba05bff 100644
--- a/src/Decoder_AC3.h
+++ b/src/Decoder_AC3.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_ADPCM.cpp b/src/Decoder_ADPCM.cpp
index 7c0664de..85098a77 100644
--- a/src/Decoder_ADPCM.cpp
+++ b/src/Decoder_ADPCM.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_ADPCM.h b/src/Decoder_ADPCM.h
index a3ec5cd7..49f53650 100644
--- a/src/Decoder_ADPCM.h
+++ b/src/Decoder_ADPCM.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_ALAC.cpp b/src/Decoder_ALAC.cpp
index c6391ae2..cf581549 100644
--- a/src/Decoder_ALAC.cpp
+++ b/src/Decoder_ALAC.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_ALAC.h b/src/Decoder_ALAC.h
index 31cf23ca..b2ab1d09 100644
--- a/src/Decoder_ALAC.h
+++ b/src/Decoder_ALAC.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Abstract.cpp b/src/Decoder_Abstract.cpp
index 8cf42167..2e8efeaf 100644
--- a/src/Decoder_Abstract.cpp
+++ b/src/Decoder_Abstract.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Abstract.h b/src/Decoder_Abstract.h
index 60a6ac76..8b3d5c7c 100644
--- a/src/Decoder_Abstract.h
+++ b/src/Decoder_Abstract.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Avisynth.cpp b/src/Decoder_Avisynth.cpp
index 26b5ace5..f9142a8d 100644
--- a/src/Decoder_Avisynth.cpp
+++ b/src/Decoder_Avisynth.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Avisynth.h b/src/Decoder_Avisynth.h
index c14c1520..60484851 100644
--- a/src/Decoder_Avisynth.h
+++ b/src/Decoder_Avisynth.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_FLAC.cpp b/src/Decoder_FLAC.cpp
index 330bb2d8..5a73d071 100644
--- a/src/Decoder_FLAC.cpp
+++ b/src/Decoder_FLAC.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_FLAC.h b/src/Decoder_FLAC.h
index f4e33794..1b20d44b 100644
--- a/src/Decoder_FLAC.h
+++ b/src/Decoder_FLAC.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_MAC.cpp b/src/Decoder_MAC.cpp
index a44f3560..bee7dd92 100644
--- a/src/Decoder_MAC.cpp
+++ b/src/Decoder_MAC.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_MAC.h b/src/Decoder_MAC.h
index 15f55567..767215ec 100644
--- a/src/Decoder_MAC.h
+++ b/src/Decoder_MAC.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_MP3.cpp b/src/Decoder_MP3.cpp
index c82d2337..7e98f648 100644
--- a/src/Decoder_MP3.cpp
+++ b/src/Decoder_MP3.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_MP3.h b/src/Decoder_MP3.h
index ca3a3fc3..e252c21a 100644
--- a/src/Decoder_MP3.h
+++ b/src/Decoder_MP3.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Musepack.cpp b/src/Decoder_Musepack.cpp
index 5282ec9e..b19fb6b3 100644
--- a/src/Decoder_Musepack.cpp
+++ b/src/Decoder_Musepack.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Musepack.h b/src/Decoder_Musepack.h
index eeac4d5a..2924a773 100644
--- a/src/Decoder_Musepack.h
+++ b/src/Decoder_Musepack.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Opus.cpp b/src/Decoder_Opus.cpp
index 6f7dff16..7c68c3b1 100644
--- a/src/Decoder_Opus.cpp
+++ b/src/Decoder_Opus.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Opus.h b/src/Decoder_Opus.h
index d2604bc1..4bd99452 100644
--- a/src/Decoder_Opus.h
+++ b/src/Decoder_Opus.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Shorten.cpp b/src/Decoder_Shorten.cpp
index 916424b5..fe5a1b88 100644
--- a/src/Decoder_Shorten.cpp
+++ b/src/Decoder_Shorten.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Shorten.h b/src/Decoder_Shorten.h
index 52dc926d..f61c9f61 100644
--- a/src/Decoder_Shorten.h
+++ b/src/Decoder_Shorten.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Speex.cpp b/src/Decoder_Speex.cpp
index 1163648b..c0649e04 100644
--- a/src/Decoder_Speex.cpp
+++ b/src/Decoder_Speex.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Speex.h b/src/Decoder_Speex.h
index fbeb313f..0cca59ec 100644
--- a/src/Decoder_Speex.h
+++ b/src/Decoder_Speex.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_TTA.cpp b/src/Decoder_TTA.cpp
index b13bf480..f7b49ad4 100644
--- a/src/Decoder_TTA.cpp
+++ b/src/Decoder_TTA.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_TTA.h b/src/Decoder_TTA.h
index 2ac20981..bb0eb0c0 100644
--- a/src/Decoder_TTA.h
+++ b/src/Decoder_TTA.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Vorbis.cpp b/src/Decoder_Vorbis.cpp
index 1b987db6..35591eee 100644
--- a/src/Decoder_Vorbis.cpp
+++ b/src/Decoder_Vorbis.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Vorbis.h b/src/Decoder_Vorbis.h
index df0c98ad..c4ca6855 100644
--- a/src/Decoder_Vorbis.h
+++ b/src/Decoder_Vorbis.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_WMA.cpp b/src/Decoder_WMA.cpp
index 24687f1c..b5c35f89 100644
--- a/src/Decoder_WMA.cpp
+++ b/src/Decoder_WMA.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_WMA.h b/src/Decoder_WMA.h
index 944591c9..f4ffd8df 100644
--- a/src/Decoder_WMA.h
+++ b/src/Decoder_WMA.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_WavPack.cpp b/src/Decoder_WavPack.cpp
index 42cde922..0d4f9d1a 100644
--- a/src/Decoder_WavPack.cpp
+++ b/src/Decoder_WavPack.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_WavPack.h b/src/Decoder_WavPack.h
index 5bc9e807..1b152dee 100644
--- a/src/Decoder_WavPack.h
+++ b/src/Decoder_WavPack.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Wave.cpp b/src/Decoder_Wave.cpp
index 5c2237d2..0992d4e2 100644
--- a/src/Decoder_Wave.cpp
+++ b/src/Decoder_Wave.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Decoder_Wave.h b/src/Decoder_Wave.h
index 7e319bc4..6e760405 100644
--- a/src/Decoder_Wave.h
+++ b/src/Decoder_Wave.h
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index e3379483..b63e2eb9 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2019 LoRd_MuldeR 
+// Copyright (C) 2004-2020 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
+// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
 // the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version, but always including the *additional*
-// restrictions defined in the "License.txt" file.
+// (at your option) any later version; always including the non-optional
+// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file!
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -602,10 +602,10 @@ void AboutDialog::initInformationTab(void)
 	aboutText += "

"; aboutText += "This program is free software; you can redistribute it and/or modify
"; - aboutText += "it under the terms of the GNU General Public License as published by
"; + aboutText += "it under the terms of the GNU GENERAL PUBLIC LICENSE as published by
"; aboutText += "the Free Software Foundation; either version 2 of the License, or
"; - aboutText += "(at your option) any later version, but always including the *additional*
"; - aboutText += "restrictions defined in the \"License.txt\" file (see \"License\" tab).

"; + aboutText += "(at your option) any later version; always including the non-optional
"; + aboutText += "refinements defined in the \"License.txt\" file (see \"License\" tab).

"; aboutText += "This program is distributed in the hope that it will be useful,
"; aboutText += "but WITHOUT ANY WARRANTY; without even the implied warranty of
"; aboutText += "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
"; @@ -887,8 +887,8 @@ void AboutDialog::initSoftwareTab(void) void AboutDialog::initLicenseTab(void) { - bool bFoundHeader = false; - QRegExp header("^(\\s*)(GNU GENERAL PUBLIC LICENSE)(\\s*)$"); + int headerCount = 0; + QRegExp header("^(\\s*)((?:\\w+\\s+)?GNU GENERAL PUBLIC LICENSE(?:\\s+\\w+)?)(\\s*)$"); QString licenseText; licenseText += (""); @@ -901,10 +901,10 @@ void AboutDialog::initLicenseTab(void) { QString line = stream.readLine(); line.replace('<', "<").replace('>', ">"); - if((!bFoundHeader) && (header.indexIn(line) >= 0)) + if((headerCount < 2) && (header.indexIn(line) >= 0)) { line.replace(header, "\\1\\2\\3"); - bFoundHeader = true; + ++headerCount; } TRIM_RIGHT(line); licenseText += QString("%1
").arg(line.replace(' ', " ")); diff --git a/src/Dialog_About.h b/src/Dialog_About.h index b341e6b3..3110b1ae 100644 --- a/src/Dialog_About.h +++ b/src/Dialog_About.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_CueImport.cpp b/src/Dialog_CueImport.cpp index b8eed715..3ed06413 100644 --- a/src/Dialog_CueImport.cpp +++ b/src/Dialog_CueImport.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_CueImport.h b/src/Dialog_CueImport.h index a53348a2..22037672 100644 --- a/src/Dialog_CueImport.h +++ b/src/Dialog_CueImport.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_DropBox.cpp b/src/Dialog_DropBox.cpp index 33dae891..1f07b536 100644 --- a/src/Dialog_DropBox.cpp +++ b/src/Dialog_DropBox.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_DropBox.h b/src/Dialog_DropBox.h index 86b45f32..f95b0265 100644 --- a/src/Dialog_DropBox.h +++ b/src/Dialog_DropBox.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_LogView.cpp b/src/Dialog_LogView.cpp index c878c306..0924975f 100644 --- a/src/Dialog_LogView.cpp +++ b/src/Dialog_LogView.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_LogView.h b/src/Dialog_LogView.h index 3cb5cbb9..4d60e82e 100644 --- a/src/Dialog_LogView.h +++ b/src/Dialog_LogView.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index ced914ea..c26e22f1 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_MainWindow.h b/src/Dialog_MainWindow.h index 18a98b9e..40aa6669 100644 --- a/src/Dialog_MainWindow.h +++ b/src/Dialog_MainWindow.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_MetaInfo.cpp b/src/Dialog_MetaInfo.cpp index 18113ef4..e359dceb 100644 --- a/src/Dialog_MetaInfo.cpp +++ b/src/Dialog_MetaInfo.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_MetaInfo.h b/src/Dialog_MetaInfo.h index 1afec5f1..f57f28a1 100644 --- a/src/Dialog_MetaInfo.h +++ b/src/Dialog_MetaInfo.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_Processing.cpp b/src/Dialog_Processing.cpp index 84a905c8..095f2b3f 100644 --- a/src/Dialog_Processing.cpp +++ b/src/Dialog_Processing.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_Processing.h b/src/Dialog_Processing.h index bff9b821..a0d2fe28 100644 --- a/src/Dialog_Processing.h +++ b/src/Dialog_Processing.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_SplashScreen.cpp b/src/Dialog_SplashScreen.cpp index 470e3194..7905cea4 100644 --- a/src/Dialog_SplashScreen.cpp +++ b/src/Dialog_SplashScreen.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_SplashScreen.h b/src/Dialog_SplashScreen.h index 4dfe76b7..d5fe0d81 100644 --- a/src/Dialog_SplashScreen.h +++ b/src/Dialog_SplashScreen.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_Update.cpp b/src/Dialog_Update.cpp index 7cd3da7d..d5c4430d 100644 --- a/src/Dialog_Update.cpp +++ b/src/Dialog_Update.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_Update.h b/src/Dialog_Update.h index e32477fd..62d2a4ed 100644 --- a/src/Dialog_Update.h +++ b/src/Dialog_Update.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_WorkingBanner.cpp b/src/Dialog_WorkingBanner.cpp index a0ddef4f..a55ceb38 100644 --- a/src/Dialog_WorkingBanner.cpp +++ b/src/Dialog_WorkingBanner.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Dialog_WorkingBanner.h b/src/Dialog_WorkingBanner.h index a1838a27..4f54f002 100644 --- a/src/Dialog_WorkingBanner.h +++ b/src/Dialog_WorkingBanner.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC.cpp b/src/Encoder_AAC.cpp index 50e4aab8..b12bb9f3 100644 --- a/src/Encoder_AAC.cpp +++ b/src/Encoder_AAC.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC.h b/src/Encoder_AAC.h index 196df8ca..81d83bf5 100644 --- a/src/Encoder_AAC.h +++ b/src/Encoder_AAC.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC_FDK.cpp b/src/Encoder_AAC_FDK.cpp index e927e525..855eba44 100644 --- a/src/Encoder_AAC_FDK.cpp +++ b/src/Encoder_AAC_FDK.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC_FDK.h b/src/Encoder_AAC_FDK.h index c8a2e532..1f8108c7 100644 --- a/src/Encoder_AAC_FDK.h +++ b/src/Encoder_AAC_FDK.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC_FHG.cpp b/src/Encoder_AAC_FHG.cpp index 1d289009..0b371379 100644 --- a/src/Encoder_AAC_FHG.cpp +++ b/src/Encoder_AAC_FHG.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC_FHG.h b/src/Encoder_AAC_FHG.h index f72ac05c..9d88fbbb 100644 --- a/src/Encoder_AAC_FHG.h +++ b/src/Encoder_AAC_FHG.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC_QAAC.cpp b/src/Encoder_AAC_QAAC.cpp index aa02706b..2b6c6c62 100644 --- a/src/Encoder_AAC_QAAC.cpp +++ b/src/Encoder_AAC_QAAC.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AAC_QAAC.h b/src/Encoder_AAC_QAAC.h index decea545..fa233557 100644 --- a/src/Encoder_AAC_QAAC.h +++ b/src/Encoder_AAC_QAAC.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AC3.cpp b/src/Encoder_AC3.cpp index 04e08051..fb7470bb 100644 --- a/src/Encoder_AC3.cpp +++ b/src/Encoder_AC3.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_AC3.h b/src/Encoder_AC3.h index 28eb0a9b..e87ddf28 100644 --- a/src/Encoder_AC3.h +++ b/src/Encoder_AC3.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Abstract.cpp b/src/Encoder_Abstract.cpp index a1f3d4c1..7f23b1d6 100644 --- a/src/Encoder_Abstract.cpp +++ b/src/Encoder_Abstract.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Abstract.h b/src/Encoder_Abstract.h index 14b33f52..65842765 100644 --- a/src/Encoder_Abstract.h +++ b/src/Encoder_Abstract.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_DCA.cpp b/src/Encoder_DCA.cpp index 78992e21..565d26bd 100644 --- a/src/Encoder_DCA.cpp +++ b/src/Encoder_DCA.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_DCA.h b/src/Encoder_DCA.h index fb398526..d049e06e 100644 --- a/src/Encoder_DCA.h +++ b/src/Encoder_DCA.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_FLAC.cpp b/src/Encoder_FLAC.cpp index ee4a832e..a2f51ea9 100644 --- a/src/Encoder_FLAC.cpp +++ b/src/Encoder_FLAC.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_FLAC.h b/src/Encoder_FLAC.h index adae579b..ee6711b5 100644 --- a/src/Encoder_FLAC.h +++ b/src/Encoder_FLAC.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_MAC.cpp b/src/Encoder_MAC.cpp index 07d999a7..fe1e9a52 100644 --- a/src/Encoder_MAC.cpp +++ b/src/Encoder_MAC.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_MAC.h b/src/Encoder_MAC.h index afc33240..be5753b9 100644 --- a/src/Encoder_MAC.h +++ b/src/Encoder_MAC.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_MP3.cpp b/src/Encoder_MP3.cpp index 1e33d0cf..9587af75 100644 --- a/src/Encoder_MP3.cpp +++ b/src/Encoder_MP3.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_MP3.h b/src/Encoder_MP3.h index d094e68a..ddbb418f 100644 --- a/src/Encoder_MP3.h +++ b/src/Encoder_MP3.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Opus.cpp b/src/Encoder_Opus.cpp index 2eefd3a0..0e3ff04e 100644 --- a/src/Encoder_Opus.cpp +++ b/src/Encoder_Opus.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Opus.h b/src/Encoder_Opus.h index 63aafadd..75221d7c 100644 --- a/src/Encoder_Opus.h +++ b/src/Encoder_Opus.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Vorbis.cpp b/src/Encoder_Vorbis.cpp index 524ec2a2..e5efd11e 100644 --- a/src/Encoder_Vorbis.cpp +++ b/src/Encoder_Vorbis.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Vorbis.h b/src/Encoder_Vorbis.h index 2ce4d10e..fdf86df9 100644 --- a/src/Encoder_Vorbis.h +++ b/src/Encoder_Vorbis.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Wave.cpp b/src/Encoder_Wave.cpp index 95215330..514c7620 100644 --- a/src/Encoder_Wave.cpp +++ b/src/Encoder_Wave.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Encoder_Wave.h b/src/Encoder_Wave.h index 5ff477d4..43d6913c 100644 --- a/src/Encoder_Wave.h +++ b/src/Encoder_Wave.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/FileHash.cpp b/src/FileHash.cpp index 596a7f46..a8a524e5 100644 --- a/src/FileHash.cpp +++ b/src/FileHash.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/FileHash.h b/src/FileHash.h index 03936cb5..9aef8592 100644 --- a/src/FileHash.h +++ b/src/FileHash.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Abstract.cpp b/src/Filter_Abstract.cpp index 721a0160..ad17276b 100644 --- a/src/Filter_Abstract.cpp +++ b/src/Filter_Abstract.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Abstract.h b/src/Filter_Abstract.h index 1fba3e75..08f0e2d8 100644 --- a/src/Filter_Abstract.h +++ b/src/Filter_Abstract.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Downmix.cpp b/src/Filter_Downmix.cpp index 2201eeb4..c988be7a 100644 --- a/src/Filter_Downmix.cpp +++ b/src/Filter_Downmix.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Downmix.h b/src/Filter_Downmix.h index 4b9a2e99..60464b8b 100644 --- a/src/Filter_Downmix.h +++ b/src/Filter_Downmix.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Normalize.cpp b/src/Filter_Normalize.cpp index 90e6674e..9862e153 100644 --- a/src/Filter_Normalize.cpp +++ b/src/Filter_Normalize.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Normalize.h b/src/Filter_Normalize.h index bf127169..7965dd47 100644 --- a/src/Filter_Normalize.h +++ b/src/Filter_Normalize.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Resample.cpp b/src/Filter_Resample.cpp index f60bbbcf..88b3bf5d 100644 --- a/src/Filter_Resample.cpp +++ b/src/Filter_Resample.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_Resample.h b/src/Filter_Resample.h index 05fe59c9..0e6877ee 100644 --- a/src/Filter_Resample.h +++ b/src/Filter_Resample.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_ToneAdjust.cpp b/src/Filter_ToneAdjust.cpp index dd87a947..419245f3 100644 --- a/src/Filter_ToneAdjust.cpp +++ b/src/Filter_ToneAdjust.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Filter_ToneAdjust.h b/src/Filter_ToneAdjust.h index 91d80e19..73888fb1 100644 --- a/src/Filter_ToneAdjust.h +++ b/src/Filter_ToneAdjust.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Genres.cpp b/src/Genres.cpp index eabae540..22f58122 100644 --- a/src/Genres.cpp +++ b/src/Genres.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Genres.h b/src/Genres.h index eec1dfd4..e4771e4f 100644 --- a/src/Genres.h +++ b/src/Genres.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Global.h b/src/Global.h index 51824ed1..93c54453 100644 --- a/src/Global.h +++ b/src/Global.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Global_Tools.cpp b/src/Global_Tools.cpp index 3937af64..a486f975 100644 --- a/src/Global_Tools.cpp +++ b/src/Global_Tools.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Global_Utils.cpp b/src/Global_Utils.cpp index 2aba4a0a..b23f34f9 100644 --- a/src/Global_Utils.cpp +++ b/src/Global_Utils.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Global_Version.cpp b/src/Global_Version.cpp index 0dfe1c6e..aaf9b8c6 100644 --- a/src/Global_Version.cpp +++ b/src/Global_Version.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Global_Zero.cpp b/src/Global_Zero.cpp index 8192514b..127654e6 100644 --- a/src/Global_Zero.cpp +++ b/src/Global_Zero.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/IPCCommands.h b/src/IPCCommands.h index 6b1cfe23..9183ad61 100644 --- a/src/IPCCommands.h +++ b/src/IPCCommands.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/LockedFile.cpp b/src/LockedFile.cpp index 8f5d98f8..2ec16001 100644 --- a/src/LockedFile.cpp +++ b/src/LockedFile.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/LockedFile.h b/src/LockedFile.h index 290993a1..61e4a8dd 100644 --- a/src/LockedFile.h +++ b/src/LockedFile.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Main.cpp b/src/Main.cpp index ae3f0567..d09a4505 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/MimeTypes.h b/src/MimeTypes.h index f92485ef..84edbd1f 100644 --- a/src/MimeTypes.h +++ b/src/MimeTypes.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_Artwork.cpp b/src/Model_Artwork.cpp index a27e96de..518bd90f 100644 --- a/src/Model_Artwork.cpp +++ b/src/Model_Artwork.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_Artwork.h b/src/Model_Artwork.h index 2aa9c123..97666cf8 100644 --- a/src/Model_Artwork.h +++ b/src/Model_Artwork.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_AudioFile.cpp b/src/Model_AudioFile.cpp index 0662d7fe..18347e1f 100644 --- a/src/Model_AudioFile.cpp +++ b/src/Model_AudioFile.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_AudioFile.h b/src/Model_AudioFile.h index 7f73273b..7c2686c9 100644 --- a/src/Model_AudioFile.h +++ b/src/Model_AudioFile.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_CueSheet.cpp b/src/Model_CueSheet.cpp index e4dc0f99..64859bb2 100644 --- a/src/Model_CueSheet.cpp +++ b/src/Model_CueSheet.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_CueSheet.h b/src/Model_CueSheet.h index 4f287bd7..207fd417 100644 --- a/src/Model_CueSheet.h +++ b/src/Model_CueSheet.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_FileExts.cpp b/src/Model_FileExts.cpp index b27e9133..81b61c08 100644 --- a/src/Model_FileExts.cpp +++ b/src/Model_FileExts.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_FileExts.h b/src/Model_FileExts.h index 7b75dc9d..cf5b2fbe 100644 --- a/src/Model_FileExts.h +++ b/src/Model_FileExts.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_FileList.cpp b/src/Model_FileList.cpp index b46596da..a022be29 100644 --- a/src/Model_FileList.cpp +++ b/src/Model_FileList.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_FileList.h b/src/Model_FileList.h index 566fe83c..8b335993 100644 --- a/src/Model_FileList.h +++ b/src/Model_FileList.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_FileSystem.cpp b/src/Model_FileSystem.cpp index da8bb4aa..83ab22c2 100644 --- a/src/Model_FileSystem.cpp +++ b/src/Model_FileSystem.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_FileSystem.h b/src/Model_FileSystem.h index af19d6cc..81921b0f 100644 --- a/src/Model_FileSystem.h +++ b/src/Model_FileSystem.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_MetaInfo.cpp b/src/Model_MetaInfo.cpp index 34745895..98a14727 100644 --- a/src/Model_MetaInfo.cpp +++ b/src/Model_MetaInfo.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_MetaInfo.h b/src/Model_MetaInfo.h index fa3b2d28..f3540c0b 100644 --- a/src/Model_MetaInfo.h +++ b/src/Model_MetaInfo.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_Progress.cpp b/src/Model_Progress.cpp index 656071c1..c79c3d58 100644 --- a/src/Model_Progress.cpp +++ b/src/Model_Progress.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_Progress.h b/src/Model_Progress.h index 19227ecb..135c7e20 100644 --- a/src/Model_Progress.h +++ b/src/Model_Progress.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_Settings.cpp b/src/Model_Settings.cpp index e686a189..8139cfc3 100644 --- a/src/Model_Settings.cpp +++ b/src/Model_Settings.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Model_Settings.h b/src/Model_Settings.h index 4f44b8ab..fdf976fc 100644 --- a/src/Model_Settings.h +++ b/src/Model_Settings.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/PlaylistImporter.cpp b/src/PlaylistImporter.cpp index bb693237..52525072 100644 --- a/src/PlaylistImporter.cpp +++ b/src/PlaylistImporter.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/PlaylistImporter.h b/src/PlaylistImporter.h index 4e6c856e..2a481e9c 100644 --- a/src/PlaylistImporter.h +++ b/src/PlaylistImporter.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Registry_Decoder.cpp b/src/Registry_Decoder.cpp index 0029cf74..a1bcf783 100644 --- a/src/Registry_Decoder.cpp +++ b/src/Registry_Decoder.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Registry_Decoder.h b/src/Registry_Decoder.h index 9d707696..0d7e8cde 100644 --- a/src/Registry_Decoder.h +++ b/src/Registry_Decoder.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Registry_Encoder.cpp b/src/Registry_Encoder.cpp index b3678300..e0247e58 100644 --- a/src/Registry_Encoder.cpp +++ b/src/Registry_Encoder.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Registry_Encoder.h b/src/Registry_Encoder.h index fc79c6f2..ab267951 100644 --- a/src/Registry_Encoder.h +++ b/src/Registry_Encoder.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Resource.h b/src/Resource.h index 5f53df72..73273267 100644 --- a/src/Resource.h +++ b/src/Resource.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/ShellIntegration.cpp b/src/ShellIntegration.cpp index 0bf9d711..691eefda 100644 --- a/src/ShellIntegration.cpp +++ b/src/ShellIntegration.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/ShellIntegration.h b/src/ShellIntegration.h index 9a8fd1af..8b39cbd9 100644 --- a/src/ShellIntegration.h +++ b/src/ShellIntegration.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Targetver.h b/src/Targetver.h index cb09b4d0..24b62a62 100644 --- a/src/Targetver.h +++ b/src/Targetver.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_CPUObserver.cpp b/src/Thread_CPUObserver.cpp index fe95ce10..37686106 100644 --- a/src/Thread_CPUObserver.cpp +++ b/src/Thread_CPUObserver.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_CPUObserver.h b/src/Thread_CPUObserver.h index 60d03cd4..58453992 100644 --- a/src/Thread_CPUObserver.h +++ b/src/Thread_CPUObserver.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_CueSplitter.cpp b/src/Thread_CueSplitter.cpp index 9edff6ce..b4c972cf 100644 --- a/src/Thread_CueSplitter.cpp +++ b/src/Thread_CueSplitter.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_CueSplitter.h b/src/Thread_CueSplitter.h index beb34fba..93948ab4 100644 --- a/src/Thread_CueSplitter.h +++ b/src/Thread_CueSplitter.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_DiskObserver.cpp b/src/Thread_DiskObserver.cpp index 8516a922..25b5cfec 100644 --- a/src/Thread_DiskObserver.cpp +++ b/src/Thread_DiskObserver.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_DiskObserver.h b/src/Thread_DiskObserver.h index f5acdd8a..1751c17f 100644 --- a/src/Thread_DiskObserver.h +++ b/src/Thread_DiskObserver.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_FileAnalyzer.cpp b/src/Thread_FileAnalyzer.cpp index 09c77dc7..f2121227 100644 --- a/src/Thread_FileAnalyzer.cpp +++ b/src/Thread_FileAnalyzer.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_FileAnalyzer.h b/src/Thread_FileAnalyzer.h index 96a88e4e..6c1e1ae4 100644 --- a/src/Thread_FileAnalyzer.h +++ b/src/Thread_FileAnalyzer.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_FileAnalyzer_Task.cpp b/src/Thread_FileAnalyzer_Task.cpp index d9f333cf..f68c815c 100644 --- a/src/Thread_FileAnalyzer_Task.cpp +++ b/src/Thread_FileAnalyzer_Task.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_FileAnalyzer_Task.h b/src/Thread_FileAnalyzer_Task.h index 03e18130..434c3fca 100644 --- a/src/Thread_FileAnalyzer_Task.h +++ b/src/Thread_FileAnalyzer_Task.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index 0ecc0af4..59430ce5 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_Initialization.h b/src/Thread_Initialization.h index 73ca2c6a..fcbb949b 100644 --- a/src/Thread_Initialization.h +++ b/src/Thread_Initialization.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_MessageHandler.cpp b/src/Thread_MessageHandler.cpp index cbd5712a..16f3acc6 100644 --- a/src/Thread_MessageHandler.cpp +++ b/src/Thread_MessageHandler.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_MessageHandler.h b/src/Thread_MessageHandler.h index 3f2423ab..37e5b4d0 100644 --- a/src/Thread_MessageHandler.h +++ b/src/Thread_MessageHandler.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_MessageProducer.cpp b/src/Thread_MessageProducer.cpp index b5206553..b8b38386 100644 --- a/src/Thread_MessageProducer.cpp +++ b/src/Thread_MessageProducer.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_MessageProducer.h b/src/Thread_MessageProducer.h index 583247ce..8fa2c8df 100644 --- a/src/Thread_MessageProducer.h +++ b/src/Thread_MessageProducer.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_Process.cpp b/src/Thread_Process.cpp index 135d6893..6cd3b8c4 100644 --- a/src/Thread_Process.cpp +++ b/src/Thread_Process.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_Process.h b/src/Thread_Process.h index 1a34e692..32bdec22 100644 --- a/src/Thread_Process.h +++ b/src/Thread_Process.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_RAMObserver.cpp b/src/Thread_RAMObserver.cpp index 62e25bfe..25e52d80 100644 --- a/src/Thread_RAMObserver.cpp +++ b/src/Thread_RAMObserver.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Thread_RAMObserver.h b/src/Thread_RAMObserver.h index d5e23bf0..0b3cd169 100644 --- a/src/Thread_RAMObserver.h +++ b/src/Thread_RAMObserver.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Tool_Abstract.cpp b/src/Tool_Abstract.cpp index e6ade8b1..99a52296 100644 --- a/src/Tool_Abstract.cpp +++ b/src/Tool_Abstract.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Tool_Abstract.h b/src/Tool_Abstract.h index 7a4a6d3e..53c39684 100644 --- a/src/Tool_Abstract.h +++ b/src/Tool_Abstract.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Tool_WaveProperties.cpp b/src/Tool_WaveProperties.cpp index 852fadaf..6d333ada 100644 --- a/src/Tool_WaveProperties.cpp +++ b/src/Tool_WaveProperties.cpp @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Tool_WaveProperties.h b/src/Tool_WaveProperties.h index 5726750f..de9bf2ce 100644 --- a/src/Tool_WaveProperties.h +++ b/src/Tool_WaveProperties.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/Tools.h b/src/Tools.h index 4dd55227..b67abb32 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -1,12 +1,12 @@ /////////////////////////////////////////////////////////////////////////////// // LameXP - Audio Encoder Front-End -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 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 +// it under the terms of the GNU GENERAL PUBLIC LICENSE as published by // the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version, but always including the *additional* -// restrictions defined in the "License.txt" file. +// (at your option) any later version; always including the non-optional +// LAMEXP GNU GENERAL PUBLIC LICENSE ADDENDUM. See "License.txt" file! // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of