https://git.reactos.org/?p=reactos.git;a=commitdiff;h=89bdca6177471d2096a1cdca3fb8beb16a8fe1eb

commit 89bdca6177471d2096a1cdca3fb8beb16a8fe1eb
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Oct 2 18:22:43 2022 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Mon Oct 3 23:16:57 2022 +0200

    [EVENTVWR] Update file headers.
---
 base/applications/mscutils/eventvwr/eventvwr.c    | 31 +++++------------------
 base/applications/mscutils/eventvwr/eventvwr.h    | 13 +++++-----
 base/applications/mscutils/eventvwr/eventvwr.rc   |  9 +++++++
 base/applications/mscutils/eventvwr/evtdetctl.c   | 13 +++++-----
 base/applications/mscutils/eventvwr/evtdetctl.h   | 13 +++++-----
 base/applications/mscutils/eventvwr/lang/bg-BG.rc |  7 +++++
 base/applications/mscutils/eventvwr/lang/cs-CZ.rc |  7 +++++
 base/applications/mscutils/eventvwr/lang/de-DE.rc |  8 +++++-
 base/applications/mscutils/eventvwr/lang/el-GR.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/en-US.rc | 11 ++++----
 base/applications/mscutils/eventvwr/lang/es-ES.rc | 10 +++++++-
 base/applications/mscutils/eventvwr/lang/fr-FR.rc |  8 +++++-
 base/applications/mscutils/eventvwr/lang/he-IL.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/it-IT.rc |  8 +++++-
 base/applications/mscutils/eventvwr/lang/ja-JP.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/ko-KR.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/no-NO.rc |  7 +++++
 base/applications/mscutils/eventvwr/lang/pl-PL.rc | 10 ++++++--
 base/applications/mscutils/eventvwr/lang/pt-BR.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/pt-PT.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/ro-RO.rc |  7 +++--
 base/applications/mscutils/eventvwr/lang/ru-RU.rc | 11 +++++++-
 base/applications/mscutils/eventvwr/lang/sk-SK.rc |  8 +++---
 base/applications/mscutils/eventvwr/lang/sq-AL.rc |  9 +++----
 base/applications/mscutils/eventvwr/lang/sv-SE.rc |  7 ++++-
 base/applications/mscutils/eventvwr/lang/tr-TR.rc | 10 ++++----
 base/applications/mscutils/eventvwr/lang/uk-UA.rc |  9 ++++++-
 base/applications/mscutils/eventvwr/lang/zh-CN.rc |  2 +-
 base/applications/mscutils/eventvwr/resource.h    |  9 +++++++
 29 files changed, 187 insertions(+), 82 deletions(-)

diff --git a/base/applications/mscutils/eventvwr/eventvwr.c 
b/base/applications/mscutils/eventvwr/eventvwr.c
index fad78d4e3bc..1d5328fc222 100644
--- a/base/applications/mscutils/eventvwr/eventvwr.c
+++ b/base/applications/mscutils/eventvwr/eventvwr.c
@@ -1,29 +1,10 @@
 /*
- *  ReactOS Win32 Applications
- *  Copyright (C) 2007 ReactOS Team
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License along
- *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-/*
- * PROJECT:         ReactOS Event Log Viewer
- * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            base/applications/mscutils/eventvwr/eventvwr.c
- * PURPOSE:         Event Log Viewer main file
- * PROGRAMMERS:     Marc Piulachs (marc.piulachs at codexchange [dot] net)
- *                  Eric Kohl
- *                  Hermes Belusca-Maito
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Event Log Viewer main file.
+ * COPYRIGHT:   Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
  */
 
 #include "eventvwr.h"
