https://git.reactos.org/?p=reactos.git;a=commitdiff;h=36870a02f713e82eb21db7...
commit 36870a02f713e82eb21db7787bc9b98752eb8e15 Author: 赫杨 1160386205@qq.com AuthorDate: Sat Aug 1 03:57:35 2020 +0800 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Sun Sep 6 17:10:16 2020 +0200
[RAPPS] update some file-header
update some header to newer format, update purpose and add my name to those file I've modified --- base/applications/rapps/available.cpp | 4 ++-- base/applications/rapps/cabinet.cpp | 11 +++++------ base/applications/rapps/gui.cpp | 4 ++-- base/applications/rapps/installed.cpp | 6 +++--- base/applications/rapps/integrity.cpp | 3 +-- base/applications/rapps/loaddlg.cpp | 3 +-- base/applications/rapps/misc.cpp | 3 +-- base/applications/rapps/settingsdlg.cpp | 3 +-- base/applications/rapps/unattended.cpp | 11 +++++------ base/applications/rapps/winmain.cpp | 3 +-- 10 files changed, 22 insertions(+), 29 deletions(-)
diff --git a/base/applications/rapps/available.cpp b/base/applications/rapps/available.cpp index 62d4585d3a5..155840be11b 100644 --- a/base/applications/rapps/available.cpp +++ b/base/applications/rapps/available.cpp @@ -1,11 +1,11 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/available.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Classes for working with available applications * COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org) * Copyright 2015 Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com) * Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org) + * Copyright 2020 He Yang (1160386205@qq.com) */ #include "rapps.h"
diff --git a/base/applications/rapps/cabinet.cpp b/base/applications/rapps/cabinet.cpp index 11b301ed9cc..e10d64f84c5 100644 --- a/base/applications/rapps/cabinet.cpp +++ b/base/applications/rapps/cabinet.cpp @@ -1,10 +1,9 @@ /* -* PROJECT: ReactOS Applications Manager -* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) -* FILE: base/applications/rapps/cabinet.cpp -* PURPOSE: Cabinet extraction using FDI API -* COPYRIGHT: Copyright 2018 Alexander Shaposhnikov (sanchaez@reactos.org) -*/ + * PROJECT: ReactOS Applications Manager + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Cabinet extraction using FDI API + * COPYRIGHT: Copyright 2018 Alexander Shaposhnikov (sanchaez@reactos.org) + */ #include "rapps.h"
#include <fdi.h> diff --git a/base/applications/rapps/gui.cpp b/base/applications/rapps/gui.cpp index 9c47b8841eb..7732d18e501 100644 --- a/base/applications/rapps/gui.cpp +++ b/base/applications/rapps/gui.cpp @@ -1,10 +1,10 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/gui.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: GUI classes for RAPPS * COPYRIGHT: Copyright 2015 David Quintana (gigaherz@gmail.com) * Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org) + * Copyright 2020 He Yang (1160386205@qq.com) */
#include "rapps.h" diff --git a/base/applications/rapps/installed.cpp b/base/applications/rapps/installed.cpp index 0cfb6bc9ddd..955ba012130 100644 --- a/base/applications/rapps/installed.cpp +++ b/base/applications/rapps/installed.cpp @@ -1,10 +1,10 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/installed.cpp - * PURPOSE: Functions for working with installed applications + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Classes for working with installed applications * COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org) * Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org) + * Copyright 2020 He Yang (1160386205@qq.com) */ #include "rapps.h"
diff --git a/base/applications/rapps/integrity.cpp b/base/applications/rapps/integrity.cpp index 10e022c90d2..493a27d69c8 100644 --- a/base/applications/rapps/integrity.cpp +++ b/base/applications/rapps/integrity.cpp @@ -1,7 +1,6 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/integrity.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Various integrity check mechanisms * COPYRIGHT: Copyright Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com) * Copyright Mark Jansen diff --git a/base/applications/rapps/loaddlg.cpp b/base/applications/rapps/loaddlg.cpp index 60f999967cb..0d75c29c4cc 100644 --- a/base/applications/rapps/loaddlg.cpp +++ b/base/applications/rapps/loaddlg.cpp @@ -1,7 +1,6 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/loaddlg.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Displaying a download dialog * COPYRIGHT: Copyright 2001 John R. Sheets (for CodeWeavers) * Copyright 2004 Mike McCormack (for CodeWeavers) diff --git a/base/applications/rapps/misc.cpp b/base/applications/rapps/misc.cpp index be6f68e156d..086adfcfb68 100644 --- a/base/applications/rapps/misc.cpp +++ b/base/applications/rapps/misc.cpp @@ -1,7 +1,6 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/misc.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Misc functions * COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org) * Copyright 2015 Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com) diff --git a/base/applications/rapps/settingsdlg.cpp b/base/applications/rapps/settingsdlg.cpp index 744a07e7a4e..8943c1ac98e 100644 --- a/base/applications/rapps/settingsdlg.cpp +++ b/base/applications/rapps/settingsdlg.cpp @@ -1,7 +1,6 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/settingsdlg.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Settings Dialog * COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org) * Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org) diff --git a/base/applications/rapps/unattended.cpp b/base/applications/rapps/unattended.cpp index d5428cae410..540795be8d4 100644 --- a/base/applications/rapps/unattended.cpp +++ b/base/applications/rapps/unattended.cpp @@ -1,10 +1,9 @@ /* -* PROJECT: ReactOS Applications Manager -* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) -* FILE: base/applications/rapps/unattended.cpp -* PURPOSE: Functions to parse command-line flags and process them -* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org) -*/ + * PROJECT: ReactOS Applications Manager + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) + * PURPOSE: Functions to parse command-line flags and process them + * COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org) + */ #include "rapps.h"
#include "unattended.h" diff --git a/base/applications/rapps/winmain.cpp b/base/applications/rapps/winmain.cpp index ad14c9fd80b..2f462459113 100644 --- a/base/applications/rapps/winmain.cpp +++ b/base/applications/rapps/winmain.cpp @@ -1,7 +1,6 @@ /* * PROJECT: ReactOS Applications Manager - * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) - * FILE: base/applications/rapps/winmain.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Main program * COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org) * Copyright 2015 Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)