Skip to content

Commit

Permalink
efi: Add Intel copyright notices
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Fleming <[email protected]>
  • Loading branch information
Matt Fleming committed Jan 24, 2014
1 parent f88b4f4 commit aa8334c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions efi/console.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2011-2014 Intel Corporation - All Rights Reserved
*/

#include <syslinux/linux.h>
#include "efi.h"
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions efi/derivative.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2012-2014 Intel Corporation - All Rights Reserved
*/

#include <syslinux/config.h>

/*
Expand Down
4 changes: 4 additions & 0 deletions efi/diskio.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2011-2014 Intel Corporation - All Rights Reserved
*/

#include <fs.h>
#include <ilog2.h>
#include <disk.h>
Expand Down
4 changes: 4 additions & 0 deletions efi/main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2011-2014 Intel Corporation - All Rights Reserved
*/

#include <codepage.h>
#include <core.h>
#include <fs.h>
Expand Down
4 changes: 4 additions & 0 deletions efi/mem.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2012-2014 Intel Corporation - All Rights Reserved
*/

#include <mem/malloc.h>
#include <string.h>
#include "efi.h"
Expand Down
4 changes: 4 additions & 0 deletions efi/pxe.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2013-2014 Intel Corporation - All Rights Reserved
*/

#include <syslinux/firmware.h>
#include <syslinux/pxe_api.h>
#include "efi.h"
Expand Down
4 changes: 4 additions & 0 deletions efi/tcp.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2013-2014 Intel Corporation - All Rights Reserved
*/

#include "efi.h"
#include "net.h"
#include "fs/pxe/pxe.h"
Expand Down
4 changes: 4 additions & 0 deletions efi/udp.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2013-2014 Intel Corporation - All Rights Reserved
*/

#include <string.h>
#include <minmax.h>
#include "efi.h"
Expand Down

0 comments on commit aa8334c

Please sign in to comment.