diff --git a/base/applications/mscutils/eventvwr/eventvwr.h 
b/base/applications/mscutils/eventvwr/eventvwr.h
index 7ae99ef82dc..86d6d611674 100644
--- a/base/applications/mscutils/eventvwr/eventvwr.h
+++ b/base/applications/mscutils/eventvwr/eventvwr.h
@@ -1,11 +1,10 @@
 /*
- * PROJECT:         ReactOS Event Log Viewer
- * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            base/applications/mscutils/eventvwr/eventvwr.h
- * PURPOSE:         Event Log Viewer header
- * PROGRAMMERS:     Marc Piulachs (marc.piulachs at codexchange [dot] net)
- *                  Eric Kohl
- *                  Hermes Belusca-Maito
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Event Log Viewer header.
+ * COPYRIGHT:   Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
  */
 
 #ifndef _EVENTVWR_PCH_
diff --git a/base/applications/mscutils/eventvwr/eventvwr.rc 
b/base/applications/mscutils/eventvwr/eventvwr.rc
index 29219c071f7..e321b3ed1b9 100644
--- a/base/applications/mscutils/eventvwr/eventvwr.rc
+++ b/base/applications/mscutils/eventvwr/eventvwr.rc
@@ -1,3 +1,12 @@
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Resources file.
+ * COPYRIGHT:   Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
+ */
+
 #include <windef.h>
 #include <winuser.h>
 #include <commctrl.h>
diff --git a/base/applications/mscutils/eventvwr/evtdetctl.c 
b/base/applications/mscutils/eventvwr/evtdetctl.c
index d767fe721f8..ef11ce4bf33 100644
--- a/base/applications/mscutils/eventvwr/evtdetctl.c
+++ b/base/applications/mscutils/eventvwr/evtdetctl.c
@@ -1,11 +1,10 @@
 /*
- * PROJECT:         ReactOS Event Log Viewer
- * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            base/applications/mscutils/eventvwr/evtdetctl.c
- * PURPOSE:         Event Details Control
- * PROGRAMMERS:     Marc Piulachs (marc.piulachs at codexchange [dot] net)
- *                  Eric Kohl
- *                  Hermes Belusca-Maito
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Event Details Control.
+ * COPYRIGHT:   Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
  */
 
 #include "eventvwr.h"
diff --git a/base/applications/mscutils/eventvwr/evtdetctl.h 
b/base/applications/mscutils/eventvwr/evtdetctl.h
index e2fc8dd6cc5..5d6464ee8a9 100644
--- a/base/applications/mscutils/eventvwr/evtdetctl.h
+++ b/base/applications/mscutils/eventvwr/evtdetctl.h
@@ -1,11 +1,10 @@
 /*
- * PROJECT:         ReactOS Event Log Viewer
- * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            base/applications/mscutils/eventvwr/evtdetctl.h
- * PURPOSE:         Event Details Control
- * PROGRAMMERS:     Marc Piulachs (marc.piulachs at codexchange [dot] net)
- *                  Eric Kohl
- *                  Hermes Belusca-Maito
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Event Details Control.
+ * COPYRIGHT:   Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
  */
 
 #ifndef _EVTDETCTL_H_
diff --git a/base/applications/mscutils/eventvwr/lang/bg-BG.rc 
b/base/applications/mscutils/eventvwr/lang/bg-BG.rc
index 49f505a37f9..bf718387cb6 100644
--- a/base/applications/mscutils/eventvwr/lang/bg-BG.rc
+++ b/base/applications/mscutils/eventvwr/lang/bg-BG.rc
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Bulgarian resource file
+ * TRANSLATORS: Copyright 2007 Станев <[email protected]>
+ */
+
 LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
 
 IDM_EVENTVWR MENU
diff --git a/base/applications/mscutils/eventvwr/lang/cs-CZ.rc 
b/base/applications/mscutils/eventvwr/lang/cs-CZ.rc
index c1cf32d9c0e..2c63b73d320 100644
--- a/base/applications/mscutils/eventvwr/lang/cs-CZ.rc
+++ b/base/applications/mscutils/eventvwr/lang/cs-CZ.rc
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Czech resource file
+ * TRANSLATORS: Copyright 2014-2017 Kamil Hornicek <[email protected]>
+ */
+
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
 IDM_EVENTVWR MENU
