aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-09 17:34:22 -0800
committerGlenn Morris2014-02-09 17:34:22 -0800
commit34dc21db6e57ebbad81a196002fcd3cc557f096e (patch)
treeaf967b20dcee5af033a0fd63f464bab0b7569cb1 /lisp/erc
parent411141fb8e659c11194b40b6fc645b7226c76d12 (diff)
downloademacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.tar.gz
emacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.zip
Replace "Maintainer: FSF" with the emacs-devel mailing address
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-autoaway.el2
-rw-r--r--lisp/erc/erc-backend.el2
-rw-r--r--lisp/erc/erc-button.el2
-rw-r--r--lisp/erc/erc-capab.el2
-rw-r--r--lisp/erc/erc-compat.el2
-rw-r--r--lisp/erc/erc-dcc.el2
-rw-r--r--lisp/erc/erc-ezbounce.el2
-rw-r--r--lisp/erc/erc-fill.el2
-rw-r--r--lisp/erc/erc-goodies.el2
-rw-r--r--lisp/erc/erc-ibuffer.el2
-rw-r--r--lisp/erc/erc-identd.el2
-rw-r--r--lisp/erc/erc-imenu.el2
-rw-r--r--lisp/erc/erc-join.el2
-rw-r--r--lisp/erc/erc-lang.el2
-rw-r--r--lisp/erc/erc-list.el2
-rw-r--r--lisp/erc/erc-log.el2
-rw-r--r--lisp/erc/erc-match.el2
-rw-r--r--lisp/erc/erc-menu.el2
-rw-r--r--lisp/erc/erc-netsplit.el2
-rw-r--r--lisp/erc/erc-networks.el2
-rw-r--r--lisp/erc/erc-notify.el2
-rw-r--r--lisp/erc/erc-page.el2
-rw-r--r--lisp/erc/erc-pcomplete.el2
-rw-r--r--lisp/erc/erc-replace.el2
-rw-r--r--lisp/erc/erc-ring.el2
-rw-r--r--lisp/erc/erc-services.el2
-rw-r--r--lisp/erc/erc-sound.el2
-rw-r--r--lisp/erc/erc-speedbar.el2
-rw-r--r--lisp/erc/erc-spelling.el2
-rw-r--r--lisp/erc/erc-stamp.el2
-rw-r--r--lisp/erc/erc-track.el2
-rw-r--r--lisp/erc/erc-truncate.el2
-rw-r--r--lisp/erc/erc-xdcc.el2
-rw-r--r--lisp/erc/erc.el2
34 files changed, 34 insertions, 34 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el
index 4f36ae73cea..494b48f1096 100644
--- a/lisp/erc/erc-autoaway.el
+++ b/lisp/erc/erc-autoaway.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Jorgen Schaefer <forcer@forcix.cx> 5;; Author: Jorgen Schaefer <forcer@forcix.cx>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway 7;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el
index 5706293860e..01fdfc54d1d 100644
--- a/lisp/erc/erc-backend.el
+++ b/lisp/erc/erc-backend.el
@@ -4,7 +4,7 @@
4 4
5;; Filename: erc-backend.el 5;; Filename: erc-backend.el
6;; Author: Lawrence Mitchell <wence@gmx.li> 6;; Author: Lawrence Mitchell <wence@gmx.li>
7;; Maintainer: FSF 7;; Maintainer: emacs-devel@gnu.org
8;; Created: 2004-05-7 8;; Created: 2004-05-7
9;; Keywords: IRC chat client internet 9;; Keywords: IRC chat client internet
10 10
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index bab7a89545b..6e2c60cf6fa 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 1996-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 1996-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: irc, button, url, regexp 7;; Keywords: irc, button, url, regexp
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcButton 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcButton
9 9
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el
index da30805ae68..87e185fe03a 100644
--- a/lisp/erc/erc-capab.el
+++ b/lisp/erc/erc-capab.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2006-2014 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: emacs-devel@gnu.org
6 6
7; This file is part of GNU Emacs. 7; This file is part of GNU Emacs.
8 8
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el
index 3807db7d663..ca4df66d46b 100644
--- a/lisp/erc/erc-compat.el
+++ b/lisp/erc/erc-compat.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2003, 2005-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2005-2014 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC 7;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el
index 9a37fd86266..f9f0060ac6b 100644
--- a/lisp/erc/erc-dcc.el
+++ b/lisp/erc/erc-dcc.el
@@ -6,7 +6,7 @@
6;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> 6;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu>
7;; Noah Friedman <friedman@prep.ai.mit.edu> 7;; Noah Friedman <friedman@prep.ai.mit.edu>
8;; Per Persson <pp@sno.pp.se> 8;; Per Persson <pp@sno.pp.se>
9;; Maintainer: FSF 9;; Maintainer: emacs-devel@gnu.org
10;; Keywords: comm, processes 10;; Keywords: comm, processes
11;; Created: 1994-01-23 11;; Created: 1994-01-23
12 12
diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el
index e848d2550b1..efdd857414b 100644
--- a/lisp/erc/erc-ezbounce.el
+++ b/lisp/erc/erc-ezbounce.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el
index 25ada7b8443..0cb7bfe84bf 100644
--- a/lisp/erc/erc-fill.el
+++ b/lisp/erc/erc-fill.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Mario Lang <mlang@delysid.org> 6;; Mario Lang <mlang@delysid.org>
7;; Maintainer: FSF 7;; Maintainer: emacs-devel@gnu.org
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el
index 6e6b9166abe..8bb6e77a5f8 100644
--- a/lisp/erc/erc-goodies.el
+++ b/lisp/erc/erc-goodies.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2001-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2014 Free Software Foundation, Inc.
4 4
5;; Author: Jorgen Schaefer <forcer@forcix.cx> 5;; Author: Jorgen Schaefer <forcer@forcix.cx>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7 7
8;; Most code is taken verbatim from erc.el, see there for the original 8;; Most code is taken verbatim from erc.el, see there for the original
9;; authors. 9;; authors.
diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el
index c044e4ae585..2aebfa36d65 100644
--- a/lisp/erc/erc-ibuffer.el
+++ b/lisp/erc/erc-ibuffer.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm 7;; Keywords: comm
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcIbuffer 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcIbuffer
9 9
diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el
index da756ad7949..e418f3315c7 100644
--- a/lisp/erc/erc-identd.el
+++ b/lisp/erc/erc-identd.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2003, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: John Wiegley <johnw@gnu.org> 5;; Author: John Wiegley <johnw@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, processes 7;; Keywords: comm, processes
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-imenu.el b/lisp/erc/erc-imenu.el
index b031c871eeb..57fb2a1cb8b 100644
--- a/lisp/erc/erc-imenu.el
+++ b/lisp/erc/erc-imenu.el
@@ -4,7 +4,7 @@
4;; Inc. 4;; Inc.
5 5
6;; Author: Mario Lang <mlang@delysid.org> 6;; Author: Mario Lang <mlang@delysid.org>
7;; Maintainer: FSF 7;; Maintainer: emacs-devel@gnu.org
8;; Keywords: comm 8;; Keywords: comm
9;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcImenu 9;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcImenu
10 10
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el
index 490b6f6d0db..e47e6e0c89e 100644
--- a/lisp/erc/erc-join.el
+++ b/lisp/erc/erc-join.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: irc 7;; Keywords: irc
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin
9 9
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el
index 32e2f1d84c7..5012aa4c2a5 100644
--- a/lisp/erc/erc-lang.el
+++ b/lisp/erc/erc-lang.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Version: 1.0.0 7;; Version: 1.0.0
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang
9;; Keywords: comm languages processes 9;; Keywords: comm languages processes
diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el
index c386bc42561..4dbe4342f70 100644
--- a/lisp/erc/erc-list.el
+++ b/lisp/erc/erc-list.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2008-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2014 Free Software Foundation, Inc.
4 4
5;; Author: Tom Tromey <tromey@redhat.com> 5;; Author: Tom Tromey <tromey@redhat.com>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Version: 0.1 7;; Version: 0.1
8;; Keywords: comm 8;; Keywords: comm
9 9
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el
index 560558d2583..1177cd8ce12 100644
--- a/lisp/erc/erc-log.el
+++ b/lisp/erc/erc-log.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2014 Free Software Foundation, Inc.
4 4
5;; Author: Lawrence Mitchell <wence@gmx.li> 5;; Author: Lawrence Mitchell <wence@gmx.li>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: IRC, chat, client, Internet, logging 7;; Keywords: IRC, chat, client, Internet, logging
8 8
9;; Created 2003-04-26 9;; Created 2003-04-26
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el
index f69311a097f..b10da96f6f4 100644
--- a/lisp/erc/erc-match.el
+++ b/lisp/erc/erc-match.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2014 Free Software Foundation, Inc.
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, faces 7;; Keywords: comm, faces
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcMatch 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcMatch
9 9
diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el
index 81e321a03e6..f54141287de 100644
--- a/lisp/erc/erc-menu.el
+++ b/lisp/erc/erc-menu.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2001-2002, 2004-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2002, 2004-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, processes, menu 7;; Keywords: comm, processes, menu
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-netsplit.el b/lisp/erc/erc-netsplit.el
index cb80f4fef5e..6121bee09c8 100644
--- a/lisp/erc/erc-netsplit.el
+++ b/lisp/erc/erc-netsplit.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el
index fa63a62c95f..191aad0e0cc 100644
--- a/lisp/erc/erc-networks.el
+++ b/lisp/erc/erc-networks.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002, 2004-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@lexx.delysid.org> 5;; Author: Mario Lang <mlang@lexx.delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el
index 878f6b22b29..9f6139628d5 100644
--- a/lisp/erc/erc-notify.el
+++ b/lisp/erc/erc-notify.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@lexx.delysid.org> 5;; Author: Mario Lang <mlang@lexx.delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm 7;; Keywords: comm
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-page.el b/lisp/erc/erc-page.el
index 4479f1515ce..e1f636eee94 100644
--- a/lisp/erc/erc-page.el
+++ b/lisp/erc/erc-page.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: emacs-devel@gnu.org
6 6
7;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
8 8
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el
index 5b731459804..57e1bb1dd3e 100644
--- a/lisp/erc/erc-pcomplete.el
+++ b/lisp/erc/erc-pcomplete.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Sacha Chua <sacha@free.net.ph> 5;; Author: Sacha Chua <sacha@free.net.ph>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, convenience 7;; Keywords: comm, convenience
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
9 9
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el
index 073203490ac..5eb3338b73e 100644
--- a/lisp/erc/erc-replace.el
+++ b/lisp/erc/erc-replace.el
@@ -4,7 +4,7 @@
4;; Inc. 4;; Inc.
5 5
6;; Author: Andreas Fuchs <asf@void.at> 6;; Author: Andreas Fuchs <asf@void.at>
7;; Maintainer: FSF 7;; Maintainer: emacs-devel@gnu.org
8;; Keywords: IRC, client, Internet 8;; Keywords: IRC, client, Internet
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el
index 2414cfbe8e9..1762700ff36 100644
--- a/lisp/erc/erc-ring.el
+++ b/lisp/erc/erc-ring.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2001-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Alex Schroeder <alex@gnu.org> 5;; Author: Alex Schroeder <alex@gnu.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm 7;; Keywords: comm
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcHistory 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcHistory
9 9
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el
index d08614e4166..931c2c6fa70 100644
--- a/lisp/erc/erc-services.el
+++ b/lisp/erc/erc-services.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: emacs-devel@gnu.org
6 6
7;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
8 8
diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el
index 6a04539b798..feb045788f7 100644
--- a/lisp/erc/erc-sound.el
+++ b/lisp/erc/erc-sound.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2002-2003, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2003, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: emacs-devel@gnu.org
6 6
7;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
8 8
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el
index 0eed5e89378..7b878013f0d 100644
--- a/lisp/erc/erc-speedbar.el
+++ b/lisp/erc/erc-speedbar.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Contributor: Eric M. Ludlam <eric@siege-engine.com> 6;; Contributor: Eric M. Ludlam <eric@siege-engine.com>
7;; Maintainer: FSF 7;; Maintainer: emacs-devel@gnu.org
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el
index 13fbb70739b..c5e38da06a1 100644
--- a/lisp/erc/erc-spelling.el
+++ b/lisp/erc/erc-spelling.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2005-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2005-2014 Free Software Foundation, Inc.
4 4
5;; Author: Jorgen Schaefer <forcer@forcix.cx> 5;; Author: Jorgen Schaefer <forcer@forcix.cx>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: irc 7;; Keywords: irc
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcSpelling 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcSpelling
9 9
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index 21e50ec7869..ab951652bcc 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, processes, timestamp 7;; Keywords: comm, processes, timestamp
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcStamp 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcStamp
9 9
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 7fcf4e48aba..3f7b6a7b501 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2002-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, faces 7;; Keywords: comm, faces
8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcChannelTracking 8;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcChannelTracking
9 9
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el
index 34c1aa9d095..c82ffe3b692 100644
--- a/lisp/erc/erc-truncate.el
+++ b/lisp/erc/erc-truncate.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Andreas Fuchs <asf@void.at> 5;; Author: Andreas Fuchs <asf@void.at>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: IRC, chat, client, Internet, logging 7;; Keywords: IRC, chat, client, Internet, logging
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el
index 5e650d01cb4..f1983c8de74 100644
--- a/lisp/erc/erc-xdcc.el
+++ b/lisp/erc/erc-xdcc.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2003-2004, 2006-2014 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2004, 2006-2014 Free Software Foundation, Inc.
4 4
5;; Author: Mario Lang <mlang@delysid.org> 5;; Author: Mario Lang <mlang@delysid.org>
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: comm, processes 7;; Keywords: comm, processes
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 102818c18b5..d93e9e02156 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -9,7 +9,7 @@
9;; Andreas Fuchs (afs@void.at) 9;; Andreas Fuchs (afs@void.at)
10;; Gergely Nagy (algernon@midgard.debian.net) 10;; Gergely Nagy (algernon@midgard.debian.net)
11;; David Edmondson (dme@dme.org) 11;; David Edmondson (dme@dme.org)
12;; Maintainer: FSF 12;; Maintainer: emacs-devel@gnu.org
13;; Keywords: IRC, chat, client, Internet 13;; Keywords: IRC, chat, client, Internet
14;; Version: 5.3 14;; Version: 5.3
15 15