Changeset 82968 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- Location:
- trunk/src/VBox/ValidationKit/testboxscript
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/Makefile.kmk
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2012-20 19Oracle Corporation7 # Copyright (C) 2012-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/TestBoxHelper.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2012-20 19Oracle Corporation7 * Copyright (C) 2012-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/darwin/setup-routines.sh
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/linux/setup-routines.sh
r76553 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/linux/testboxscript-service.sh
r82844 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/setup.sh
r76553 r82968 6 6 7 7 # 8 # Copyright (C) 2006-20 19Oracle Corporation8 # Copyright (C) 2006-2020 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/solaris/setup-routines.sh
r76553 r82968 5 5 6 6 # 7 # Copyright (C) 2006-20 19Oracle Corporation7 # Copyright (C) 2006-2020 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxcommand.py
r76553 r82968 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-20 19Oracle Corporation10 Copyright (C) 2012-2020 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxcommons.py
r79092 r82968 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-20 19Oracle Corporation13 Copyright (C) 2012-2020 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxconnection.py
r79087 r82968 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-20 19Oracle Corporation10 Copyright (C) 2012-2020 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxscript.py
r79087 r82968 14 14 __copyright__ = \ 15 15 """ 16 Copyright (C) 2012-20 19Oracle Corporation16 Copyright (C) 2012-2020 Oracle Corporation 17 17 18 18 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r81113 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-20 19Oracle Corporation11 Copyright (C) 2012-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxtasks.py
r80238 r82968 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-20 19Oracle Corporation10 Copyright (C) 2012-2020 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/testboxupgrade.py
r76553 r82968 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-20 19Oracle Corporation10 Copyright (C) 2012-2020 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/win/autoexec-testbox.cmd
r76553 r82968 6 6 7 7 REM 8 REM Copyright (C) 2006-20 19Oracle Corporation8 REM Copyright (C) 2006-2020 Oracle Corporation 9 9 REM 10 10 REM This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testboxscript/win/fix_stale_refs.py
r76553 r82968 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-20 19Oracle Corporation13 Copyright (C) 2012-2020 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.