Changeset 16152 in vbox
- Timestamp:
- Jan 21, 2009 5:22:59 PM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r14360 r16152 1345 1345 VBOX_VERSION_STRING "\n" 1346 1346 "(C) 2008 Sun Microsystems, Inc.\n" 1347 "All rights reserved \n\n");1347 "All rights reserved.\n\n"); 1348 1348 if (dohelp) 1349 1349 usage(); -
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r15906 r16152 435 435 RTPrintf ("VirtualBox Headless Interface %s\n" 436 436 "(C) 2008-2009 Sun Microsystems, Inc.\n" 437 "All rights reserved \n\n",437 "All rights reserved.\n\n", 438 438 VBOX_VERSION_STRING); 439 439
Note:
See TracChangeset
for help on using the changeset viewer.