Changeset 93115 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Jan 1, 2022 11:31:46 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149129
- Location:
- trunk/src/VBox/ValidationKit/common
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/Makefile.kmk
r82968 r93115 5 5 6 6 # 7 # Copyright (C) 2006-202 0Oracle Corporation7 # Copyright (C) 2006-2022 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/__init__.py
r82968 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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
r82968 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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
r82968 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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
r82968 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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
r82968 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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
r82968 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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
r92305 r93115 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 0Oracle Corporation13 Copyright (C) 2012-2022 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/netutils.py
r82968 r93115 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 0Oracle Corporation13 Copyright (C) 2012-2022 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/pathutils.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/utils.py
r92889 r93115 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 0Oracle Corporation13 Copyright (C) 2012-2022 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/webutils.py
r86436 r93115 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 0Oracle Corporation10 Copyright (C) 2012-2022 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.