Changeset 69501 in vbox for trunk/src/VBox/Devices/PC/BIOS/eltorito.c
- Timestamp:
- Oct 28, 2017 4:12:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/eltorito.c
r69500 r69501 1 /* $Id$ */ 2 /** @file 3 * PC BIOS - ??? 4 */ 5 1 6 /* 2 7 * Copyright (C) 2006-2017 Oracle Corporation … … 39 44 */ 40 45 46 /* 47 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 48 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 49 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 50 * a choice of LGPL license versions is made available with the language indicating 51 * that LGPLv2 or any later version may be used, or where a choice of which version 52 * of the LGPL is applied is otherwise unspecified. 53 */ 54 41 55 42 56 #include <stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.