aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/gdbmach.c
diff options
context:
space:
mode:
authorShao Miller <shao.miller@yrdsb.edu.on.ca>2010-03-20 13:09:39 -0400
committerMichael Brown <mcb30@ipxe.org>2010-12-03 23:38:15 +0000
commit3b517101563cb224dda2e2780db4c6eef32ded38 (patch)
treed192123d95e71efd35a7400ef2fb8d6e34b96e50 /src/arch/i386/core/gdbmach.c
parent79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46 (diff)
downloadipxe-3b517101563cb224dda2e2780db4c6eef32ded38.tar.gz
[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files
Changes were made to files where the licence text within the files themselves confirms that the files are GPL version 2 or later. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca> Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386/core/gdbmach.c')
-rw-r--r--src/arch/i386/core/gdbmach.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/core/gdbmach.c b/src/arch/i386/core/gdbmach.c
index 396d340d..68b37c04 100644
--- a/src/arch/i386/core/gdbmach.c
+++ b/src/arch/i386/core/gdbmach.c
@@ -16,6 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include <stddef.h>
#include <stdio.h>
#include <assert.h>