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/etags.c


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Mon, 06 Feb 2006 11:28:31 +0000

Index: emacs/lib-src/etags.c
diff -u emacs/lib-src/etags.c:3.50 emacs/lib-src/etags.c:3.51
--- emacs/lib-src/etags.c:3.50  Fri Nov 18 13:56:44 2005
+++ emacs/lib-src/etags.c       Mon Feb  6 11:28:28 2006
@@ -1,7 +1,7 @@
 /* Tags file maker to go with GNU Emacs           -*- coding: latin-1 -*-
    Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995,
                  1998, 1999, 2000, 2001, 2002, 2003, 2004,
-                 2005 Free Software Foundation, Inc. and Ken Arnold
+                 2005, 2006 Free Software Foundation, Inc. and Ken Arnold
 
  This file is not considered part of GNU Emacs.
 
@@ -858,7 +858,7 @@
 print_version ()
 {
   printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
-  puts ("Copyright (C) 2002 Free Software Foundation, Inc. and Ken Arnold");
+  puts ("Copyright (C) 2006 Free Software Foundation, Inc. and Ken Arnold");
   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]