[EVENTVWR] Update file headers.

This commit is contained in:
Hermès Bélusca-Maïto 2022-10-02 18:22:43 +02:00
parent 12526424d5
commit 89bdca6177
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
29 changed files with 187 additions and 82 deletions

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#include "eventvwr.h"

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#ifndef _EVENTVWR_PCH_

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#include <windef.h>
#include <winuser.h>
#include <commctrl.h>

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#include "eventvwr.h"

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#ifndef _EVTDETCTL_H_

View file

@ -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 Станев <sstpr@narod.ru>
*/
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
IDM_EVENTVWR MENU

View file

@ -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 <kamil.hornicek@reactos.org>
*/
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
IDM_EVENTVWR MENU

View file

@ -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 <reimer.daniel@freenet.de>
* Copyright 2021 Joachim Henze <joachim.henze@reactos.org>
*/
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL

View file

@ -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

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

View file

@ -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 <remialdo@gmail.com>
* Copyright 2009 Javier Remacha
* Copyright 2014 Ismael Ferreras Morezuelas <swyterzone+ros@gmail.com>
* Copyright 2020 Julen Urizar Compains <julenuri@hotmail.com>
*/
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL

View file

@ -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 <pierre@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL

View file

@ -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 <peterooch@gmail.com>
*/
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT

View file

@ -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 <devotip@tiscali.it>
* Copyright 2010-2011 Gabriel Ilardi <gabrielilardi@hotmail.it>
*/
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL

View file

@ -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 <jptomoya@yahoo.co.jp>
*/
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT

View file

@ -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 <admin@manateeshome.com>
*/
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT

View file

@ -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 (lars_martin4@hotmail.com)
*/
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
IDM_EVENTVWR MENU

View file

@ -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 <caemyr@gmail.com>
* Copyright 2014 Wojtek Kozłowski <wojo664@gmail.com>
* Copyright 2017-2018 Adam Słaboń <asaillen456esx@gmail.com>
* Copyright 2011-2020 Adam Stachowicz <saibamenppl@gmail.com>
*/
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT

View file

@ -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

View file

@ -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 <zecarlos1957@hotmail.com>
*/
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL

View file

@ -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 <petrimetri@gmail.com>
* Copyright 2011-2018 Ștefan Fulea <stefan.fulea@mail.com>
*/
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL

View file

@ -1,4 +1,13 @@
/* Russian translation by Dmitry Chapyshev, Artem Reznikov, Kudratov Olimjon (olim98@bk.ru) */
/*
* 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 <dmitry@reactos.org>
* Copyright 2008 Artem Reznikov
* Copyright 2011 Igor Paliychuk <mansonigor@gmail.com>
* Copyright 2014 Kudratov Olimjon <olim98@bk.ru>
* Copyright 2016 Sergey Stopkin <stopkin.sergey@gmail.com>
*/
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT

View file

@ -1,6 +1,8 @@
/* TRANSLATOR : Mário Kačmár /Mario Kacmar/ aka Kario (kario@szm.sk)
* 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 <kario@szm.sk>
*/
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT

View file

@ -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 <ardit.dani@gmail.com>
*/
LANGUAGE LANG_ALBANIAN, SUBLANG_NEUTRAL

View file

@ -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 <JaixBly@spray.se>
*/
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL

View file

@ -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) <erdemersoy@erdemersoy.net>
* Copyright 2021 Süleyman Poyraz <zaryob.dev@gmail.com>
*/
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT

View file

@ -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 <mansonigor@gmail.com>
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT

View file

@ -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) <sfc_0@yahoo.com.cn>
* TRANSLATORS: Copyright 2017 Li Keqing <forucial@icloud.com>
* Copyright 2017 Li Keqing <forucial@icloud.com>
* Copyright 2021 Wu Haotian <rigoligo03@gmail.com>
*/

View file

@ -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 <marc.piulachs@codexchange.net>
* Copyright 2008-2016 Eric Kohl <eric.kohl@reactos.org>
* Copyright 2016-2022 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
*/
#pragma once
/* Icon IDs */