Changeset 98103 in vbox for trunk/src/VBox/ValidationKit/utils/TestExecServ
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/ValidationKit/utils/TestExecServ
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2010-202 2Oracle and/or its affiliates.7 # Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecService.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceInternal.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceSerial.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2018-202 2Oracle and/or its affiliates.7 * Copyright (C) 2018-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-nat.sh
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2018-202 2Oracle and/or its affiliates.7 # Copyright (C) 2018-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/solaris/vboxtxs-sol10.xml
r96407 r98103 5 5 --> 6 6 <!-- 7 Copyright (C) 2010-202 2Oracle and/or its affiliates.7 Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 9 9 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/solaris/vboxtxs.sh
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2010-202 2Oracle and/or its affiliates.7 # Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/solaris/vboxtxs.xml
r96407 r98103 5 5 --> 6 6 <!-- 7 Copyright (C) 2010-202 2Oracle and/or its affiliates.7 Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 9 9 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs-nat.cmd
r96407 r98103 5 5 @REM 6 6 REM 7 REM Copyright (C) 2006-202 2Oracle and/or its affiliates.7 REM Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 REM 9 9 REM This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs.cmd
r96407 r98103 5 5 @REM 6 6 REM 7 REM Copyright (C) 2006-202 2Oracle and/or its affiliates.7 REM Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 REM 9 9 REM This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs.xml
r96407 r98103 1 1 <?xml version="1.0" encoding="UTF-16"?> 2 2 <!-- 3 Copyright (C) 2019-202 2Oracle and/or its affiliates.3 Copyright (C) 2019-2023 Oracle and/or its affiliates. 4 4 5 5 This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.