Happy new year 2016!
This commit is contained in:
parent
5702440156
commit
8630a73f1b
@ -2,4 +2,4 @@ MediaInfoXP (GUI for MediaInfo) was created from the scratch by LoRd_MuldeR <mul
|
||||
|
||||
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-2015 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-2016 MediaArea.net SARL. Redistribution and use in source and binary forms, with or without modification, are permitted according to the BSD-2-Clause license.
|
||||
|
@ -45,7 +45,7 @@ BEGIN
|
||||
VALUE "FileDescription", "MediaInfoXP - GUI for MediaInfo"
|
||||
VALUE "FileVersion", "1.00"
|
||||
VALUE "InternalName", "MediaInfoXP_Qt"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2004-2016 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"
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
MediaInfoXP - Simple GUI for MediaInfo
|
||||
Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
Copyright (C) 2004-2016 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-2015 MediaArea.net SARL. All rights reserved.
|
||||
Copyright (c) 2002-2016 MediaArea.net SARL. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or
|
||||
without modification, are permitted provided that the following
|
||||
|
@ -1,6 +1,6 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// MediaInfoXP
|
||||
// Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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-2015 LoRd_MuldeR <MuldeR2@GMX.de>
|
||||
// Copyright (C) 2004-2016 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
|
||||
|
@ -106,7 +106,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-2015 LoRd_MuldeR ^<MuldeR2@GMX.de^> >> "%~dp0\out\%OUT_NAME%.txt"
|
||||
echo Copyright (C) 2004-2016 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"
|
||||
@ -115,7 +115,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-2015 MediaArea.net SARL. >> "%~dp0\out\%OUT_NAME%.txt"
|
||||
echo MediaInfo(Lib) is Copyright (C) 2002-2016 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