Changeset 4220 for trunk/lib-src/ebrowse.c
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lib-src/ebrowse.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib-src/ebrowse.c
r4190 r4220 2 2 3 3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 4 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 Free Software Foundation, Inc. 5 6 6 7 This file is part of GNU Emacs. … … 8 9 GNU Emacs is free software; you can redistribute it and/or modify 9 10 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2, or (at your option)11 the Free Software Foundation; either version 3, or (at your option) 11 12 any later version. 12 13 … … 3692 3693 { 3693 3694 printf ("ebrowse %s\n", VERSION); 3694 puts ("Copyright (C) 1992-2007Free Software Foundation, Inc.");3695 puts ("Copyright (C) 2008 Free Software Foundation, Inc."); 3695 3696 puts ("This program is distributed under the same terms as Emacs."); 3696 3697 exit (EXIT_SUCCESS);
