From aa8334cfa3762aa47ea3f75eb1e9807908a2909d Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Fri, 24 Jan 2014 12:46:48 +0000 Subject: [PATCH] efi: Add Intel copyright notices Signed-off-by: Matt Fleming --- 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 a01e14e89..d7ed0b4a5 100644 --- a/efi/console.c +++ b/efi/console.c @@ -1,3 +1,7 @@ +/* + * Copyright 2011-2014 Intel Corporation - All Rights Reserved + */ + #include #include "efi.h" #include diff --git a/efi/derivative.c b/efi/derivative.c index ca43b98b3..12edd7052 100644 --- a/efi/derivative.c +++ b/efi/derivative.c @@ -1,3 +1,7 @@ +/* + * Copyright 2012-2014 Intel Corporation - All Rights Reserved + */ + #include /* diff --git a/efi/diskio.c b/efi/diskio.c index 01ab2a0e5..d6a160e1b 100644 --- a/efi/diskio.c +++ b/efi/diskio.c @@ -1,3 +1,7 @@ +/* + * Copyright 2011-2014 Intel Corporation - All Rights Reserved + */ + #include #include #include diff --git a/efi/main.c b/efi/main.c index d37a57b54..0e6b1370d 100644 --- a/efi/main.c +++ b/efi/main.c @@ -1,3 +1,7 @@ +/* + * Copyright 2011-2014 Intel Corporation - All Rights Reserved + */ + #include #include #include diff --git a/efi/mem.c b/efi/mem.c index 50e93b08a..67e8221d1 100644 --- a/efi/mem.c +++ b/efi/mem.c @@ -1,3 +1,7 @@ +/* + * Copyright 2012-2014 Intel Corporation - All Rights Reserved + */ + #include #include #include "efi.h" diff --git a/efi/pxe.c b/efi/pxe.c index 1acfcdc53..62fddb081 100644 --- a/efi/pxe.c +++ b/efi/pxe.c @@ -1,3 +1,7 @@ +/* + * Copyright 2013-2014 Intel Corporation - All Rights Reserved + */ + #include #include #include "efi.h" diff --git a/efi/tcp.c b/efi/tcp.c index f041b677c..1b9b93f28 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 59bb42639..80cad868d 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -1,3 +1,7 @@ +/* + * Copyright 2013-2014 Intel Corporation - All Rights Reserved + */ + #include #include #include "efi.h"