mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SHELLFIND] Fix copyright headers
This commit is contained in:
parent
e15445e0c5
commit
3b9508e98f
4 changed files with 22 additions and 30 deletions
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Search Shell Extension
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Search results folder
|
||||
* COPYRIGHT: Copyright 2019 Brock Mammen
|
||||
*/
|
||||
|
||||
#include "CFindFolder.h"
|
||||
#include <exdispid.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Search Shell Extension
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Search results folder
|
||||
* COPYRIGHT: Copyright 2019 Brock Mammen
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shellfind.h"
|
||||
|
|
|
@ -1,19 +1,8 @@
|
|||
/*
|
||||
* ReactOS Explorer
|
||||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
* PROJECT: ReactOS Search Shell Extension
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Search UI
|
||||
* COPYRIGHT: Copyright 2019 Brock Mammen
|
||||
*/
|
||||
|
||||
#include "CSearchBar.h"
|
||||
|
|
|
@ -1,19 +1,8 @@
|
|||
/*
|
||||
* ReactOS Explorer
|
||||
*
|
||||
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
* PROJECT: ReactOS Search Shell Extension
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Search UI
|
||||
* COPYRIGHT: Copyright 2019 Brock Mammen
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
|
Loading…
Reference in a new issue