- Timestamp:
- Oct 24, 2017 4:13:48 PM (7 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/.scm-settings
r69236 r69241 20 20 /cbinding/VBoxCAPIGlue.c: --license-mit 21 21 22 # The Python bindings is licensed under dual GPL and CDDL. 23 /glue/vboxapi.py: --license-ose-dual 24 -
trunk/src/VBox/Main/Makefile.kmk
r69196 r69241 128 128 $(VBOX_PATH_SDK)/bindings/xpcom/idl \ 129 129 $(VBOX_PATH_SDK)/bindings/xpcom/include 130 # disable VBoxSDS for XPCOM 130 # disable VBoxSDS for XPCOM 131 131 override VBOX_WITH_SDS = 132 132 endif # xpcom -
trunk/src/VBox/Main/glue/GetVBoxUserHomeDirectory.cpp
r68538 r69241 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 18 19 /********************************************************************************************************************************* -
trunk/src/VBox/Main/glue/vboxapi.py
r69117 r69241 6 6 7 7 __copyright__ = \ 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 8 """ 9 Copyright (C) 2009-2016 Oracle Corporation 10 11 This file is part of VirtualBox Open Source Edition (OSE), as 12 available from http://www.virtualbox.org. This file is free software; 13 you can redistribute it and/or modify it under the terms of the GNU 14 General Public License (GPL) as published by the Free Software 15 Foundation, in version 2 as it comes in the "COPYING" file of the 16 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 19 The contents of this file may alternatively be used under the terms 20 of the Common Development and Distribution License Version 1.0 21 (CDDL) only, as it comes in the "COPYING.CDDL" file of the 22 VirtualBox OSE distribution, in which case the provisions of the 23 CDDL are applicable instead of those of the GPL. 24 25 You may elect to license modified versions of this file under the 26 terms and conditions of either the GPL or the CDDL or both. 27 """ 28 28 __version__ = "$Revision$" 29 29 -
trunk/src/VBox/Main/testcase/msiDarwinDescriptorDecoder.cpp
r63806 r69241 70 70 } 71 71 72
Note:
See TracChangeset
for help on using the changeset viewer.