Updated copyright year.
This commit is contained in:
parent
3f6bd7e213
commit
4c9bf91c36
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,11 +1,12 @@
|
||||
/.vs
|
||||
/**/.vs
|
||||
/tmp/
|
||||
/obj/
|
||||
/bin/
|
||||
/ipch/
|
||||
/out
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/*.user
|
||||
/*.opensdf
|
||||
*.sdf
|
||||
*.suo
|
||||
*.user
|
||||
*.opensdf
|
||||
*.db
|
||||
*.local.*
|
||||
|
@ -1,5 +1,8 @@
|
||||
MediaInfoXP (GUI for MediaInfo) was created from the scratch by LoRd_MuldeR <mulder2@gmx.de> 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 <mulder2@gmx.de>.
|
||||
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.
|
||||
|
@ -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 <MuldeR2@GMX.de>"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>"
|
||||
VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License <http://www.gnu.org/>"
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
MediaInfoXP - Simple GUI for MediaInfo
|
||||
Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
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
|
||||
|
@ -9,7 +9,7 @@
|
||||
<div>
|
||||
<h3 style="text-align: center;">MediaInfo(Lib) License</h3>
|
||||
|
||||
<p>Copyright (c) 2002-2019 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>. All rights reserved.</p>
|
||||
<p>Copyright (c) 2002-2020 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>. All rights reserved.</p>
|
||||
|
||||
<p>Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
@ -9,7 +9,7 @@
|
||||
<div>
|
||||
<h3 style="text-align: center">MediaInfo(Lib) License</h3>
|
||||
<p>
|
||||
Copyright (c) 2002-2019 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>. All rights reserved.
|
||||
Copyright (c) 2002-2020 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>. All rights reserved.
|
||||
</p>
|
||||
<p>
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
@ -39,7 +39,7 @@
|
||||
<div>
|
||||
<p>Alternate license for redistributions of the library in binary form:<br/>
|
||||
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.<br/>
|
||||
This product uses <a href="http://mediaarea.net/MediaInfo">MediaInfo</a> library, Copyright (c) 2002-2019 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>.</p>
|
||||
This product uses <a href="http://mediaarea.net/MediaInfo">MediaInfo</a> library, Copyright (c) 2002-2020 <a href="mailto:Info@MediaArea.net">MediaArea.net SARL</a>.</p>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2019 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2020 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
//
|
||||
// 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
|
||||
|
@ -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 ^<MuldeR2@GMX.de^> >> "%~dp0\out\%OUT_NAME%.txt"
|
||||
echo Copyright (C) 2004-2020 LoRd_MuldeR ^<MuldeR2@GMX.de^> >> "%~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"
|
||||
|
Loading…
Reference in New Issue
Block a user