diff --git a/base/applications/sndvol32/dialog.c b/base/applications/sndvol32/dialog.c index 8ac5c65638e..df0d22d2386 100644 --- a/base/applications/sndvol32/dialog.c +++ b/base/applications/sndvol32/dialog.c @@ -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 + * Copyright 2018-2019 Eric Kohl + * Copyright 2026 Vitaly Orekhov */ #include "sndvol32.h" diff --git a/base/applications/sndvol32/sndvol32.c b/base/applications/sndvol32/sndvol32.c index e6a991d05c0..fce30829a96 100644 --- a/base/applications/sndvol32/sndvol32.c +++ b/base/applications/sndvol32/sndvol32.c @@ -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 + * 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 + * Copyright 2011 Johannes Anderwald + * Copyright 2018-2019 Eric Kohl */ #include "sndvol32.h"