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

Comparing gvpe/src/gvpectrl.C (file contents):
Revision 1.8 by pcg, Mon Aug 11 16:02:16 2008 UTC vs.
Revision 1.9 by pcg, Fri Nov 21 05:02:08 2008 UTC

320 { 320 {
321 printf (_("%s version %s (built %s %s, protocol version %d.%d)\n"), get_identity (), 321 printf (_("%s version %s (built %s %s, protocol version %d.%d)\n"), get_identity (),
322 VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR); 322 VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR);
323 printf (_("Built with kernel interface %s/%s.\n"), IFTYPE, IFSUBTYPE); 323 printf (_("Built with kernel interface %s/%s.\n"), IFTYPE, IFSUBTYPE);
324 printf (_ 324 printf (_
325 ("Copyright (C) 2003 Marc Lehmann <gvpe@schmorp.de> and others.\n" 325 ("Copyright (C) 2003-2008 Marc Lehmann <gvpe@schmorp.de> and others.\n"
326 "See the AUTHORS file for a complete list.\n\n" 326 "See the AUTHORS file for a complete list.\n\n"
327 "vpe comes with ABSOLUTELY NO WARRANTY. This is free software,\n" 327 "vpe comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
328 "and you are welcome to redistribute it under certain conditions;\n" 328 "and you are welcome to redistribute it under certain conditions;\n"
329 "see the file COPYING for details.\n")); 329 "see the file COPYING for details.\n"));
330 330

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines