Changeset 62484 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jul 22, 2016 6:35:33 PM (8 years ago)
- Location:
- trunk/src/VBox/ValidationKit/testdriver
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/Makefile.kmk
r56295 r62484 5 5 6 6 # 7 # Copyright (C) 2010-201 5Oracle Corporation7 # Copyright (C) 2010-2016 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/__init__.py
r56295 r62484 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-201 5Oracle Corporation10 Copyright (C) 2010-2016 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/base.py
r62104 r62484 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-201 5Oracle Corporation11 Copyright (C) 2010-2016 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r62322 r62484 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-201 5Oracle Corporation11 Copyright (C) 2010-2016 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/tst-txsclient.py
r61833 r62484 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-201 5Oracle Corporation10 Copyright (C) 2010-2016 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r62179 r62484 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-201 5Oracle Corporation10 Copyright (C) 2010-2016 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/vboxcon.py
r56295 r62484 10 10 __copyright__ = \ 11 11 """ 12 Copyright (C) 2010-201 5Oracle Corporation12 Copyright (C) 2010-2016 Oracle Corporation 13 13 14 14 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r61981 r62484 12 12 __copyright__ = \ 13 13 """ 14 Copyright (C) 2010-201 5Oracle Corporation14 Copyright (C) 2010-2016 Oracle Corporation 15 15 16 16 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r62007 r62484 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2010-201 5Oracle Corporation10 Copyright (C) 2010-2016 Oracle Corporation 11 11 12 12 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
r62236 r62484 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-201 5Oracle Corporation11 Copyright (C) 2010-2016 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testdriver/winbase.py
r61952 r62484 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2010-201 5Oracle Corporation11 Copyright (C) 2010-2016 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.