[MSPAINT] Update copyright headers

Use LGPL-2.0-or-later as the first available LGPL version on SPDX
taking into account 530512f17e commit message.

CORE-18867
This commit is contained in:
Stanislav Motylkov 2023-06-23 14:04:32 +03:00
parent c63489f1e8
commit 8f1f1c7a5a
71 changed files with 323 additions and 321 deletions

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Loading/Saving an image file with getting/setting resolution * PURPOSE: Loading/Saving an image file with getting/setting resolution
* COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> * COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
*/ */

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/canvas.cpp * PURPOSE: Providing the canvas window class
* PURPOSE: Providing the canvas window class * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/canvas.h * PURPOSE: Providing the canvas window class
* PURPOSE: Providing the canvas window class * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,11 +1,10 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/common.h * PURPOSE: Commonly used functions and definitions
* PURPOSE: Commonly used functions and definitions * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2018 Stanislav Motylkov <x86corez@gmail.com>
* Stanislav Motylkov * Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/dialogs.cpp * PURPOSE: Window procedures of the dialog windows plus launching functions
* PURPOSE: Window procedures of the dialog windows plus launching functions * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
/* INCLUDES *********************************************************/ /* INCLUDES *********************************************************/

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/dialogs.h * PURPOSE: Window procedures of the dialog windows plus launching functions
* PURPOSE: Window procedures of the dialog windows plus launching functions * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/dib.cpp * PURPOSE: Some DIB related functions
* PURPOSE: Some DIB related functions * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/dib.h * PURPOSE: Some DIB related functions
* PURPOSE: Some DIB related functions * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/drawing.cpp * PURPOSE: The drawing functions used by the tools
* PURPOSE: The drawing functions used by the tools * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
/* INCLUDES *********************************************************/ /* INCLUDES *********************************************************/

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/drawing.h * PURPOSE: The drawing functions used by the tools
* PURPOSE: The drawing functions used by the tools * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/fullscreen.cpp * PURPOSE: Window for fullscreen view
* PURPOSE: Window for fullscreen view * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/fullscreen.h * PURPOSE: Window for fullscreen view
* PURPOSE: Window for fullscreen view * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/globalvar.h * PURPOSE: Declaring global variables for later initialization
* PURPOSE: Declaring global variables for later initialization * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/history.cpp * PURPOSE: Undo and redo functionality
* PURPOSE: Undo and redo functionality * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/history.h * PURPOSE: Undo and redo functionality
* PURPOSE: Undo and redo functionality * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* Превод на Български/ Bulgarian translation * PURPOSE: Bulgarian resource file
* https://reactos.org/wiki/Bulgarian_translation * TRANSLATORS: Copyright 2009-2012 S. Stanev (CCTAHEB) <sstpr@narod.ru>
* LOCATION: base/applications/mspaint/lang * Copyright 2022 Nikolay Dimitrov <delphipro@gmail.com>
*/ */
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/cs-CZ.rc * PURPOSE: Czech resource file
* PURPOSE: Czech Language resource file * TRANSLATORS: Copyright 2009-2010 Radek Liška aka Black_Fox <radekliska@gmail.com>
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com) * Copyright 2011 Kamil Hornicek <kamil.hornicek@reactos.org>
*/ */
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT LANGUAGE LANG_CZECH, SUBLANG_DEFAULT

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/de-DE.rc * PURPOSE: German resource file
* PURPOSE: German Language resource file (reference language file) * TRANSLATOR: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* TRANSLATOR: Benedikt Freisen
*/ */
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/en-GB.rc * PURPOSE: English (United Kingdom) resource file
* PURPOSE: British English Language resource file * TRANSLATOR: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* TRANSLATOR: Benedikt Freisen
*/ */
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/en-US.rc * PURPOSE: English (United States) resource file
* PURPOSE: US-English Language resource file * TRANSLATORS: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* TRANSLATORS: first times touched from en-GB.rc file by Mario Kacmar * Copyright 2009 Mário Kačmár aka Kario <kario@szm.sk>
*/ */
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

