Changeset 96407 in vbox for trunk/src/VBox/VMM/testcase/Instructions/InstructionTestGen.py
- Timestamp:
- Aug 22, 2022 5:43:14 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Instructions/InstructionTestGen.py
r93115 r96407 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-2022 Oracle Corporation 14 15 This file is part of VirtualBox Open Source Edition (OSE), as 16 available from http://www.virtualbox.org. This file is free software; 17 you can redistribute it and/or modify it under the terms of the GNU 18 General Public License (GPL) as published by the Free Software 19 Foundation, in version 2 as it comes in the "COPYING" file of the 20 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 Copyright (C) 2012-2022 Oracle and/or its affiliates. 14 15 This file is part of VirtualBox base platform packages, as 16 available from https://www.virtualbox.org. 17 18 This program is free software; you can redistribute it and/or 19 modify it under the terms of the GNU General Public License 20 as published by the Free Software Foundation, in version 3 of the 21 License. 22 23 This program is distributed in the hope that it will be useful, but 24 WITHOUT ANY WARRANTY; without even the implied warranty of 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 26 General Public License for more details. 27 28 You should have received a copy of the GNU General Public License 29 along with this program; if not, see <https://www.gnu.org/licenses>. 30 31 SPDX-License-Identifier: GPL-3.0-only 22 32 """ 23 33 __version__ = "$Revision$";
Note:
See TracChangeset
for help on using the changeset viewer.