mirror of
https://github.com/xcat2/xNBA.git
synced 2026-03-26 00:03:28 +00:00
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
15 lines
209 B
C
15 lines
209 B
C
#ifndef CONFIG_UMALLOC_H
|
|
#define CONFIG_UMALLOC_H
|
|
|
|
/** @file
|
|
*
|
|
* User memory allocation API configuration
|
|
*
|
|
*/
|
|
|
|
FILE_LICENCE ( GPL2_OR_LATER );
|
|
|
|
#include <config/defaults.h>
|
|
|
|
#endif /* CONFIG_UMALLOC_H */
|