[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 20:49:28 +03:00
parent c63489f1e8
commit 8f1f1c7a5a
71 changed files with 323 additions and 321 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/*
* 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
* COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ <[email protected]>
*/
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/canvas.cpp
* PURPOSE: Providing the canvas window class
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/canvas.h
* PURPOSE: Providing the canvas window class
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+6 -7
View File
@@ -1,11 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/common.h
* PURPOSE: Commonly used functions and definitions
* PROGRAMMERS: Benedikt Freisen
* Stanislav Motylkov
* Katayama Hirofumi MZ
* 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 2018 Stanislav Motylkov <[email protected]>
* Copyright 2021-2023 Katayama Hirofumi MZ <[email protected]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/dialogs.cpp
* PURPOSE: Window procedures of the dialog windows plus launching functions
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
/* INCLUDES *********************************************************/
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/dialogs.h
* PURPOSE: Window procedures of the dialog windows plus launching functions
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/dib.cpp
* PURPOSE: Some DIB related functions
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/dib.h
* PURPOSE: Some DIB related functions
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/drawing.cpp
* PURPOSE: The drawing functions used by the tools
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
/* INCLUDES *********************************************************/
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/drawing.h
* PURPOSE: The drawing functions used by the tools
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/fullscreen.cpp
* PURPOSE: Window for fullscreen view
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/fullscreen.h
* PURPOSE: Window for fullscreen view
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/globalvar.h
* PURPOSE: Declaring global variables for later initialization
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/history.cpp
* PURPOSE: Undo and redo functionality
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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 2023 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/history.h
* PURPOSE: Undo and redo functionality
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+5 -5
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* Превод на Български/ Bulgarian translation
* https://reactos.org/wiki/Bulgarian_translation
* LOCATION: base/applications/mspaint/lang
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Bulgarian resource file
* TRANSLATORS: Copyright 2009-2012 S. Stanev (CCTAHEB) <[email protected]>
* Copyright 2022 Nikolay Dimitrov <[email protected]>
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
+5 -5
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/cs-CZ.rc
* PURPOSE: Czech Language resource file
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Czech resource file
* TRANSLATORS: Copyright 2009-2010 Radek Liška aka Black_Fox <[email protected]>
* Copyright 2011 Kamil Hornicek <[email protected]>
*/
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/de-DE.rc
* PURPOSE: German Language resource file (reference language file)
* TRANSLATOR: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: German resource file
* TRANSLATOR: Copyright 2009 Benedikt Freisen <[email protected]>
*/
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/en-GB.rc
* PURPOSE: British English Language resource file
* TRANSLATOR: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: English (United Kingdom) resource file
* TRANSLATOR: Copyright 2009 Benedikt Freisen <[email protected]>
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
+4 -4
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/en-US.rc
* PURPOSE: US-English Language resource file
* TRANSLATORS: first times touched from en-GB.rc file by Mario Kacmar
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: English (United States) resource file
* TRANSLATORS: Copyright 2009 Benedikt Freisen <[email protected]>
* Copyright 2009 Mário Kačmár aka Kario <[email protected]>
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+6 -6
View File
@@ -1,11 +1,11 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/es-ES.rc
* PURPOSE: Spanish Language resource file
* TRANSLATORS: Gabriel Ilardi
* Ismael Ferreras Morezuelas
* Catalin Gabriel Draghita
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Spanish (Spain) resource file
* TRANSLATORS: Copyright 2009 Gabriel Ilardi <[email protected]>
* Copyright 2009 Javier Remacha <[email protected]>
* Copyright 2014-2016 Ismael Ferreras Morezuelas <[email protected]>
* Copyright 2020 Catalin Gabriel Draghita <[email protected]>
*/
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
+3 -4
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* FILE: base/applications/mspaint/lang/et-EE.rc
* PURPOSE: Estonian Language resource file
* TRANSLATOR: Joann Mõndresku (joannmondresku at gmail dot com)
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Estonian resource file
* TRANSLATOR: Copyright 2018 Joann Mõndresku <[email protected]>
*/
LANGUAGE LANG_ESTONIAN, SUBLANG_DEFAULT
+8
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 <[email protected]>
* Copyright 2020 Julen Urizar Compains <[email protected]>
*/
LANGUAGE LANG_BASQUE, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-eu-ES.bmp"
+8
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 <[email protected]>
* Copyright 2020 Hermès Bélusca-Maïto <[email protected]>
*/
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-fr-FR.bmp"
+7
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 <[email protected]>
*/
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-he-IL.bmp"
+8
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) <[email protected]>
* Copyright 2020 Tibor Lajos Füzi <[email protected]>
*/
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-hu-HU.bmp"
+3 -4
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/id-ID.rc
* PURPOSE: Indonesian Language resource file
* TRANSLATORS: Mas Ahmad Muhammad
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Indonesian resource file
* TRANSLATOR: Copyright 2019 Mas Ahmad Muhammad <[email protected]>
*/
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
+5 -5
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/it-IT.rc
* PURPOSE: Italian Language resource file
* TRANSLATOR: Gabriel Ilardi
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Italian resource file
* TRANSLATORS: Copyright 2009 Gabriel Ilardi <[email protected]>
* Copyright 2009-2010 Paolo Devoti <[email protected]>
*/
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+5 -4
View File
@@ -1,9 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/ja-JP.rc
* PURPOSE: Japanese Language resource file
* TRANSLATORS: pcds90net, Tomoya Kitagawa, Katayama Hirofumi MZ
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Japanese resource file
* TRANSLATORS: Copyright 2009 pcds90net <[email protected]>
* Copyright 2009-2010 Tomoya Kitagawa <[email protected]>
* Copyright 2020-2022 Katayama Hirofumi MZ <[email protected]>
*/
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/nl-NL.rc
* PURPOSE: Dutch Language resource file
* TRANSLATOR: Wouter De Vlieger
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Dutch resource file
* TRANSLATOR: Copyright 2009 Wouter De Vlieger (reFly) <[email protected]>
*/
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
+3 -4
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: unknown (LGPL assumed)
* FILE: base/applications/mspaint/lang/no-NO.rc
* PURPOSE: NO-Norwegian Language resource file
* TRANSLATORS: first times touched from no-NO.rc file by Lars Martin Hambro
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Norwegian resource file
* TRANSLATOR: Copyright 2009 Lars Martin Hambro (LMH1) <[email protected]>
*/
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
+6 -6
View File
@@ -1,10 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/pl-PL.rc
* PURPOSE: Polish Language resource file
* TRANSLATOR: Caemyr - Olaf Siejka (May, 2009), Use ReactOS forum PM or IRC to contact me
* UTF-8 conversion by Caemyr (May, 2011)
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Polish resource file
* TRANSLATORS: Copyright 2009 Olaf Siejka <[email protected]>
* Copyright 2015 Adam Stachowicz <[email protected]>
* Copyright 2017 Adam Słaboń <[email protected]>
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+5 -5
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/pt-BR.rc
* PURPOSE: Portuguese Brazilian Language resource file
* TRANSLATOR: Wagner Leandro Bueno Angelo
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Portuguese (Brazilian) resource file
* TRANSLATORS: Copyright 2009 Wagner Leandro Bueno Angelo <[email protected]>
* Copyright 2011 Matheus Macabu <[email protected]>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+5 -5
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/pt-PT.rc
* PURPOSE: Portuguese Language resource file
* TRANSLATOR: Manuel D V Silva
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Portuguese (Portugal) resource file
* TRANSLATORS: Copyright 2009 Manuel D V Silva (mds) <[email protected]>
* Copyright 2023 Jose Carlos Jesus <[email protected]>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE
+1 -1
View File
@@ -1,6 +1,6 @@
/*
* 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
* TRANSLATORS: Copyright 2009 Petru Dimitriu <[email protected]>
* Copyright 2011-2018 Ștefan Fulea <[email protected]>
+11
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 <[email protected]>
* Copyright 2013 Yaroslav Denisov (jperm) <[email protected]>
* Copyright 2013 Alexey Gorgurov <[email protected]>
* Copyright 2016 Alexey Shaltsin (BinaryTree) <[email protected]>
* Copyright 2016 Sergey Stopkin <[email protected]>
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-ru-RU.bmp"
+3 -5
View File
@@ -1,10 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/sk-SK.rc
* PURPOSE: Slovak Language resource file
* TRANSLATORS: Mário Kačmár /Mario Kacmar/ aka Kario ([email protected])
* LastChanged: 21-10-2009
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Slovak resource file
* TRANSLATOR: Copyright 2009 Mário Kačmár aka Kario <[email protected]>
*/
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
+3 -4
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/sq-AL.rc
* PURPOSE: AL-Albanian Language resource file
* TRANSLATORS: Ardit Dani
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Albanian resource file
* TRANSLATOR: Copyright 2013 Ardit Dani (ard1t) <[email protected]>
*/
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
+8
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) <[email protected]>
* Copyright 2017 Markus Gothe <[email protected]>
*/
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
//IDB_FONTSTOOLBAR BITMAP "icons/fontstoolbar-sv-SE.bmp"
+5 -5
View File
@@ -1,9 +1,9 @@
/*
* PROJECT: ReactOS Paint
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/tr-TR.rc
* PURPOSE: Turkish Resource file for ReactOS Paint
* TRANSLATOR: 2013-2014, 2016, 2019 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net)
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Turkish resource file
* TRANSLATORS: Copyright 2013-2016, 2019 Erdem Ersoy (eersoy93) <[email protected]>
* Copyright 2021-2022 Süleyman Poyraz <[email protected]>
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
+5 -4
View File
@@ -1,9 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/uk-UA.rc
* PURPOSE: Ukraianian Language File for Paint
* TRANSLATORS: Artem Reznikov, Sakara Yevhen, igor Paliychuk
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Ukrainian resource file
* TRANSLATORS: Copyright 2009 Artem Reznikov <[email protected]>
* Copyright 2009 Sakara Yevhen <[email protected]>
* Copyright 2010-2011 Igor Paliychuk <[email protected]>
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
+3 -4
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/lang/vi-VN.rc
* PURPOSE: VN-Vietnamese Language resource file
* TRANSLATORS: first times touched from en-US.rc file by Dummynosrev (Nguyễn Thanh Sơn)
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Vietnamese (Vietnam) resource file
* TRANSLATOR: Copyright 2018 Nguyễn Thanh Sơn <[email protected]>
*/
LANGUAGE LANG_VIETNAMESE, SUBLANG_VIETNAMESE_VIETNAM
+1 -1
View File
@@ -1,6 +1,6 @@
/*
* 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
* TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <[email protected]>
* Copyright 2014-2015 Henry Tang Ih <[email protected]>
+1 -1
View File
@@ -1,6 +1,6 @@
/*
* 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
* TRANSLATORS: Copyright 2021 Chan Chilung <[email protected]>
* REFERENCES: Chinese (Traditional) resource file
+1 -1
View File
@@ -1,6 +1,6 @@
/*
* 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
* TRANSLATORS: Copyright 2011 Elton Chung <[email protected]>
* Copyright 2021 Chan Chilung <[email protected]>
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/main.cpp
* PURPOSE: Initializing everything
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#include "precomp.h"
+6 -7
View File
@@ -1,11 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/miniature.cpp
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* PROJECT: PAINT for ReactOS
* 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 2023 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/miniature.h
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PROGRAMMERS: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* 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]>
*/
#pragma once
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/mouse.cpp
* PURPOSE: Things which should not be in the mouse event handler itself
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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 2021 Katayama Hirofumi MZ <[email protected]>
*/
/* INCLUDES *********************************************************/
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/palette.cpp
* PURPOSE: Window procedure of the palette window
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ <[email protected]>
* 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 2023 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/palette.h
* PURPOSE: Window procedure of the palette window
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/palettemodel.cpp
* PURPOSE: Keep track of palette data, notify listeners
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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@gmx.net>
* Copyright 2021 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/palettemodel.h
* PURPOSE: Keep track of palette data, notify listeners
* PROGRAMMERS: Benedikt Freisen
* 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@gmx.net>
*/
#pragma once
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/registry.cpp
* PURPOSE: Offering functions dealing with registry values
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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 2020 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/registry.h
* PURPOSE: Offering functions dealing with registry values
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/resource.h
* PURPOSE: Defines the resource IDs
* PROGRAMMERS: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Defines the resource IDs
* COPYRIGHT: Copyright 2009 Benedikt Freisen <[email protected]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/rsrc.rc
* PURPOSE: Managing the resources
* PROGRAMMERS: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later)
* PURPOSE: Managing the resources
* COPYRIGHT: Copyright 2009 Benedikt Freisen <[email protected]>
*/
/* INCLUDES *********************************************************/
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/selectionmodel.cpp
* PURPOSE: Keep track of selection parameters, notify listeners
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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@gmx.net>
* Copyright 2019 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/selectionmodel.h
* PURPOSE: Keep track of selection parameters, notify listeners
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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@gmx.net>
* Copyright 2019-2023 Katayama Hirofumi MZ <[email protected]>
*/
#pragma once
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/sizebox.cpp
* PURPOSE: Window procedure of the size boxes
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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 2017 Katayama Hirofumi MZ <[email protected]>
*/
#include "precomp.h"
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/sizebox.h
* PURPOSE: Window procedure of the size boxes
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* 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 2017-2023 Katayama Hirofumi MZ <[email protected]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/textedit.cpp
* PURPOSE: Text editor and font chooser for the text tool
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/textedit.h
* PURPOSE: Text editor and font chooser for the text tool
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/toolbox.cpp
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PROGRAMMERS: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* 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]>
*/
#include "precomp.h"
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/toolbox.h
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PROGRAMMERS: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* 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]>
*/
#pragma once
+6 -7
View File
@@ -1,11 +1,10 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/toolsettings.cpp
* PURPOSE: Window procedure of the tool settings window
* PROGRAMMERS: Benedikt Freisen
* Stanislav Motylkov
* Katayama Hirofumi MZ <[email protected]>
* 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 2018 Stanislav Motylkov <[email protected]>
* Copyright 2021-2023 Katayama Hirofumi MZ <[email protected]>
*/
/* INCLUDES *********************************************************/
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/toolsettings.h
* PURPOSE: Window procedure of the tool settings window
* PROGRAMMERS: Benedikt Freisen
* 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]>
*/
#pragma once
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/toolsmodel.cpp
* PURPOSE: Keep track of tool parameters, notify listeners
* PROGRAMMERS: Benedikt Freisen
* 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@gmx.net>
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/toolsmodel.h
* PURPOSE: Keep track of tool parameters, notify listeners
* PROGRAMMERS: Benedikt Freisen
* 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@gmx.net>
*/
#pragma once
+7 -8
View File
@@ -1,12 +1,11 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/winproc.cpp
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PROGRAMMERS: Benedikt Freisen
* Katayama Hirofumi MZ
* Stanislav Motylkov
* PROJECT: PAINT for ReactOS
* 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 2017-2023 Katayama Hirofumi MZ <[email protected]>
* Copyright 2018 Stanislav Motylkov <[email protected]>
*/
#include "precomp.h"
+5 -6
View File
@@ -1,10 +1,9 @@
/*
* PROJECT: PAINT for ReactOS
* LICENSE: LGPL
* FILE: base/applications/mspaint/winproc.h
* PURPOSE: Window procedure of the main window and all children apart from
* hPalWin, hToolSettings and hSelection
* PROGRAMMERS: Benedikt Freisen
* PROJECT: PAINT for ReactOS
* 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]>
*/
#pragma once