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