Deleted Added
full compact
optfunc.c (170964) optfunc.c (173682)
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 428 unchanged lines hidden (view full) ---

437 break;
438 case INIT:
439 /*
440 * Force output to stdout per GNU standard for --version output.
441 */
442 any_display = 1;
443 putstr("less ");
444 putstr(version);
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 428 unchanged lines hidden (view full) ---

437 break;
438 case INIT:
439 /*
440 * Force output to stdout per GNU standard for --version output.
441 */
442 any_display = 1;
443 putstr("less ");
444 putstr(version);
445 putstr("\nCopyright (C) 1984-2005 Mark Nudelman\n\n");
445 putstr("\nCopyright (C) 1984-2007 Mark Nudelman\n\n");
446 putstr("less comes with NO WARRANTY, to the extent permitted by law.\n");
447 putstr("For information about the terms of redistribution,\n");
448 putstr("see the file named README in the less distribution.\n");
449 putstr("Homepage: http://www.greenwoodsoftware.com/less\n");
450 quit(QUIT_OK);
451 break;
452 }
453}

--- 215 unchanged lines hidden ---
446 putstr("less comes with NO WARRANTY, to the extent permitted by law.\n");
447 putstr("For information about the terms of redistribution,\n");
448 putstr("see the file named README in the less distribution.\n");
449 putstr("Homepage: http://www.greenwoodsoftware.com/less\n");
450 quit(QUIT_OK);
451 break;
452 }
453}

--- 215 unchanged lines hidden ---