Changeset 96566 in vbox for trunk/src/VBox/ValidationKit/testmanager
- Timestamp:
- Sep 1, 2022 3:30:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/maintain_archived_testsets.py
r96565 r96566 12 12 __copyright__ = \ 13 13 """ 14 Copyright (C) 2022 Oracle Corporation 15 16 This file is part of VirtualBox Open Source Edition (OSE), as 17 available from http://www.virtualbox.org. This file is free software; 18 you can redistribute it and/or modify it under the terms of the GNU 19 General Public License (GPL) as published by the Free Software 20 Foundation, in version 2 as it comes in the "COPYING" file of the 21 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 22 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 14 Copyright (C) 2012-2022 Oracle and/or its affiliates. 15 16 This file is part of VirtualBox base platform packages, as 17 available from https://www.virtualbox.org. 18 19 This program is free software; you can redistribute it and/or 20 modify it under the terms of the GNU General Public License 21 as published by the Free Software Foundation, in version 3 of the 22 License. 23 24 This program is distributed in the hope that it will be useful, but 25 WITHOUT ANY WARRANTY; without even the implied warranty of 26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 27 General Public License for more details. 28 29 You should have received a copy of the GNU General Public License 30 along with this program; if not, see <https://www.gnu.org/licenses>. 23 31 24 32 The contents of this file may alternatively be used under the terms 25 33 of the Common Development and Distribution License Version 1.0 26 (CDDL) only, as it comes in the "COPYING.CDDL" file of the27 VirtualBox OSEdistribution, in which case the provisions of the34 (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 35 in the VirtualBox distribution, in which case the provisions of the 28 36 CDDL are applicable instead of those of the GPL. 29 37 30 38 You may elect to license modified versions of this file under the 31 39 terms and conditions of either the GPL or the CDDL or both. 40 41 SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 32 42 """ 33 43 __version__ = "$Revision$"
Note:
See TracChangeset
for help on using the changeset viewer.