Changeset 98103 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Jan 17, 2023 2:15:46 PM (23 months ago)
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2018-202 2Oracle and/or its affiliates.7 * Copyright (C) 2018-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2018-202 2Oracle and/or its affiliates.9 * Copyright (C) 2018-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Serial/DrvChar.cpp
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/Serial/DrvHostSerial.cpp
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/Serial/DrvNamedPipe.cpp
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/Serial/DrvRawFile.cpp
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/Serial/DrvTCP.cpp
r96407 r98103 7 7 * Contributed by Alexey Eromenko (derived from DrvNamedPipe). 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/Serial/UartCore.cpp
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2018-202 2Oracle and/or its affiliates.9 * Copyright (C) 2018-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Devices/Serial/UartCore.h
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2018-202 2Oracle and/or its affiliates.9 * Copyright (C) 2018-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.