]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Add missing FILE_LICENCE declarations
authorMichael Brown <mcb30@ipxe.org>
Mon, 15 Jul 2013 22:23:09 +0000 (00:23 +0200)
committerMichael Brown <mcb30@ipxe.org>
Mon, 15 Jul 2013 22:24:10 +0000 (00:24 +0200)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/sys/time.h
src/include/time.h

index 6c9b7421bbbd4d59fabcf8032d692cdc7b1eb441..2647d358858ac53fd6140f2076322570c0c76678 100644 (file)
@@ -6,6 +6,8 @@
  * Date and time
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <stdint.h>
 
 /** Seconds since the Epoch
index bc73af4cd25720742171a3cbe945b23f1c9b096a..452a544bb6bbd40ce7676c3e35c62775beae9fb8 100644 (file)
@@ -6,6 +6,8 @@
  * Date and time
  */
 
+FILE_LICENCE ( GPL2_OR_LATER );
+
 #include <sys/time.h>
 #include <ipxe/time.h>