comparison lib-src/ebrowse.c @ 107009:3e16e7dbb4a5

Merge from trunk
author Jason Rumney <jasonr@gnu.org>
date Mon, 11 Jan 2010 22:34:47 +0800
parents f039ef236594
children 2bc9a0c04c87 921c7579cd1a
comparison
equal deleted inserted replaced
107008:50223db834f2 107009:3e16e7dbb4a5
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, 2008, 2009 4 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 Free Software Foundation, Inc. 5 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
9 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
3678 3678
3679 void 3679 void
3680 version () 3680 version ()
3681 { 3681 {
3682 /* Makes it easier to update automatically. */ 3682 /* Makes it easier to update automatically. */
3683 char emacs_copyright[] = "Copyright (C) 2009 Free Software Foundation, Inc."; 3683 char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
3684 3684
3685 printf ("ebrowse %s\n", VERSION); 3685 printf ("ebrowse %s\n", VERSION);
3686 puts (emacs_copyright); 3686 puts (emacs_copyright);
3687 puts ("This program is distributed under the same terms as Emacs."); 3687 puts ("This program is distributed under the same terms as Emacs.");
3688 exit (EXIT_SUCCESS); 3688 exit (EXIT_SUCCESS);