diff --git a/base/applications/mscutils/eventvwr/lang/de-DE.rc 
b/base/applications/mscutils/eventvwr/lang/de-DE.rc
index 6ed1d1dcadc..3838fdb1da8 100644
--- a/base/applications/mscutils/eventvwr/lang/de-DE.rc
+++ b/base/applications/mscutils/eventvwr/lang/de-DE.rc
@@ -1,4 +1,10 @@
-/* German translation by Daniel Reimer and Joachim Henze */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     German resource file
+ * TRANSLATORS: Copyright 2007-2008 Daniel Reimer <[email protected]>
+ *              Copyright 2021 Joachim Henze <[email protected]>
+ */
 
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
diff --git a/base/applications/mscutils/eventvwr/lang/el-GR.rc 
b/base/applications/mscutils/eventvwr/lang/el-GR.rc
index 98c06eaf73f..3f018b0fbd0 100644
--- a/base/applications/mscutils/eventvwr/lang/el-GR.rc
+++ b/base/applications/mscutils/eventvwr/lang/el-GR.rc
@@ -1,4 +1,9 @@
-/* Greek translation by Apostolos Alexiadis */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Greek resource file
+ * TRANSLATORS: Copyright 2007 Apostolos Alexiadis
+ */
 
 LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
 
diff --git a/base/applications/mscutils/eventvwr/lang/en-US.rc 
b/base/applications/mscutils/eventvwr/lang/en-US.rc
index f665eb9f00d..a2a4cf6d5f2 100644
--- a/base/applications/mscutils/eventvwr/lang/en-US.rc
+++ b/base/applications/mscutils/eventvwr/lang/en-US.rc
@@ -1,9 +1,10 @@
 /*
- * PROJECT:    ReactOS Event Viewer
- * LICENSE:    GPL - See COPYING in the top level directory
- * FILE:       base/applications/mscutils/eventvwr/lang/en-US.rc
- * PURPOSE:    English Language File for ReactOS Event Viewer
- * TRANSLATOR: Marc Piulachs
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     English resource file
+ * TRANSLATORS: Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
  */
 
 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
diff --git a/base/applications/mscutils/eventvwr/lang/es-ES.rc 
b/base/applications/mscutils/eventvwr/lang/es-ES.rc
index 4efb08fed21..df8493addad 100644
--- a/base/applications/mscutils/eventvwr/lang/es-ES.rc
+++ b/base/applications/mscutils/eventvwr/lang/es-ES.rc
@@ -1,4 +1,12 @@
-/* Spanish translation by Marc Piulachs, proofread by Ismael Ferreras 
Morezuelas, revised in 2020 by Julen Urizar Compains */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Spanish resource file
+ * TRANSLATORS: Copyright 2007 Remialdo <[email protected]>
+ *              Copyright 2009 Javier Remacha
+ *              Copyright 2014 Ismael Ferreras Morezuelas 
<[email protected]>
+ *              Copyright 2020 Julen Urizar Compains <[email protected]>
+ */
 
 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 
diff --git a/base/applications/mscutils/eventvwr/lang/fr-FR.rc 
b/base/applications/mscutils/eventvwr/lang/fr-FR.rc
index b11cf16b5af..6742e43bc69 100644
--- a/base/applications/mscutils/eventvwr/lang/fr-FR.rc
+++ b/base/applications/mscutils/eventvwr/lang/fr-FR.rc
@@ -1,4 +1,10 @@
-/* French translation by Pierre Schweitzer */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     French resource file
+ * TRANSLATORS: Copyright 2007-2009 Pierre Schweitzer <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
+ */
 
 LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 
diff --git a/base/applications/mscutils/eventvwr/lang/he-IL.rc 
b/base/applications/mscutils/eventvwr/lang/he-IL.rc
index 557b3a77c79..a2ab5a4ef1a 100644
--- a/base/applications/mscutils/eventvwr/lang/he-IL.rc
+++ b/base/applications/mscutils/eventvwr/lang/he-IL.rc
@@ -1,4 +1,9 @@
-/* Hebrew translation by Baruch Rutman */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Hebrew resource file
+ * TRANSLATORS: Copyright 2013 Baruch Rutman <[email protected]>
+ */
 
 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
 
