Changeset 28371 in vbox for trunk/src/VBox/NetworkServices/DHCP
- Timestamp:
- Apr 15, 2010 3:02:36 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60131
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
r26574 r28371 45 45 #include <VBox/intnetinline.h> 46 46 #include <VBox/vmm.h> 47 #include <VBox/version.h> 47 48 48 49 #include "../NetLib/VBoxNetLib.h" … … 820 821 case 'h': 821 822 RTPrintf("VBoxNetDHCP Version %s\n" 822 "(C) 2009 Sun Microsystems, Inc.\n"823 "All rights reserved \n"823 "(C) 2009-" VBOX_C_YEAR " " VBOX_VENDOR "\n" 824 "All rights reserved.\n" 824 825 "\n" 825 826 "Usage: VBoxNetDHCP <options>\n"
Note:
See TracChangeset
for help on using the changeset viewer.