[SNDVOL32] Update copyright preamble

This time for `sndvol32.c`.
This commit is contained in:
Vitaly Orekhov
2026-04-29 14:23:36 +03:00
parent 129ef359f0
commit a9051012e5
2 changed files with 10 additions and 24 deletions
+5 -3
View File
@@ -1,8 +1,10 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Sound Volume Control
* FILE: base/applications/sndvol32/dialog.c
* PROGRAMMERS: Johannes Anderwald
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Dialog control routines
* COPYRIGHT: Copyright 2011 Johannes Anderwald <[email protected]>
* Copyright 2018-2019 Eric Kohl <[email protected]>
* Copyright 2026 Vitaly Orekhov <[email protected]>
*/
#include "sndvol32.h"
+5 -21
View File
@@ -1,26 +1,10 @@
/*
* ReactOS Sound Volume Control
* Copyright (C) 2004-2005 Thomas Weidenmueller
*
* 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
*/
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Sound Volume Control
* FILE: base/applications/sndvol32/sndvol32.c
* PROGRAMMERS: Thomas Weidenmueller <[email protected]>
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Main volume adjustment dialog
* COPYRIGHT: Copyright 2004-2005 Thomas Weidenmueller <[email protected]>
* Copyright 2011 Johannes Anderwald <[email protected]>
* Copyright 2018-2019 Eric Kohl <[email protected]>
*/
#include "sndvol32.h"