소스 검색

[legal] Add missing FILE_LICENCE declarations

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 년 전
부모
커밋
9978e2cb37
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/include/sys/time.h
  2. 2
    0
      src/include/time.h

+ 2
- 0
src/include/sys/time.h 파일 보기

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

+ 2
- 0
src/include/time.h 파일 보기

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

Loading…
취소
저장