mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[DELAYIMP] Switch license to MIT
Agreed upon by Mark Jansen. Also update header to new format.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
/*
|
||||
* PROJECT: ReactOS SDK Library
|
||||
* LICENSE: LGPL, see LGPL.txt in top level directory.
|
||||
* FILE: lib/sdk/delayimp/delayimp.c
|
||||
* PURPOSE: Library for delay importing from dlls
|
||||
* PROGRAMMERS: Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
* Mark Jansen
|
||||
*
|
||||
* PROJECT: ReactOS delayimport Library
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Implementation of delayimport library
|
||||
* COPYRIGHT: Copyright 2009 Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
* Copyright 2016 Mark Jansen
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
Reference in New Issue
Block a user