summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/tables.h')
-rw-r--r--src/include/gpxe/tables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/tables.h b/src/include/gpxe/tables.h
index 39b4777f..7dfced8c 100644
--- a/src/include/gpxe/tables.h
+++ b/src/include/gpxe/tables.h
@@ -1,6 +1,8 @@
#ifndef _GPXE_TABLES_H
#define _GPXE_TABLES_H
+FILE_LICENCE ( GPL2_OR_LATER );
+
/** @page ifdef_harmful #ifdef considered harmful
*
* Overuse of @c #ifdef has long been a problem in Etherboot.