View file

@ -1,11 +1,11 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/es-ES.rc * PURPOSE: Spanish (Spain) resource file
* PURPOSE: Spanish Language resource file * TRANSLATORS: Copyright 2009 Gabriel Ilardi <gabrielilardi@hotmail.it>
* TRANSLATORS: Gabriel Ilardi * Copyright 2009 Javier Remacha <remialdo@gmail.com>
* Ismael Ferreras Morezuelas * Copyright 2014-2016 Ismael Ferreras Morezuelas <swyterzone+ros@gmail.com>
* Catalin Gabriel Draghita * Copyright 2020 Catalin Gabriel Draghita <catalingabriel.reactos@outlook.com>
*/ */
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/et-EE.rc * PURPOSE: Estonian resource file
* PURPOSE: Estonian Language resource file * TRANSLATOR: Copyright 2018 Joann Mõndresku <joannmondresku@gmail.com>
* TRANSLATOR: Joann Mõndresku (joannmondresku at gmail dot com)
*/ */
LANGUAGE LANG_ESTONIAN, SUBLANG_DEFAULT LANGUAGE LANG_ESTONIAN, SUBLANG_DEFAULT

View file

@ -1,3 +1,11 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Spanish (Basque) resource file
* TRANSLATORS: Copyright 2009 Javier Remacha <remialdo@gmail.com>
* Copyright 2020 Julen Urizar Compains <julenuri@hotmail.com>
*/
LANGUAGE LANG_BASQUE, SUBLANG_DEFAULT LANGUAGE LANG_BASQUE, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-eu-ES.bmp" //IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-eu-ES.bmp"

View file

@ -1,3 +1,11 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: French resource file
* TRANSLATORS: Copyright 2010-2014 Pierre Schweitzer <pierre@reactos.org>
* Copyright 2020 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-fr-FR.bmp" //IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-fr-FR.bmp"

View file

@ -1,3 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Hebrew resource file
* TRANSLATOR: Copyright 2013-2018 Baruch Rutman <peterooch@gmail.com>
*/
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-he-IL.bmp" //IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-he-IL.bmp"

View file

@ -1,3 +1,11 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Hungarian resource file
* TRANSLATORS: Copyright 2009 Gábor Balogh (xxxx00) <xxxx_0000@freemail.hu>
* Copyright 2020 Tibor Lajos Füzi <tibor.fuzi@gmail.com>
*/
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-hu-HU.bmp" //IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-hu-HU.bmp"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/id-ID.rc * PURPOSE: Indonesian resource file
* PURPOSE: Indonesian Language resource file * TRANSLATOR: Copyright 2019 Mas Ahmad Muhammad <m.charly81@gmail.com>
* TRANSLATORS: Mas Ahmad Muhammad
*/ */
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/it-IT.rc * PURPOSE: Italian resource file
* PURPOSE: Italian Language resource file * TRANSLATORS: Copyright 2009 Gabriel Ilardi <gabrielilardi@hotmail.it>
* TRANSLATOR: Gabriel Ilardi * Copyright 2009-2010 Paolo Devoti <devotip@tiscali.it>
*/ */
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL

View file

@ -1,9 +1,10 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/ja-JP.rc * PURPOSE: Japanese resource file
* PURPOSE: Japanese Language resource file * TRANSLATORS: Copyright 2009 pcds90net <ds200xnet-ros@yahoo.co.jp>
* TRANSLATORS: pcds90net, Tomoya Kitagawa, Katayama Hirofumi MZ * Copyright 2009-2010 Tomoya Kitagawa <jptomoya@yahoo.co.jp>
* Copyright 2020-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
*/ */
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/nl-NL.rc * PURPOSE: Dutch resource file
* PURPOSE: Dutch Language resource file * TRANSLATOR: Copyright 2009 Wouter De Vlieger (reFly) <wouterdevlieger@gmail.com>
* TRANSLATOR: Wouter De Vlieger
*/ */
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: unknown (LGPL assumed) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/no-NO.rc * PURPOSE: Norwegian resource file
* PURPOSE: NO-Norwegian Language resource file * TRANSLATOR: Copyright 2009 Lars Martin Hambro (LMH1) <lars_martin4@hotmail.com>
* TRANSLATORS: first times touched from no-NO.rc file by Lars Martin Hambro
*/ */
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL

