Changeset 62490 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Jul 22, 2016 6:41:49 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109048
- Location:
- trunk/src/VBox/HostDrivers/Support/os2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r58872 r62490 126 126 "VirtualBox.org Support Driver for OS/2 version " VBOX_VERSION_STRING "\r\n" 127 127 "Copyright (C) 2007 Knut St. Osmundsen\r\n" 128 "Copyright (C) 2007-201 5Oracle Corporation\r\n");128 "Copyright (C) 2007-2016 Oracle Corporation\r\n"); 129 129 g_cchInitText = strlen(&g_szInitText[0]); 130 130 } -
trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp
r57358 r62490 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/HostDrivers/Support/os2/SUPR0IdcClient-os2.c
r57358 r62490 5 5 6 6 /* 7 * Copyright (C) 2008-201 5Oracle Corporation7 * Copyright (C) 2008-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.