Changeset 26034 in vbox for trunk/src/VBox/Main/webservice
- Timestamp:
- Jan 25, 2010 8:31:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r25345 r26034 6 6 * server, to which clients can connect. 7 7 * 8 * Copyright (C) 2006-20 09Sun Microsystems, Inc.8 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 265 265 RTR3Init(); 266 266 267 RTStrmPrintf(g_pStdErr, "Sun VirtualBox Webservice Version %s\n"268 "(C) 2005-20 09 Sun Microsystems, Inc.\n"269 "All rights reserved.\n" , VBOX_VERSION_STRING);267 RTStrmPrintf(g_pStdErr, VBOX_PRODUCT " Webservice Version " VBOX_VERSION_STRING "\n" 268 "(C) 2005-2010 " VBOX_VENDOR "\n" 269 "All rights reserved.\n"); 270 270 271 271 int c;
Note:
See TracChangeset
for help on using the changeset viewer.