mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user