comparison doc/misc/gnus-news.el @ 112218:376148b31b5e

Add 2011 to FSF/AIST copyright years.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 Jan 2011 15:50:46 -0800
parents 1d1d5d9bd884
children 417b1e4d63cd
comparison
equal deleted inserted replaced
112097:3ef3ed396505 112218:376148b31b5e
1 ;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source 1 ;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source
2 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 2 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
3 3
4 ;; Author: Reiner Steib <Reiner.Steib@gmx.de> 4 ;; Author: Reiner Steib <Reiner.Steib@gmx.de>
5 ;; Keywords: tools 5 ;; Keywords: tools
6 6
7 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
25 25
26 (defvar gnus-news-header-disclaimer 26 (defvar gnus-news-header-disclaimer
27 "GNUS NEWS -- history of user-visible changes. 27 "GNUS NEWS -- history of user-visible changes.
28 28
29 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 29 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
30 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 30 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
31 See the end of the file for license conditions. 31 See the end of the file for license conditions.
32 32
33 Please send Gnus bug reports to bugs@gnus.org. 33 Please send Gnus bug reports to bugs@gnus.org.
34 For older news, see Gnus info node \"New Features\".\n\n") 34 For older news, see Gnus info node \"New Features\".\n\n")
35 35