Changeset 54574 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Mar 2, 2015 9:36:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/vditool.cpp
r38636 r54574 27 27 #include <VBox/err.h> 28 28 #include <VBox/log.h> 29 #include <VBox/version.h> 29 30 30 31 #include <stdlib.h> … … 381 382 RTR3InitExe(argc, &argv, 0); 382 383 RTPrintf("vditool -- for internal use only!\n" 383 "Copyright ( c) 2009 Oracle Corporation\n\n");384 "Copyright (C) 2009-" VBOX_C_YEAR " " VBOX_VENDOR "\n\n"); 384 385 385 386 /*
Note:
See TracChangeset
for help on using the changeset viewer.