View file

@ -1,10 +1,10 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/pl-PL.rc * PURPOSE: Polish resource file
* PURPOSE: Polish Language resource file * TRANSLATORS: Copyright 2009 Olaf Siejka <caemyr@gmail.com>
* TRANSLATOR: Caemyr - Olaf Siejka (May, 2009), Use ReactOS forum PM or IRC to contact me * Copyright 2015 Adam Stachowicz <saibamenppl@gmail.com>
* UTF-8 conversion by Caemyr (May, 2011) * Copyright 2017 Adam Słaboń <asaillen456esx@gmail.com>
*/ */
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT LANGUAGE LANG_POLISH, SUBLANG_DEFAULT

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/pt-BR.rc * PURPOSE: Portuguese (Brazilian) resource file
* PURPOSE: Portuguese Brazilian Language resource file * TRANSLATORS: Copyright 2009 Wagner Leandro Bueno Angelo <wagner.snake@gmail.com>
* TRANSLATOR: Wagner Leandro Bueno Angelo * Copyright 2011 Matheus Macabu <mkbu95@gmail.com>
*/ */
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/pt-PT.rc * PURPOSE: Portuguese (Portugal) resource file
* PURPOSE: Portuguese Language resource file * TRANSLATORS: Copyright 2009 Manuel D V Silva (mds) <manueldulcidio@gmail.com>
* TRANSLATOR: Manuel D V Silva * Copyright 2023 Jose Carlos Jesus <zecarlos1957@hotmail.com>
*/ */
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Romanian resource file * PURPOSE: Romanian resource file
* TRANSLATORS: Copyright 2009 Petru Dimitriu <petrimetri@gmail.com> * TRANSLATORS: Copyright 2009 Petru Dimitriu <petrimetri@gmail.com>
* Copyright 2011-2018 Ștefan Fulea <stefan.fulea@mail.com> * Copyright 2011-2018 Ștefan Fulea <stefan.fulea@mail.com>

View file

@ -1,3 +1,14 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Russian resource file
* TRANSLATORS: Copyright 2009 Dmitry Chapyshev <dmitry@reactos.org>
* Copyright 2013 Yaroslav Denisov (jperm) <jaroslaff111@mail.ru>
* Copyright 2013 Alexey Gorgurov <leha-bot@ya.ru>
* Copyright 2016 Alexey Shaltsin (BinaryTree) <lexa2011_98@mail.ru>
* Copyright 2016 Sergey Stopkin <stopkin.sergey@gmail.com>
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-ru-RU.bmp" //IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-ru-RU.bmp"

View file

@ -1,10 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/sk-SK.rc * PURPOSE: Slovak resource file
* PURPOSE: Slovak Language resource file * TRANSLATOR: Copyright 2009 Mário Kačmár aka Kario <kario@szm.sk>
* TRANSLATORS: Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk)
* LastChanged: 21-10-2009
*/ */
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/sq-AL.rc * PURPOSE: Albanian resource file
* PURPOSE: AL-Albanian Language resource file * TRANSLATOR: Copyright 2013 Ardit Dani (ard1t) <ardit.dani@gmail.com>
* TRANSLATORS: Ardit Dani
*/ */
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL

View file

@ -1,3 +1,11 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Swedish resource file
* TRANSLATORS: Copyright 2011 Michael Wu (Witch) <im.allergic.2.mailing.lists@gmail.com>
* Copyright 2017 Markus Gothe <nietzsche@lysator.liu.se>
*/
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-sv-SE.bmp" //IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-sv-SE.bmp"

View file

