[syslinux:firmware] efi: Add Intel copyright notices

syslinux-bot for Matt Fleming matt.fleming at intel.com
Sat Jan 25 10:03:03 PST 2014


Commit-ID:  aa8334cfa3762aa47ea3f75eb1e9807908a2909d
Gitweb:     http://www.syslinux.org/commit/aa8334cfa3762aa47ea3f75eb1e9807908a2909d
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Fri, 24 Jan 2014 12:46:48 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Fri, 24 Jan 2014 12:47:18 +0000

efi: Add Intel copyright notices

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 efi/console.c    | 4 ++++
 efi/derivative.c | 4 ++++
 efi/diskio.c     | 4 ++++
 efi/main.c       | 4 ++++
 efi/mem.c        | 4 ++++
 efi/pxe.c        | 4 ++++
 efi/tcp.c        | 4 ++++
 efi/udp.c        | 4 ++++
 8 files changed, 32 insertions(+)

diff --git a/efi/console.c b/efi/console.c
index a01e14e..d7ed0b4 100644
--- a/efi/console.c
+++ b/efi/console.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2011-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <syslinux/linux.h>
 #include "efi.h"
 #include <string.h>
diff --git a/efi/derivative.c b/efi/derivative.c
index ca43b98..12edd70 100644
--- a/efi/derivative.c
+++ b/efi/derivative.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2012-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <syslinux/config.h>
 
 /*
diff --git a/efi/diskio.c b/efi/diskio.c
index 01ab2a0..d6a160e 100644
--- a/efi/diskio.c
+++ b/efi/diskio.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2011-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <fs.h>
 #include <ilog2.h>
 #include <disk.h>
diff --git a/efi/main.c b/efi/main.c
index d37a57b..0e6b137 100644
--- a/efi/main.c
+++ b/efi/main.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2011-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <codepage.h>
 #include <core.h>
 #include <fs.h>
diff --git a/efi/mem.c b/efi/mem.c
index 50e93b0..67e8221 100644
--- a/efi/mem.c
+++ b/efi/mem.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2012-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <mem/malloc.h>
 #include <string.h>
 #include "efi.h"
diff --git a/efi/pxe.c b/efi/pxe.c
index 1acfcdc..62fddb0 100644
--- a/efi/pxe.c
+++ b/efi/pxe.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2013-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <syslinux/firmware.h>
 #include <syslinux/pxe_api.h>
 #include "efi.h"
diff --git a/efi/tcp.c b/efi/tcp.c
index f041b67..1b9b93f 100644
--- a/efi/tcp.c
+++ b/efi/tcp.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2013-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include "efi.h"
 #include "net.h"
 #include "fs/pxe/pxe.h"
diff --git a/efi/udp.c b/efi/udp.c
index 59bb426..80cad86 100644
--- a/efi/udp.c
+++ b/efi/udp.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2013-2014 Intel Corporation - All Rights Reserved
+ */
+
 #include <string.h>
 #include <minmax.h>
 #include "efi.h"


More information about the Syslinux-commits mailing list