Changeset 106937 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Nov 11, 2024 5:43:22 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 165863
- Location:
- trunk/src/VBox/GuestHost/installation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/Makefile.kmk
r106936 r106937 49 49 VBoxDrvInstHost_NAME := VBoxDrvInst 50 50 VBoxDrvInstHost_LIBS = \ 51 $(LIB_RUNTIME)51 $(LIB_RUNTIME) 52 52 endif 53 53 -
trunk/src/VBox/GuestHost/installation/VBoxDrvInst.cpp
r106936 r106937 23 23 * along with this program; if not, see <https://www.gnu.org/licenses>. 24 24 * 25 * The contents of this file may alternatively be used under the terms 26 * of the Common Development and Distribution License Version 1.0 27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 28 * in the VirtualBox distribution, in which case the provisions of the 29 * CDDL are applicable instead of those of the GPL. 30 * 31 * You may elect to license modified versions of this file under the 32 * terms and conditions of either the GPL or the CDDL or both. 33 * 34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 25 * SPDX-License-Identifier: GPL-3.0-only 35 26 */ 36 27
Note:
See TracChangeset
for help on using the changeset viewer.