diff --git a/LameXP.rc b/LameXP.rc index 8caa2c2f..164b5136 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-2017 LoRd_MuldeR " + VALUE "LegalCopyright", "Copyright (C) 2004-2018 LoRd_MuldeR " VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License " VALUE "OriginalFilename", "LameXP.exe" VALUE "ProductName", "LameXP - Audio Encoder Front-End" diff --git a/ReadMe.txt b/ReadMe.txt index ad2c8d4b..132cac84 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ LameXP - Audio Encoder Front-End - Copyright (C) 2004-2017 LoRd_MuldeR + Copyright (C) 2004-2018 LoRd_MuldeR http://www.muldersoft.com/ This program is free software; you can redistribute it and/or modify diff --git a/doc/Manual.html b/doc/Manual.html index 67820cb4..04409ce5 100644 --- a/doc/Manual.html +++ b/doc/Manual.html @@ -9,7 +9,7 @@ h='GMX.de%3E';a='@';n='% document.write(''+'<MuldeR2@GMX.de>'+'<\/'+'a'+'>'); // --> . 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-2017 LoRd_MuldeR <MuldeR2@GMX.de>
+Copyright (C) 2004-2018 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
diff --git a/doc/Manual.md b/doc/Manual.md
index cc9747a5..e1733f07 100644
--- a/doc/Manual.md
+++ b/doc/Manual.md
@@ -103,7 +103,7 @@ 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-2017 LoRd_MuldeR 
+	Copyright (C) 2004-2018 LoRd_MuldeR 
 
 	This program is free software; you can redistribute it and/or
 	modify it under the terms of the GNU General Public License
diff --git a/etc/NSIS/license.rtf b/etc/NSIS/license.rtf
index 38d18f89..be2ad0f5 100644
Binary files a/etc/NSIS/license.rtf and b/etc/NSIS/license.rtf differ
diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi
index 1fe6e422..4f1ba563 100644
--- a/etc/NSIS/setup.nsi
+++ b/etc/NSIS/setup.nsi
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
@@ -149,7 +149,7 @@ VIAddVersionKey "Comments" "This program is free software; you can redistribute
 VIAddVersionKey "CompanyName" "Free Software Foundation"
 VIAddVersionKey "FileDescription" "LameXP v${LAMEXP_VERSION} ${LAMEXP_INSTTYPE}-${LAMEXP_PATCH} [Build #${LAMEXP_BUILD}]"
 VIAddVersionKey "FileVersion" "${PRODUCT_VERSION_DATE}.${LAMEXP_BUILD} (${LAMEXP_VERSION})"
-VIAddVersionKey "LegalCopyright" "Copyright 2004-2017 LoRd_MuldeR"
+VIAddVersionKey "LegalCopyright" "Copyright 2004-2018 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 2fb91bdb..049a8eb1 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-2017; each patch is released under the very same license as the original tool.
+All patches provided here are Copyright (c) LoRd_MuldeR  2004-2018; 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 2fb91bdb..049a8eb1 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-2017; each patch is released under the very same license as the original tool.
+All patches provided here are Copyright (c) LoRd_MuldeR  2004-2018; 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 f4e31ab7..40b4a7bb 100644
--- a/etc/Translation/Blank.nsh
+++ b/etc/Translation/Blank.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/etc/Translation/LameXP_DE.nsh b/etc/Translation/LameXP_DE.nsh
index 8b4b6c41..5f007a10 100644
--- a/etc/Translation/LameXP_DE.nsh
+++ b/etc/Translation/LameXP_DE.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/etc/Translation/LameXP_ES.nsh b/etc/Translation/LameXP_ES.nsh
index 75898d4e..16b3ada4 100644
--- a/etc/Translation/LameXP_ES.nsh
+++ b/etc/Translation/LameXP_ES.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/etc/Translation/LameXP_HU.nsh b/etc/Translation/LameXP_HU.nsh
index 23f9a438..31d5456e 100644
--- a/etc/Translation/LameXP_HU.nsh
+++ b/etc/Translation/LameXP_HU.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/etc/Translation/LameXP_PL.nsh b/etc/Translation/LameXP_PL.nsh
index f62903e8..68511367 100644
--- a/etc/Translation/LameXP_PL.nsh
+++ b/etc/Translation/LameXP_PL.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/etc/Translation/LameXP_RU.nsh b/etc/Translation/LameXP_RU.nsh
index 840cf35f..1e8c07c3 100644
--- a/etc/Translation/LameXP_RU.nsh
+++ b/etc/Translation/LameXP_RU.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/etc/Translation/LameXP_UK.nsh b/etc/Translation/LameXP_UK.nsh
index 7f6537ce..bd540e94 100644
--- a/etc/Translation/LameXP_UK.nsh
+++ b/etc/Translation/LameXP_UK.nsh
@@ -1,6 +1,6 @@
 ; ///////////////////////////////////////////////////////////////////////////////
 ; // LameXP - Audio Encoder Front-End
