Skip to content

Commit 89bdca6

Browse files
committed
[EVENTVWR] Update file headers.
1 parent 1252642 commit 89bdca6

29 files changed

+187
-82
lines changed

base/applications/mscutils/eventvwr/eventvwr.c

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,10 @@
11
/*
2-
* ReactOS Win32 Applications
3-
* Copyright (C) 2007 ReactOS Team
4-
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation; either version 2 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License along
16-
* with this program; if not, write to the Free Software Foundation, Inc.,
17-
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18-
*/
19-
/*
20-
* PROJECT: ReactOS Event Log Viewer
21-
* LICENSE: GPL - See COPYING in the top level directory
22-
* FILE: base/applications/mscutils/eventvwr/eventvwr.c
23-
* PURPOSE: Event Log Viewer main file
24-
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
25-
* Eric Kohl
26-
* Hermes Belusca-Maito
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Event Log Viewer main file.
5+
* COPYRIGHT: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
278
*/
289

2910
#include "eventvwr.h"

base/applications/mscutils/eventvwr/eventvwr.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/*
2-
* PROJECT: ReactOS Event Log Viewer
3-
* LICENSE: GPL - See COPYING in the top level directory
4-
* FILE: base/applications/mscutils/eventvwr/eventvwr.h
5-
* PURPOSE: Event Log Viewer header
6-
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
7-
* Eric Kohl
8-
* Hermes Belusca-Maito
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Event Log Viewer header.
5+
* COPYRIGHT: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
98
*/
109

1110
#ifndef _EVENTVWR_PCH_

base/applications/mscutils/eventvwr/eventvwr.rc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Resources file.
5+
* COPYRIGHT: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
8+
*/
9+
110
#include <windef.h>
211
#include <winuser.h>
312
#include <commctrl.h>

base/applications/mscutils/eventvwr/evtdetctl.c

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/*
2-
* PROJECT: ReactOS Event Log Viewer
3-
* LICENSE: GPL - See COPYING in the top level directory
4-
* FILE: base/applications/mscutils/eventvwr/evtdetctl.c
5-
* PURPOSE: Event Details Control
6-
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
7-
* Eric Kohl
8-
* Hermes Belusca-Maito
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Event Details Control.
5+
* COPYRIGHT: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
98
*/
109

1110
#include "eventvwr.h"

base/applications/mscutils/eventvwr/evtdetctl.h

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/*
2-
* PROJECT: ReactOS Event Log Viewer
3-
* LICENSE: GPL - See COPYING in the top level directory
4-
* FILE: base/applications/mscutils/eventvwr/evtdetctl.h
5-
* PURPOSE: Event Details Control
6-
* PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
7-
* Eric Kohl
8-
* Hermes Belusca-Maito
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Event Details Control.
5+
* COPYRIGHT: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
98
*/
109

1110
#ifndef _EVTDETCTL_H_

base/applications/mscutils/eventvwr/lang/bg-BG.rc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Bulgarian resource file
5+
* TRANSLATORS: Copyright 2007 Станев <[email protected]>
6+
*/
7+
18
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
29

310
IDM_EVENTVWR MENU

base/applications/mscutils/eventvwr/lang/cs-CZ.rc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Czech resource file
5+
* TRANSLATORS: Copyright 2014-2017 Kamil Hornicek <[email protected]>
6+
*/
7+
18
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
29

310
IDM_EVENTVWR MENU

base/applications/mscutils/eventvwr/lang/de-DE.rc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* German translation by Daniel Reimer and Joachim Henze */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: German resource file
5+
* TRANSLATORS: Copyright 2007-2008 Daniel Reimer <[email protected]>
6+
* Copyright 2021 Joachim Henze <[email protected]>
7+
*/
28

39
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
410

base/applications/mscutils/eventvwr/lang/el-GR.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Greek translation by Apostolos Alexiadis */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Greek resource file
5+
* TRANSLATORS: Copyright 2007 Apostolos Alexiadis
6+
*/
27

38
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
49

