aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2015-10-19 08:11:20 -0700
committerLuis R. Rodriguez <mcgrof@kernel.org>2016-02-11 08:42:16 -0800
commit1c5d6e287c7a7ebae7788c69761409d8330cdeab (patch)
tree90c3feae1f68003a7efce13c48ad7573b179ccad
parent28a87323ec4105258572364f91d4eb5fcf40c2ea (diff)
downloadlinker-tables-1c5d6e287c7a7ebae7788c69761409d8330cdeab.tar.gz
Make talbes.h usable outside of gpxe
Just remove FILE_LICENCE() usage. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
-rw-r--r--tables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tables.h b/tables.h
index 7dfced8..39b4777 100644
--- a/tables.h
+++ b/tables.h
@@ -1,8 +1,6 @@
#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.