瀏覽代碼

[legal] Add some missing FILE_LICENCE declarations

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 年之前
父節點
當前提交
fdd42fa950
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 2
    0
      src/hci/commands/digest_cmd.c
  2. 2
    0
      src/hci/commands/gdbstub_cmd.c
  3. 2
    0
      src/hci/commands/time_cmd.c

+ 2
- 0
src/hci/commands/digest_cmd.c 查看文件

@@ -16,6 +16,8 @@
16 16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18 18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19 21
 #include <stdio.h>
20 22
 #include <string.h>
21 23
 #include <unistd.h>

+ 2
- 0
src/hci/commands/gdbstub_cmd.c 查看文件

@@ -16,6 +16,8 @@
16 16
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18 18
 
19
+FILE_LICENCE ( GPL2_OR_LATER );
20
+
19 21
 #include <stdio.h>
20 22
 #include <errno.h>
21 23
 #include <assert.h>

+ 2
- 0
src/hci/commands/time_cmd.c 查看文件

@@ -19,6 +19,8 @@
19 19
  * Shao Miller <shao.miller@yrdsb.edu.on.ca>.
20 20
  */
21 21
 
22
+FILE_LICENCE ( GPL2_OR_LATER );
23
+
22 24
 #include <stdio.h>
23 25
 #include <stdlib.h>
24 26
 #include <string.h>

Loading…
取消
儲存