@ -1,9 +1,9 @@
/* /*
* PROJECT: ReactOS Paint * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/tr-TR.rc * PURPOSE: Turkish resource file
* PURPOSE: Turkish Resource file for ReactOS Paint * TRANSLATORS: Copyright 2013-2016, 2019 Erdem Ersoy (eersoy93) <erdemersoy@erdemersoy.net>
* TRANSLATOR: 2013-2014, 2016, 2019 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) * Copyright 2021-2022 Süleyman Poyraz <zaryob.dev@gmail.com>
*/ */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

View file

@ -1,9 +1,10 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/uk-UA.rc * PURPOSE: Ukrainian resource file
* PURPOSE: Ukraianian Language File for Paint * TRANSLATORS: Copyright 2009 Artem Reznikov <temarez@yandex.ru>
* TRANSLATORS: Artem Reznikov, Sakara Yevhen, igor Paliychuk * Copyright 2009 Sakara Yevhen <eresid@gmail.com>
* Copyright 2010-2011 Igor Paliychuk <mansonigor@gmail.com>
*/ */
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/lang/vi-VN.rc * PURPOSE: Vietnamese (Vietnam) resource file
* PURPOSE: VN-Vietnamese Language resource file * TRANSLATOR: Copyright 2018 Nguyễn Thanh Sơn <dummynosrev@gmail.com>
* TRANSLATORS: first times touched from en-US.rc file by Dummynosrev (Nguyễn Thanh Sơn)
*/ */
LANGUAGE LANG_VIETNAMESE, SUBLANG_VIETNAMESE_VIETNAM LANGUAGE LANG_VIETNAMESE, SUBLANG_VIETNAMESE_VIETNAM

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Chinese (Simplified) resource file * PURPOSE: Chinese (Simplified) resource file
* TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <sfc_0@yahoo.com.cn> * TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <sfc_0@yahoo.com.cn>
* Copyright 2014-2015 Henry Tang Ih <henrytang2@hotmail.com> * Copyright 2014-2015 Henry Tang Ih <henrytang2@hotmail.com>

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Chinese (Hong Kong) resource file * PURPOSE: Chinese (Hong Kong) resource file
* TRANSLATORS: Copyright 2021 Chan Chilung <eason066@gmail.com> * TRANSLATORS: Copyright 2021 Chan Chilung <eason066@gmail.com>
* REFERENCES: Chinese (Traditional) resource file * REFERENCES: Chinese (Traditional) resource file

View file