base/applications/mscutils/eventvwr/lang/en-US.rc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*
2-
* PROJECT: ReactOS Event Viewer
3-
* LICENSE: GPL - See COPYING in the top level directory
4-
* FILE: base/applications/mscutils/eventvwr/lang/en-US.rc
5-
* PURPOSE: English Language File for ReactOS Event Viewer
6-
* TRANSLATOR: Marc Piulachs
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: English resource file
5+
* TRANSLATORS: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
78
*/
89

910
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

base/applications/mscutils/eventvwr/lang/es-ES.rc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
/* Spanish translation by Marc Piulachs, proofread by Ismael Ferreras Morezuelas, revised in 2020 by Julen Urizar Compains */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Spanish resource file
5+
* TRANSLATORS: Copyright 2007 Remialdo <[email protected]>
6+
* Copyright 2009 Javier Remacha
7+
* Copyright 2014 Ismael Ferreras Morezuelas <[email protected]>
8+
* Copyright 2020 Julen Urizar Compains <[email protected]>
9+
*/
210

311
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
412

base/applications/mscutils/eventvwr/lang/fr-FR.rc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* French translation by Pierre Schweitzer */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: French resource file
5+
* TRANSLATORS: Copyright 2007-2009 Pierre Schweitzer <[email protected]>
6+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
7+
*/
28

39
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
410

base/applications/mscutils/eventvwr/lang/he-IL.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Hebrew translation by Baruch Rutman */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Hebrew resource file
5+
* TRANSLATORS: Copyright 2013 Baruch Rutman <[email protected]>
6+
*/
27

38
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
49

base/applications/mscutils/eventvwr/lang/it-IT.rc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
/* Italian translation by Paolo Devoti */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Italian resource file
5+
* TRANSLATORS: Copyright 2007 Paolo Devoti <[email protected]>
6+
* Copyright 2010-2011 Gabriel Ilardi <[email protected]>
7+
*/
28

39
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
410

base/applications/mscutils/eventvwr/lang/ja-JP.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Japanese translation by Tomoya Kitagawa */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Japanese resource file
5+
* TRANSLATORS: Copyright 2009 Tomoya Kitagawa <[email protected]>
6+
*/
27

38
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
49

base/applications/mscutils/eventvwr/lang/ko-KR.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Korean translation by manatails007 */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Korean resource file
5+
* TRANSLATORS: Copyright 2008 Seungju Kim aka manatails007 <[email protected]>
6+
*/
27

38
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
49

base/applications/mscutils/eventvwr/lang/no-NO.rc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Norwegian resource file
5+
* TRANSLATORS: Copyright 2008 Lars Martin Hambro ([email protected])
6+
*/
7+
18
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
29

310
IDM_EVENTVWR MENU

base/applications/mscutils/eventvwr/lang/pl-PL.rc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
/* Polish translation by Caemyr - Olaf Siejka
2-
* PL update by wojo664 (June 2014)
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Polish resource file
5+
* TRANSLATORS: Copyright 2007-2011 Olaf Siejka <[email protected]>
6+
* Copyright 2014 Wojtek Kozłowski <[email protected]>
7+
* Copyright 2017-2018 Adam Słaboń <[email protected]>
8+
* Copyright 2011-2020 Adam Stachowicz <[email protected]>
39
*/
410

511
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT

base/applications/mscutils/eventvwr/lang/pt-BR.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Portuguese Brazilian translation by Matheus Macabu */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Portuguese Brazilian resource file
5+
* TRANSLATORS: Copyright 2012 Matheus Macabu
6+
*/
27

38
LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
49

base/applications/mscutils/eventvwr/lang/pt-PT.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Portuguese Portugal translation by Jose Jesus */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Portuguese Portugal resource file
5+
* TRANSLATORS: Copyright 2021 Jose Carlos Jesus <[email protected]>
6+
*/
27

38
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
49

base/applications/mscutils/eventvwr/lang/ro-RO.rc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
/*
2-
* Translators: Petru Dimitriu (petrimetri at gmail dot com)
3-
* Ștefan Fulea (stefan dot fulea at mail dot com)
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Romanian resource file
5+
* TRANSLATORS: Copyright 2009 Petru Dimitriu <[email protected]>
6+
* Copyright 2011-2018 Ștefan Fulea <[email protected]>
47
*/
58

