Changeset 62482 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Jul 22, 2016 6:30:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109038
- Location:
- trunk/src/VBox/Storage/testcase
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/BuiltinTests.h
r55083 r62482 5 5 6 6 /* 7 * Copyright (C) 2014 Oracle Corporation7 * Copyright (C) 2014-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/Makefile.kmk
r61709 r62482 5 5 6 6 # 7 # Copyright (C) 2006-201 5Oracle Corporation7 # Copyright (C) 2006-2016 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDDefs.h
r46247 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackend.cpp
r52710 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackend.h
r52710 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.cpp
r57415 r62482 6 6 7 7 /* 8 * Copyright (C) 2011-201 2Oracle Corporation8 * Copyright (C) 2011-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoBackendMem.h
r46247 r62482 6 6 7 7 /* 8 * Copyright (C) 2011 Oracle Corporation8 * Copyright (C) 2011-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoRnd.cpp
r36529 r62482 5 5 6 6 /* 7 * Copyright (C) 2011 Oracle Corporation7 * Copyright (C) 2011-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDIoRnd.h
r35596 r62482 5 5 6 6 /* 7 * Copyright (C) 2011 Oracle Corporation7 * Copyright (C) 2011-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDMemDisk.cpp
r57415 r62482 6 6 7 7 /* 8 * Copyright (C) 2011 Oracle Corporation8 * Copyright (C) 2011-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDMemDisk.h
r36134 r62482 5 5 6 6 /* 7 * Copyright (C) 2011 Oracle Corporation7 * Copyright (C) 2011-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScript.cpp
r57415 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScript.h
r52371 r62482 5 5 6 6 /* 7 * Copyright (C) 2013 Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptAst.cpp
r52371 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptAst.h
r52371 r62482 5 5 6 6 /* 7 * Copyright (C) 2013 Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptChecker.cpp
r44941 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptInternal.h
r44901 r62482 5 5 6 6 /* 7 * Copyright (C) 2013 Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptInterp.cpp
r48957 r62482 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/VDScriptStack.h
r44941 r62482 5 5 6 6 /* 7 * Copyright (C) 2013 Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVD-2.cpp
r57415 r62482 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVD.cpp
r57415 r62482 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r59661 r62482 6 6 7 7 /* 8 * Copyright (C) 2011-201 4Oracle Corporation8 * Copyright (C) 2011-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Storage/testcase/tstVDSnap.cpp
r57415 r62482 5 5 6 6 /* 7 * Copyright (C) 2010-201 1Oracle 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/Storage/testcase/vbox-img.cpp
r60954 r62482 5 5 6 6 /* 7 * Copyright (C) 2010-201 4Oracle Corporation7 * Copyright (C) 2010-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.