diff --git a/base/applications/mscutils/eventvwr/lang/it-IT.rc 
b/base/applications/mscutils/eventvwr/lang/it-IT.rc
index 3d49badbcff..f4210df8938 100644
--- a/base/applications/mscutils/eventvwr/lang/it-IT.rc
+++ b/base/applications/mscutils/eventvwr/lang/it-IT.rc
@@ -1,4 +1,10 @@
-/* Italian translation by Paolo Devoti */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Italian resource file
+ * TRANSLATORS: Copyright 2007 Paolo Devoti <[email protected]>
+ *              Copyright 2010-2011 Gabriel Ilardi <[email protected]>
+ */
 
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
diff --git a/base/applications/mscutils/eventvwr/lang/ja-JP.rc 
b/base/applications/mscutils/eventvwr/lang/ja-JP.rc
index e48481ba65b..ade749976dc 100644
--- a/base/applications/mscutils/eventvwr/lang/ja-JP.rc
+++ b/base/applications/mscutils/eventvwr/lang/ja-JP.rc
@@ -1,4 +1,9 @@
-/* Japanese translation by Tomoya Kitagawa */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Japanese resource file
+ * TRANSLATORS: Copyright 2009 Tomoya Kitagawa <[email protected]>
+ */
 
 LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
 
diff --git a/base/applications/mscutils/eventvwr/lang/ko-KR.rc 
b/base/applications/mscutils/eventvwr/lang/ko-KR.rc
index 583a450872c..472557f534b 100644
--- a/base/applications/mscutils/eventvwr/lang/ko-KR.rc
+++ b/base/applications/mscutils/eventvwr/lang/ko-KR.rc
@@ -1,4 +1,9 @@
-/* Korean translation by manatails007 */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Korean resource file
+ * TRANSLATORS: Copyright 2008 Seungju Kim aka manatails007 
<[email protected]>
+ */
 
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
diff --git a/base/applications/mscutils/eventvwr/lang/no-NO.rc 
b/base/applications/mscutils/eventvwr/lang/no-NO.rc
index 38e370bf3fb..1f61d570477 100644
--- a/base/applications/mscutils/eventvwr/lang/no-NO.rc
+++ b/base/applications/mscutils/eventvwr/lang/no-NO.rc
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Norwegian resource file
+ * TRANSLATORS: Copyright 2008 Lars Martin Hambro ([email protected])
+ */
+
 LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
 
 IDM_EVENTVWR MENU
diff --git a/base/applications/mscutils/eventvwr/lang/pl-PL.rc 
b/base/applications/mscutils/eventvwr/lang/pl-PL.rc
index b442a3a7260..4ae59868563 100644
--- a/base/applications/mscutils/eventvwr/lang/pl-PL.rc
+++ b/base/applications/mscutils/eventvwr/lang/pl-PL.rc
@@ -1,5 +1,11 @@
-/* Polish translation by Caemyr - Olaf Siejka
- * PL update by wojo664 (June 2014)
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Polish resource file
+ * TRANSLATORS: Copyright 2007-2011 Olaf Siejka <[email protected]>
+ *              Copyright 2014 Wojtek Kozłowski <[email protected]>
+ *              Copyright 2017-2018 Adam Słaboń <[email protected]>
+ *              Copyright 2011-2020 Adam Stachowicz <[email protected]>
  */
 
 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
diff --git a/base/applications/mscutils/eventvwr/lang/pt-BR.rc 
b/base/applications/mscutils/eventvwr/lang/pt-BR.rc
index 9519a59a710..2af3235bce4 100644
--- a/base/applications/mscutils/eventvwr/lang/pt-BR.rc
+++ b/base/applications/mscutils/eventvwr/lang/pt-BR.rc
@@ -1,4 +1,9 @@
-/* Portuguese Brazilian translation by Matheus Macabu */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Portuguese Brazilian resource file
+ * TRANSLATORS: Copyright 2012 Matheus Macabu
+ */
 
 LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 
