|  | @@ -1,20 +1,26 @@
 | 
		
	
		
			
			| 1 |  | -Unless specifically noted, a file is under the GPL.  GPLed files are in
 | 
		
	
		
			
			|  | 1 | +
 | 
		
	
		
			
			|  | 2 | +In general gPXE files are licensed under the GPL.  GPLed files are in
 | 
		
	
		
			
			| 2 | 3 |  general either from Linux or have been explicitly put under GPL by the
 | 
		
	
		
			
			| 3 |  | -authors.  A few files are inherited from FreeBSD netboot and therefore
 | 
		
	
		
			
			| 4 |  | -can be used under BSD or GPL.
 | 
		
	
		
			
			|  | 4 | +authors.  The license for a file is usually documented at the top of
 | 
		
	
		
			
			|  | 5 | +the file.  
 | 
		
	
		
			
			|  | 6 | +
 | 
		
	
		
			
			|  | 7 | +A few files are inherited from FreeBSD netboot and therefore can be
 | 
		
	
		
			
			|  | 8 | +used under BSD or GPL.  Documented in this file are some of the
 | 
		
	
		
			
			|  | 9 | +non-GPL'ed files.  If the internal documentation for a file disagrees
 | 
		
	
		
			
			|  | 10 | +with what is documented in this file, the internal documentation for
 | 
		
	
		
			
			|  | 11 | +the file shall be override this file.
 | 
		
	
		
			
			|  | 12 | +
 | 
		
	
		
			
			|  | 13 | +File					Copyright status
 | 
		
	
		
			
			| 5 | 14 |  
 | 
		
	
		
			
			| 6 |  | -File				Copyright status
 | 
		
	
		
			
			|  | 15 | +src/core/misc.c				BSD
 | 
		
	
		
			
			|  | 16 | +src/drivers/net/3c509.c			BSD
 | 
		
	
		
			
			|  | 17 | +src/drivers/net/3c509.h			BSD
 | 
		
	
		
			
			|  | 18 | +src/drivers/net/3c595.c			BSD
 | 
		
	
		
			
			|  | 19 | +src/drivers/net/3c595.h			BSD
 | 
		
	
		
			
			|  | 20 | +src/drivers/net/3c90x.c			Open Source
 | 
		
	
		
			
			|  | 21 | +src/drivers/net/epic100.c		None
 | 
		
	
		
			
			|  | 22 | +src/drivers/net/epic100.h		None
 | 
		
	
		
			
			|  | 23 | +src/drivers/net/ns8390.c		BSD
 | 
		
	
		
			
			|  | 24 | +src/drivers/net/ns8390.h		BSD
 | 
		
	
		
			
			|  | 25 | +src/arch/i386/include/bits/string.h	None
 | 
		
	
		
			
			| 7 | 26 |  
 | 
		
	
		
			
			| 8 |  | -core/misc.c			BSD
 | 
		
	
		
			
			| 9 |  | -drivers/net/3c509.c		BSD
 | 
		
	
		
			
			| 10 |  | -drivers/net/3c509.h		BSD
 | 
		
	
		
			
			| 11 |  | -drivers/net/3c595.c		BSD
 | 
		
	
		
			
			| 12 |  | -drivers/net/3c595.h		BSD
 | 
		
	
		
			
			| 13 |  | -drivers/net/3c90x.c		Open Source
 | 
		
	
		
			
			| 14 |  | -drivers/net/epic100.c		None
 | 
		
	
		
			
			| 15 |  | -drivers/net/epic100.h		None
 | 
		
	
		
			
			| 16 |  | -drivers/net/ns8390.c		BSD
 | 
		
	
		
			
			| 17 |  | -drivers/net/ns8390.h		BSD
 | 
		
	
		
			
			| 18 |  | -drivers/net/tulip.c		BSD
 | 
		
	
		
			
			| 19 |  | -arch/i386/include/bits/string.h	None
 | 
		
	
		
			
			| 20 |  | -util/lzhuf.c			Open Source
 |