Changeset 82968 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/ValidationKit/common
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/Makefile.kmk
r79132 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/common/__init__.py
r79132 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/common/constants/__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/common/constants/result.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/common/constants/rtexitcode.py
r80237 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/common/constants/tbreq.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/common/constants/tbresp.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/common/constants/valueunit.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 -
trunk/src/VBox/ValidationKit/common/netutils.py
r79087 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/common/pathutils.py
r79132 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/common/utils.py
r82966 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/common/webutils.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
Note:
See TracChangeset
for help on using the changeset viewer.