https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f5200e6c2573b5abaec34…
commit f5200e6c2573b5abaec3452397ec3f04808b11d0
Author: Stanislav Motylkov <x86corez(a)gmail.com>
AuthorDate: Tue Jun 27 21:22:21 2023 +0300
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Tue Jun 27 21:22:21 2023 +0300
[MSPAINT] Update copyright years for the C++ code
According to Benedikt Freisen, he didn't port the code base to C++
until 2015. Addendum to 8f1f1c7a5a6. CORE-18867
---
base/applications/mspaint/canvas.cpp | 2 +-
base/applications/mspaint/canvas.h | 2 +-
base/applications/mspaint/common.h | 2 +-
base/applications/mspaint/dialogs.cpp | 2 +-
base/applications/mspaint/dialogs.h | 2 +-
base/applications/mspaint/dib.cpp | 2 +-
base/applications/mspaint/dib.h | 2 +-
base/applications/mspaint/drawing.cpp | 2 +-
base/applications/mspaint/drawing.h | 2 +-
base/applications/mspaint/fullscreen.cpp | 2 +-
base/applications/mspaint/fullscreen.h | 2 +-
base/applications/mspaint/globalvar.h | 2 +-
base/applications/mspaint/history.cpp | 2 +-
base/applications/mspaint/history.h | 2 +-
base/applications/mspaint/main.cpp | 2 +-
base/applications/mspaint/miniature.cpp | 2 +-
base/applications/mspaint/miniature.h | 2 +-
base/applications/mspaint/mouse.cpp | 2 +-
base/applications/mspaint/palette.cpp | 2 +-
base/applications/mspaint/palette.h | 2 +-
base/applications/mspaint/palettemodel.cpp | 2 +-
base/applications/mspaint/palettemodel.h | 2 +-
base/applications/mspaint/registry.cpp | 2 +-
base/applications/mspaint/registry.h | 2 +-
base/applications/mspaint/selectionmodel.cpp | 2 +-
base/applications/mspaint/selectionmodel.h | 2 +-
base/applications/mspaint/sizebox.cpp | 2 +-
base/applications/mspaint/sizebox.h | 2 +-
base/applications/mspaint/textedit.cpp | 2 +-
base/applications/mspaint/textedit.h | 2 +-
base/applications/mspaint/toolbox.cpp | 2 +-
base/applications/mspaint/toolbox.h | 2 +-
base/applications/mspaint/toolsettings.cpp | 2 +-
base/applications/mspaint/toolsettings.h | 2 +-
base/applications/mspaint/toolsmodel.cpp | 2 +-
base/applications/mspaint/toolsmodel.h | 2 +-
base/applications/mspaint/winproc.cpp | 2 +-
base/applications/mspaint/winproc.h | 2 +-
38 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/base/applications/mspaint/canvas.cpp b/base/applications/mspaint/canvas.cpp
index 0fa6fec2b30..3568657a21f 100644
--- a/base/applications/mspaint/canvas.cpp
+++ b/base/applications/mspaint/canvas.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Providing the canvas window class
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/canvas.h b/base/applications/mspaint/canvas.h
index 8db9204ae1b..db0e549837b 100644
--- a/base/applications/mspaint/canvas.h
+++ b/base/applications/mspaint/canvas.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Providing the canvas window class
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/common.h b/base/applications/mspaint/common.h
index 139320f18cb..a3f3950ff7e 100644
--- a/base/applications/mspaint/common.h
+++ b/base/applications/mspaint/common.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Commonly used functions and definitions
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2018 Stanislav Motylkov <x86corez(a)gmail.com>
* Copyright 2021-2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/dialogs.cpp
b/base/applications/mspaint/dialogs.cpp
index c5288d60660..1d818616cd9 100644
--- a/base/applications/mspaint/dialogs.cpp
+++ b/base/applications/mspaint/dialogs.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedures of the dialog windows plus launching functions
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
/* INCLUDES *********************************************************/
diff --git a/base/applications/mspaint/dialogs.h b/base/applications/mspaint/dialogs.h
index 65c01fec25c..b4c55c28adb 100644
--- a/base/applications/mspaint/dialogs.h
+++ b/base/applications/mspaint/dialogs.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedures of the dialog windows plus launching functions
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/dib.cpp b/base/applications/mspaint/dib.cpp
index 6c2f3d36181..4723b25f465 100644
--- a/base/applications/mspaint/dib.cpp
+++ b/base/applications/mspaint/dib.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Some DIB related functions
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/dib.h b/base/applications/mspaint/dib.h
index f273416528f..0ddb5067db5 100644
--- a/base/applications/mspaint/dib.h
+++ b/base/applications/mspaint/dib.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Some DIB related functions
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/drawing.cpp
b/base/applications/mspaint/drawing.cpp
index c470193fa29..dc5e8c433c0 100644
--- a/base/applications/mspaint/drawing.cpp
+++ b/base/applications/mspaint/drawing.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: The drawing functions used by the tools
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
/* INCLUDES *********************************************************/
diff --git a/base/applications/mspaint/drawing.h b/base/applications/mspaint/drawing.h
index 3c5c3a35762..950bfdd6974 100644
--- a/base/applications/mspaint/drawing.h
+++ b/base/applications/mspaint/drawing.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: The drawing functions used by the tools
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/fullscreen.cpp
b/base/applications/mspaint/fullscreen.cpp
index 7b349192d79..53e7f8ceb30 100644
--- a/base/applications/mspaint/fullscreen.cpp
+++ b/base/applications/mspaint/fullscreen.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window for fullscreen view
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/fullscreen.h
b/base/applications/mspaint/fullscreen.h
index 6ba67237a1d..02efcca0c91 100644
--- a/base/applications/mspaint/fullscreen.h
+++ b/base/applications/mspaint/fullscreen.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window for fullscreen view
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/globalvar.h
b/base/applications/mspaint/globalvar.h
index ddf29beb620..7c27a1cc3d2 100644
--- a/base/applications/mspaint/globalvar.h
+++ b/base/applications/mspaint/globalvar.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Declaring global variables for later initialization
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/history.cpp
b/base/applications/mspaint/history.cpp
index 3772cf0d13e..3b861b1840c 100644
--- a/base/applications/mspaint/history.cpp
+++ b/base/applications/mspaint/history.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Undo and redo functionality
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/history.h b/base/applications/mspaint/history.h
index 4abcee1ff79..b9fe323db67 100644
--- a/base/applications/mspaint/history.h
+++ b/base/applications/mspaint/history.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Undo and redo functionality
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/main.cpp b/base/applications/mspaint/main.cpp
index 90d9fe50f50..ef0b5da6aa1 100644
--- a/base/applications/mspaint/main.cpp
+++ b/base/applications/mspaint/main.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Initializing everything
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/miniature.cpp
b/base/applications/mspaint/miniature.cpp
index 459f8322a53..dc9eacbca2f 100644
--- a/base/applications/mspaint/miniature.cpp
+++ b/base/applications/mspaint/miniature.cpp
@@ -3,7 +3,7 @@
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/miniature.h
b/base/applications/mspaint/miniature.h
index e08b7a49c2a..7c7d30d2c7f 100644
--- a/base/applications/mspaint/miniature.h
+++ b/base/applications/mspaint/miniature.h
@@ -3,7 +3,7 @@
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/mouse.cpp b/base/applications/mspaint/mouse.cpp
index afa7628c496..f6cb9e2ac22 100644
--- a/base/applications/mspaint/mouse.cpp
+++ b/base/applications/mspaint/mouse.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Things which should not be in the mouse event handler itself
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2021 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/palette.cpp
b/base/applications/mspaint/palette.cpp
index 29670ce3e62..bc08223b848 100644
--- a/base/applications/mspaint/palette.cpp
+++ b/base/applications/mspaint/palette.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the palette window
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/palette.h b/base/applications/mspaint/palette.h
index 2b708841c14..d9268dcf2c6 100644
--- a/base/applications/mspaint/palette.h
+++ b/base/applications/mspaint/palette.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the palette window
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/palettemodel.cpp
b/base/applications/mspaint/palettemodel.cpp
index 1708397e021..6d67523bbe5 100644
--- a/base/applications/mspaint/palettemodel.cpp
+++ b/base/applications/mspaint/palettemodel.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Keep track of palette data, notify listeners
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2021 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/palettemodel.h
b/base/applications/mspaint/palettemodel.h
index 5ba93cd6526..80ca5e82d04 100644
--- a/base/applications/mspaint/palettemodel.h
+++ b/base/applications/mspaint/palettemodel.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Keep track of palette data, notify listeners
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/registry.cpp
b/base/applications/mspaint/registry.cpp
index 71a6b946017..bdaf7a7cd17 100644
--- a/base/applications/mspaint/registry.cpp
+++ b/base/applications/mspaint/registry.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Offering functions dealing with registry values
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2020 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/registry.h b/base/applications/mspaint/registry.h
index 9c270f32c70..d843c7b2be6 100644
--- a/base/applications/mspaint/registry.h
+++ b/base/applications/mspaint/registry.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Offering functions dealing with registry values
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/selectionmodel.cpp
b/base/applications/mspaint/selectionmodel.cpp
index 4ff4715d37a..a5e81d5c41a 100644
--- a/base/applications/mspaint/selectionmodel.cpp
+++ b/base/applications/mspaint/selectionmodel.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Keep track of selection parameters, notify listeners
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2019 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/selectionmodel.h
b/base/applications/mspaint/selectionmodel.h
index 40b09487cad..b47a0d40821 100644
--- a/base/applications/mspaint/selectionmodel.h
+++ b/base/applications/mspaint/selectionmodel.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Keep track of selection parameters, notify listeners
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2019-2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/sizebox.cpp
b/base/applications/mspaint/sizebox.cpp
index 4d6ba1fde81..a389fefb980 100644
--- a/base/applications/mspaint/sizebox.cpp
+++ b/base/applications/mspaint/sizebox.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the size boxes
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2017 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/sizebox.h b/base/applications/mspaint/sizebox.h
index 1065ad1d2b2..19c41bf1f81 100644
--- a/base/applications/mspaint/sizebox.h
+++ b/base/applications/mspaint/sizebox.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the size boxes
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2017-2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/textedit.cpp
b/base/applications/mspaint/textedit.cpp
index 126da04d14a..e5b51aa3de3 100644
--- a/base/applications/mspaint/textedit.cpp
+++ b/base/applications/mspaint/textedit.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Text editor and font chooser for the text tool
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/textedit.h b/base/applications/mspaint/textedit.h
index 183dd9df3a8..884d83e8b23 100644
--- a/base/applications/mspaint/textedit.h
+++ b/base/applications/mspaint/textedit.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Text editor and font chooser for the text tool
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/toolbox.cpp
b/base/applications/mspaint/toolbox.cpp
index fd7ec4a1f31..b02d4fb99b8 100644
--- a/base/applications/mspaint/toolbox.cpp
+++ b/base/applications/mspaint/toolbox.cpp
@@ -3,7 +3,7 @@
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/toolbox.h b/base/applications/mspaint/toolbox.h
index a94c1f21615..859493407a4 100644
--- a/base/applications/mspaint/toolbox.h
+++ b/base/applications/mspaint/toolbox.h
@@ -3,7 +3,7 @@
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/toolsettings.cpp
b/base/applications/mspaint/toolsettings.cpp
index 13039246a21..b2ee9039817 100644
--- a/base/applications/mspaint/toolsettings.cpp
+++ b/base/applications/mspaint/toolsettings.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the tool settings window
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2018 Stanislav Motylkov <x86corez(a)gmail.com>
* Copyright 2021-2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
*/
diff --git a/base/applications/mspaint/toolsettings.h
b/base/applications/mspaint/toolsettings.h
index c885081aa85..7b582256731 100644
--- a/base/applications/mspaint/toolsettings.h
+++ b/base/applications/mspaint/toolsettings.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the tool settings window
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/toolsmodel.cpp
b/base/applications/mspaint/toolsmodel.cpp
index cb82a256524..604d4bead54 100644
--- a/base/applications/mspaint/toolsmodel.cpp
+++ b/base/applications/mspaint/toolsmodel.cpp
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Keep track of tool parameters, notify listeners
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#include "precomp.h"
diff --git a/base/applications/mspaint/toolsmodel.h
b/base/applications/mspaint/toolsmodel.h
index 81ccdcce68b..a00e8682a5f 100644
--- a/base/applications/mspaint/toolsmodel.h
+++ b/base/applications/mspaint/toolsmodel.h
@@ -2,7 +2,7 @@
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Keep track of tool parameters, notify listeners
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once
diff --git a/base/applications/mspaint/winproc.cpp
b/base/applications/mspaint/winproc.cpp
index 6477d865e1f..161a4926fe9 100644
--- a/base/applications/mspaint/winproc.cpp
+++ b/base/applications/mspaint/winproc.cpp
@@ -3,7 +3,7 @@
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
* Copyright 2017-2023 Katayama Hirofumi MZ
<katayama.hirofumi.mz(a)gmail.com>
* Copyright 2018 Stanislav Motylkov <x86corez(a)gmail.com>
*/
diff --git a/base/applications/mspaint/winproc.h b/base/applications/mspaint/winproc.h
index 71fb13c4b5a..fc2861b228c 100644
--- a/base/applications/mspaint/winproc.h
+++ b/base/applications/mspaint/winproc.h
@@ -3,7 +3,7 @@
* LICENSE: LGPL-2.0-or-later (
https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
- * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen(a)gmx.net>
+ * COPYRIGHT: Copyright 2015 Benedikt Freisen <b.freisen(a)gmx.net>
*/
#pragma once