mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
[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:
@@ -5,7 +5,7 @@
|
||||
* Copyright 2007 Michael Wu <flamingice@sourmilk.net>
|
||||
* Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
|
||||
*
|
||||
* Modified for gPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net>
|
||||
* Modified for iPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net>
|
||||
*
|
||||
* Based on the r8180 driver, which is:
|
||||
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
|
||||
@@ -24,12 +24,12 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <byteswap.h>
|
||||
#include <gpxe/iobuf.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <gpxe/net80211.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <gpxe/threewire.h>
|
||||
#include <ipxe/iobuf.h>
|
||||
#include <ipxe/malloc.h>
|
||||
#include <ipxe/pci.h>
|
||||
#include <ipxe/net80211.h>
|
||||
#include <ipxe/netdevice.h>
|
||||
#include <ipxe/threewire.h>
|
||||
|
||||
#include "rtl818x.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user