From 8406115834d38bb743e01f35bfd36e835532415e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 19 Apr 2010 20:16:01 +0100 Subject: [build] Rename gPXE to iPXE Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown --- src/image/efi_image.c | 6 +++--- src/image/elf.c | 8 ++++---- src/image/embedded.c | 8 ++++---- src/image/script.c | 6 +++--- src/image/segment.c | 8 ++++---- 5 files changed, 18 insertions(+), 18 deletions(-) (limited to 'src/image') diff --git a/src/image/efi_image.c b/src/image/efi_image.c index 60d150a..6eb943b 100644 --- a/src/image/efi_image.c +++ b/src/image/efi_image.c @@ -19,9 +19,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include -#include -#include -#include +#include +#include +#include FEATURE ( FEATURE_IMAGE, "EFI", DHCP_EB_FEATURE_EFI, 1 ); diff --git a/src/image/elf.c b/src/image/elf.c index a0ec065..740fd3a 100644 --- a/src/image/elf.c +++ b/src/image/elf.c @@ -30,10 +30,10 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include -#include -#include -#include -#include +#include +#include +#include +#include typedef Elf32_Ehdr Elf_Ehdr; typedef Elf32_Phdr Elf_Phdr; diff --git a/src/image/embedded.c b/src/image/embedded.c index 58a14ea..b3ed8cc 100644 --- a/src/image/embedded.c +++ b/src/image/embedded.c @@ -2,16 +2,16 @@ * * Embedded image support * - * Embedded images are images built into the gPXE binary and do not require + * Embedded images are images built into the iPXE binary and do not require * fetching over the network. */ FILE_LICENCE ( GPL2_OR_LATER ); #include -#include -#include -#include +#include +#include +#include /** * Free embedded image diff --git a/src/image/script.c b/src/image/script.c index 0835ecb..61f5a99 100644 --- a/src/image/script.c +++ b/src/image/script.c @@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); /** * @file * - * gPXE scripts + * iPXE scripts * */ @@ -29,7 +29,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include #include #include -#include +#include struct image_type script_image_type __image_type ( PROBE_NORMAL ); @@ -91,7 +91,7 @@ static int script_exec ( struct image *image ) { * @ret rc Return status code */ static int script_load ( struct image *image ) { - static const char magic[] = "#!gpxe"; + static const char magic[] = "#!ipxe"; char test[ sizeof ( magic ) - 1 /* NUL */ + 1 /* terminating space */]; /* Sanity check */ diff --git a/src/image/segment.c b/src/image/segment.c index e247453..9099c8f 100644 --- a/src/image/segment.c +++ b/src/image/segment.c @@ -26,10 +26,10 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #include -#include -#include -#include -#include +#include +#include +#include +#include /** * Prepare segment for loading -- cgit v1.1