emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Fri, 22 Mar 2002 12:52:16 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.302 emacs/src/emacs.c:1.303
*** emacs/src/emacs.c:1.302     Wed Mar 20 16:31:03 2002
--- emacs/src/emacs.c   Fri Mar 22 12:52:16 2002
***************
*** 1,5 ****
  /* Fully extensible Emacs, running on Unix, intended for GNU.
!    Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001
        Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Fully extensible Emacs, running on Unix, intended for GNU.
!    Copyright (C) 1985,86,87,93,94,95,97,98,1999,2001,2002
        Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 812,818 ****
        else
        {
          printf ("GNU Emacs %s\n", XSTRING (tem)->data);
!         printf ("Copyright (C) 2001 Free Software Foundation, Inc.\n");
          printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
          printf ("You may redistribute copies of Emacs\n");
          printf ("under the terms of the GNU General Public License.\n");
--- 812,818 ----
        else
        {
          printf ("GNU Emacs %s\n", XSTRING (tem)->data);
!         printf ("Copyright (C) 2002 Free Software Foundation, Inc.\n");
          printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
          printf ("You may redistribute copies of Emacs\n");
          printf ("under the terms of the GNU General Public License.\n");



reply via email to

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