diff --git a/base/applications/mscutils/eventvwr/lang/pt-PT.rc 
b/base/applications/mscutils/eventvwr/lang/pt-PT.rc
index 5b04e08b2cd..cdbadb16b17 100644
--- a/base/applications/mscutils/eventvwr/lang/pt-PT.rc
+++ b/base/applications/mscutils/eventvwr/lang/pt-PT.rc
@@ -1,4 +1,9 @@
-/* Portuguese Portugal translation by Jose Jesus */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Portuguese Portugal resource file
+ * TRANSLATORS: Copyright 2021 Jose Carlos Jesus <[email protected]>
+ */
 
 LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
 
diff --git a/base/applications/mscutils/eventvwr/lang/ro-RO.rc 
b/base/applications/mscutils/eventvwr/lang/ro-RO.rc
index 249c2223fec..d0c80923b9a 100644
--- a/base/applications/mscutils/eventvwr/lang/ro-RO.rc
+++ b/base/applications/mscutils/eventvwr/lang/ro-RO.rc
@@ -1,6 +1,9 @@
 /*
- * Translators: Petru Dimitriu (petrimetri at gmail dot com)
- *              Ștefan Fulea (stefan dot fulea at mail dot com)
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Romanian resource file
+ * TRANSLATORS: Copyright 2009 Petru Dimitriu <[email protected]>
+ *              Copyright 2011-2018 Ștefan Fulea <[email protected]>
  */
 
 LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
diff --git a/base/applications/mscutils/eventvwr/lang/ru-RU.rc 
b/base/applications/mscutils/eventvwr/lang/ru-RU.rc
index bb730cb644c..efd2f52d1e0 100644
--- a/base/applications/mscutils/eventvwr/lang/ru-RU.rc
+++ b/base/applications/mscutils/eventvwr/lang/ru-RU.rc
@@ -1,4 +1,13 @@
-/* Russian translation by Dmitry Chapyshev, Artem Reznikov, Kudratov Olimjon 
([email protected]) */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Russian resource file
+ * TRANSLATORS: Copyright 2007-2016 Dmitry Chapyshev <[email protected]>
+ *              Copyright 2008 Artem Reznikov
+ *              Copyright 2011 Igor Paliychuk <[email protected]>
+ *              Copyright 2014 Kudratov Olimjon <[email protected]>
+ *              Copyright 2016 Sergey Stopkin <[email protected]>
+ */
 
 LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
 
diff --git a/base/applications/mscutils/eventvwr/lang/sk-SK.rc 
b/base/applications/mscutils/eventvwr/lang/sk-SK.rc
index 5964bcc74ee..cd6acfbeeca 100644
--- a/base/applications/mscutils/eventvwr/lang/sk-SK.rc
+++ b/base/applications/mscutils/eventvwr/lang/sk-SK.rc
@@ -1,6 +1,8 @@
-/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario ([email protected])
- * DATE OF TR.: 21-06-2008
- * LAST CHANGE: 28-07-2008
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Slovak resource file
+ * TRANSLATORS: Copyright 2008-2011 Mário Kačmár <[email protected]>
  */
 
 LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
diff --git a/base/applications/mscutils/eventvwr/lang/sq-AL.rc 
b/base/applications/mscutils/eventvwr/lang/sq-AL.rc
index 35248447b83..cb8e23da409 100644
--- a/base/applications/mscutils/eventvwr/lang/sq-AL.rc
+++ b/base/applications/mscutils/eventvwr/lang/sq-AL.rc
@@ -1,9 +1,8 @@
 /*
- * PROJECT:    ReactOS Event Viewer
- * LICENSE:    GPL - See COPYING in the top level directory
- * FILE:       base/applications/mscutils/eventvwr/lang/sq-AL.rc
- * PURPOSE:    Albanian Language File for ReactOS Event Viewer
- * TRANSLATOR: Ardit Dani
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Albanian resource file
+ * TRANSLATORS: Copyright 2013 Ardit Dani <[email protected]>
  */
 
 LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL
