Browse Source

[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 years ago
parent
commit
397d4ec3c8

+ 2
- 0
src/arch/x86/include/valgrind/memcheck.h View File

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

+ 2
- 0
src/arch/x86/include/valgrind/valgrind.h View File

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

Loading…
Cancel
Save