Changeset 98103 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/Devices/testcase
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDevice.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceBuiltin.h
r96407 r98103 4 4 5 5 /* 6 * Copyright (C) 2020-202 2Oracle and/or its affiliates.6 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceCfg.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceCfg.h
r96407 r98103 4 4 5 5 /* 6 * Copyright (C) 2020-202 2Oracle and/or its affiliates.6 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceInternal.h
r96407 r98103 4 4 5 5 /* 6 * Copyright (C) 2017-202 2Oracle and/or its affiliates.6 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceIoFuzz.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2021-202 2Oracle and/or its affiliates.7 * Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDevicePdmDevHlp.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDevicePdmDevHlpR0.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2021-202 2Oracle and/or its affiliates.7 * Copyright (C) 2021-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDevicePdmThread.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2007-202 2Oracle and/or its affiliates.7 * Copyright (C) 2007-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDevicePlugin.h
r96407 r98103 4 4 5 5 /* 6 * Copyright (C) 2017-202 2Oracle and/or its affiliates.6 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceR0.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceSsmFuzz.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceSsmLoadDbg.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2020-202 2Oracle and/or its affiliates.7 * Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r98065 r98103 7 7 8 8 /* 9 * Copyright (C) 2006-202 2Oracle and/or its affiliates.9 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
r96407 r98103 8 8 9 9 /* 10 * Copyright (C) 2006-202 2Oracle and/or its affiliates.10 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.