ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vpectrl.C
(Generate patch)

Comparing gvpe/src/vpectrl.C (file contents):
Revision 1.5 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.6 by pcg, Thu Oct 16 21:57:54 2003 UTC

297 297
298 if (show_version) 298 if (show_version)
299 { 299 {
300 printf (_("%s version %s (built %s %s, protocol %d.%d)\n"), get_identity (), 300 printf (_("%s version %s (built %s %s, protocol %d.%d)\n"), get_identity (),
301 VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR); 301 VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR);
302 printf (_("Built with kernel interface %s/%s.\n"), IFTYPE, IFSUBTYPE);
302 printf (_ 303 printf (_
303 ("Copyright (C) 2003 Marc Lehmann <vpe@plan9.de> and others.\n" 304 ("Copyright (C) 2003 Marc Lehmann <vpe@plan9.de> and others.\n"
304 "See the AUTHORS file for a complete list.\n\n" 305 "See the AUTHORS file for a complete list.\n\n"
305 "vpe comes with ABSOLUTELY NO WARRANTY. This is free software,\n" 306 "vpe comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
306 "and you are welcome to redistribute it under certain conditions;\n" 307 "and you are welcome to redistribute it under certain conditions;\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines