vbox的更動 11982 路徑 trunk/src/VBox/Devices/PC
- 時間撮記:
- 2008-9-2 下午01:09:44 (16 年 以前)
- 位置:
- trunk/src/VBox/Devices/PC
- 檔案:
-
- 修改 19 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/PC/BIOS/biossums.c
r9532 r11982 17 17 */ 18 18 19 /* 20 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 21 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 23 * a choice of LGPL license versions is made available with the language indicating 24 * that LGPLv2 or any later version may be used, or where a choice of which version 25 * of the LGPL is applied is otherwise unspecified. 26 */ 27 19 28 /* biossums.c --- written by Eike W. */ 20 29 -
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r9440 r11982 25 25 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 26 27 28 /* 29 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 30 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 31 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 32 * a choice of LGPL license versions is made available with the language indicating 33 * that LGPLv2 or any later version may be used, or where a choice of which version 34 * of the LGPL is applied is otherwise unspecified. 35 */ 27 36 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment 28 37 -
trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/i386_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 -
trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c
r1 r11982 15 15 * published by the Free Software Foundation; either version 2, or (at 16 16 * your option) any later version. 17 */ 18 19 /* 20 * Sun 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, Sun elects to use only 22 * the General Public License version 2 (GPLv2) at this time for any software where 23 * a choice of GPL license versions is made available with the language indicating 24 * that GPLv2 or any later version may be used, or where a choice of which version 25 * of the GPL is applied is otherwise unspecified. 17 26 */ 18 27 -
trunk/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h
r1 r11982 15 15 * published by the Free Software Foundation; either version 2, or (at 16 16 * your option) any later version. 17 */ 18 19 /* 20 * Sun 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, Sun elects to use only 22 * the General Public License version 2 (GPLv2) at this time for any software where 23 * a choice of GPL license versions is made available with the language indicating 24 * that GPLv2 or any later version may be used, or where a choice of which version 25 * of the GPL is applied is otherwise unspecified. 17 26 */ 18 27 -
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 -
trunk/src/VBox/Devices/PC/Etherboot-src/drivers/net/pcnet32.c
r1 r11982 39 39 * Indent Options: indent -kr -i8 40 40 ***************************************************************************/ 41 42 /* 43 * Sun 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, Sun elects to use only 45 * the General Public License version 2 (GPLv2) at this time for any software where 46 * a choice of GPL license versions is made available with the language indicating 47 * that GPLv2 or any later version may be used, or where a choice of which version 48 * of the GPL is applied is otherwise unspecified. 49 */ 41 50 42 51 /* to get some global routines like printf */ -
trunk/src/VBox/Devices/PC/Etherboot-src/include/isapnp.h
r1 r11982 27 27 * Version 0.1 April 26, 2002 TJL 28 28 * Version 0.2 01/08/2003 TJL Renamed from 3c515_isapnp.h 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 * 30 39 ***************************************************************************/ -
trunk/src/VBox/Devices/PC/Etherboot-src/include/nic.h
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/include/pci.h
r1 r11982 20 20 * published by the Free Software Foundation; either version 2, or (at 21 21 * your option) any later version. 22 */ 23 24 /* 25 * Sun 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, Sun elects to use only 27 * the General Public License version 2 (GPLv2) at this time for any software where 28 * a choice of GPL license versions is made available with the language indicating 29 * that GPLv2 or any later version may be used, or where a choice of which version 30 * of the GPL is applied is otherwise unspecified. 22 31 */ 23 32 -
trunk/src/VBox/Devices/PC/Etherboot-src/include/timer.h
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器