comparison src/emacs.c @ 79758:a77d75597d5a

(main): Set copyright year to 2008.
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Jan 2008 04:28:15 +0000
parents 018746a896bb
children 2143d86d5d7c 107ccd98fa12
comparison
equal deleted inserted replaced
79757:37d600303d74 79758:a77d75597d5a
1 /* Fully extensible Emacs, running on Unix, intended for GNU. 1 /* Fully extensible Emacs, running on Unix, intended for GNU.
2 Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999, 2 Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
3 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 3 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 Free Software Foundation, Inc.
4 5
5 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
6 7
7 GNU Emacs is free software; you can redistribute it and/or modify 8 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
864 exit (1); 865 exit (1);
865 } 866 }
866 else 867 else
867 { 868 {
868 printf ("GNU Emacs %s\n", SDATA (tem)); 869 printf ("GNU Emacs %s\n", SDATA (tem));
869 printf ("Copyright (C) 2007 Free Software Foundation, Inc.\n"); 870 printf ("Copyright (C) 2008 Free Software Foundation, Inc.\n");
870 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n"); 871 printf ("GNU Emacs comes with ABSOLUTELY NO WARRANTY.\n");
871 printf ("You may redistribute copies of Emacs\n"); 872 printf ("You may redistribute copies of Emacs\n");
872 printf ("under the terms of the GNU General Public License.\n"); 873 printf ("under the terms of the GNU General Public License.\n");
873 printf ("For more information about these matters, "); 874 printf ("For more information about these matters, ");
874 printf ("see the file named COPYING.\n"); 875 printf ("see the file named COPYING.\n");