david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[legal] Add missing FILE_LICENCE declarations

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2013-07-16 00:23:09 +02:00
parent e52c24492a
commit 9978e2cb37
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* Date and time
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
/** Seconds since the Epoch

View File

@ -6,6 +6,8 @@
* Date and time
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <sys/time.h>
#include <ipxe/time.h>