Changeset 106061 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Sep 16, 2024 2:03:52 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/Devices/testcase
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r98410 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2017-202 3Oracle and/or its affiliates.7 * Copyright (C) 2017-2024 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
r98103 r106061 4 4 5 5 /* 6 * Copyright (C) 2020-202 3Oracle and/or its affiliates.6 * Copyright (C) 2020-2024 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
r99739 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 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
r99739 r106061 4 4 5 5 /* 6 * Copyright (C) 2020-202 3Oracle and/or its affiliates.6 * Copyright (C) 2020-2024 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
r98103 r106061 4 4 5 5 /* 6 * Copyright (C) 2017-202 3Oracle and/or its affiliates.6 * Copyright (C) 2017-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2021-202 3Oracle and/or its affiliates.7 * Copyright (C) 2021-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2017-202 3Oracle and/or its affiliates.7 * Copyright (C) 2017-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2021-202 3Oracle and/or its affiliates.7 * Copyright (C) 2021-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2007-202 3Oracle and/or its affiliates.7 * Copyright (C) 2007-2024 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
r98103 r106061 4 4 5 5 /* 6 * Copyright (C) 2017-202 3Oracle and/or its affiliates.6 * Copyright (C) 2017-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2017-202 3Oracle and/or its affiliates.7 * Copyright (C) 2017-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2020-202 3Oracle and/or its affiliates.7 * Copyright (C) 2020-2024 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
r99822 r106061 7 7 8 8 /* 9 * Copyright (C) 2006-202 3Oracle and/or its affiliates.9 * Copyright (C) 2006-2024 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
r98103 r106061 8 8 9 9 /* 10 * Copyright (C) 2006-202 3Oracle and/or its affiliates.10 * Copyright (C) 2006-2024 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.