mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[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 8f1f1c7a5a. CORE-18867
This commit is contained in:
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2018 Stanislav Motylkov <[email protected]>
|
||||
* Copyright 2021-2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2021 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2021 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2020 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2019 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2019-2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2017 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2017-2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2018 Stanislav Motylkov <[email protected]>
|
||||
* Copyright 2021-2023 Katayama Hirofumi MZ <[email protected]>
|
||||
*/
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#include "precomp.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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
* Copyright 2017-2023 Katayama Hirofumi MZ <[email protected]>
|
||||
* Copyright 2018 Stanislav Motylkov <[email protected]>
|
||||
*/
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* COPYRIGHT: Copyright 2015 Benedikt Freisen <[email protected]>
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
Reference in New Issue
Block a user