aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/gnus-news.el
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/gnus-news.el')
-rw-r--r--doc/misc/gnus-news.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/misc/gnus-news.el b/doc/misc/gnus-news.el
index 5939773805..485e7ce464 100644
--- a/doc/misc/gnus-news.el
+++ b/doc/misc/gnus-news.el
@@ -1,5 +1,5 @@
;;; gnus-news.el --- a hack to create GNUS-NEWS from texinfo source
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2011 Free Software Foundation, Inc.
;; Author: Reiner Steib <[email protected]>
;; Keywords: tools
@@ -26,8 +26,7 @@
(defvar gnus-news-header-disclaimer
"GNUS NEWS -- history of user-visible changes.
-Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright (C) 1999-2011 Free Software Foundation, Inc.
See the end of the file for license conditions.
Please send Gnus bug reports to [email protected].
@@ -113,5 +112,4 @@ paragraph-separate: \"[ ]*$\"\nend:\n")
(insert gnus-news-trailer)
(write-region (point-min) (point-max) outfile))))
-;; arch-tag: e23cdd27-eafd-4ba0-816f-98f5edb0dc29
;;; gnus-news.el ends here