comparison lib-src/ebrowse.c @ 79673:2aef5e9680f7

(version): Just use current year for short copyright; update to 2008.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jan 2008 03:00:11 +0000
parents 1f2482de3237
children
comparison
equal deleted inserted replaced
79672:4cdad67efc2d 79673:2aef5e9680f7
1 /* ebrowse.c --- parsing files for the ebrowse C++ browser 1 /* ebrowse.c --- parsing files for the ebrowse C++ browser
2 2
3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 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 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
7 8
8 GNU Emacs is free software; you can redistribute it and/or modify 9 GNU Emacs is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
3689 3690
3690 void 3691 void
3691 version () 3692 version ()
3692 { 3693 {
3693 printf ("ebrowse %s\n", VERSION); 3694 printf ("ebrowse %s\n", VERSION);
3694 puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc."); 3695 puts ("Copyright (C) 2008 Free Software Foundation, Inc.");
3695 puts ("This program is distributed under the same terms as Emacs."); 3696 puts ("This program is distributed under the same terms as Emacs.");
3696 exit (EXIT_SUCCESS); 3697 exit (EXIT_SUCCESS);
3697 } 3698 }
3698 3699
3699 3700