emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/ebrowse.c,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lib-src/ebrowse.c,v
Date: Sun, 21 Jan 2007 04:49:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/01/21 04:49:26

Index: ebrowse.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/ebrowse.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- ebrowse.c   18 Jul 2006 16:33:45 -0000      1.43
+++ ebrowse.c   21 Jan 2007 04:49:26 -0000      1.44
@@ -1,7 +1,7 @@
 /* ebrowse.c --- parsing files for the ebrowse C++ browser
 
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-                 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+                 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, 
Inc.
 
    This file is part of GNU Emacs.
 
@@ -3691,7 +3691,7 @@
 version ()
 {
   printf ("ebrowse %s\n", VERSION);
-  puts ("Copyright (C) 1992-2006 Free Software Foundation, Inc.");
+  puts ("Copyright (C) 1992-2007 Free Software Foundation, Inc.");
   puts ("This program is distributed under the same terms as Emacs.");
   exit (EXIT_SUCCESS);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]