From 8630a73f1b24f28f83989ac0365908ee53a4b8ae Mon Sep 17 00:00:00 2001 From: MuldeR Date: Sat, 30 Jan 2016 00:24:42 +0100 Subject: [PATCH] Happy new year 2016! --- Copying.txt | 2 +- MediaInfoXP.rcx | 2 +- ReadMe.txt | 4 ++-- src/IPC.cpp | 2 +- src/IPC.h | 2 +- src/Main.cpp | 2 +- src/MainWindow.cpp | 2 +- src/MainWindow.h | 2 +- src/ShellExtension.cpp | 2 +- src/ShellExtension.h | 2 +- z_build.bat | 4 ++-- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Copying.txt b/Copying.txt index 4275eff..b662a10 100644 --- a/Copying.txt +++ b/Copying.txt @@ -2,4 +2,4 @@ MediaInfoXP (GUI for MediaInfo) was created from the scratch by LoRd_MuldeR " + VALUE "LegalCopyright", "Copyright (C) 2004-2016 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" diff --git a/ReadMe.txt b/ReadMe.txt index 4f7ba26..4eb5c44 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ MediaInfoXP - Simple GUI for MediaInfo - Copyright (C) 2004-2015 LoRd_MuldeR + Copyright (C) 2004-2016 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-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 diff --git a/src/IPC.cpp b/src/IPC.cpp index 81e525e..055020c 100644 --- a/src/IPC.cpp +++ b/src/IPC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 2d2a050..a3f5808 100644 --- a/src/IPC.h +++ b/src/IPC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 4b6230c..cff009f 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 fa991fb..f28a4cd 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 5e2929b..32a12ea 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 28cc9b1..94ce536 100644 --- a/src/ShellExtension.cpp +++ b/src/ShellExtension.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 9840d27..b95437e 100644 --- a/src/ShellExtension.h +++ b/src/ShellExtension.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2015 LoRd_MuldeR +// Copyright (C) 2004-2016 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 36cbce8..5ed567a 100644 --- a/z_build.bat +++ b/z_build.bat @@ -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 ^ >> "%~dp0\out\%OUT_NAME%.txt" +echo Copyright (C) 2004-2016 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" @@ -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"