mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[COMSUPP] Relicense as BSD.
This commit is contained in:
parent
680f103f3d
commit
be33631629
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS crt library
|
* PROJECT: ReactOS crt library
|
||||||
* LICENSE: GPLv2+ - See COPYING in the top level directory
|
* LICENSE: BSD-2-Clause (https://spdx.org/licenses/BSD-2-Clause)
|
||||||
* PURPOSE: Compiler support for COM
|
* PURPOSE: Compiler support for COM
|
||||||
* PROGRAMMER: Thomas Faber (thomas.faber@reactos.org)
|
* COPYRIGHT: Copyright 2013 Thomas Faber (thomas.faber@reactos.org)
|
||||||
|
* Copyright 2015 Hermès Bélusca-Maïto (hermes.belusca-maito@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
Loading…
Reference in a new issue