diff options
author | Sebastian Schmelzer | 2010-10-25 16:53:54 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2010-10-25 16:53:54 +0200 |
commit | 3050a9253437f4a4b5ad4bf3b3efdc3c660a5137 (patch) | |
tree | 91ac22153e416aac7ca20916b314b5e2ffa871b1 /contrib/syslinux-4.02/gpxe/COPYRIGHTS | |
download | preboot-master.tar.gz preboot-master.tar.xz preboot-master.zip |
Diffstat (limited to 'contrib/syslinux-4.02/gpxe/COPYRIGHTS')
-rw-r--r-- | contrib/syslinux-4.02/gpxe/COPYRIGHTS | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/syslinux-4.02/gpxe/COPYRIGHTS b/contrib/syslinux-4.02/gpxe/COPYRIGHTS new file mode 100644 index 0000000..d686b43 --- /dev/null +++ b/contrib/syslinux-4.02/gpxe/COPYRIGHTS @@ -0,0 +1,26 @@ + +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 +authors. The license for a file is usually documented at the top of +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 + +src/core/misc.c BSD +src/drivers/net/3c509.c BSD +src/drivers/net/3c509.h BSD +src/drivers/net/3c595.c BSD +src/drivers/net/3c595.h BSD +src/drivers/net/3c90x.c Open Source +src/drivers/net/epic100.c None +src/drivers/net/epic100.h None +src/drivers/net/ns8390.c BSD +src/drivers/net/ns8390.h BSD +src/arch/i386/include/bits/string.h None + |