@ -1,6 +1,6 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Chinese (Traditional) resource file * PURPOSE: Chinese (Traditional) resource file
* TRANSLATORS: Copyright 2011 Elton Chung <elton328@gmail.com> * TRANSLATORS: Copyright 2011 Elton Chung <elton328@gmail.com>
* Copyright 2021 Chan Chilung <eason066@gmail.com> * Copyright 2021 Chan Chilung <eason066@gmail.com>

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/main.cpp * PURPOSE: Initializing everything
* PURPOSE: Initializing everything * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,11 +1,10 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/miniature.cpp * PURPOSE: Window procedure of the main window and all children apart from
* PURPOSE: Window procedure of the main window and all children apart from * hPalWin, hToolSettings and hSelection
* hPalWin, hToolSettings and hSelection * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/miniature.h * PURPOSE: Window procedure of the main window and all children apart from
* PURPOSE: Window procedure of the main window and all children apart from * hPalWin, hToolSettings and hSelection
* hPalWin, hToolSettings and hSelection * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/mouse.cpp * PURPOSE: Things which should not be in the mouse event handler itself
* PURPOSE: Things which should not be in the mouse event handler itself * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2021 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
/* INCLUDES *********************************************************/ /* INCLUDES *********************************************************/

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/palette.cpp * PURPOSE: Window procedure of the palette window
* PURPOSE: Window procedure of the palette window * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/palette.h * PURPOSE: Window procedure of the palette window
* PURPOSE: Window procedure of the palette window * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/palettemodel.cpp * PURPOSE: Keep track of palette data, notify listeners
* PURPOSE: Keep track of palette data, notify listeners * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2021 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/palettemodel.h * PURPOSE: Keep track of palette data, notify listeners
* PURPOSE: Keep track of palette data, notify listeners * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/registry.cpp * PURPOSE: Offering functions dealing with registry values
* PURPOSE: Offering functions dealing with registry values * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2020 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/registry.h * PURPOSE: Offering functions dealing with registry values
* PURPOSE: Offering functions dealing with registry values * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/resource.h * PURPOSE: Defines the resource IDs
* PURPOSE: Defines the resource IDs * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/rsrc.rc * PURPOSE: Managing the resources
* PURPOSE: Managing the resources * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
/* INCLUDES *********************************************************/ /* INCLUDES *********************************************************/

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/selectionmodel.cpp * PURPOSE: Keep track of selection parameters, notify listeners
* PURPOSE: Keep track of selection parameters, notify listeners * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/selectionmodel.h * PURPOSE: Keep track of selection parameters, notify listeners
* PURPOSE: Keep track of selection parameters, notify listeners * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2019-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#pragma once #pragma once

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/sizebox.cpp * PURPOSE: Window procedure of the size boxes
* PURPOSE: Window procedure of the size boxes * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2017 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/sizebox.h * PURPOSE: Window procedure of the size boxes
* PURPOSE: Window procedure of the size boxes * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2017-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/textedit.cpp * PURPOSE: Text editor and font chooser for the text tool
* PURPOSE: Text editor and font chooser for the text tool * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/textedit.h * PURPOSE: Text editor and font chooser for the text tool
* PURPOSE: Text editor and font chooser for the text tool * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/toolbox.cpp * PURPOSE: Window procedure of the main window and all children apart from
* PURPOSE: Window procedure of the main window and all children apart from * hPalWin, hToolSettings and hSelection
* hPalWin, hToolSettings and hSelection * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/toolbox.h * PURPOSE: Window procedure of the main window and all children apart from
* PURPOSE: Window procedure of the main window and all children apart from * hPalWin, hToolSettings and hSelection
* hPalWin, hToolSettings and hSelection * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,11 +1,10 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/toolsettings.cpp * PURPOSE: Window procedure of the tool settings window
* PURPOSE: Window procedure of the tool settings window * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2018 Stanislav Motylkov <x86corez@gmail.com>
* Stanislav Motylkov * Copyright 2021-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
*/ */
/* INCLUDES *********************************************************/ /* INCLUDES *********************************************************/

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/toolsettings.h * PURPOSE: Window procedure of the tool settings window
* PURPOSE: Window procedure of the tool settings window * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/toolsmodel.cpp * PURPOSE: Keep track of tool parameters, notify listeners
* PURPOSE: Keep track of tool parameters, notify listeners * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/toolsmodel.h * PURPOSE: Keep track of tool parameters, notify listeners
* PURPOSE: Keep track of tool parameters, notify listeners * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once

View file

@ -1,12 +1,11 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/winproc.cpp * PURPOSE: Window procedure of the main window and all children apart from
* PURPOSE: Window procedure of the main window and all children apart from * hPalWin, hToolSettings and hSelection
* hPalWin, hToolSettings and hSelection * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen * Copyright 2017-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Katayama Hirofumi MZ * Copyright 2018 Stanislav Motylkov <x86corez@gmail.com>
* Stanislav Motylkov
*/ */
#include "precomp.h" #include "precomp.h"

View file

@ -1,10 +1,9 @@
/* /*
* PROJECT: PAINT for ReactOS * PROJECT: PAINT for ReactOS
* LICENSE: LGPL * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* FILE: base/applications/mspaint/winproc.h * PURPOSE: Window procedure of the main window and all children apart from
* PURPOSE: Window procedure of the main window and all children apart from * hPalWin, hToolSettings and hSelection
* hPalWin, hToolSettings and hSelection * COPYRIGHT: Copyright 2009 Benedikt Freisen <b.freisen@gmx.net>
* PROGRAMMERS: Benedikt Freisen
*/ */
#pragma once #pragma once