Changeset 98106 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 17, 2023 10:43:07 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155249
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 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 } -
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
r98103 r98106 730 730 else 731 731 RTPrintf("VirtualBox System Service Version %s\n" 732 "Copyright (C) 2008- 2022Oracle and/or its affiliates\n\n",732 "Copyright (C) 2008-" VBOX_C_YEAR " Oracle and/or its affiliates\n\n", 733 733 VBOX_VERSION_STRING); 734 734 return 0; … … 744 744 { 745 745 RTPrintf("VirtualBox System Service Version %s\n" 746 "Copyright (C) 2008- 2022Oracle and/or its affiliates\n\n",746 "Copyright (C) 2008-" VBOX_C_YEAR " Oracle and/or its affiliates\n\n", 747 747 VBOX_VERSION_STRING); 748 748 RTPrintf("Usage:\n"
Note:
See TracChangeset
for help on using the changeset viewer.