From 6f86c05cfb3be472120a3e804e9d259113b0863d Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 12 Aug 2024 04:47:02 +0900 Subject: [PATCH] [RSHELL] Fix file headers (#7239) Follow our standard. JIRA issue: CORE-18462 Adapt file headers to our coding style. --- base/shell/rshell/CQuickLaunchBand.cpp | 5 ++--- base/shell/rshell/CQuickLaunchBand.h | 5 ++--- base/shell/rshell/misc.cpp | 21 ++++----------------- 3 files changed, 8 insertions(+), 23 deletions(-) diff --git a/base/shell/rshell/CQuickLaunchBand.cpp b/base/shell/rshell/CQuickLaunchBand.cpp index 1507fc6ca10..44b24cdf135 100644 --- a/base/shell/rshell/CQuickLaunchBand.cpp +++ b/base/shell/rshell/CQuickLaunchBand.cpp @@ -1,9 +1,8 @@ /* * PROJECT: ReactOS shell extensions - * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/shellext/qcklnch/CQuickLaunchBand.cpp + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension) - * PROGRAMMERS: Shriraj Sawant a.k.a SR13 + * COPYRIGHT: Copyright Shriraj Sawant a.k.a SR13 */ #define WIN32_NO_STATUS diff --git a/base/shell/rshell/CQuickLaunchBand.h b/base/shell/rshell/CQuickLaunchBand.h index 09edd433c30..8f0f5de3fef 100644 --- a/base/shell/rshell/CQuickLaunchBand.h +++ b/base/shell/rshell/CQuickLaunchBand.h @@ -1,9 +1,8 @@ /* * PROJECT: ReactOS shell extensions - * LICENSE: GPL - See COPYING in the top level directory - * FILE: dll/shellext/qcklnch/CQuickLaunchBand.h + * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later) * PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension) - * PROGRAMMERS: Shriraj Sawant a.k.a SR13 + * COPYRIGHT: Copyright Shriraj Sawant a.k.a SR13 */ #pragma once diff --git a/base/shell/rshell/misc.cpp b/base/shell/rshell/misc.cpp index 075daefdbe4..d0ed8c83e1b 100644 --- a/base/shell/rshell/misc.cpp +++ b/base/shell/rshell/misc.cpp @@ -1,21 +1,8 @@ /* - * ReactOS Explorer - * - * Copyright 2014 Giannis Adamopoulos - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * PROJECT: ReactOS shell extensions + * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) + * PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension) + * COPYRIGHT: Copyright 2014 Giannis Adamopoulos */