summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarin Hannache2013-07-14 23:19:15 +0200
committerMichael Brown2013-07-14 23:37:24 +0200
commit397d4ec3c8ebec86d254ca45453a8cd0522d4ec3 (patch)
tree4e2a7743fb24a9712dd4638aa2a37c88dc19e26d /src
parent[linux] Add missing #include <stddef.h> (diff)
downloadipxe-397d4ec3c8ebec86d254ca45453a8cd0522d4ec3.tar.gz
ipxe-397d4ec3c8ebec86d254ca45453a8cd0522d4ec3.tar.xz
ipxe-397d4ec3c8ebec86d254ca45453a8cd0522d4ec3.zip
[legal] Add FILE_LICENCE for valgrind headers
Signed-off-by: Marin Hannache <git@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/arch/x86/include/valgrind/memcheck.h2
-rw-r--r--src/arch/x86/include/valgrind/valgrind.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/include/valgrind/memcheck.h b/src/arch/x86/include/valgrind/memcheck.h
index 46d234324..7d4b56d31 100644
--- a/src/arch/x86/include/valgrind/memcheck.h
+++ b/src/arch/x86/include/valgrind/memcheck.h
@@ -60,6 +60,8 @@
#ifndef __MEMCHECK_H
#define __MEMCHECK_H
+FILE_LICENCE ( BSD3 );
+
/* This file is for inclusion into client (your!) code.
diff --git a/src/arch/x86/include/valgrind/valgrind.h b/src/arch/x86/include/valgrind/valgrind.h
index d72754b05..d48bbccae 100644
--- a/src/arch/x86/include/valgrind/valgrind.h
+++ b/src/arch/x86/include/valgrind/valgrind.h
@@ -73,6 +73,8 @@
#ifndef __VALGRIND_H
#define __VALGRIND_H
+FILE_LICENCE ( BSD3 );
+
/* ------------------------------------------------------------------ */
/* VERSION NUMBER OF VALGRIND */