Changeset 82968 in vbox for trunk/src/VBox/ValidationKit/tests/api
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/ValidationKit/tests/api
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/Makefile.kmk
r82923 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/tests/api/__init__.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/tests/api/tdApi1.py
r79070 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
r79067 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/tests/api/tdCreateVMWithDefaults1.py
r79092 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py
r79067 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py
r79092 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/tests/api/tdPython1.py
r79067 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/tests/api/tdTreeDepth1.py
r79092 r82968 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-20 19Oracle Corporation11 Copyright (C) 2010-2020 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.