Changeset 11982 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Sep 2, 2008 1:09:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35885
- Location:
- trunk/src/VBox/Devices/Graphics/BIOS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/biossums.c
r5453 r11982 15 15 * License along with this library; if not, write to the Free Software 16 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 */ 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. 17 26 */ 18 27 #include <stdlib.h> -
trunk/src/VBox/Devices/Graphics/BIOS/clext.c
r1 r11982 19 19 // 20 20 21 22 /* 23 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 29 */ 21 30 //#define CIRRUS_VESA3_PMINFO 22 31 #ifdef VBE -
trunk/src/VBox/Devices/Graphics/BIOS/vbe.c
r11633 r11982 29 29 // ============================================================================================ 30 30 31 32 /* 33 * Sun LGPL 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 Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 36 * a choice of LGPL license versions is made available with the language indicating 37 * that LGPLv2 or any later version may be used, or where a choice of which version 38 * of the LGPL is applied is otherwise unspecified. 39 */ 31 40 32 41 // defines available -
trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c
r8132 r11982 49 49 // ============================================================================================ 50 50 #include "vgabios.h" 51 52 /* 53 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 54 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 55 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 56 * a choice of LGPL license versions is made available with the language indicating 57 * that LGPLv2 or any later version may be used, or where a choice of which version 58 * of the LGPL is applied is otherwise unspecified. 59 */ 51 60 52 61 #ifdef VBE
Note:
See TracChangeset
for help on using the changeset viewer.