-; // Copyright (C) 2004-2017 LoRd_MuldeR 
+; // Copyright (C) 2004-2018 LoRd_MuldeR 
 ; //
 ; // This program is free software; you can redistribute it and/or modify
 ; // it under the terms of the GNU General Public License as published by
diff --git a/src/Config.h b/src/Config.h
index bc209e44..3b393e34 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@
 #define VER_LAMEXP_MINOR_LO					6
 #define VER_LAMEXP_TYPE						Beta
 #define VER_LAMEXP_PATCH					3
-#define VER_LAMEXP_BUILD					2082
+#define VER_LAMEXP_BUILD					2083
 #define VER_LAMEXP_CONFG					2002
 
 ///////////////////////////////////////////////////////////////////////////////
diff --git a/src/CustomEventFilter.h b/src/CustomEventFilter.h
index 242f553d..2f4c0176 100644
--- a/src/CustomEventFilter.h
+++ b/src/CustomEventFilter.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_AAC.cpp b/src/Decoder_AAC.cpp
index 4604e6cf..e0143bc8 100644
--- a/src/Decoder_AAC.cpp
+++ b/src/Decoder_AAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_AAC.h b/src/Decoder_AAC.h
index 8b342036..585d17f0 100644
--- a/src/Decoder_AAC.h
+++ b/src/Decoder_AAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_AC3.cpp b/src/Decoder_AC3.cpp
index b3fac30c..82361f39 100644
--- a/src/Decoder_AC3.cpp
+++ b/src/Decoder_AC3.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_AC3.h b/src/Decoder_AC3.h
index 8eb856bc..bc36e7b5 100644
--- a/src/Decoder_AC3.h
+++ b/src/Decoder_AC3.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_ADPCM.cpp b/src/Decoder_ADPCM.cpp
index 581acbdb..8991a290 100644
--- a/src/Decoder_ADPCM.cpp
+++ b/src/Decoder_ADPCM.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_ADPCM.h b/src/Decoder_ADPCM.h
index 92c27bc6..4b357c5e 100644
--- a/src/Decoder_ADPCM.h
+++ b/src/Decoder_ADPCM.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_ALAC.cpp b/src/Decoder_ALAC.cpp
index fa3d47d1..2ace162d 100644
--- a/src/Decoder_ALAC.cpp
+++ b/src/Decoder_ALAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_ALAC.h b/src/Decoder_ALAC.h
index 3ce22afa..49822a06 100644
--- a/src/Decoder_ALAC.h
+++ b/src/Decoder_ALAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Abstract.cpp b/src/Decoder_Abstract.cpp
index d9479073..967b519f 100644
--- a/src/Decoder_Abstract.cpp
+++ b/src/Decoder_Abstract.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Abstract.h b/src/Decoder_Abstract.h
index d1e45560..e8ec4d95 100644
--- a/src/Decoder_Abstract.h
+++ b/src/Decoder_Abstract.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Avisynth.cpp b/src/Decoder_Avisynth.cpp
index fe1a3da5..88671d3a 100644
--- a/src/Decoder_Avisynth.cpp
+++ b/src/Decoder_Avisynth.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Avisynth.h b/src/Decoder_Avisynth.h
index c3987973..a5d54ba1 100644
--- a/src/Decoder_Avisynth.h
+++ b/src/Decoder_Avisynth.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_FLAC.cpp b/src/Decoder_FLAC.cpp
index 304e7de6..f307fc7f 100644
--- a/src/Decoder_FLAC.cpp
+++ b/src/Decoder_FLAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_FLAC.h b/src/Decoder_FLAC.h
index 029847b3..2a8d5faa 100644
--- a/src/Decoder_FLAC.h
+++ b/src/Decoder_FLAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_MAC.cpp b/src/Decoder_MAC.cpp
index 9208f279..9e35cbbf 100644
--- a/src/Decoder_MAC.cpp
+++ b/src/Decoder_MAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_MAC.h b/src/Decoder_MAC.h
index 4af2c44d..dee25992 100644
--- a/src/Decoder_MAC.h
+++ b/src/Decoder_MAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_MP3.cpp b/src/Decoder_MP3.cpp
index 003c9ebd..073c3318 100644
--- a/src/Decoder_MP3.cpp
+++ b/src/Decoder_MP3.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_MP3.h b/src/Decoder_MP3.h
index bbc13066..4a66242e 100644
--- a/src/Decoder_MP3.h
+++ b/src/Decoder_MP3.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Musepack.cpp b/src/Decoder_Musepack.cpp
index 8b6ef429..54d829c3 100644
--- a/src/Decoder_Musepack.cpp
+++ b/src/Decoder_Musepack.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Musepack.h b/src/Decoder_Musepack.h
index 4592f202..2324d727 100644
--- a/src/Decoder_Musepack.h
+++ b/src/Decoder_Musepack.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Opus.cpp b/src/Decoder_Opus.cpp
index 5d817786..bd4cb432 100644
--- a/src/Decoder_Opus.cpp
+++ b/src/Decoder_Opus.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Opus.h b/src/Decoder_Opus.h
index ffa4a93d..896ff3b5 100644
--- a/src/Decoder_Opus.h
+++ b/src/Decoder_Opus.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Shorten.cpp b/src/Decoder_Shorten.cpp
index 65cc7471..0cee8b1f 100644
--- a/src/Decoder_Shorten.cpp
+++ b/src/Decoder_Shorten.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Shorten.h b/src/Decoder_Shorten.h
index 88360c62..073c9cfd 100644
--- a/src/Decoder_Shorten.h
+++ b/src/Decoder_Shorten.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Speex.cpp b/src/Decoder_Speex.cpp
index 73a44eef..1a12b633 100644
--- a/src/Decoder_Speex.cpp
+++ b/src/Decoder_Speex.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Speex.h b/src/Decoder_Speex.h
index 221462a5..bc89629a 100644
--- a/src/Decoder_Speex.h
+++ b/src/Decoder_Speex.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_TTA.cpp b/src/Decoder_TTA.cpp
index 4709c6a1..4a64a879 100644
--- a/src/Decoder_TTA.cpp
+++ b/src/Decoder_TTA.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_TTA.h b/src/Decoder_TTA.h
index e77e2cb5..15794593 100644
--- a/src/Decoder_TTA.h
+++ b/src/Decoder_TTA.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Vorbis.cpp b/src/Decoder_Vorbis.cpp
index ff686f1b..9b9fc38b 100644
--- a/src/Decoder_Vorbis.cpp
+++ b/src/Decoder_Vorbis.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Vorbis.h b/src/Decoder_Vorbis.h
index 843ae48d..4027c84c 100644
--- a/src/Decoder_Vorbis.h
+++ b/src/Decoder_Vorbis.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_WMA.cpp b/src/Decoder_WMA.cpp
index 21534c36..66caa293 100644
--- a/src/Decoder_WMA.cpp
+++ b/src/Decoder_WMA.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_WMA.h b/src/Decoder_WMA.h
index 403ff945..fab7d145 100644
--- a/src/Decoder_WMA.h
+++ b/src/Decoder_WMA.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_WavPack.cpp b/src/Decoder_WavPack.cpp
index a7f1c7f8..4d53cbb4 100644
--- a/src/Decoder_WavPack.cpp
+++ b/src/Decoder_WavPack.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_WavPack.h b/src/Decoder_WavPack.h
index 7bd7b801..ce812d67 100644
--- a/src/Decoder_WavPack.h
+++ b/src/Decoder_WavPack.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Wave.cpp b/src/Decoder_Wave.cpp
index 1ee2b591..f4259084 100644
--- a/src/Decoder_Wave.cpp
+++ b/src/Decoder_Wave.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Decoder_Wave.h b/src/Decoder_Wave.h
index 7eeb328d..b6898fc9 100644
--- a/src/Decoder_Wave.h
+++ b/src/Decoder_Wave.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp
index f3e8f5f1..a9b3e248 100644
--- a/src/Dialog_About.cpp
+++ b/src/Dialog_About.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_About.h b/src/Dialog_About.h
index de5ae9d1..931ddad5 100644
--- a/src/Dialog_About.h
+++ b/src/Dialog_About.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_CueImport.cpp b/src/Dialog_CueImport.cpp
index 5c3d601d..dce38814 100644
--- a/src/Dialog_CueImport.cpp
+++ b/src/Dialog_CueImport.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_CueImport.h b/src/Dialog_CueImport.h
index 5a5d232b..e9e0bb50 100644
--- a/src/Dialog_CueImport.h
+++ b/src/Dialog_CueImport.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_DropBox.cpp b/src/Dialog_DropBox.cpp
index 56006591..b9ed1eeb 100644
--- a/src/Dialog_DropBox.cpp
+++ b/src/Dialog_DropBox.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_DropBox.h b/src/Dialog_DropBox.h
index 73565ac7..86d7e1f7 100644
--- a/src/Dialog_DropBox.h
+++ b/src/Dialog_DropBox.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_LogView.cpp b/src/Dialog_LogView.cpp
index 4acb634c..70c83a09 100644
--- a/src/Dialog_LogView.cpp
+++ b/src/Dialog_LogView.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_LogView.h b/src/Dialog_LogView.h
index 2dadd66b..5b4b0265 100644
--- a/src/Dialog_LogView.h
+++ b/src/Dialog_LogView.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp
index 67a8c1d9..d17aa718 100644
--- a/src/Dialog_MainWindow.cpp
+++ b/src/Dialog_MainWindow.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_MainWindow.h b/src/Dialog_MainWindow.h
index 3a260eb0..28083199 100644
--- a/src/Dialog_MainWindow.h
+++ b/src/Dialog_MainWindow.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_MetaInfo.cpp b/src/Dialog_MetaInfo.cpp
index 73745064..da8c6276 100644
--- a/src/Dialog_MetaInfo.cpp
+++ b/src/Dialog_MetaInfo.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_MetaInfo.h b/src/Dialog_MetaInfo.h
index 14940c62..3b4897f7 100644
--- a/src/Dialog_MetaInfo.h
+++ b/src/Dialog_MetaInfo.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_Processing.cpp b/src/Dialog_Processing.cpp
index fba15dec..50c529f7 100644
--- a/src/Dialog_Processing.cpp
+++ b/src/Dialog_Processing.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_Processing.h b/src/Dialog_Processing.h
index 9ea0ef9a..9aca1187 100644
--- a/src/Dialog_Processing.h
+++ b/src/Dialog_Processing.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_SplashScreen.cpp b/src/Dialog_SplashScreen.cpp
index 22445fa4..4a99bc21 100644
--- a/src/Dialog_SplashScreen.cpp
+++ b/src/Dialog_SplashScreen.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_SplashScreen.h b/src/Dialog_SplashScreen.h
index a425642d..2622a586 100644
--- a/src/Dialog_SplashScreen.h
+++ b/src/Dialog_SplashScreen.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_Update.cpp b/src/Dialog_Update.cpp
index 0d3f3ebc..e213c762 100644
--- a/src/Dialog_Update.cpp
+++ b/src/Dialog_Update.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_Update.h b/src/Dialog_Update.h
index a8f35813..7d5126c5 100644
--- a/src/Dialog_Update.h
+++ b/src/Dialog_Update.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_WorkingBanner.cpp b/src/Dialog_WorkingBanner.cpp
index 39d2c4f2..db1f19be 100644
--- a/src/Dialog_WorkingBanner.cpp
+++ b/src/Dialog_WorkingBanner.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Dialog_WorkingBanner.h b/src/Dialog_WorkingBanner.h
index a11979b2..90d0b66c 100644
--- a/src/Dialog_WorkingBanner.h
+++ b/src/Dialog_WorkingBanner.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC.cpp b/src/Encoder_AAC.cpp
index d78fce0a..c96ca6f7 100644
--- a/src/Encoder_AAC.cpp
+++ b/src/Encoder_AAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC.h b/src/Encoder_AAC.h
index cbd8c7ec..04643d8c 100644
--- a/src/Encoder_AAC.h
+++ b/src/Encoder_AAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC_FDK.cpp b/src/Encoder_AAC_FDK.cpp
index dd97ab67..29e22113 100644
--- a/src/Encoder_AAC_FDK.cpp
+++ b/src/Encoder_AAC_FDK.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC_FDK.h b/src/Encoder_AAC_FDK.h
index a6b01a49..67e5d184 100644
--- a/src/Encoder_AAC_FDK.h
+++ b/src/Encoder_AAC_FDK.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC_FHG.cpp b/src/Encoder_AAC_FHG.cpp
index 554a51c4..f5b5cf5f 100644
--- a/src/Encoder_AAC_FHG.cpp
+++ b/src/Encoder_AAC_FHG.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC_FHG.h b/src/Encoder_AAC_FHG.h
index f59128d3..60690207 100644
--- a/src/Encoder_AAC_FHG.h
+++ b/src/Encoder_AAC_FHG.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC_QAAC.cpp b/src/Encoder_AAC_QAAC.cpp
index eed000e6..a0f74f56 100644
--- a/src/Encoder_AAC_QAAC.cpp
+++ b/src/Encoder_AAC_QAAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AAC_QAAC.h b/src/Encoder_AAC_QAAC.h
index 095d8ed3..fd26b335 100644
--- a/src/Encoder_AAC_QAAC.h
+++ b/src/Encoder_AAC_QAAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AC3.cpp b/src/Encoder_AC3.cpp
index f94f0d57..35efb473 100644
--- a/src/Encoder_AC3.cpp
+++ b/src/Encoder_AC3.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_AC3.h b/src/Encoder_AC3.h
index 640f334a..79bb8849 100644
--- a/src/Encoder_AC3.h
+++ b/src/Encoder_AC3.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Abstract.cpp b/src/Encoder_Abstract.cpp
index a9ecfbe2..11d62a0b 100644
--- a/src/Encoder_Abstract.cpp
+++ b/src/Encoder_Abstract.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Abstract.h b/src/Encoder_Abstract.h
index 604c0b6b..34cb1b37 100644
--- a/src/Encoder_Abstract.h
+++ b/src/Encoder_Abstract.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_DCA.cpp b/src/Encoder_DCA.cpp
index eb9a7d56..f1f593bd 100644
--- a/src/Encoder_DCA.cpp
+++ b/src/Encoder_DCA.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_DCA.h b/src/Encoder_DCA.h
index 8658fd81..fba94b7e 100644
--- a/src/Encoder_DCA.h
+++ b/src/Encoder_DCA.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_FLAC.cpp b/src/Encoder_FLAC.cpp
index b20ec9f0..09bef438 100644
--- a/src/Encoder_FLAC.cpp
+++ b/src/Encoder_FLAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_FLAC.h b/src/Encoder_FLAC.h
index 5c53be5b..ee953000 100644
--- a/src/Encoder_FLAC.h
+++ b/src/Encoder_FLAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_MAC.cpp b/src/Encoder_MAC.cpp
index cc1b6c1d..42d7be61 100644
--- a/src/Encoder_MAC.cpp
+++ b/src/Encoder_MAC.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_MAC.h b/src/Encoder_MAC.h
index 251c41c4..15112e10 100644
--- a/src/Encoder_MAC.h
+++ b/src/Encoder_MAC.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_MP3.cpp b/src/Encoder_MP3.cpp
index d7f16b82..0037ccaa 100644
--- a/src/Encoder_MP3.cpp
+++ b/src/Encoder_MP3.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_MP3.h b/src/Encoder_MP3.h
index 5281cb67..52008ac4 100644
--- a/src/Encoder_MP3.h
+++ b/src/Encoder_MP3.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Opus.cpp b/src/Encoder_Opus.cpp
index f0dd5444..5636f5cf 100644
--- a/src/Encoder_Opus.cpp
+++ b/src/Encoder_Opus.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Opus.h b/src/Encoder_Opus.h
index 4024253c..727bab09 100644
--- a/src/Encoder_Opus.h
+++ b/src/Encoder_Opus.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Vorbis.cpp b/src/Encoder_Vorbis.cpp
index de727ceb..5faedaee 100644
--- a/src/Encoder_Vorbis.cpp
+++ b/src/Encoder_Vorbis.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Vorbis.h b/src/Encoder_Vorbis.h
index e1eb24b4..c250a50a 100644
--- a/src/Encoder_Vorbis.h
+++ b/src/Encoder_Vorbis.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Wave.cpp b/src/Encoder_Wave.cpp
index 55bf537a..730e0db1 100644
--- a/src/Encoder_Wave.cpp
+++ b/src/Encoder_Wave.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Encoder_Wave.h b/src/Encoder_Wave.h
index ff666589..b8858238 100644
--- a/src/Encoder_Wave.h
+++ b/src/Encoder_Wave.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/FileHash.cpp b/src/FileHash.cpp
index 59004094..45b8ce94 100644
--- a/src/FileHash.cpp
+++ b/src/FileHash.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/FileHash.h b/src/FileHash.h
index 1eec6459..052efa1a 100644
--- a/src/FileHash.h
+++ b/src/FileHash.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Abstract.cpp b/src/Filter_Abstract.cpp
index 3c51619a..ce38c064 100644
--- a/src/Filter_Abstract.cpp
+++ b/src/Filter_Abstract.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Abstract.h b/src/Filter_Abstract.h
index 1772a7da..bef7960f 100644
--- a/src/Filter_Abstract.h
+++ b/src/Filter_Abstract.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Downmix.cpp b/src/Filter_Downmix.cpp
index 84d6d6a7..4cf28342 100644
--- a/src/Filter_Downmix.cpp
+++ b/src/Filter_Downmix.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Downmix.h b/src/Filter_Downmix.h
index 0be51d29..bb3971ae 100644
--- a/src/Filter_Downmix.h
+++ b/src/Filter_Downmix.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Normalize.cpp b/src/Filter_Normalize.cpp
index 53409605..a74aeaa3 100644
--- a/src/Filter_Normalize.cpp
+++ b/src/Filter_Normalize.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Normalize.h b/src/Filter_Normalize.h
index 172482d3..4edd0637 100644
--- a/src/Filter_Normalize.h
+++ b/src/Filter_Normalize.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Resample.cpp b/src/Filter_Resample.cpp
index 304e0c70..590e2d13 100644
--- a/src/Filter_Resample.cpp
+++ b/src/Filter_Resample.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_Resample.h b/src/Filter_Resample.h
index 9fbb3dfc..de001ad4 100644
--- a/src/Filter_Resample.h
+++ b/src/Filter_Resample.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_ToneAdjust.cpp b/src/Filter_ToneAdjust.cpp
index 40c1bcdc..15e21981 100644
--- a/src/Filter_ToneAdjust.cpp
+++ b/src/Filter_ToneAdjust.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Filter_ToneAdjust.h b/src/Filter_ToneAdjust.h
index c9f55b2e..e7f567fe 100644
--- a/src/Filter_ToneAdjust.h
+++ b/src/Filter_ToneAdjust.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Genres.cpp b/src/Genres.cpp
index 038588bb..69038c4e 100644
--- a/src/Genres.cpp
+++ b/src/Genres.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Genres.h b/src/Genres.h
index f93acad7..d26b0713 100644
--- a/src/Genres.h
+++ b/src/Genres.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Global.h b/src/Global.h
index 00566d91..b7c296ac 100644
--- a/src/Global.h
+++ b/src/Global.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Global_Tools.cpp b/src/Global_Tools.cpp
index db9623ee..d6af883e 100644
--- a/src/Global_Tools.cpp
+++ b/src/Global_Tools.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Global_Utils.cpp b/src/Global_Utils.cpp
index 22eaf537..9c7451ec 100644
--- a/src/Global_Utils.cpp
+++ b/src/Global_Utils.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Global_Version.cpp b/src/Global_Version.cpp
index 76629562..8526edfa 100644
--- a/src/Global_Version.cpp
+++ b/src/Global_Version.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Global_Zero.cpp b/src/Global_Zero.cpp
index 9adfd01d..4178f0d0 100644
--- a/src/Global_Zero.cpp
+++ b/src/Global_Zero.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/IPCCommands.h b/src/IPCCommands.h
index 5a5adb71..b924fad4 100644
--- a/src/IPCCommands.h
+++ b/src/IPCCommands.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/LockedFile.cpp b/src/LockedFile.cpp
index 16da771d..2bbcaa3b 100644
--- a/src/LockedFile.cpp
+++ b/src/LockedFile.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/LockedFile.h b/src/LockedFile.h
index 3eb52a8b..7e16e893 100644
--- a/src/LockedFile.h
+++ b/src/LockedFile.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Main.cpp b/src/Main.cpp
index 1892d39d..4eff9108 100644
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/MimeTypes.h b/src/MimeTypes.h
index c27e5a4f..66c3b898 100644
--- a/src/MimeTypes.h
+++ b/src/MimeTypes.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_Artwork.cpp b/src/Model_Artwork.cpp
index 9cdaf0aa..3c73f4da 100644
--- a/src/Model_Artwork.cpp
+++ b/src/Model_Artwork.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_Artwork.h b/src/Model_Artwork.h
index 33a77a19..a771f1d9 100644
--- a/src/Model_Artwork.h
+++ b/src/Model_Artwork.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_AudioFile.cpp b/src/Model_AudioFile.cpp
index b4c703fe..d1cc1db1 100644
--- a/src/Model_AudioFile.cpp
+++ b/src/Model_AudioFile.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_AudioFile.h b/src/Model_AudioFile.h
index 383503cf..3c0f5df3 100644
--- a/src/Model_AudioFile.h
+++ b/src/Model_AudioFile.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_CueSheet.cpp b/src/Model_CueSheet.cpp
index a11b7c9f..22c81411 100644
--- a/src/Model_CueSheet.cpp
+++ b/src/Model_CueSheet.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_CueSheet.h b/src/Model_CueSheet.h
index f84d782a..15fe6782 100644
--- a/src/Model_CueSheet.h
+++ b/src/Model_CueSheet.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_FileExts.cpp b/src/Model_FileExts.cpp
index e9625d1a..6b7eecf3 100644
--- a/src/Model_FileExts.cpp
+++ b/src/Model_FileExts.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_FileExts.h b/src/Model_FileExts.h
index 88c6b1e2..17cab747 100644
--- a/src/Model_FileExts.h
+++ b/src/Model_FileExts.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_FileList.cpp b/src/Model_FileList.cpp
index c914d8e9..6b5e5c15 100644
--- a/src/Model_FileList.cpp
+++ b/src/Model_FileList.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_FileList.h b/src/Model_FileList.h
index 8ba59c25..39fae7e9 100644
--- a/src/Model_FileList.h
+++ b/src/Model_FileList.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_FileSystem.cpp b/src/Model_FileSystem.cpp
index e14f62e8..ba7c338a 100644
--- a/src/Model_FileSystem.cpp
+++ b/src/Model_FileSystem.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_FileSystem.h b/src/Model_FileSystem.h
index 6cdf5791..f1468ea1 100644
--- a/src/Model_FileSystem.h
+++ b/src/Model_FileSystem.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_MetaInfo.cpp b/src/Model_MetaInfo.cpp
index 5a4e4ea5..503d5e96 100644
--- a/src/Model_MetaInfo.cpp
+++ b/src/Model_MetaInfo.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_MetaInfo.h b/src/Model_MetaInfo.h
index a10b05b1..1c60773a 100644
--- a/src/Model_MetaInfo.h
+++ b/src/Model_MetaInfo.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_Progress.cpp b/src/Model_Progress.cpp
index ee5bf2df..23bdbfc8 100644
--- a/src/Model_Progress.cpp
+++ b/src/Model_Progress.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_Progress.h b/src/Model_Progress.h
index d5096a02..8276c744 100644
--- a/src/Model_Progress.h
+++ b/src/Model_Progress.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_Settings.cpp b/src/Model_Settings.cpp
index ef9e60c9..0a49a39b 100644
--- a/src/Model_Settings.cpp
+++ b/src/Model_Settings.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Model_Settings.h b/src/Model_Settings.h
index d26d435a..f43a5fa5 100644
--- a/src/Model_Settings.h
+++ b/src/Model_Settings.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/PlaylistImporter.cpp b/src/PlaylistImporter.cpp
index 4b4e6ac1..9728d050 100644
--- a/src/PlaylistImporter.cpp
+++ b/src/PlaylistImporter.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/PlaylistImporter.h b/src/PlaylistImporter.h
index 13a9f68a..66391370 100644
--- a/src/PlaylistImporter.h
+++ b/src/PlaylistImporter.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Registry_Decoder.cpp b/src/Registry_Decoder.cpp
index ab23a886..612eaeb4 100644
--- a/src/Registry_Decoder.cpp
+++ b/src/Registry_Decoder.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Registry_Decoder.h b/src/Registry_Decoder.h
index d26d0e45..d40c55ca 100644
--- a/src/Registry_Decoder.h
+++ b/src/Registry_Decoder.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Registry_Encoder.cpp b/src/Registry_Encoder.cpp
index 19d2a88a..be9fac9b 100644
--- a/src/Registry_Encoder.cpp
+++ b/src/Registry_Encoder.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Registry_Encoder.h b/src/Registry_Encoder.h
index 5d8bd4c3..e6bd53c2 100644
--- a/src/Registry_Encoder.h
+++ b/src/Registry_Encoder.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Resource.h b/src/Resource.h
index 295972ba..77388280 100644
--- a/src/Resource.h
+++ b/src/Resource.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/ShellIntegration.cpp b/src/ShellIntegration.cpp
index 6fc197f3..849d6e82 100644
--- a/src/ShellIntegration.cpp
+++ b/src/ShellIntegration.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/ShellIntegration.h b/src/ShellIntegration.h
index 856bd90b..a4d54214 100644
--- a/src/ShellIntegration.h
+++ b/src/ShellIntegration.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Targetver.h b/src/Targetver.h
index 32d5aac8..e011de5a 100644
--- a/src/Targetver.h
+++ b/src/Targetver.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_CPUObserver.cpp b/src/Thread_CPUObserver.cpp
index 3fd59d0f..b311dd34 100644
--- a/src/Thread_CPUObserver.cpp
+++ b/src/Thread_CPUObserver.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_CPUObserver.h b/src/Thread_CPUObserver.h
index 3a3478e9..0d8dc43d 100644
--- a/src/Thread_CPUObserver.h
+++ b/src/Thread_CPUObserver.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_CueSplitter.cpp b/src/Thread_CueSplitter.cpp
index b3497289..de8d4101 100644
--- a/src/Thread_CueSplitter.cpp
+++ b/src/Thread_CueSplitter.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_CueSplitter.h b/src/Thread_CueSplitter.h
index 24237993..ed0af8d7 100644
--- a/src/Thread_CueSplitter.h
+++ b/src/Thread_CueSplitter.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_DiskObserver.cpp b/src/Thread_DiskObserver.cpp
index 2847dd6e..582377ec 100644
--- a/src/Thread_DiskObserver.cpp
+++ b/src/Thread_DiskObserver.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_DiskObserver.h b/src/Thread_DiskObserver.h
index fdd50666..724920e8 100644
--- a/src/Thread_DiskObserver.h
+++ b/src/Thread_DiskObserver.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_FileAnalyzer.cpp b/src/Thread_FileAnalyzer.cpp
index cf297741..6d630448 100644
--- a/src/Thread_FileAnalyzer.cpp
+++ b/src/Thread_FileAnalyzer.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_FileAnalyzer.h b/src/Thread_FileAnalyzer.h
index dc810e00..a44a511a 100644
--- a/src/Thread_FileAnalyzer.h
+++ b/src/Thread_FileAnalyzer.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_FileAnalyzer_Task.cpp b/src/Thread_FileAnalyzer_Task.cpp
index fa15d5e1..cd9aa8d0 100644
--- a/src/Thread_FileAnalyzer_Task.cpp
+++ b/src/Thread_FileAnalyzer_Task.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_FileAnalyzer_Task.h b/src/Thread_FileAnalyzer_Task.h
index 351f5011..38ac467c 100644
--- a/src/Thread_FileAnalyzer_Task.h
+++ b/src/Thread_FileAnalyzer_Task.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp
index 140de0d1..fe96f9cf 100644
--- a/src/Thread_Initialization.cpp
+++ b/src/Thread_Initialization.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_Initialization.h b/src/Thread_Initialization.h
index 055ead7f..64085693 100644
--- a/src/Thread_Initialization.h
+++ b/src/Thread_Initialization.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_MessageHandler.cpp b/src/Thread_MessageHandler.cpp
index 0088435e..27ab6067 100644
--- a/src/Thread_MessageHandler.cpp
+++ b/src/Thread_MessageHandler.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_MessageHandler.h b/src/Thread_MessageHandler.h
index 81dbc8a1..e6557baa 100644
--- a/src/Thread_MessageHandler.h
+++ b/src/Thread_MessageHandler.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_MessageProducer.cpp b/src/Thread_MessageProducer.cpp
index a764d526..26e106f0 100644
--- a/src/Thread_MessageProducer.cpp
+++ b/src/Thread_MessageProducer.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_MessageProducer.h b/src/Thread_MessageProducer.h
index bc56ef88..3861aa63 100644
--- a/src/Thread_MessageProducer.h
+++ b/src/Thread_MessageProducer.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_Process.cpp b/src/Thread_Process.cpp
index f39eb305..da76056b 100644
--- a/src/Thread_Process.cpp
+++ b/src/Thread_Process.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_Process.h b/src/Thread_Process.h
index 7a6dae6e..4a3bc821 100644
--- a/src/Thread_Process.h
+++ b/src/Thread_Process.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_RAMObserver.cpp b/src/Thread_RAMObserver.cpp
index c798d33d..a5fdf565 100644
--- a/src/Thread_RAMObserver.cpp
+++ b/src/Thread_RAMObserver.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Thread_RAMObserver.h b/src/Thread_RAMObserver.h
index 229f9641..ab02142b 100644
--- a/src/Thread_RAMObserver.h
+++ b/src/Thread_RAMObserver.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Tool_Abstract.cpp b/src/Tool_Abstract.cpp
index 872615ac..d939f28f 100644
--- a/src/Tool_Abstract.cpp
+++ b/src/Tool_Abstract.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Tool_Abstract.h b/src/Tool_Abstract.h
index 610a722b..7a5d839e 100644
--- a/src/Tool_Abstract.h
+++ b/src/Tool_Abstract.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Tool_WaveProperties.cpp b/src/Tool_WaveProperties.cpp
index abd30cb9..3e5b603e 100644
--- a/src/Tool_WaveProperties.cpp
+++ b/src/Tool_WaveProperties.cpp
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Tool_WaveProperties.h b/src/Tool_WaveProperties.h
index 44b06aa6..22f3f7ed 100644
--- a/src/Tool_WaveProperties.h
+++ b/src/Tool_WaveProperties.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
diff --git a/src/Tools.h b/src/Tools.h
index f140e0c3..c75bdd6e 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2017 LoRd_MuldeR 
+// Copyright (C) 2004-2018 LoRd_MuldeR 
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by