diff --git a/Copying.txt b/Copying.txt index a2c39f6..77b4f98 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-2018 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 9401028..1215b6f 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,6 +1,6 @@ MediaInfoXP - Simple GUI for MediaInfo - Copyright (C) 2004-2017 LoRd_MuldeR + Copyright (C) 2004-2018 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-2017 MediaArea.net SARL. All rights reserved. + Copyright (c) 2002-2018 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.html b/doc/License.html index bcc30e1..0250d2c 100644 --- a/doc/License.html +++ b/doc/License.html @@ -9,7 +9,7 @@

MediaInfo(Lib) License

- Copyright (c) 2002-2017 MediaArea.net SARL. All rights reserved. + Copyright (c) 2002-2018 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-2017 MediaArea.net SARL.

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


diff --git a/src/Config.h b/src/Config.h index 0486d62..fb9699b 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 dc15a53..25121c3 100644 --- a/src/IPC.cpp +++ b/src/IPC.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 cd586a0..4d213b5 100644 --- a/src/IPC.h +++ b/src/IPC.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 41dc065..6ea5ffe 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 70b0a1b..01baea7 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 ddf294f..c9ceb1c 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 4399833..5e0bb64 100644 --- a/src/ShellExtension.cpp +++ b/src/ShellExtension.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 0f94c04..b6b7225 100644 --- a/src/ShellExtension.h +++ b/src/ShellExtension.h @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// // MediaInfoXP -// Copyright (C) 2004-2017 LoRd_MuldeR +// Copyright (C) 2004-2018 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 3570418..2887592 100644 --- a/z_build.bat +++ b/z_build.bat @@ -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-2017 LoRd_MuldeR ^ >> "%~dp0\out\%OUT_NAME%.txt" +echo Copyright (C) 2004-2018 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-2017 MediaArea.net SARL. >> "%~dp0\out\%OUT_NAME%.txt" +echo MediaInfo(Lib) is Copyright (C) 2002-2018 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"