69
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL

base/applications/mscutils/eventvwr/lang/ru-RU.rc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
/* Russian translation by Dmitry Chapyshev, Artem Reznikov, Kudratov Olimjon ([email protected]) */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Russian resource file
5+
* TRANSLATORS: Copyright 2007-2016 Dmitry Chapyshev <[email protected]>
6+
* Copyright 2008 Artem Reznikov
7+
* Copyright 2011 Igor Paliychuk <[email protected]>
8+
* Copyright 2014 Kudratov Olimjon <[email protected]>
9+
* Copyright 2016 Sergey Stopkin <[email protected]>
10+
*/
211

312
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
413

base/applications/mscutils/eventvwr/lang/sk-SK.rc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario ([email protected])
2-
* DATE OF TR.: 21-06-2008
3-
* LAST CHANGE: 28-07-2008
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Slovak resource file
5+
* TRANSLATORS: Copyright 2008-2011 Mário Kačmár <[email protected]>
46
*/
57

68
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT

base/applications/mscutils/eventvwr/lang/sq-AL.rc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*
2-
* PROJECT: ReactOS Event Viewer
3-
* LICENSE: GPL - See COPYING in the top level directory
4-
* FILE: base/applications/mscutils/eventvwr/lang/sq-AL.rc
5-
* PURPOSE: Albanian Language File for ReactOS Event Viewer
6-
* TRANSLATOR: Ardit Dani
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Albanian resource file
5+
* TRANSLATORS: Copyright 2013 Ardit Dani <[email protected]>
76
*/
87

98
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL

base/applications/mscutils/eventvwr/lang/sv-SE.rc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* Swedish translation by Jaix Bly */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Swedish resource file
5+
* TRANSLATORS: Copyright 2011 Jan Blomqvist Kinander aka Jaix Bly <[email protected]>
6+
*/
27

38
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
49

base/applications/mscutils/eventvwr/lang/tr-TR.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* PROJECT: ReactOS Event Viewer
3-
* LICENSE: GPL - See COPYING in the top level directory
4-
* FILE: base/applications/mscutils/eventvwr/lang/tr-TR.rc
5-
* PURPOSE: Turkish Language File for ReactOS Event Viewer
6-
* TRANSLATOR: 2013-2016 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net)
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Türkish resource file
5+
* TRANSLATORS: Copyright 2013-2017 Erdem Ersoy (eersoy93) <[email protected]>
6+
* Copyright 2021 Süleyman Poyraz <[email protected]>
77
*/
88

99
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

base/applications/mscutils/eventvwr/lang/uk-UA.rc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
/* Ukraianian translation by Rostislav Zabolotny, Artem Reznikov, Igor Paliychuk */
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Ukrainian resource file
5+
* TRANSLATORS: Copyright 2007 Rostislav Zabolotny
6+
* Copyright 2008 Artem Reznikov
7+
* Copyright 2010-2011 Igor Paliychuk <[email protected]>
8+
*/
29

310
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
411

base/applications/mscutils/eventvwr/lang/zh-CN.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
44
* PURPOSE: Chinese (Simplified) resource file
55
* TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <[email protected]>
6-
* TRANSLATORS: Copyright 2017 Li Keqing <[email protected]>
6+
* Copyright 2017 Li Keqing <[email protected]>
77
* Copyright 2021 Wu Haotian <[email protected]>
88
*/
99

base/applications/mscutils/eventvwr/resource.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* PROJECT: ReactOS Event Log Viewer
3+
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4+
* PURPOSE: Resources header.
5+
* COPYRIGHT: Copyright 2007 Marc Piulachs <[email protected]>
6+
* Copyright 2008-2016 Eric Kohl <[email protected]>
7+
* Copyright 2016-2022 Hermès Bélusca-Maïto <[email protected]>
8+
*/
9+
110
#pragma once
211

312
/* Icon IDs */

0 commit comments

Comments
 (0)