[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 <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-04-19 20:16:01 +01:00
parent 2a36703af2
commit 8406115834
597 changed files with 2220 additions and 2288 deletions

View File

@@ -3,7 +3,7 @@
*
* Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
*
* Modified slightly for gPXE, June 2009 by Joshua Oreman.
* Modified slightly for iPXE, June 2009 by Joshua Oreman.
*
* Code from the BSD driver and the rtl8181 project have been
* very useful to understand certain things
@@ -21,8 +21,8 @@
*/
#include <unistd.h>
#include <gpxe/pci.h>
#include <gpxe/net80211.h>
#include <ipxe/pci.h>
#include <ipxe/net80211.h>
#include "rtl818x.h"