Changeset 103030 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 24, 2024 4:15:36 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/python/vboxapi.py
r103029 r103030 28 28 along with this program; if not, see <https://www.gnu.org/licenses>. 29 29 30 SPDX-License-Identifier: GPL-3.0-only 30 The contents of this file may alternatively be used under the terms 31 of the Common Development and Distribution License Version 1.0 32 (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 33 in the VirtualBox distribution, in which case the provisions of the 34 CDDL are applicable instead of those of the GPL. 35 36 You may elect to license modified versions of this file under the 37 terms and conditions of either the GPL or the CDDL or both. 38 39 SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 31 40 """ 32 41 __version__ = "$Revision$"
Note:
See TracChangeset
for help on using the changeset viewer.