From aae287f0a6123deaaaf3c42cd469004ab7336805 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 16 Jun 2024 15:35:18 +0200 Subject: [PATCH] Updated copyright year. --- Copying.txt | 8 ++++---- HISTORY.txt | 5 +++++ 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, 101 insertions(+), 96 deletions(-) diff --git a/Copying.txt b/Copying.txt index 0b816f6..235a9fc 100644 --- a/Copying.txt +++ b/Copying.txt @@ -1,5 +1,5 @@ Simple x264/x265 Launcher - graphical video encoder front-end -Copyright (C) 2004-2023 LoRd_MuldeR +Copyright (C) 2004-2024 LoRd_MuldeR This 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-2023 x264 project. +The x264 encoder software is Copyright (C) 2003-2024 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-2023 x265 project. +The x265 encoder software is Copyright (C) 2013-2024 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-2023 Fredrik Mellbin. +VapourSynth is Copyright (c) 2012-2024 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 92c215d..15d03ec 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 3.04 [2024-06-16] +* Support for latest VapourSynth versions that no longer support the '--y4m' switch +* Updated cURL to version 8.8.0 (2024-05-22) +* Updated build environment to Visual Studio 2022 with Update-10 + Version 3.03 [2023-06-18] * Updated x264 to revision 3106 (API v164) * Updated x265 to version 3.5+100 diff --git a/README.md b/README.md index ddf9f4f..62d38a5 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-2023 LoRd_MuldeR. +Simple x264/x265 Launcher is Copyright (C) 2004-2024 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-2023 x264 project. +* The x264 encoder software is Copyright (C) 2003-2024 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-2023 x265 project. +* The x265 encoder software is Copyright (C) 2013-2024 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-2023 rigaya. +* The NVEncC encoder software is Copyright (c) 1999-2024 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-2023 Fredrik Mellbin. +* VapourSynth is Copyright (c) 2012-2024 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 897d9b3..86a150b 100644 --- a/etc/setup/language/en.nsh +++ b/etc/setup/language/en.nsh @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // Simple x264 Launcher -; // Copyright (C) 2004-2023 LoRd_MuldeR +; // Copyright (C) 2004-2024 LoRd_MuldeR ; // ; // This program is free 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 a2a8f9fe8988aee50aa1ca714629332c998470cb..addd8f7712f1be618d74c84ac39921bdbfa976e3 100644 GIT binary patch delta 42 vcmeAc>K59d$;fCjS&Oj|NUmW#!)BsTVPs}Hc_X9g=FLn_K)KD|m_=Cu2(k=W delta 42 vcmeAc>K59d$;fCtS&Oj|NUmW#!)B~dVPs}Hc_X9g=FLn_K)KD|m_=Cu2v`hN diff --git a/etc/setup/setup.nsi b/etc/setup/setup.nsi index 8a54e27..24a6dc2 100644 --- a/etc/setup/setup.nsi +++ b/etc/setup/setup.nsi @@ -1,6 +1,6 @@ ; /////////////////////////////////////////////////////////////////////////////// ; // Simple x264 Launcher -; // Copyright (C) 2004-2023 LoRd_MuldeR +; // Copyright (C) 2004-2024 LoRd_MuldeR ; // ; // This 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-2023 LoRd_MuldeR" +VIAddVersionKey "LegalCopyright" "Copyright 2004-2024 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 d845610..9066083 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-2023 x264 project.</b><br> + <nobr><tt><b>x264 - the best H.264/AVC encoder. Copyright (C) 2003-2024 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-2023 x265 project.</b><br> + <nobr><tt><b>x265 - free H.265/HEVC encoder. Copyright (C) 2013-2024 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-2023 rigaya.</b><br> + <nobr><tt><b>NVEncC - NVIDIA GPU encoding. Copyright (C) 1999-2024 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 0a6e2f2..9ccc460 100644 --- a/src/cli.h +++ b/src/cli.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 ea8c88a..9d47160 100644 --- a/src/encoder_abstract.cpp +++ b/src/encoder_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 622fcc6..c6c337b 100644 --- a/src/encoder_abstract.h +++ b/src/encoder_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 7428b6e..d91e898 100644 --- a/src/encoder_factory.cpp +++ b/src/encoder_factory.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 681b340..284b022 100644 --- a/src/encoder_factory.h +++ b/src/encoder_factory.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 366cf26..a4232fe 100644 --- a/src/encoder_nvencc.cpp +++ b/src/encoder_nvencc.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 b4c3866..ece3720 100644 --- a/src/encoder_nvencc.h +++ b/src/encoder_nvencc.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 4b848d6..7a919bc 100644 --- a/src/encoder_x264.cpp +++ b/src/encoder_x264.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c99de17..8bd91a9 100644 --- a/src/encoder_x264.h +++ b/src/encoder_x264.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 3d94bdf..2be68ff 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 fd6f719..18f2b1a 100644 --- a/src/encoder_x265.h +++ b/src/encoder_x265.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 b4d4b1e..52d1af3 100644 --- a/src/global.cpp +++ b/src/global.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 598bd13..e4d5a9c 100644 --- a/src/global.h +++ b/src/global.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 6df4a4e..9b7b8c2 100644 --- a/src/input_filter.cpp +++ b/src/input_filter.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 ce99b66..70147cb 100644 --- a/src/input_filter.h +++ b/src/input_filter.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 a291323..5ffb42b 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 8d5fe27..2583f38 100644 --- a/src/job_object.cpp +++ b/src/job_object.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 85530fd..3df8c15 100644 --- a/src/job_object.h +++ b/src/job_object.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 823fac2..adaaf8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 5b060e0..3d9f2ed 100644 --- a/src/mediainfo.cpp +++ b/src/mediainfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 f23b698..98d235e 100644 --- a/src/mediainfo.h +++ b/src/mediainfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 5fe939b..1b64129 100644 --- a/src/model_clipInfo.cpp +++ b/src/model_clipInfo.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 a46f381..89a3c4b 100644 --- a/src/model_clipInfo.h +++ b/src/model_clipInfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 06b3043..cb0c607 100644 --- a/src/model_jobList.cpp +++ b/src/model_jobList.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 b92a71f..beb9358 100644 --- a/src/model_jobList.h +++ b/src/model_jobList.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 5d7c199..13680fb 100644 --- a/src/model_logFile.cpp +++ b/src/model_logFile.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 3c12ccd..5ca0907 100644 --- a/src/model_logFile.h +++ b/src/model_logFile.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 89c55ce..66cb3e6 100644 --- a/src/model_options.cpp +++ b/src/model_options.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 5c3b1ee..d0cd1ad 100644 --- a/src/model_options.h +++ b/src/model_options.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 760db69..21ccac8 100644 --- a/src/model_preferences.cpp +++ b/src/model_preferences.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 b93ab4c..70e492d 100644 --- a/src/model_preferences.h +++ b/src/model_preferences.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 7a055b2..0342957 100644 --- a/src/model_recently.cpp +++ b/src/model_recently.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 e5627e7..3544951 100644 --- a/src/model_recently.h +++ b/src/model_recently.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 62f1480..c3ca418 100644 --- a/src/model_status.h +++ b/src/model_status.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 d171c97..8dda037 100644 --- a/src/model_sysinfo.h +++ b/src/model_sysinfo.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 cd23837..c299f56 100644 --- a/src/source_abstract.cpp +++ b/src/source_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 2109f44..7cffba7 100644 --- a/src/source_abstract.h +++ b/src/source_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 571c2bd..fb31e31 100644 --- a/src/source_avisynth.cpp +++ b/src/source_avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 3ed5b48..493d55f 100644 --- a/src/source_avisynth.h +++ b/src/source_avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 4e7ffc7..d14fb96 100644 --- a/src/source_factory.cpp +++ b/src/source_factory.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 db75258..b51129e 100644 --- a/src/source_factory.h +++ b/src/source_factory.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 547bfe7..7b851a5 100644 --- a/src/source_vapoursynth.cpp +++ b/src/source_vapoursynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 1eae294..79b0235 100644 --- a/src/source_vapoursynth.h +++ b/src/source_vapoursynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 dea9893..50f5efb 100644 --- a/src/string_validator.cpp +++ b/src/string_validator.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 9c43dd9..1389c2f 100644 --- a/src/string_validator.h +++ b/src/string_validator.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 16c4681..ba34c5a 100644 --- a/src/thread_abstract.cpp +++ b/src/thread_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 9132e30..78e7501 100644 --- a/src/thread_abstract.h +++ b/src/thread_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 78796d2..13a06fa 100644 --- a/src/thread_avisynth.cpp +++ b/src/thread_avisynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c3b9cae..eb2b7aa 100644 --- a/src/thread_avisynth.h +++ b/src/thread_avisynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 4be5121..01028b9 100644 --- a/src/thread_binaries.cpp +++ b/src/thread_binaries.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c49dbe6..cbfdd4e 100644 --- a/src/thread_binaries.h +++ b/src/thread_binaries.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 1f3e9cb..fbb1c2b 100644 --- a/src/thread_encode.cpp +++ b/src/thread_encode.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 5e90b24..2bdb156 100644 --- a/src/thread_encode.h +++ b/src/thread_encode.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 f3c6e47..1eb3287 100644 --- a/src/thread_ipc_recv.cpp +++ b/src/thread_ipc_recv.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 5817a86..9bf508a 100644 --- a/src/thread_ipc_recv.h +++ b/src/thread_ipc_recv.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 54c4cd6..2358cd6 100644 --- a/src/thread_ipc_send.cpp +++ b/src/thread_ipc_send.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 237bfc2..7408810 100644 --- a/src/thread_ipc_send.h +++ b/src/thread_ipc_send.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 1d7a17b..52537a8 100644 --- a/src/thread_startup.cpp +++ b/src/thread_startup.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 b536f17..a1c6515 100644 --- a/src/thread_startup.h +++ b/src/thread_startup.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 12394a3..7dd3f2b 100644 --- a/src/thread_vapoursynth.cpp +++ b/src/thread_vapoursynth.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c6d30a3..e4e5768 100644 --- a/src/thread_vapoursynth.h +++ b/src/thread_vapoursynth.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 acbec4f..4801047 100644 --- a/src/tool_abstract.cpp +++ b/src/tool_abstract.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 2903b9f..e0aec54 100644 --- a/src/tool_abstract.h +++ b/src/tool_abstract.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 052beaf..435b8d3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 baa66d9..722b495 100644 --- a/src/win_about.cpp +++ b/src/win_about.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c2df478..40d4a6a 100644 --- a/src/win_about.h +++ b/src/win_about.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 3d00ad9..ff2fa12 100644 --- a/src/win_addJob.cpp +++ b/src/win_addJob.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 3a23ade..2c3c9f1 100644 --- a/src/win_addJob.h +++ b/src/win_addJob.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 98da641..0e930d7 100644 --- a/src/win_editor.cpp +++ b/src/win_editor.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 256af03..56a805b 100644 --- a/src/win_editor.h +++ b/src/win_editor.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 731461a..0f8a920 100644 --- a/src/win_help.cpp +++ b/src/win_help.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 8eadc5d..6368dbf 100644 --- a/src/win_help.h +++ b/src/win_help.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 020f4a1..b69f519 100644 --- a/src/win_main.cpp +++ b/src/win_main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c91833c..ae35250 100644 --- a/src/win_main.h +++ b/src/win_main.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 63700a0..d047fc3 100644 --- a/src/win_preferences.cpp +++ b/src/win_preferences.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 8f86e8a..a68e8b0 100644 --- a/src/win_preferences.h +++ b/src/win_preferences.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 c94612a..7e518b9 100644 --- a/src/win_updater.cpp +++ b/src/win_updater.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 de245dd..fb76b3c 100644 --- a/src/win_updater.h +++ b/src/win_updater.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free software; 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 2868007..94d929d 100644 --- a/src/zero.cpp +++ b/src/zero.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // Simple x264 Launcher -// Copyright (C) 2004-2023 LoRd_MuldeR +// Copyright (C) 2004-2024 LoRd_MuldeR // // This program is free 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 482f6befc3946de714325d0d7e18c7042cf4eb8c..e823da5a699f48bf294360f1f1f4615392eea52c 100644 GIT binary patch delta 14 VcmX?RaLi!CAz?<7&4-1XSpYBr1-AeI delta 14 VcmX?RaLi!CAz?=2&4-1XSpYBl1-1YH diff --git a/z_build.bat b/z_build.bat index 5d0c7f8..2da2b71 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-2023 LoRd_MuldeR ^ >> "%PACK_PATH%\BUILD_TAG.txt" +echo Copyright (C) 2004-2024 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-2023 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-2024 LoRd_MuldeR" /s company "Free Software Foundation" if not "%ERRORLEVEL%"=="0" goto BuildError "%~dp0\..\Prerequisites\NSIS\peheader.exe" "%OUT_PATH%.exe"