Update non-GPL licensed files for gPXE

This commit is contained in:
Marty Connor
2007-03-05 03:53:40 +00:00
parent 13c1689cc7
commit b5e4ef2334

View File

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