diff --git a/etc/sources/LEGAL_INFO.txt b/etc/sources/LEGAL_INFO.txt new file mode 100644 index 0000000..aade4ec --- /dev/null +++ b/etc/sources/LEGAL_INFO.txt @@ -0,0 +1,8 @@ +THIRD-PARTY SOURCE CODE +----------------------- + +This directory contains the source code of the *third-party* tools included with Simple x264/x265 Launcher. + +The copyright of all third-party tools belongs to the respective authors! + +These source code packages are provided here for compliance with the GNU General Public License, version 2. diff --git a/res/toolset/LEGAL_INFO.txt b/res/toolset/LEGAL_INFO.txt new file mode 100644 index 0000000..5e69902 --- /dev/null +++ b/res/toolset/LEGAL_INFO.txt @@ -0,0 +1,8 @@ +THIRD-PARTY BINARIES +-------------------- + +This directory contains "unofficial" pre-compiled binaries of various *third-party* tools; these binaries are intended for testing and evaluation purposes. + +The copyright of all third-party tools belongs to the respective authors! + +All pre-compiled binaries included with Simple x264/x265 Launcher are redistributed in full accordance with the GNU General Public License, version 2. diff --git a/z_build.bat b/z_build.bat index c98d1bc..baf8e8f 100644 --- a/z_build.bat +++ b/z_build.bat @@ -104,21 +104,23 @@ mkdir "%PACK_PATH%\toolset\x64" mkdir "%PACK_PATH%\toolset\x86\nvencc" mkdir "%PACK_PATH%\toolset\x64\nvencc" mkdir "%PACK_PATH%\sources" -copy "%~dp0\bin\Win32\Release\x264_launcher.exe" "%PACK_PATH%" -copy "%~dp0\bin\Win32\Release\MUtils32-?.dll" "%PACK_PATH%" -copy "%~dp0\bin\Win32\Release\toolset\common\*.exe" "%PACK_PATH%\toolset\common" -copy "%~dp0\bin\Win32\Release\toolset\common\*.gpg" "%PACK_PATH%\toolset\common" -copy "%~dp0\bin\Win32\Release\toolset\x86\*.exe" "%PACK_PATH%\toolset\x86" -copy "%~dp0\bin\Win32\Release\toolset\x86\*.dll" "%PACK_PATH%\toolset\x86" -copy "%~dp0\bin\Win32\Release\toolset\x64\*.exe" "%PACK_PATH%\toolset\x64" -copy "%~dp0\bin\Win32\Release\toolset\x64\*.dll" "%PACK_PATH%\toolset\x64" -copy "%~dp0\bin\Win32\Release\toolset\x86\nvencc\*.exe" "%PACK_PATH%\toolset\x86\nvencc\" -copy "%~dp0\bin\Win32\Release\toolset\x86\nvencc\*.dll" "%PACK_PATH%\toolset\x86\nvencc\" -copy "%~dp0\bin\Win32\Release\toolset\x64\nvencc\*.exe" "%PACK_PATH%\toolset\x64\nvencc\" -copy "%~dp0\bin\Win32\Release\toolset\x64\nvencc\*.dll" "%PACK_PATH%\toolset\x64\nvencc\" -copy "%~dp0\etc\sources\*.xz" "%PACK_PATH%\sources" -copy "%~dp0\LICENSE.html" "%PACK_PATH%" -copy "%~dp0\*.txt" "%PACK_PATH%" +copy "%~dp0\bin\Win32\Release\x264_launcher.exe" "%PACK_PATH%" +copy "%~dp0\bin\Win32\Release\MUtils32-?.dll" "%PACK_PATH%" +copy "%~dp0\res\toolset\*.txt" "%PACK_PATH%\toolset" +copy "%~dp0\res\toolset\common\*.exe" "%PACK_PATH%\toolset\common" +copy "%~dp0\res\toolset\common\*.gpg" "%PACK_PATH%\toolset\common" +copy "%~dp0\res\toolset\x86\*.exe" "%PACK_PATH%\toolset\x86" +copy "%~dp0\res\toolset\x86\*.dll" "%PACK_PATH%\toolset\x86" +copy "%~dp0\res\toolset\x64\*.exe" "%PACK_PATH%\toolset\x64" +copy "%~dp0\res\toolset\x64\*.dll" "%PACK_PATH%\toolset\x64" +copy "%~dp0\res\toolset\x86\nvencc\*.exe" "%PACK_PATH%\toolset\x86\nvencc\" +copy "%~dp0\res\toolset\x86\nvencc\*.dll" "%PACK_PATH%\toolset\x86\nvencc\" +copy "%~dp0\res\toolset\x64\nvencc\*.exe" "%PACK_PATH%\toolset\x64\nvencc\" +copy "%~dp0\res\toolset\x64\nvencc\*.dll" "%PACK_PATH%\toolset\x64\nvencc\" +copy "%~dp0\etc\sources\*.xz" "%PACK_PATH%\sources" +copy "%~dp0\etc\sources\*.txt" "%PACK_PATH%\sources" +copy "%~dp0\LICENSE.html" "%PACK_PATH%" +copy "%~dp0\*.txt" "%PACK_PATH%" REM /////////////////////////////////////////////////////////////////////////// REM // Copy dependencies