comparison lib-src/etags.c @ 112094:794f724ca655

Set short copyright year to 2011. * lib-src/ebrowse.c (version) <emacs_copyright>: * lib-src/etags.c (print_version) <emacs_copyright>: * lib-src/rcs2log (Copyright): * lisp/version.el (emacs-copyright): * nextstep/Cocoa/Emacs.base/Contents/Info.plist: * nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set short copyright year to 2011.
author Glenn Morris <rgm@gnu.org>
date Sat, 01 Jan 2011 18:46:30 -0800
parents 5cec35cc882b
children 40af77a50adc
comparison
equal deleted inserted replaced
112093:f8b430cb91a7 112094:794f724ca655
27 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 27 OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
28 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 29
30 30
31 Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999, 31 Copyright (C) 1984, 1987, 1988, 1989, 1993, 1994, 1995, 1998, 1999,
32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 32 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
33 Free Software Foundation, Inc. 33 2011 Free Software Foundation, Inc.
34 34
35 This file is not considered part of GNU Emacs. 35 This file is not considered part of GNU Emacs.
36 36
37 This program is free software: you can redistribute it and/or modify 37 This program is free software: you can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by 38 it under the terms of the GNU General Public License as published by
896 #endif 896 #endif
897 static void 897 static void
898 print_version () 898 print_version ()
899 { 899 {
900 /* Makes it easier to update automatically. */ 900 /* Makes it easier to update automatically. */
901 char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; 901 char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc.";
902 902
903 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); 903 printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
904 puts (emacs_copyright); 904 puts (emacs_copyright);
905 puts ("This program is distributed under the terms in ETAGS.README"); 905 puts ("This program is distributed under the terms in ETAGS.README");
906 906
6852 * c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp") 6852 * c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp")
6853 * c-file-style: "gnu" 6853 * c-file-style: "gnu"
6854 * End: 6854 * End:
6855 */ 6855 */
6856 6856
6857 /* arch-tag: 8a9b748d-390c-4922-99db-2eeefa921051
6858 (do not change this comment) */
6859
6860 /* etags.c ends here */ 6857 /* etags.c ends here */