瀏覽代碼

[legal] Add FILE_LICENCE for valgrind headers

Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Marin Hannache 11 年之前
父節點
當前提交
397d4ec3c8
共有 2 個檔案被更改,包括 4 行新增0 行删除
  1. 2
    0
      src/arch/x86/include/valgrind/memcheck.h
  2. 2
    0
      src/arch/x86/include/valgrind/valgrind.h

+ 2
- 0
src/arch/x86/include/valgrind/memcheck.h 查看文件

@@ -60,6 +60,8 @@
60 60
 #ifndef __MEMCHECK_H
61 61
 #define __MEMCHECK_H
62 62
 
63
+FILE_LICENCE ( BSD3 );
64
+
63 65
 
64 66
 /* This file is for inclusion into client (your!) code.
65 67
 

+ 2
- 0
src/arch/x86/include/valgrind/valgrind.h 查看文件

@@ -73,6 +73,8 @@
73 73
 #ifndef __VALGRIND_H
74 74
 #define __VALGRIND_H
75 75
 
76
+FILE_LICENCE ( BSD3 );
77
+
76 78
 
77 79
 /* ------------------------------------------------------------------ */
78 80
 /* VERSION NUMBER OF VALGRIND                                         */

Loading…
取消
儲存