Changeset 76553 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Jan 1, 2019 1:45:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127855
- Location:
- trunk/src/VBox/ValidationKit/common
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/Makefile.kmk
r72296 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/__init__.py
r72296 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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
r69111 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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
r69111 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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
r69111 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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
r69111 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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
r69111 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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
r69111 r76553 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-201 7Oracle Corporation13 Copyright (C) 2012-2019 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/netutils.py
r72317 r76553 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-201 7Oracle Corporation13 Copyright (C) 2012-2019 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/utils.py
r72238 r76553 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-201 7Oracle Corporation13 Copyright (C) 2012-2019 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/common/webutils.py
r72635 r76553 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-201 7Oracle Corporation10 Copyright (C) 2012-2019 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.