mirror of https://github.com/ipxe/ipxe.git
[legal] Add FILE_LICENCE for valgrind headers
Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/12/merge
parent
7f4a5c06a3
commit
397d4ec3c8
|
@ -60,6 +60,8 @@
|
||||||
#ifndef __MEMCHECK_H
|
#ifndef __MEMCHECK_H
|
||||||
#define __MEMCHECK_H
|
#define __MEMCHECK_H
|
||||||
|
|
||||||
|
FILE_LICENCE ( BSD3 );
|
||||||
|
|
||||||
|
|
||||||
/* This file is for inclusion into client (your!) code.
|
/* This file is for inclusion into client (your!) code.
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,8 @@
|
||||||
#ifndef __VALGRIND_H
|
#ifndef __VALGRIND_H
|
||||||
#define __VALGRIND_H
|
#define __VALGRIND_H
|
||||||
|
|
||||||
|
FILE_LICENCE ( BSD3 );
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
/* VERSION NUMBER OF VALGRIND */
|
/* VERSION NUMBER OF VALGRIND */
|
||||||
|
|
Loading…
Reference in New Issue