Changeset 40986 in vbox
- Timestamp:
- Apr 19, 2012 10:32:03 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77544
- Location:
- trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxTpG.h
r40892 r40986 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/d3d8_main.c
r39570 r40986 28 28 * of the LGPL is applied is otherwise unspecified. 29 29 */ 30 30 31 #define VBOX_WINE_DEBUG_DEFINES 31 32 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/d3d9_main.c
r39570 r40986 30 30 * of the LGPL is applied is otherwise unspecified. 31 31 */ 32 32 33 #define VBOX_WINE_DEBUG_DEFINES 33 34 -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/wined3d_main.c
r39602 r40986 31 31 * of the LGPL is applied is otherwise unspecified. 32 32 */ 33 33 34 #define VBOX_WINE_DEBUG_DEFINES 34 35 -
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.c
r40269 r40986 5 5 * File System Driver system helpers 6 6 */ 7 7 8 8 /* 9 9 * Copyright (C) 2012 Oracle Corporation -
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/parser.h
r36308 r40986 19 19 You should have received a copy of the GNU General Public License 20 20 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 21 22 /* 23 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 /* As a special exception, you may create a larger work that contains -
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/parser.h
r38824 r40986 19 19 You should have received a copy of the GNU General Public License 20 20 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 21 22 /* 23 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 /* As a special exception, you may create a larger work that contains -
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/parser.h
r40349 r40986 19 19 You should have received a copy of the GNU General Public License 20 20 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 21 22 /* 23 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 * the General Public License version 2 (GPLv2) at this time for any software where 26 * a choice of GPL license versions is made available with the language indicating 27 * that GPLv2 or any later version may be used, or where a choice of which version 28 * of the GPL is applied is otherwise unspecified. 29 */ 21 30 22 31 /* As a special exception, you may create a larger work that contains -
trunk/src/VBox/ExtPacks/Makefile.kmk
r40385 r40986 7 7 # Copyright (C) 2010-2012 Oracle Corporation 8 8 # 9 # Oracle Corporation confidential 10 # All rights reserved 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 16 # 12 17 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.def
r36184 r40986 1 ; $Id$ 1 ; $Id$ 2 2 ; @file 3 3 ; VBoxNetFltNobj.def - Notify Object for Bridged Networking Driver. -
trunk/src/VBox/HostDrivers/linux/export_modules
r39333 r40986 6 6 # Copyright (C) 2007 Oracle Corporation 7 7 # 8 # This file is part of VirtualBox Open Source Edition (OSE), as 8 9 # available from http://www.virtualbox.org. This file is free software; 9 10 # you can redistribute it and/or modify it under the terms of the GNU
Note:
See TracChangeset
for help on using the changeset viewer.