Quellcode durchsuchen

[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 vor 11 Jahren
Ursprung
Commit
397d4ec3c8

+ 2
- 0
src/arch/x86/include/valgrind/memcheck.h Datei anzeigen

@@ -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 Datei anzeigen

@@ -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                                         */

Laden…
Abbrechen
Speichern