[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:
Colin Finck
2017-09-28 15:47:25 +00:00
parent 9704b70031
commit d20eaaf8ca
+6 -5
View File
@@ -1,9 +1,10 @@
/*
* PROJECT: ReactOS System Control Panel
* FILE: base/applications/control/control.c
* PURPOSE: ReactOS System Control Panel
* PROGRAMMERS: Gero Kuehn ([email protected])
* Colin Finck ([email protected])
* 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 ([email protected])
* Copyright 2008 Colin Finck ([email protected])
* Copyright 2014 Hermès Bélusca-Maïto ([email protected])
*/
#include <stdio.h>