Changeset 60463 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Apr 12, 2016 4:21:27 PM (9 years ago)
- Location:
- trunk/src/VBox/Main/glue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/constants-python.xsl
r59808 r60463 9 9 VirtualBox.xidl. 10 10 11 Copyright (C) 2009-201 3Oracle Corporation11 Copyright (C) 2009-2016 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as … … 37 37 __copyright__ = \ 38 38 """ 39 Copyright (C) 2009-201 3Oracle Corporation39 Copyright (C) 2009-2016 Oracle Corporation 40 40 41 41 This file is part of VirtualBox Open Source Edition (OSE), as … … 46 46 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 47 47 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 48 49 The contents of this file may alternatively be used under the terms 50 of the Common Development and Distribution License Version 1.0 51 (CDDL) only, as it comes in the "COPYING.CDDL" file of the 52 VirtualBox OSE distribution, in which case the provisions of the 53 CDDL are applicable instead of those of the GPL. 54 55 You may elect to license modified versions of this file under the 56 terms and conditions of either the GPL or the CDDL or both. 48 57 """ 49 58 -
trunk/src/VBox/Main/glue/vboxapi.py
r59807 r60463 16 16 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 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. 18 27 """ 19 28 __version__ = "$Revision$"
Note:
See TracChangeset
for help on using the changeset viewer.