Changeset 54521 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Feb 26, 2015 12:54:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r52618 r54521 5 5 6 6 /* 7 * Copyright (C) 2007-201 4Oracle Corporation7 * Copyright (C) 2007-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 189 189 "\r\n" 190 190 "VirtualBox Guest Additions Driver for OS/2 version " VBOX_VERSION_STRING "\r\n" 191 "Copyright (C) 2008- 2010 Oracle Corporation\r\n");191 "Copyright (C) 2008-" VBOX_C_YEAR " " VBOX_VENDOR "\r\n"); 192 192 g_cchInitText = strlen(&g_szInitText[0]); 193 193 }
Note:
See TracChangeset
for help on using the changeset viewer.