mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CONTROL] Use the new header with SPDX license identifier.
- 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
This commit is contained in:
parent
9704b70031
commit
d20eaaf8ca
1 changed files with 6 additions and 5 deletions
|
@ -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 <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue