diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2014-01-24 12:46:48 +0000 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2014-01-24 12:47:18 +0000 |
| commit | aa8334cfa3762aa47ea3f75eb1e9807908a2909d (patch) | |
| tree | d87b2466a980fd415529f00ec806b057233d984d | |
| parent | f88b4f4712c83eb06a23450db9175f88502630f1 (diff) | |
| download | syslinux-firmware.tar.gz | |
efi: Add Intel copyright noticesfirmware
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
| -rw-r--r-- | efi/console.c | 4 | ||||
| -rw-r--r-- | efi/derivative.c | 4 | ||||
| -rw-r--r-- | efi/diskio.c | 4 | ||||
| -rw-r--r-- | efi/main.c | 4 | ||||
| -rw-r--r-- | efi/mem.c | 4 | ||||
| -rw-r--r-- | efi/pxe.c | 4 | ||||
| -rw-r--r-- | efi/tcp.c | 4 | ||||
| -rw-r--r-- | efi/udp.c | 4 |
8 files changed, 32 insertions, 0 deletions
diff --git a/efi/console.c b/efi/console.c index a01e14e8..d7ed0b4a 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 ca43b98b..12edd705 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 01ab2a0e..d6a160e1 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> @@ -1,3 +1,7 @@ +/* + * Copyright 2011-2014 Intel Corporation - All Rights Reserved + */ + #include <codepage.h> #include <core.h> #include <fs.h> @@ -1,3 +1,7 @@ +/* + * Copyright 2012-2014 Intel Corporation - All Rights Reserved + */ + #include <mem/malloc.h> #include <string.h> #include "efi.h" @@ -1,3 +1,7 @@ +/* + * Copyright 2013-2014 Intel Corporation - All Rights Reserved + */ + #include <syslinux/firmware.h> #include <syslinux/pxe_api.h> #include "efi.h" @@ -1,3 +1,7 @@ +/* + * Copyright 2013-2014 Intel Corporation - All Rights Reserved + */ + #include "efi.h" #include "net.h" #include "fs/pxe/pxe.h" @@ -1,3 +1,7 @@ +/* + * Copyright 2013-2014 Intel Corporation - All Rights Reserved + */ + #include <string.h> #include <minmax.h> #include "efi.h" |
