diff --git a/.gitignore b/.gitignore index b6a6f97..bcfb97e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,12 @@ -/.vs +/**/.vs /tmp/ /obj/ /bin/ /ipch/ /out -/*.sdf -/*.suo -/*.user -/*.opensdf +*.sdf +*.suo +*.user +*.opensdf *.db +*.local.* diff --git a/Copying.txt b/Copying.txt index 5758ca1..25a0947 100644 --- a/Copying.txt +++ b/Copying.txt @@ -1,5 +1,8 @@ -MediaInfoXP (GUI for MediaInfo) was created from the scratch by LoRd_MuldeR and is distributed under the terms of the GNU General Public License ('License.html'). +MediaInfoXP (minimal GUI for MediaInfo) was created from the scratch by LoRd_MuldeR . +You may use, distribute and copy the MediaInfoXP software under the terms of the GNU General Public License (see 'License.html'). -The Qt GUI Toolkit is Copyright (C) 2012 Digia Finland Ltd and/or its subsidiary(-ies). You may use, distribute and copy the Qt GUI Toolkit under the terms of GNU General Public License version 3. +The Qt GUI Toolkit is Copyright (C) 2012 Digia Finland Ltd and/or its subsidiary(-ies). +You may use, distribute and copy the Qt GUI Toolkit under the terms of GNU General Public License version 3. -MediaInfo(Lib) is Copyright (C) 2002-2019 MediaArea.net SARL. Redistribution and use in source and binary forms, with or without modification, are permitted according to the BSD-2-Clause license. +MediaInfo(Lib) is Copyright (C) 2002-2020 MediaArea.net SARL. +Redistribution and use in source and binary forms, with or without modification, are permitted according to the BSD-2-Clause license. diff --git a/MediaInfoXP.rcx b/MediaInfoXP.rcx index 4880ba5..80a1c7b 100644 --- a/MediaInfoXP.rcx +++ b/MediaInfoXP.rcx @@ -23,8 +23,8 @@ IDI_ICON1 ICON "MediaInfoXP.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,0 - PRODUCTVERSION 1,0,0,0 + FILEVERSION 2,3,5,0 + PRODUCTVERSION 2,3,5,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x3L @@ -43,13 +43,13 @@ BEGIN VALUE "Comments", "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY" VALUE "CompanyName", "Free Software Foundation" VALUE "FileDescription", "MediaInfoXP - GUI for MediaInfo" - VALUE "FileVersion", "1.00" + VALUE "FileVersion", "2.35" VALUE "InternalName", "MediaInfoXP_Qt" - VALUE "LegalCopyright", "Copyright (C) 2004-2019 LoRd_MuldeR " + VALUE "LegalCopyright", "Copyright (C) 2004-2020 LoRd_MuldeR " VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License " VALUE "OriginalFilename", "MediaInfoXP.exe" VALUE "ProductName", "MediaInfoXP - GUI for MediaInfo" - VALUE "ProductVersion", "1.00" + VALUE "ProductVersion", "2.35" VALUE "Website" "http://muldersoft.com/" END END diff --git a/ReadMe.txt b/ReadMe.txt index 30a482a..5bba5d6 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ MediaInfoXP - Simple GUI for MediaInfo - Copyright (C) 2004-2019 LoRd_MuldeR + Copyright (C) 2004-2020 LoRd_MuldeR http://www.muldersoft.com/ This program is free software; you can redistribute it and/or modify @@ -24,7 +24,7 @@ MediaInfo(Lib) License - Copyright (c) 2002-2019 MediaArea.net SARL. All rights reserved. + Copyright (c) 2002-2020 MediaArea.net SARL. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/doc/License.MediaInfo.html b/doc/License.MediaInfo.html index 5f90699..6fd7c01 100644 --- a/doc/License.MediaInfo.html +++ b/doc/License.MediaInfo.html @@ -9,7 +9,7 @@

MediaInfo(Lib) License

-

Copyright (c) 2002-2019 MediaArea.net SARL. All rights reserved.

+

Copyright (c) 2002-2020 MediaArea.net SARL. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/doc/License.html b/doc/License.html index c349eb9..0c375f1 100644 --- a/doc/License.html +++ b/doc/License.html @@ -9,7 +9,7 @@

MediaInfo(Lib) License

- Copyright (c) 2002-2019 MediaArea.net SARL. All rights reserved. + Copyright (c) 2002-2020 MediaArea.net SARL. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, @@ -39,7 +39,7 @@

Alternate license for redistributions of the library in binary form:
Redistributions in binary form must reproduce the following sentence (including the link to the website) in the documentation and/or other materials provided with the distribution.
-This product uses MediaInfo library, Copyright (c) 2002-2019 MediaArea.net SARL.

+This product uses MediaInfo library, Copyright (c) 2002-2020 MediaArea.net SARL.


diff --git a/src/Config.h b/src/Config.h index 8de6fe8..173c661 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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.cpp b/src/IPC.cpp index dad1507..5f1ce89 100644 --- a/src/IPC.cpp +++ b/src/IPC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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 5734826..ea0eab2 100644 --- a/src/IPC.h +++ b/src/IPC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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 1cdb171..c04f52c 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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/MainWindow.cpp b/src/MainWindow.cpp index 0355af4..728dbbf 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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/MainWindow.h b/src/MainWindow.h index a62fe80..19425dd 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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/ShellExtension.cpp b/src/ShellExtension.cpp index 7896d8e..afe4af3 100644 --- a/src/ShellExtension.cpp +++ b/src/ShellExtension.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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/ShellExtension.h b/src/ShellExtension.h index b225c2e..3afa3ed 100644 --- a/src/ShellExtension.h +++ b/src/ShellExtension.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// 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/z_build.bat b/z_build.bat index a1cf639..fea6254 100644 --- a/z_build.bat +++ b/z_build.bat @@ -84,7 +84,7 @@ copy "%~dp0\doc\*.svg" "%PACK_PATH%" REM /////////////////////////////////////////////////////////////////////////// REM // Compress REM /////////////////////////////////////////////////////////////////////////// -"%~dp0\..\Prerequisites\UPX\upx.exe" --best "%PACK_PATH%\*.exe" +::"%~dp0\..\Prerequisites\UPX\upx.exe" --best "%PACK_PATH%\*.exe" REM /////////////////////////////////////////////////////////////////////////// REM // Attributes @@ -109,7 +109,7 @@ REM // Create version tag REM /////////////////////////////////////////////////////////////////////////// echo MediaInfoXP - Simple GUI for MediaInfo > "%~dp0\out\%OUT_NAME%.txt" echo Built %ISO_DATE%, %TIME% >> "%~dp0\out\%OUT_NAME%.txt" -echo Copyright (C) 2004-2019 LoRd_MuldeR ^ >> "%~dp0\out\%OUT_NAME%.txt" +echo Copyright (C) 2004-2020 LoRd_MuldeR ^ >> "%~dp0\out\%OUT_NAME%.txt" echo. >> "%~dp0\out\%OUT_NAME%.txt" echo This program is free software; you can redistribute it and/or modify >> "%~dp0\out\%OUT_NAME%.txt" echo it under the terms of the GNU General Public License as published by >> "%~dp0\out\%OUT_NAME%.txt" @@ -118,7 +118,7 @@ echo (at your option) any later version. >> "%~dp0\out\%OUT_NAME%.txt" echo. >> "%~dp0\out\%OUT_NAME%.txt" echo ------------------------------------------------------------------->> "%~dp0\out\%OUT_NAME%.txt" echo. >> "%~dp0\out\%OUT_NAME%.txt" -echo MediaInfo(Lib) is Copyright (C) 2002-2019 MediaArea.net SARL. >> "%~dp0\out\%OUT_NAME%.txt" +echo MediaInfo(Lib) is Copyright (C) 2002-2020 MediaArea.net SARL. >> "%~dp0\out\%OUT_NAME%.txt" echo. >> "%~dp0\out\%OUT_NAME%.txt" echo Redistribution and use in source and binary forms, with or without >> "%~dp0\out\%OUT_NAME%.txt" echo modification, are permitted according to the BSD-2-Clause license. >> "%~dp0\out\%OUT_NAME%.txt"