[RSHELL] Fix file headers (#7239)

Follow our standard.
JIRA issue: CORE-18462
Adapt file headers to our
coding style.
This commit is contained in:
Katayama Hirofumi MZ 2024-08-12 04:47:02 +09:00 committed by GitHub
parent f3d03760e9
commit 6f86c05cfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 23 deletions

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: ReactOS shell extensions * PROJECT: ReactOS shell extensions
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* FILE: dll/shellext/qcklnch/CQuickLaunchBand.cpp
* PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension) * PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension)
* PROGRAMMERS: Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com> * COPYRIGHT: Copyright Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com>
*/ */
#define WIN32_NO_STATUS #define WIN32_NO_STATUS

View file

@ -1,9 +1,8 @@
/* /*
* PROJECT: ReactOS shell extensions * PROJECT: ReactOS shell extensions
* LICENSE: GPL - See COPYING in the top level directory * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* FILE: dll/shellext/qcklnch/CQuickLaunchBand.h
* PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension) * PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension)
* PROGRAMMERS: Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com> * COPYRIGHT: Copyright Shriraj Sawant a.k.a SR13 <sr.official@hotmail.com>
*/ */
#pragma once #pragma once

View file

@ -1,21 +1,8 @@
/* /*
* ReactOS Explorer * PROJECT: ReactOS shell extensions
* * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* Copyright 2014 Giannis Adamopoulos * PURPOSE: Quick Launch Toolbar (Taskbar Shell Extension)
* * COPYRIGHT: 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
*/ */