From e4253a7dc616b013ffea7d6659428b69cb32f8ad Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 3 Jan 2020 00:57:10 +0100 Subject: [PATCH] Happy new year 2020! --- 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 | 2 +- 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 | 4 ++-- 88 files changed, 100 insertions(+), 96 deletions(-) diff --git a/Copying.txt b/Copying.txt index 8f712cb..beefaa4 100644 --- a/Copying.txt +++ b/Copying.txt @@ -1,5 +1,5 @@ Simple x264/x265 Launcher - graphical video encoder front-end -Copyright (C) 2004-2019 LoRd_MuldeR +Copyright (C) 2004-2020 LoRd_MuldeR This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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-2019 x264 project. +The x264 encoder software is Copyright (C) 2003-2020 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-2019 x265 project. +The x265 encoder software is Copyright (C) 2013-2020 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-2019 Fredrik Mellbin. +VapourSynth is Copyright (c) 2012-2020 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 7bb4c32..2bf0688 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.95 [2020-01-03] +* Updated x264 to revision 2991 (API v159) +* Updated Avs2YUV to version 0.24 (BugMaster's mod 6) + Version 2.94 [2019-10-05] * Updated x265 to version 3.2+5, incl. AQ mode 4 slowdown fix * Updated NVEncC to version 4.50 (v2) diff --git a/README.md b/README.md index c229cb0..b98fdc8 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-2019 LoRd_MuldeR. +Simple x264/x265 Launcher is Copyright (C) 2004-2020 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-2019 x264 project. +* The x264 encoder software is Copyright (C) 2003-2020 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-2019 x265 project. +* The x265 encoder software is Copyright (C) 2013-2020 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-2019 rigaya. +* The NVEncC encoder software is Copyright (c) 1999-2020 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-2019 Fredrik Mellbin. +* VapourSynth is Copyright (c) 2012-2020 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 a12c9a9..09f8f80 100644 --- a/etc/setup/language/en.nsh +++ b/etc/setup/language/en.nsh @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // Simple x264 Launcher -; // Copyright (C) 2004-2019 LoRd_MuldeR +; // Copyright (C) 2004-2020 LoRd_MuldeR ; // ; // This program is free software; you can redistribute it and/or modify ; // it under the terms of the GNU General Public License as published by diff --git a/etc/setup/license.rtf b/etc/setup/license.rtf index 699063974fb3a0978c14cbf3e1aba083c4e1a01f..c087117c5cf8d64f6f6b06a0d2c091b080bdcad1 100644 GIT binary patch delta 46 xcmeAc>K59d!N_D}FjK59d!N_E2Ia!Ob0Yt4~Jk4%ssZe2LW;%Hzqv__&OpYMw&EJ?sSphSD4KV-! diff --git a/etc/setup/setup.nsi b/etc/setup/setup.nsi index 4244e6e..0ad5917 100644 --- a/etc/setup/setup.nsi +++ b/etc/setup/setup.nsi @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // Simple x264 Launcher -; // Copyright (C) 2004-2019 LoRd_MuldeR +; // Copyright (C) 2004-2020 LoRd_MuldeR ; // ; // This program is free software; you can redistribute it and/or modify ; // it under the terms of the GNU General Public License as published by @@ -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-2019 LoRd_MuldeR" +VIAddVersionKey "LegalCopyright" "Copyright 2004-2020 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 1d00145..8833f0c 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-2019 x264 project.</b><br> + <nobr><tt><b>x264 - the best H.264/AVC encoder. Copyright (C) 2003-2020 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-2019 x265 project.</b><br> + <nobr><tt><b>x265 - free H.265/HEVC encoder. Copyright (C) 2013-2020 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-2019 rigaya.</b><br> + <nobr><tt><b>NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2020 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 79651de..a21e99e 100644 --- a/src/cli.h +++ b/src/cli.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_abstract.cpp b/src/encoder_abstract.cpp index 8262b7e..b0e63d3 100644 --- a/src/encoder_abstract.cpp +++ b/src/encoder_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_abstract.h b/src/encoder_abstract.h index 480d3fb..a306b7f 100644 --- a/src/encoder_abstract.h +++ b/src/encoder_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_factory.cpp b/src/encoder_factory.cpp index 34e033d..d77fcf3 100644 --- a/src/encoder_factory.cpp +++ b/src/encoder_factory.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_factory.h b/src/encoder_factory.h index 2354232..ed6a797 100644 --- a/src/encoder_factory.h +++ b/src/encoder_factory.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index 302482c..52890c7 100644 --- a/src/encoder_nvencc.cpp +++ b/src/encoder_nvencc.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_nvencc.h b/src/encoder_nvencc.h index d73a59d..6215381 100644 --- a/src/encoder_nvencc.h +++ b/src/encoder_nvencc.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_x264.cpp b/src/encoder_x264.cpp index 6db2083..67b5c9d 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_x264.h b/src/encoder_x264.h index b604a77..cfc8cbc 100644 --- a/src/encoder_x264.h +++ b/src/encoder_x264.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index fb21e38..55bbc5c 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/encoder_x265.h b/src/encoder_x265.h index e556b48..c02f037 100644 --- a/src/encoder_x265.h +++ b/src/encoder_x265.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/global.cpp b/src/global.cpp index e219447..0c7254f 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/global.h b/src/global.h index 9030a65..3de461c 100644 --- a/src/global.h +++ b/src/global.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/input_filter.cpp b/src/input_filter.cpp index 2e7d18b..9bdea58 100644 --- a/src/input_filter.cpp +++ b/src/input_filter.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/input_filter.h b/src/input_filter.h index 007669d..5317242 100644 --- a/src/input_filter.h +++ b/src/input_filter.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ipc.h b/src/ipc.h index f754e59..d03ec04 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/job_object.cpp b/src/job_object.cpp index 7cab042..71e6676 100644 --- a/src/job_object.cpp +++ b/src/job_object.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/job_object.h b/src/job_object.h index fbcf768..8c90341 100644 --- a/src/job_object.h +++ b/src/job_object.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 62b8937..796689a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/mediainfo.cpp b/src/mediainfo.cpp index 5109285..d5827bf 100644 --- a/src/mediainfo.cpp +++ b/src/mediainfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/mediainfo.h b/src/mediainfo.h index 53dd799..ca5e957 100644 --- a/src/mediainfo.h +++ b/src/mediainfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_clipInfo.cpp b/src/model_clipInfo.cpp index abe8a24..3734309 100644 --- a/src/model_clipInfo.cpp +++ b/src/model_clipInfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_clipInfo.h b/src/model_clipInfo.h index d1d28d5..3527e01 100644 --- a/src/model_clipInfo.h +++ b/src/model_clipInfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_jobList.cpp b/src/model_jobList.cpp index 0702264..17b4981 100644 --- a/src/model_jobList.cpp +++ b/src/model_jobList.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_jobList.h b/src/model_jobList.h index c3a7cf1..23a3328 100644 --- a/src/model_jobList.h +++ b/src/model_jobList.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_logFile.cpp b/src/model_logFile.cpp index 69af381..de43232 100644 --- a/src/model_logFile.cpp +++ b/src/model_logFile.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_logFile.h b/src/model_logFile.h index dea026a..b9549c7 100644 --- a/src/model_logFile.h +++ b/src/model_logFile.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_options.cpp b/src/model_options.cpp index 61cfbe5..0d883f9 100644 --- a/src/model_options.cpp +++ b/src/model_options.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_options.h b/src/model_options.h index 9b5a9b3..158bbe7 100644 --- a/src/model_options.h +++ b/src/model_options.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_preferences.cpp b/src/model_preferences.cpp index c0bdd66..7071a0a 100644 --- a/src/model_preferences.cpp +++ b/src/model_preferences.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_preferences.h b/src/model_preferences.h index 42cd637..0526e91 100644 --- a/src/model_preferences.h +++ b/src/model_preferences.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_recently.cpp b/src/model_recently.cpp index 4f2559e..9576018 100644 --- a/src/model_recently.cpp +++ b/src/model_recently.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_recently.h b/src/model_recently.h index 6434193..cd9f2be 100644 --- a/src/model_recently.h +++ b/src/model_recently.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_status.h b/src/model_status.h index d66fd6b..61200e1 100644 --- a/src/model_status.h +++ b/src/model_status.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/model_sysinfo.h b/src/model_sysinfo.h index 2369b9c..2f776cb 100644 --- a/src/model_sysinfo.h +++ b/src/model_sysinfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_abstract.cpp b/src/source_abstract.cpp index 720db5f..e34f677 100644 --- a/src/source_abstract.cpp +++ b/src/source_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_abstract.h b/src/source_abstract.h index 36ab116..289e770 100644 --- a/src/source_abstract.h +++ b/src/source_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_avisynth.cpp b/src/source_avisynth.cpp index 06dc9c1..5453af0 100644 --- a/src/source_avisynth.cpp +++ b/src/source_avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_avisynth.h b/src/source_avisynth.h index 9ba8ad4..9bd48ab 100644 --- a/src/source_avisynth.h +++ b/src/source_avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_factory.cpp b/src/source_factory.cpp index de4a065..5632456 100644 --- a/src/source_factory.cpp +++ b/src/source_factory.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_factory.h b/src/source_factory.h index 434171b..107ca3d 100644 --- a/src/source_factory.h +++ b/src/source_factory.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_vapoursynth.cpp b/src/source_vapoursynth.cpp index d2682e1..c987cb6 100644 --- a/src/source_vapoursynth.cpp +++ b/src/source_vapoursynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/source_vapoursynth.h b/src/source_vapoursynth.h index e92fc93..d1af42c 100644 --- a/src/source_vapoursynth.h +++ b/src/source_vapoursynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/string_validator.cpp b/src/string_validator.cpp index 7aa4a71..820df50 100644 --- a/src/string_validator.cpp +++ b/src/string_validator.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/string_validator.h b/src/string_validator.h index 6a2ebd2..129e16d 100644 --- a/src/string_validator.h +++ b/src/string_validator.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_abstract.cpp b/src/thread_abstract.cpp index 5672214..aea79d0 100644 --- a/src/thread_abstract.cpp +++ b/src/thread_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_abstract.h b/src/thread_abstract.h index 335eb93..8b008ab 100644 --- a/src/thread_abstract.h +++ b/src/thread_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_avisynth.cpp b/src/thread_avisynth.cpp index 97520a5..41c0a1a 100644 --- a/src/thread_avisynth.cpp +++ b/src/thread_avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_avisynth.h b/src/thread_avisynth.h index dd2d728..7eb37c7 100644 --- a/src/thread_avisynth.h +++ b/src/thread_avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_binaries.cpp b/src/thread_binaries.cpp index 78314f3..e85e400 100644 --- a/src/thread_binaries.cpp +++ b/src/thread_binaries.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_binaries.h b/src/thread_binaries.h index 2356277..1d68fd6 100644 --- a/src/thread_binaries.h +++ b/src/thread_binaries.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_encode.cpp b/src/thread_encode.cpp index 730cd37..31964d6 100644 --- a/src/thread_encode.cpp +++ b/src/thread_encode.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_encode.h b/src/thread_encode.h index 469ab23..e8b53a2 100644 --- a/src/thread_encode.h +++ b/src/thread_encode.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_ipc_recv.cpp b/src/thread_ipc_recv.cpp index 3ca10ee..cbf0ff0 100644 --- a/src/thread_ipc_recv.cpp +++ b/src/thread_ipc_recv.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_ipc_recv.h b/src/thread_ipc_recv.h index a743eaa..b6b8fc3 100644 --- a/src/thread_ipc_recv.h +++ b/src/thread_ipc_recv.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_ipc_send.cpp b/src/thread_ipc_send.cpp index 069a999..9ea8b4e 100644 --- a/src/thread_ipc_send.cpp +++ b/src/thread_ipc_send.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_ipc_send.h b/src/thread_ipc_send.h index 7c727fc..a23773e 100644 --- a/src/thread_ipc_send.h +++ b/src/thread_ipc_send.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_startup.cpp b/src/thread_startup.cpp index d26af3a..a778047 100644 --- a/src/thread_startup.cpp +++ b/src/thread_startup.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_startup.h b/src/thread_startup.h index 836862f..a25b76a 100644 --- a/src/thread_startup.h +++ b/src/thread_startup.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_vapoursynth.cpp b/src/thread_vapoursynth.cpp index d71e341..a2bdd35 100644 --- a/src/thread_vapoursynth.cpp +++ b/src/thread_vapoursynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/thread_vapoursynth.h b/src/thread_vapoursynth.h index b4dd7c3..e39c62f 100644 --- a/src/thread_vapoursynth.h +++ b/src/thread_vapoursynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/tool_abstract.cpp b/src/tool_abstract.cpp index d4e4860..34f3ff7 100644 --- a/src/tool_abstract.cpp +++ b/src/tool_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/tool_abstract.h b/src/tool_abstract.h index 18f1ce3..1eb9e89 100644 --- a/src/tool_abstract.h +++ b/src/tool_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/version.h b/src/version.h index a06bdde..f249928 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_about.cpp b/src/win_about.cpp index 2154d2d..06ad920 100644 --- a/src/win_about.cpp +++ b/src/win_about.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_about.h b/src/win_about.h index 62eb66e..b29db97 100644 --- a/src/win_about.h +++ b/src/win_about.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_addJob.cpp b/src/win_addJob.cpp index 9d382bd..ccd9eb1 100644 --- a/src/win_addJob.cpp +++ b/src/win_addJob.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_addJob.h b/src/win_addJob.h index d111afb..89b4653 100644 --- a/src/win_addJob.h +++ b/src/win_addJob.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_editor.cpp b/src/win_editor.cpp index b6a5bc4..6770973 100644 --- a/src/win_editor.cpp +++ b/src/win_editor.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_editor.h b/src/win_editor.h index 013e950..1a5dd0d 100644 --- a/src/win_editor.h +++ b/src/win_editor.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_help.cpp b/src/win_help.cpp index 885c08a..e485b3e 100644 --- a/src/win_help.cpp +++ b/src/win_help.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_help.h b/src/win_help.h index 12deaf7..4760dcd 100644 --- a/src/win_help.h +++ b/src/win_help.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_main.cpp b/src/win_main.cpp index 15e8ee8..551060f 100644 --- a/src/win_main.cpp +++ b/src/win_main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_main.h b/src/win_main.h index 3195e46..0df916e 100644 --- a/src/win_main.h +++ b/src/win_main.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_preferences.cpp b/src/win_preferences.cpp index 74a98fd..09f05ed 100644 --- a/src/win_preferences.cpp +++ b/src/win_preferences.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_preferences.h b/src/win_preferences.h index 70d66d9..1015d2a 100644 --- a/src/win_preferences.h +++ b/src/win_preferences.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_updater.cpp b/src/win_updater.cpp index 33dc574..8a73d91 100644 --- a/src/win_updater.cpp +++ b/src/win_updater.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/win_updater.h b/src/win_updater.h index 8ab0ec2..9f94e21 100644 --- a/src/win_updater.h +++ b/src/win_updater.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/zero.cpp b/src/zero.cpp index aedbe29..f5636ed 100644 --- a/src/zero.cpp +++ b/src/zero.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2019 LoRd_MuldeR +// Copyright (C) 2004-2020 LoRd_MuldeR // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/x264_launcher.rc b/x264_launcher.rc index 3906d19763f1c7ee52cf7c1efc6da2ad825ca221..a8fe47d3a5f8347f83769abff2b9c3cce809ccb9 100644 GIT binary patch delta 16 XcmX?RaLi!C0byn%27}Fqg_~IbI9mnf delta 16 XcmX?RaLi!C0byoC2J_8_g_~IbIDG}{ diff --git a/z_build.bat b/z_build.bat index d2b8ff2..962d79c 100644 --- a/z_build.bat +++ b/z_build.bat @@ -189,7 +189,7 @@ REM /////////////////////////////////////////////////////////////////////////// REM // Create Tag REM /////////////////////////////////////////////////////////////////////////// echo Simple x264/x265 Launcher - graphical front-end for x264 and x265 > "%PACK_PATH%\BUILD_TAG.txt" -echo Copyright (C) 2004-2019 LoRd_MuldeR ^ >> "%PACK_PATH%\BUILD_TAG.txt" +echo Copyright (C) 2004-2020 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-2019 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-2020 LoRd_MuldeR" /s company "Free Software Foundation" if not "%ERRORLEVEL%"=="0" goto BuildError "%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.exe"