Changeset 82968 in vbox for trunk/src/VBox/Runtime/r3/os2
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135976
- Location:
- trunk/src/VBox/Runtime/r3/os2
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/os2/RTTimeSet-os2.cpp
r77120 r82968 7 7 * Contributed by knut st. osmundsen. 8 8 * 9 * Copyright (C) 2018 Oracle Corporation9 * Copyright (C) 2018-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 * You may elect to license modified versions of this file under the 26 26 * terms and conditions of either the GPL or the CDDL or both. 27 *28 27 * -------------------------------------------------------------------- 29 28 * -
trunk/src/VBox/Runtime/r3/os2/filelock-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2008-20 19Oracle Corporation7 * Copyright (C) 2008-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/mp-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp
r76634 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/serialport-os2.cpp
r78607 r82968 5 5 6 6 /* 7 * Copyright (C) 2017-20 19Oracle Corporation7 * Copyright (C) 2017-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/systemmem-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/os2/time-os2.cpp
r77120 r82968 7 7 * Contributed by knut st. osmundsen. 8 8 * 9 * Copyright (C) 2007-20 19Oracle Corporation9 * Copyright (C) 2007-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 25 25 * You may elect to license modified versions of this file under the 26 26 * terms and conditions of either the GPL or the CDDL or both. 27 *28 27 * -------------------------------------------------------------------- 29 28 *
Note:
See TracChangeset
for help on using the changeset viewer.