Changeset 43105 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 30, 2012 2:07:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r43041 r43105 1 1 #!/usr/bin/python 2 # 3 # Copyright (C) 2009-2012 Oracle Corporation 4 # 5 # This file is part of VirtualBox Open Source Edition (OSE), as 6 # available from http://www.virtualbox.org. This file is free software; 7 # you can redistribute it and/or modify it under the terms of the GNU 8 # General Public License (GPL) as published by the Free Software 9 # Foundation, in version 2 as it comes in the "COPYING" file of the 10 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 12 # 2 3 """ 4 Copyright (C) 2009-2012 Oracle Corporation 5 6 This file is part of VirtualBox Open Source Edition (OSE), as 7 available from http://www.virtualbox.org. This file is free software; 8 you can redistribute it and/or modify it under the terms of the GNU 9 General Public License (GPL) as published by the Free Software 10 Foundation, in version 2 as it comes in the "COPYING" file of the 11 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 12 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 """ 14 13 15 ################################################################################# 14 16 # This program is a simple interactive shell for VirtualBox. You can query #
Note:
See TracChangeset
for help on using the changeset viewer.