From eb41bbfb46be463a36671efef281900c18607cdf Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 8 Dec 2021 00:03:40 +0100 Subject: [PATCH] Updated copyright year. --- Copying.txt | 8 ++++---- HISTORY.txt | 4 ++++ README.md | 10 +++++----- etc/setup/language/en.nsh | 2 +- etc/setup/license.rtf | Bin 2315 -> 2315 bytes etc/setup/setup.nsi | 4 ++-- gui/win_about.ui | 6 +++--- src/cli.h | 2 +- src/encoder_abstract.cpp | 2 +- src/encoder_abstract.h | 2 +- src/encoder_factory.cpp | 2 +- src/encoder_factory.h | 2 +- src/encoder_nvencc.cpp | 2 +- src/encoder_nvencc.h | 2 +- src/encoder_x264.cpp | 2 +- src/encoder_x264.h | 2 +- src/encoder_x265.cpp | 2 +- src/encoder_x265.h | 2 +- src/global.cpp | 2 +- src/global.h | 2 +- src/input_filter.cpp | 2 +- src/input_filter.h | 2 +- src/ipc.h | 2 +- src/job_object.cpp | 2 +- src/job_object.h | 2 +- src/main.cpp | 2 +- src/mediainfo.cpp | 2 +- src/mediainfo.h | 2 +- src/model_clipInfo.cpp | 2 +- src/model_clipInfo.h | 2 +- src/model_jobList.cpp | 2 +- src/model_jobList.h | 2 +- src/model_logFile.cpp | 2 +- src/model_logFile.h | 2 +- src/model_options.cpp | 2 +- src/model_options.h | 2 +- src/model_preferences.cpp | 2 +- src/model_preferences.h | 2 +- src/model_recently.cpp | 2 +- src/model_recently.h | 2 +- src/model_status.h | 2 +- src/model_sysinfo.h | 2 +- src/source_abstract.cpp | 2 +- src/source_abstract.h | 2 +- src/source_avisynth.cpp | 2 +- src/source_avisynth.h | 2 +- src/source_factory.cpp | 2 +- src/source_factory.h | 2 +- src/source_vapoursynth.cpp | 2 +- src/source_vapoursynth.h | 2 +- src/string_validator.cpp | 2 +- src/string_validator.h | 2 +- src/thread_abstract.cpp | 2 +- src/thread_abstract.h | 2 +- src/thread_avisynth.cpp | 2 +- src/thread_avisynth.h | 2 +- src/thread_binaries.cpp | 2 +- src/thread_binaries.h | 2 +- src/thread_encode.cpp | 2 +- src/thread_encode.h | 2 +- src/thread_ipc_recv.cpp | 2 +- src/thread_ipc_recv.h | 2 +- src/thread_ipc_send.cpp | 2 +- src/thread_ipc_send.h | 2 +- src/thread_startup.cpp | 2 +- src/thread_startup.h | 2 +- src/thread_vapoursynth.cpp | 2 +- src/thread_vapoursynth.h | 2 +- src/tool_abstract.cpp | 2 +- src/tool_abstract.h | 2 +- src/version.h | 4 ++-- src/win_about.cpp | 2 +- src/win_about.h | 2 +- src/win_addJob.cpp | 2 +- src/win_addJob.h | 2 +- src/win_editor.cpp | 2 +- src/win_editor.h | 2 +- src/win_help.cpp | 2 +- src/win_help.h | 2 +- src/win_main.cpp | 2 +- src/win_main.h | 2 +- src/win_preferences.cpp | 2 +- src/win_preferences.h | 2 +- src/win_updater.cpp | 2 +- src/win_updater.h | 2 +- src/zero.cpp | 2 +- x264_launcher.rc | Bin 6214 -> 6214 bytes z_build.bat | 10 +++++----- 88 files changed, 104 insertions(+), 100 deletions(-) diff --git a/Copying.txt b/Copying.txt index beefaa4..1af18d9 100644 --- a/Copying.txt +++ b/Copying.txt @@ -1,5 +1,5 @@ Simple x264/x265 Launcher - graphical video encoder front-end -Copyright (C) 2004-2020 LoRd_MuldeR +Copyright (C) 2004-2021 LoRd_MuldeR This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,11 +29,11 @@ GNU General Public License version 3 The following third-party software is used by this program: -The x264 encoder software is Copyright (C) 2003-2020 x264 project. +The x264 encoder software is Copyright (C) 2003-2021 x264 project. http://www.videolan.org/developers/x264.html x264 is a free software and is released under the terms of the GNU GPL. -The x265 encoder software is Copyright (C) 2013-2020 x265 project. +The x265 encoder software is Copyright (C) 2013-2021 x265 project. http://www.videolan.org/developers/x265.html x265 is a free software and is released under the terms of the GNU GPL. @@ -41,7 +41,7 @@ AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al. http://avisynth.nl/index.php/Main_Page AviSynth is a free software, released under the terms of the GNU GPL. -VapourSynth is Copyright (c) 2012-2020 Fredrik Mellbin. +VapourSynth is Copyright (c) 2012-2021 Fredrik Mellbin. http://www.vapoursynth.com/ VapourSynth is a free software, released under the terms of the GNU LGPL. diff --git a/HISTORY.txt b/HISTORY.txt index 94699ce..3133fb1 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 3.01 [2021-12-08] +* Updated x265 to version 3.5+20 +* Updated build environment to Visual Studio 2022 + Version 3.00 [2021-05-29] * Updated x265 to version 3.5+2 * Updated NVEncC to version 5.33 diff --git a/README.md b/README.md index b98fdc8..e6adf85 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Occasionally your Antivirus program may mistakenly detect "malware" (virus, troj # License # -Simple x264/x265 Launcher is Copyright (C) 2004-2020 LoRd_MuldeR. +Simple x264/x265 Launcher is Copyright (C) 2004-2021 LoRd_MuldeR. ``` This program is free software; you can redistribute it and/or modify @@ -79,15 +79,15 @@ The following third-party software is used by this application: http://qt.digia.com/ Qt is a free software, released under the terms of GNU GPL, version 3. -* The x264 encoder software is Copyright (C) 2003-2020 x264 project. +* The x264 encoder software is Copyright (C) 2003-2021 x264 project. http://www.videolan.org/developers/x264.html x264 is a free software and is released under the terms of the GNU GPL. -* The x265 encoder software is Copyright (C) 2013-2020 x265 project. +* The x265 encoder software is Copyright (C) 2013-2021 x265 project. http://www.videolan.org/developers/x265.html x265 is a free software and is released under the terms of the GNU GPL. -* The NVEncC encoder software is Copyright (c) 1999-2020 rigaya. +* The NVEncC encoder software is Copyright (c) 1999-2021 rigaya. https://onedrive.live.com/?id=6BDD4375AC8933C6%212293&cid=6BDD4375AC8933C6 NVEncC is a free software and is released under the terms of the MIT License. @@ -95,7 +95,7 @@ The following third-party software is used by this application: http://avisynth.nl/index.php/Main_Page AviSynth is a free software, released under the terms of the GNU GPL. -* VapourSynth is Copyright (c) 2012-2020 Fredrik Mellbin. +* VapourSynth is Copyright (c) 2012-2021 Fredrik Mellbin. http://www.vapoursynth.com/ VapourSynth is free software, released under the terms of the GNU LGPL. diff --git a/etc/setup/language/en.nsh b/etc/setup/language/en.nsh index 09f8f80..cdd4ab3 100644 --- a/etc/setup/language/en.nsh +++ b/etc/setup/language/en.nsh @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // Simple x264 Launcher -; // Copyright (C) 2004-2020 LoRd_MuldeR +; // Copyright (C) 2004-2021 LoRd_MuldeR ; // ; // This program is free 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/setup/license.rtf b/etc/setup/license.rtf index c087117c5cf8d64f6f6b06a0d2c091b080bdcad1..8afe69639d86a3a1f54d8d9d6e3d189d49045205 100644 GIT binary patch delta 42 vcmeAc>K59d$;fCpS&Oj|NUmW#!)B;ZVPs}Hc_X9g=FLn_K)KD|m_=Cu2c!&5 delta 42 vcmeAc>K59d$;fChS&Oj|NUmW#!)BmRVPs}Hc_X9g=FLn_K)KD|m_=Cu2TBY{ diff --git a/etc/setup/setup.nsi b/etc/setup/setup.nsi index 0ad5917..e3c18b1 100644 --- a/etc/setup/setup.nsi +++ b/etc/setup/setup.nsi @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // Simple x264 Launcher -; // Copyright (C) 2004-2020 LoRd_MuldeR +; // Copyright (C) 2004-2021 LoRd_MuldeR ; // ; // This program is free software; you can redistribute it and/or modify ; // it under the terms of the GNU General Public License as published by @@ -127,7 +127,7 @@ VIAddVersionKey "Comments" "This program is free software; you can redistribute VIAddVersionKey "CompanyName" "Free Software Foundation" VIAddVersionKey "FileDescription" "Simple x264 Launcher [Build #${X264_BUILD}]" VIAddVersionKey "FileVersion" "${PRODUCT_VERSION_DATE}.${X264_BUILD}" -VIAddVersionKey "LegalCopyright" "Copyright 2004-2020 LoRd_MuldeR" +VIAddVersionKey "LegalCopyright" "Copyright 2004-2021 LoRd_MuldeR" VIAddVersionKey "LegalTrademarks" "GNU" VIAddVersionKey "OriginalFilename" "x264_x64.${X264_DATE}.exe" VIAddVersionKey "ProductName" "Simple x264 Launcher" diff --git a/gui/win_about.ui b/gui/win_about.ui index 8833f0c..550421a 100644 --- a/gui/win_about.ui +++ b/gui/win_about.ui @@ -223,7 +223,7 @@ Please check the web−site at <a href="http://muldersoft.com/"> - <nobr><tt><b>x264 - the best H.264/AVC encoder. Copyright (C) 2003-2020 x264 project.</b><br> + <nobr><tt><b>x264 - the best H.264/AVC encoder. Copyright (C) 2003-2021 x264 project.</b><br> Free software library for encoding video streams into the H.264/MPEG-4 AVC format.<br> Released under the terms of the GNU General Public License, version 2.<br> <br> @@ -329,7 +329,7 @@ Note: Simple x264 Launcher is <u>not</u> affiliated with or endorsed - <nobr><tt><b>x265 - free H.265/HEVC encoder. Copyright (C) 2013-2020 x265 project.</b><br> + <nobr><tt><b>x265 - free H.265/HEVC encoder. Copyright (C) 2013-2021 x265 project.</b><br> Commercially funded, open source implementation of the HEVC compression standard.<br> Released under the terms of the GNU General Public License, version 2.<br> <br> @@ -434,7 +434,7 @@ Note: Simple x264 Launcher is <u>not</u> affiliated with or endorsed - <nobr><tt><b>NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2020 rigaya.</b><br> + <nobr><tt><b>NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2021 rigaya.</b><br> NVEnc front-end by rigayaりがや. Check rigaya's <a href="https://onedrive.live.com/?id=6BDD4375AC8933C6!2293&cid=6BDD4375AC8933C6">OneDrive</a> for the latest downloads.<br> Released under the terms of the MIT License.<br> <br> diff --git a/src/cli.h b/src/cli.h index 04a4130..c85ea0a 100644 --- a/src/cli.h +++ b/src/cli.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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 b0e63d3..3ccd4c9 100644 --- a/src/encoder_abstract.cpp +++ b/src/encoder_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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 a306b7f..72f6aec 100644 --- a/src/encoder_abstract.h +++ b/src/encoder_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_factory.cpp b/src/encoder_factory.cpp index d77fcf3..34bad6a 100644 --- a/src/encoder_factory.cpp +++ b/src/encoder_factory.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_factory.h b/src/encoder_factory.h index ed6a797..29d6e45 100644 --- a/src/encoder_factory.h +++ b/src/encoder_factory.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_nvencc.cpp b/src/encoder_nvencc.cpp index fee5262..5776aeb 100644 --- a/src/encoder_nvencc.cpp +++ b/src/encoder_nvencc.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_nvencc.h b/src/encoder_nvencc.h index 6215381..7e77054 100644 --- a/src/encoder_nvencc.h +++ b/src/encoder_nvencc.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_x264.cpp b/src/encoder_x264.cpp index e9f1a0d..3da829c 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_x264.h b/src/encoder_x264.h index cfc8cbc..c178619 100644 --- a/src/encoder_x264.h +++ b/src/encoder_x264.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_x265.cpp b/src/encoder_x265.cpp index e01522d..e877431 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_x265.h b/src/encoder_x265.h index c02f037..172f9c7 100644 --- a/src/encoder_x265.h +++ b/src/encoder_x265.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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.cpp b/src/global.cpp index 0c7254f..8397115 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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 3de461c..84f7064 100644 --- a/src/global.h +++ b/src/global.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/input_filter.cpp b/src/input_filter.cpp index 9bdea58..401e877 100644 --- a/src/input_filter.cpp +++ b/src/input_filter.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/input_filter.h b/src/input_filter.h index 5317242..ba3f0eb 100644 --- a/src/input_filter.h +++ b/src/input_filter.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ipc.h b/src/ipc.h index d03ec04..903a899 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/job_object.cpp b/src/job_object.cpp index 71e6676..085117f 100644 --- a/src/job_object.cpp +++ b/src/job_object.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/job_object.h b/src/job_object.h index 8c90341..78fbaa5 100644 --- a/src/job_object.h +++ b/src/job_object.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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 310de32..44297c3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/mediainfo.cpp b/src/mediainfo.cpp index d5827bf..1efbcfc 100644 --- a/src/mediainfo.cpp +++ b/src/mediainfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/mediainfo.h b/src/mediainfo.h index ca5e957..4819e00 100644 --- a/src/mediainfo.h +++ b/src/mediainfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_clipInfo.cpp b/src/model_clipInfo.cpp index 3734309..4a41c6f 100644 --- a/src/model_clipInfo.cpp +++ b/src/model_clipInfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_clipInfo.h b/src/model_clipInfo.h index 3527e01..b960120 100644 --- a/src/model_clipInfo.h +++ b/src/model_clipInfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_jobList.cpp b/src/model_jobList.cpp index 17b4981..d380dd5 100644 --- a/src/model_jobList.cpp +++ b/src/model_jobList.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_jobList.h b/src/model_jobList.h index 23a3328..821c5e8 100644 --- a/src/model_jobList.h +++ b/src/model_jobList.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_logFile.cpp b/src/model_logFile.cpp index de43232..2420de2 100644 --- a/src/model_logFile.cpp +++ b/src/model_logFile.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_logFile.h b/src/model_logFile.h index b9549c7..863eec6 100644 --- a/src/model_logFile.h +++ b/src/model_logFile.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_options.cpp b/src/model_options.cpp index 0d883f9..25ba908 100644 --- a/src/model_options.cpp +++ b/src/model_options.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_options.h b/src/model_options.h index 158bbe7..b6b11e1 100644 --- a/src/model_options.h +++ b/src/model_options.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_preferences.cpp b/src/model_preferences.cpp index 7071a0a..f6d4e9f 100644 --- a/src/model_preferences.cpp +++ b/src/model_preferences.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_preferences.h b/src/model_preferences.h index 0526e91..f2a89c9 100644 --- a/src/model_preferences.h +++ b/src/model_preferences.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_recently.cpp b/src/model_recently.cpp index 9576018..10ab15a 100644 --- a/src/model_recently.cpp +++ b/src/model_recently.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_recently.h b/src/model_recently.h index cd9f2be..6adccfe 100644 --- a/src/model_recently.h +++ b/src/model_recently.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_status.h b/src/model_status.h index 61200e1..1b05abb 100644 --- a/src/model_status.h +++ b/src/model_status.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_sysinfo.h b/src/model_sysinfo.h index 2f776cb..edc37f8 100644 --- a/src/model_sysinfo.h +++ b/src/model_sysinfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_abstract.cpp b/src/source_abstract.cpp index e34f677..08042c9 100644 --- a/src/source_abstract.cpp +++ b/src/source_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_abstract.h b/src/source_abstract.h index 289e770..8e809db 100644 --- a/src/source_abstract.h +++ b/src/source_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_avisynth.cpp b/src/source_avisynth.cpp index 5453af0..b476484 100644 --- a/src/source_avisynth.cpp +++ b/src/source_avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_avisynth.h b/src/source_avisynth.h index 9bd48ab..60360b3 100644 --- a/src/source_avisynth.h +++ b/src/source_avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_factory.cpp b/src/source_factory.cpp index 5632456..ddaaf1c 100644 --- a/src/source_factory.cpp +++ b/src/source_factory.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_factory.h b/src/source_factory.h index 107ca3d..493c41e 100644 --- a/src/source_factory.h +++ b/src/source_factory.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_vapoursynth.cpp b/src/source_vapoursynth.cpp index c987cb6..f614fca 100644 --- a/src/source_vapoursynth.cpp +++ b/src/source_vapoursynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_vapoursynth.h b/src/source_vapoursynth.h index d1af42c..f413135 100644 --- a/src/source_vapoursynth.h +++ b/src/source_vapoursynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/string_validator.cpp b/src/string_validator.cpp index 1007b34..3c9be9e 100644 --- a/src/string_validator.cpp +++ b/src/string_validator.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/string_validator.h b/src/string_validator.h index 129e16d..c0dca26 100644 --- a/src/string_validator.h +++ b/src/string_validator.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_abstract.cpp b/src/thread_abstract.cpp index aea79d0..1b2bcad 100644 --- a/src/thread_abstract.cpp +++ b/src/thread_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_abstract.h b/src/thread_abstract.h index 8b008ab..bcbf363 100644 --- a/src/thread_abstract.h +++ b/src/thread_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_avisynth.cpp b/src/thread_avisynth.cpp index 41c0a1a..1b06edd 100644 --- a/src/thread_avisynth.cpp +++ b/src/thread_avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_avisynth.h b/src/thread_avisynth.h index 7eb37c7..bab7550 100644 --- a/src/thread_avisynth.h +++ b/src/thread_avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_binaries.cpp b/src/thread_binaries.cpp index e85e400..332728c 100644 --- a/src/thread_binaries.cpp +++ b/src/thread_binaries.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_binaries.h b/src/thread_binaries.h index 1d68fd6..d055feb 100644 --- a/src/thread_binaries.h +++ b/src/thread_binaries.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_encode.cpp b/src/thread_encode.cpp index 31964d6..af7127a 100644 --- a/src/thread_encode.cpp +++ b/src/thread_encode.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_encode.h b/src/thread_encode.h index e8b53a2..881e9fd 100644 --- a/src/thread_encode.h +++ b/src/thread_encode.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_ipc_recv.cpp b/src/thread_ipc_recv.cpp index cbf0ff0..3335203 100644 --- a/src/thread_ipc_recv.cpp +++ b/src/thread_ipc_recv.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_ipc_recv.h b/src/thread_ipc_recv.h index b6b8fc3..87c2849 100644 --- a/src/thread_ipc_recv.h +++ b/src/thread_ipc_recv.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_ipc_send.cpp b/src/thread_ipc_send.cpp index 9ea8b4e..b5ef289 100644 --- a/src/thread_ipc_send.cpp +++ b/src/thread_ipc_send.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_ipc_send.h b/src/thread_ipc_send.h index a23773e..69310c0 100644 --- a/src/thread_ipc_send.h +++ b/src/thread_ipc_send.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_startup.cpp b/src/thread_startup.cpp index a778047..e9188aa 100644 --- a/src/thread_startup.cpp +++ b/src/thread_startup.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_startup.h b/src/thread_startup.h index a25b76a..a664444 100644 --- a/src/thread_startup.h +++ b/src/thread_startup.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_vapoursynth.cpp b/src/thread_vapoursynth.cpp index a2bdd35..96e5ddc 100644 --- a/src/thread_vapoursynth.cpp +++ b/src/thread_vapoursynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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_vapoursynth.h b/src/thread_vapoursynth.h index e39c62f..54e9d64 100644 --- a/src/thread_vapoursynth.h +++ b/src/thread_vapoursynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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 34f3ff7..fa6c32d 100644 --- a/src/tool_abstract.cpp +++ b/src/tool_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; 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 1eb9e89..52db311 100644 --- a/src/tool_abstract.h +++ b/src/tool_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/version.h b/src/version.h index 84a6105..60a68b0 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ #define VER_X264_MAJOR 3 #define VER_X264_MINOR 0 -#define VER_X264_PATCH 0 +#define VER_X264_PATCH 1 #define VER_X264_BUILD 1216 #define VER_X264_PORTABLE_EDITION (0) diff --git a/src/win_about.cpp b/src/win_about.cpp index 06ad920..ab06ae5 100644 --- a/src/win_about.cpp +++ b/src/win_about.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_about.h b/src/win_about.h index b29db97..92f55c1 100644 --- a/src/win_about.h +++ b/src/win_about.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_addJob.cpp b/src/win_addJob.cpp index ccd9eb1..f342032 100644 --- a/src/win_addJob.cpp +++ b/src/win_addJob.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_addJob.h b/src/win_addJob.h index 89b4653..2bb5026 100644 --- a/src/win_addJob.h +++ b/src/win_addJob.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_editor.cpp b/src/win_editor.cpp index 6770973..bc2a719 100644 --- a/src/win_editor.cpp +++ b/src/win_editor.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_editor.h b/src/win_editor.h index 1a5dd0d..ce7c398 100644 --- a/src/win_editor.h +++ b/src/win_editor.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_help.cpp b/src/win_help.cpp index e485b3e..1e2063b 100644 --- a/src/win_help.cpp +++ b/src/win_help.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_help.h b/src/win_help.h index 4760dcd..fa1d5d8 100644 --- a/src/win_help.h +++ b/src/win_help.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_main.cpp b/src/win_main.cpp index 722232d..5c08bc9 100644 --- a/src/win_main.cpp +++ b/src/win_main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_main.h b/src/win_main.h index 0df916e..a6548f8 100644 --- a/src/win_main.h +++ b/src/win_main.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_preferences.cpp b/src/win_preferences.cpp index 09f05ed..141e937 100644 --- a/src/win_preferences.cpp +++ b/src/win_preferences.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_preferences.h b/src/win_preferences.h index 1015d2a..88a7455 100644 --- a/src/win_preferences.h +++ b/src/win_preferences.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_updater.cpp b/src/win_updater.cpp index 3389c0f..ef93ea4 100644 --- a/src/win_updater.cpp +++ b/src/win_updater.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_updater.h b/src/win_updater.h index 9f94e21..7b2b533 100644 --- a/src/win_updater.h +++ b/src/win_updater.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/zero.cpp b/src/zero.cpp index f5636ed..5607215 100644 --- a/src/zero.cpp +++ b/src/zero.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2020 LoRd_MuldeR +// Copyright (C) 2004-2021 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/x264_launcher.rc b/x264_launcher.rc index a8fe47d3a5f8347f83769abff2b9c3cce809ccb9..0ceed4996a3d474584bc001ffa88759775735480 100644 GIT binary patch delta 14 VcmX?RaLi!CAz? "%PACK_PATH%\BUILD_TAG.txt" -echo Copyright (C) 2004-2020 LoRd_MuldeR ^ >> "%PACK_PATH%\BUILD_TAG.txt" +echo Copyright (C) 2004-2021 LoRd_MuldeR ^ >> "%PACK_PATH%\BUILD_TAG.txt" echo. >> "%PACK_PATH%\BUILD_TAG.txt" echo Build #%BUILD_NO%, created on %ISO_DATE% at %ISO_TIME% >> "%PACK_PATH%\BUILD_TAG.txt" echo. >> "%PACK_PATH%\BUILD_TAG.txt" @@ -210,7 +210,7 @@ if not "%ERRORLEVEL%"=="0" goto BuildError set "VERPATCH_PRODUCT=Simple x264/x265 Launcher (Setup)" set "VERPATCH_FILEVER=%ISO_DATE:-=.%.%BUILD_NO%" -"%~dp0\..\Prerequisites\VerPatch\verpatch.exe" "%OUT_PATH%.exe" "%VERPATCH_FILEVER%" /pv "%VERPATCH_FILEVER%" /fn /s desc "%VERPATCH_PRODUCT%" /s product "%VERPATCH_PRODUCT%" /s title "x264 Launcher Installer SFX" /s copyright "Copyright (C) 2004-2020 LoRd_MuldeR" /s company "Free Software Foundation" +"%~dp0\..\Prerequisites\VerPatch\verpatch.exe" "%OUT_PATH%.exe" "%VERPATCH_FILEVER%" /pv "%VERPATCH_FILEVER%" /fn /s desc "%VERPATCH_PRODUCT%" /s product "%VERPATCH_PRODUCT%" /s title "x264 Launcher Installer SFX" /s copyright "Copyright (C) 2004-2021 LoRd_MuldeR" /s company "Free Software Foundation" if not "%ERRORLEVEL%"=="0" goto BuildError "%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.exe" -- 2.11.0