From d20eaaf8cae4fc155802ea0e77c47a2027f8d321 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Thu, 28 Sep 2017 15:47:25 +0000 Subject: [PATCH] [CONTROL] Use the new header with SPDX license identifier. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The original header committed in 2004 clearly indicated "or any later version", so use GPL-2.0+ That header has since been removed in r33507 by some "Colin Finck" guy ;) - Add Hermès to the list of copyright holders, since he rewrote most of this in r62694. svn path=/trunk/; revision=75983 --- reactos/base/applications/control/control.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reactos/base/applications/control/control.c b/reactos/base/applications/control/control.c index f2480f8cf0e..d008cae4abd 100644 --- a/reactos/base/applications/control/control.c +++ b/reactos/base/applications/control/control.c @@ -1,9 +1,10 @@ /* - * PROJECT: ReactOS System Control Panel - * FILE: base/applications/control/control.c - * PURPOSE: ReactOS System Control Panel - * PROGRAMMERS: Gero Kuehn (reactos.filter@gkware.com) - * Colin Finck (mail@colinfinck.de) + * PROJECT: ReactOS System Control Panel + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) + * PURPOSE: ReactOS System Control Panel + * COPYRIGHT: Copyright 2004 Gero Kuehn (reactos.filter@gkware.com) + * Copyright 2008 Colin Finck (colin@reactos.org) + * Copyright 2014 Hermès Bélusca-Maïto (hermes.belusca-maito@reactos.org) */ #include