Changeset 11934 in vbox
- Timestamp:
- Sep 1, 2008 3:54:31 PM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestPropertySvc.h
r11083 r11934 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 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa -
trunk/include/iprt/autores.h
r11095 r11934 14 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 15 * 16 * The contents of this file may alternatively be used under the terms 17 * of the Common Development and Distribution License Version 1.0 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 20 * CDDL are applicable instead of those of the GPL. 21 * 22 * You may elect to license modified versions of this file under the 23 * terms and conditions of either the GPL or the CDDL or both. 24 * 16 25 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 17 26 * Clara, CA 95054 USA or visit http://www.sun.com if you need -
trunk/include/iprt/nocrt/compiler/gcc.h
r8245 r11934 2 2 * IPRT / No-CRT - GCC specifics. 3 3 * 4 * A quick hack for freebsd where there are no separate location 5 * for compiler specific headers like on linux, mingw, os2, ++. 6 * This file will be cleaned up later... 4 * A quick hack for freebsd where there are no separate location 5 * for compiler specific headers like on linux, mingw, os2, ++. 6 * This file will be cleaned up later... 7 7 */ 8 8
Note:
See TracChangeset
for help on using the changeset viewer.