[DELAYIMP] Switch license to MIT

Agreed upon by Mark Jansen. Also update header to new format.
This commit is contained in:
Timo Kreuzer
2025-05-16 11:00:59 +03:00
parent dda1cb9346
commit 85aff698ca

View File

@@ -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>