Changeset 33656 in vbox for trunk/src/VBox/Devices/PC/Etherboot-src
- Timestamp:
- Nov 1, 2010 2:18:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67272
- Location:
- trunk/src/VBox/Devices/PC/Etherboot-src
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/i386_timer.c
r11982 r33656 9 9 10 10 /* 11 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice12 * other than GPL or LGPL is available it will apply instead, Sunelects to use only11 * Oracle 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, Oracle elects to use only 13 13 * the General Public License version 2 (GPLv2) at this time for any software where 14 14 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c
r11982 r33656 18 18 19 19 /* 20 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice21 * other than GPL or LGPL is available it will apply instead, Sunelects to use only20 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 22 22 * the General Public License version 2 (GPLv2) at this time for any software where 23 23 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h
r11982 r33656 18 18 19 19 /* 20 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice21 * other than GPL or LGPL is available it will apply instead, Sunelects to use only20 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 22 22 * the General Public License version 2 (GPLv2) at this time for any software where 23 23 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/config.c
r11982 r33656 7 7 8 8 /* 9 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice10 * other than GPL or LGPL is available it will apply instead, Sunelects to use only9 * Oracle 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, Oracle elects to use only 11 11 * the General Public License version 2 (GPLv2) at this time for any software where 12 12 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c
r11982 r33656 37 37 38 38 /* 39 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice40 * other than GPL or LGPL is available it will apply instead, Sunelects to use only39 * Oracle 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, Oracle elects to use only 41 41 * the General Public License version 2 (GPLv2) at this time for any software where 42 42 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/isa_probe.c
r11982 r33656 8 8 9 9 /* 10 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice11 * other than GPL or LGPL is available it will apply instead, Sunelects to use only10 * Oracle 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, Oracle elects to use only 12 12 * the General Public License version 2 (GPLv2) at this time for any software where 13 13 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/isapnp.c
r11982 r33656 29 29 30 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 31 */ 32 33 /* 34 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 35 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 33 36 * the General Public License version 2 (GPLv2) at this time for any software where 34 37 * a choice of GPL license versions is made available with the language indicating … … 36 39 * of the GPL is applied is otherwise unspecified. 37 40 */ 41 38 42 * Version 0.3 Sept 23, 2003 timlegge Change delay to currticks 39 43 * -
trunk/src/VBox/Devices/PC/Etherboot-src/core/osloader.c
r11982 r33656 31 31 32 32 /* 33 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice34 * other than GPL or LGPL is available it will apply instead, Sunelects to use only33 * Oracle 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, Oracle elects to use only 35 35 * the General Public License version 2 (GPLv2) at this time for any software where 36 36 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/pci.c
r11982 r33656 9 9 10 10 /* 11 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice12 * other than GPL or LGPL is available it will apply instead, Sunelects to use only11 * Oracle 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, Oracle elects to use only 13 13 * the General Public License version 2 (GPLv2) at this time for any software where 14 14 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/pci_probe.c
r11982 r33656 8 8 9 9 /* 10 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice11 * other than GPL or LGPL is available it will apply instead, Sunelects to use only10 * Oracle 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, Oracle elects to use only 12 12 * the General Public License version 2 (GPLv2) at this time for any software where 13 13 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/proto_tftm.c
r11989 r33656 33 33 34 34 /* 35 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice36 * other than GPL or LGPL is available it will apply instead, Sunelects to use only35 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 36 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 37 37 * the General Public License version 2 (GPLv2) at this time for any software where 38 38 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/core/timer.c
r11982 r33656 9 9 10 10 /* 11 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice12 * other than GPL or LGPL is available it will apply instead, Sunelects to use only11 * Oracle 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, Oracle elects to use only 13 13 * the General Public License version 2 (GPLv2) at this time for any software where 14 14 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/pcnet32.c
r11982 r33656 41 41 42 42 /* 43 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice44 * other than GPL or LGPL is available it will apply instead, Sunelects to use only43 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 44 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 45 45 * the General Public License version 2 (GPLv2) at this time for any software where 46 46 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/include/isapnp.h
r11982 r33656 29 29 30 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 31 */ 32 33 /* 34 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 35 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 33 36 * the General Public License version 2 (GPLv2) at this time for any software where 34 37 * a choice of GPL license versions is made available with the language indicating … … 36 39 * of the GPL is applied is otherwise unspecified. 37 40 */ 41 38 42 * 39 43 ***************************************************************************/ -
trunk/src/VBox/Devices/PC/Etherboot-src/include/nic.h
r11982 r33656 7 7 8 8 /* 9 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice10 * other than GPL or LGPL is available it will apply instead, Sunelects to use only9 * Oracle 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, Oracle elects to use only 11 11 * the General Public License version 2 (GPLv2) at this time for any software where 12 12 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/include/pci.h
r11982 r33656 23 23 24 24 /* 25 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice26 * other than GPL or LGPL is available it will apply instead, Sunelects to use only25 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 26 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 27 27 * the General Public License version 2 (GPLv2) at this time for any software where 28 28 * a choice of GPL license versions is made available with the language indicating -
trunk/src/VBox/Devices/PC/Etherboot-src/include/timer.h
r11982 r33656 9 9 10 10 /* 11 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice12 * other than GPL or LGPL is available it will apply instead, Sunelects to use only11 * Oracle 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, Oracle elects to use only 13 13 * the General Public License version 2 (GPLv2) at this time for any software where 14 14 * a choice of GPL license versions is made available with the language indicating
Note:
See TracChangeset
for help on using the changeset viewer.