Changeset 11982 in vbox for trunk/src/VBox/Devices/PC/Etherboot-src/core
- Timestamp:
- Sep 2, 2008 1:09:44 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices/PC/Etherboot-src/core
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/core/config.c
r1 r11982 4 4 * published by the Free Software Foundation; either version 2, or (at 5 5 * your option) any later version. 6 */ 7 8 /* 9 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 10 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 11 * the General Public License version 2 (GPLv2) at this time for any software where 12 * a choice of GPL license versions is made available with the language indicating 13 * that GPLv2 or any later version may be used, or where a choice of which version 14 * of the GPL is applied is otherwise unspecified. 6 15 */ 7 16 -
trunk/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c
r1 r11982 35 35 * 2004-08-28 Improve readability, set recursion flag 36 36 ***************************************************************************/ 37 38 /* 39 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 40 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 41 * the General Public License version 2 (GPLv2) at this time for any software where 42 * a choice of GPL license versions is made available with the language indicating 43 * that GPLv2 or any later version may be used, or where a choice of which version 44 * of the GPL is applied is otherwise unspecified. 45 */ 37 46 38 47 #ifdef DNS_RESOLVER -
trunk/src/VBox/Devices/PC/Etherboot-src/core/isa_probe.c
r1 r11982 5 5 * published by the Free Software Foundation; either version 2, or (at 6 6 * your option) any later version. 7 */ 8 9 /* 10 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 11 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 12 * the General Public License version 2 (GPLv2) at this time for any software where 13 * a choice of GPL license versions is made available with the language indicating 14 * that GPLv2 or any later version may be used, or where a choice of which version 15 * of the GPL is applied is otherwise unspecified. 7 16 */ 8 17 -
trunk/src/VBox/Devices/PC/Etherboot-src/core/isapnp.c
r1 r11982 27 27 * Version 0.1 April 26, 2002 TJL 28 28 * Version 0.2 01/08/2003 TJL Moved outside the 3c515.c driver file 29 30 /* 31 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 32 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 33 * the General Public License version 2 (GPLv2) at this time for any software where 34 * a choice of GPL license versions is made available with the language indicating 35 * that GPLv2 or any later version may be used, or where a choice of which version 36 * of the GPL is applied is otherwise unspecified. 37 */ 29 38 * Version 0.3 Sept 23, 2003 timlegge Change delay to currticks 30 39 * -
trunk/src/VBox/Devices/PC/Etherboot-src/core/osloader.c
r1 r11982 30 30 */ 31 31 32 /* 33 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 34 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 35 * the General Public License version 2 (GPLv2) at this time for any software where 36 * a choice of GPL license versions is made available with the language indicating 37 * that GPLv2 or any later version may be used, or where a choice of which version 38 * of the GPL is applied is otherwise unspecified. 39 */ 40 32 41 #include "etherboot.h" 33 42 -
trunk/src/VBox/Devices/PC/Etherboot-src/core/pci.c
r1 r11982 6 6 * published by the Free Software Foundation; either version 2, or (at 7 7 * your option) any later version. 8 */ 9 10 /* 11 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 12 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 13 * the General Public License version 2 (GPLv2) at this time for any software where 14 * a choice of GPL license versions is made available with the language indicating 15 * that GPLv2 or any later version may be used, or where a choice of which version 16 * of the GPL is applied is otherwise unspecified. 8 17 */ 9 18 -
trunk/src/VBox/Devices/PC/Etherboot-src/core/pci_probe.c
r1 r11982 5 5 * published by the Free Software Foundation; either version 2, or (at 6 6 * your option) any later version. 7 */ 8 9 /* 10 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 11 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 12 * the General Public License version 2 (GPLv2) at this time for any software where 13 * a choice of GPL license versions is made available with the language indicating 14 * that GPLv2 or any later version may be used, or where a choice of which version 15 * of the GPL is applied is otherwise unspecified. 7 16 */ 8 17 -
trunk/src/VBox/Devices/PC/Etherboot-src/core/proto_tftm.c
r1 r11982 20 20 * This code is based on the DOWNLOAD_PROTO_TFTM section of 21 21 * Etherboot 5.3 core/nic.c and: 22 23 /* 24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 26 * the General Public License version 2 (GPLv2) at this time for any software where 27 * a choice of GPL license versions is made available with the language indicating 28 * that GPLv2 or any later version may be used, or where a choice of which version 29 * of the GPL is applied is otherwise unspecified. 30 */ 22 31 * 23 32 * Anselm Martin Hoffmeister's previous proto_tftm.c multicast work -
trunk/src/VBox/Devices/PC/Etherboot-src/core/timer.c
r1 r11982 6 6 * published by the Free Software Foundation; either version 2, or (at 7 7 * your option) any later version. 8 */ 9 10 /* 11 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice 12 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 13 * the General Public License version 2 (GPLv2) at this time for any software where 14 * a choice of GPL license versions is made available with the language indicating 15 * that GPLv2 or any later version may be used, or where a choice of which version 16 * of the GPL is applied is otherwise unspecified. 8 17 */ 9 18
Note:
See TracChangeset
for help on using the changeset viewer.