diff --git a/base/applications/mscutils/eventvwr/lang/sv-SE.rc 
b/base/applications/mscutils/eventvwr/lang/sv-SE.rc
index 18b2e2f9b5a..98ecb982810 100644
--- a/base/applications/mscutils/eventvwr/lang/sv-SE.rc
+++ b/base/applications/mscutils/eventvwr/lang/sv-SE.rc
@@ -1,4 +1,9 @@
-/* Swedish translation by Jaix Bly */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Swedish resource file
+ * TRANSLATORS: Copyright 2011 Jan Blomqvist Kinander aka Jaix Bly 
<[email protected]>
+ */
 
 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
 
diff --git a/base/applications/mscutils/eventvwr/lang/tr-TR.rc 
b/base/applications/mscutils/eventvwr/lang/tr-TR.rc
index 1fcdea221c9..b7dad5217c6 100644
--- a/base/applications/mscutils/eventvwr/lang/tr-TR.rc
+++ b/base/applications/mscutils/eventvwr/lang/tr-TR.rc
@@ -1,9 +1,9 @@
 /*
- * PROJECT:    ReactOS Event Viewer
- * LICENSE:    GPL - See COPYING in the top level directory
- * FILE:       base/applications/mscutils/eventvwr/lang/tr-TR.rc
- * PURPOSE:    Turkish Language File for ReactOS Event Viewer
- * TRANSLATOR: 2013-2016 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy 
[dot] net)
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Türkish resource file
+ * TRANSLATORS: Copyright 2013-2017 Erdem Ersoy (eersoy93) 
<[email protected]>
+ *              Copyright 2021 Süleyman Poyraz <[email protected]>
  */
 
 LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
diff --git a/base/applications/mscutils/eventvwr/lang/uk-UA.rc 
b/base/applications/mscutils/eventvwr/lang/uk-UA.rc
index 4dea849badd..f76a78c3629 100644
--- a/base/applications/mscutils/eventvwr/lang/uk-UA.rc
+++ b/base/applications/mscutils/eventvwr/lang/uk-UA.rc
@@ -1,4 +1,11 @@
-/* Ukraianian translation by Rostislav Zabolotny, Artem Reznikov, Igor 
Paliychuk */
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Ukrainian resource file
+ * TRANSLATORS: Copyright 2007 Rostislav Zabolotny
+ *              Copyright 2008 Artem Reznikov
+ *              Copyright 2010-2011 Igor Paliychuk <[email protected]>
+ */
 
 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
 
diff --git a/base/applications/mscutils/eventvwr/lang/zh-CN.rc 
b/base/applications/mscutils/eventvwr/lang/zh-CN.rc
index 4284bba4ead..35ea38b2949 100644
--- a/base/applications/mscutils/eventvwr/lang/zh-CN.rc
+++ b/base/applications/mscutils/eventvwr/lang/zh-CN.rc
@@ -3,7 +3,7 @@
  * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
  * PURPOSE:     Chinese (Simplified) resource file
  * TRANSLATORS: Copyright 2011 Song Fuchang (0xfc) <[email protected]>
- * TRANSLATORS: Copyright 2017 Li Keqing <[email protected]>
+ *              Copyright 2017 Li Keqing <[email protected]>
  *              Copyright 2021 Wu Haotian <[email protected]>
  */
 
diff --git a/base/applications/mscutils/eventvwr/resource.h 
b/base/applications/mscutils/eventvwr/resource.h
index db8f341b9a1..27c61bc2cb0 100644
--- a/base/applications/mscutils/eventvwr/resource.h
+++ b/base/applications/mscutils/eventvwr/resource.h
@@ -1,3 +1,12 @@
+/*
+ * PROJECT:     ReactOS Event Log Viewer
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Resources header.
+ * COPYRIGHT:   Copyright 2007 Marc Piulachs <[email protected]>
+ *              Copyright 2008-2016 Eric Kohl <[email protected]>
+ *              Copyright 2016-2022 Hermès Bélusca-Maïto 
<[email protected]>
+ */
+
 #pragma once
 
 /* Icon IDs */

Reply via email to