Changeset 98106 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Jan 17, 2023 10:43:07 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155249
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r97883 r98106 49 49 #include <VBox/log.h> 50 50 #include <iprt/param.h> 51 #include <VBox/version.h> 51 52 52 53 … … 126 127 "VirtualBox.org Support Driver for OS/2 version " VBOX_VERSION_STRING "\r\n" 127 128 "Copyright (C) 2007 Knut St. Osmundsen\r\n" 128 "Copyright (C) 2007- 2020Oracle Corporation\r\n");129 "Copyright (C) 2007-" VBOX_C_YEAR " Oracle Corporation\r\n"); 129 130 g_cchInitText = strlen(&g_szInitText[0]); 130 131 }
Note:
See TracChangeset
for help on using the changeset viewer.