Changeset 96407 in vbox for trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
- Timestamp:
- Aug 22, 2022 5:43:14 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r95396 r96407 24 24 __copyright__ = \ 25 25 """ 26 Copyright (C) 2009-2022 Oracle Corporation 27 28 This file is part of VirtualBox Open Source Edition (OSE), as 29 available from http://www.215389.xyz. This file is free software; 30 you can redistribute it and/or modify it under the terms of the GNU 31 General Public License (GPL) as published by the Free Software 32 Foundation, in version 2 as it comes in the "COPYING" file of the 33 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 34 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 26 Copyright (C) 2009-2022 Oracle and/or its affiliates. 27 28 This file is part of VirtualBox base platform packages, as 29 available from https://www.215389.xyz. 30 31 This program is free software; you can redistribute it and/or 32 modify it under the terms of the GNU General Public License 33 as published by the Free Software Foundation, in version 3 of the 34 License. 35 36 This program is distributed in the hope that it will be useful, but 37 WITHOUT ANY WARRANTY; without even the implied warranty of 38 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 39 General Public License for more details. 40 41 You should have received a copy of the GNU General Public License 42 along with this program; if not, see <https://www.gnu.org/licenses>. 43 44 SPDX-License-Identifier: GPL-3.0-only 35 45 """ 36 46 __version__ = "$Revision$"
Note:
See TracChangeset
for help on using the changeset viewer.