From f744797af1dd73a547dd204d7e79f084e6508517 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 25 May 2019 13:43:06 -0700 Subject: Go back to "Maintainer: emacs-devel@gnu.org" Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is no special maintainer for a file. Although this wasn't documented it was common practice and removing the lines didn't have consensus. --- lisp/erc/erc-autoaway.el | 1 + lisp/erc/erc-backend.el | 1 + lisp/erc/erc-button.el | 1 + lisp/erc/erc-capab.el | 2 ++ lisp/erc/erc-compat.el | 1 + lisp/erc/erc-dcc.el | 1 + lisp/erc/erc-ezbounce.el | 1 + lisp/erc/erc-fill.el | 1 + lisp/erc/erc-goodies.el | 1 + lisp/erc/erc-ibuffer.el | 1 + lisp/erc/erc-identd.el | 1 + lisp/erc/erc-imenu.el | 1 + lisp/erc/erc-join.el | 1 + lisp/erc/erc-lang.el | 1 + lisp/erc/erc-list.el | 1 + lisp/erc/erc-log.el | 1 + lisp/erc/erc-match.el | 1 + lisp/erc/erc-menu.el | 1 + lisp/erc/erc-netsplit.el | 1 + lisp/erc/erc-networks.el | 1 + lisp/erc/erc-notify.el | 1 + lisp/erc/erc-page.el | 2 ++ lisp/erc/erc-pcomplete.el | 1 + lisp/erc/erc-replace.el | 1 + lisp/erc/erc-ring.el | 1 + lisp/erc/erc-services.el | 2 ++ lisp/erc/erc-sound.el | 2 ++ lisp/erc/erc-speedbar.el | 1 + lisp/erc/erc-spelling.el | 1 + lisp/erc/erc-stamp.el | 1 + lisp/erc/erc-track.el | 1 + lisp/erc/erc-truncate.el | 1 + lisp/erc/erc-xdcc.el | 1 + lisp/erc/erc.el | 1 + 34 files changed, 38 insertions(+) (limited to 'lisp/erc') diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el index 298cffb49ae..9e224e0b828 100644 --- a/lisp/erc/erc-autoaway.el +++ b/lisp/erc/erc-autoaway.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer +;; Maintainer: emacs-devel@gnu.org ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index eb441c29b41..210830a2b49 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el @@ -4,6 +4,7 @@ ;; Filename: erc-backend.el ;; Author: Lawrence Mitchell +;; Maintainer: emacs-devel@gnu.org ;; Created: 2004-05-7 ;; Keywords: IRC chat client internet diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 8e2a6b980d0..c8aa887a652 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1996-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: irc, button, url, regexp ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcButton diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el index 3d99c259aad..210a7736cc0 100644 --- a/lisp/erc/erc-capab.el +++ b/lisp/erc/erc-capab.el @@ -2,6 +2,8 @@ ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org + ; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el index 3b362774b6b..e724e367ab1 100644 --- a/lisp/erc/erc-compat.el +++ b/lisp/erc/erc-compat.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2003, 2005-2019 Free Software Foundation, Inc. ;; Author: Alex Schroeder +;; Maintainer: emacs-devel@gnu.org ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index b835191960e..a6b7532e1f3 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el @@ -6,6 +6,7 @@ ;; Author: Ben A. Mesander ;; Noah Friedman ;; Per Persson +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, processes ;; Created: 1994-01-23 diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el index 5784e63d7f8..a2c9336826a 100644 --- a/lisp/erc/erc-ezbounce.el +++ b/lisp/erc/erc-ezbounce.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Andreas Fuchs +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el index ef876f464e3..934b52a938c 100644 --- a/lisp/erc/erc-fill.el +++ b/lisp/erc/erc-fill.el @@ -4,6 +4,7 @@ ;; Author: Andreas Fuchs ;; Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index 0d16aaf5412..884c594b9ed 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer +;; Maintainer: emacs-devel@gnu.org ;; Most code is taken verbatim from erc.el, see there for the original ;; authors. diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el index ce0104b3054..149c858d2e8 100644 --- a/lisp/erc/erc-ibuffer.el +++ b/lisp/erc/erc-ibuffer.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcIbuffer diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el index 96b45899b49..d95e0eac0c7 100644 --- a/lisp/erc/erc-identd.el +++ b/lisp/erc/erc-identd.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2003, 2006-2019 Free Software Foundation, Inc. ;; Author: John Wiegley +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, processes ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-imenu.el b/lisp/erc/erc-imenu.el index e40dc1fc250..08f52f13647 100644 --- a/lisp/erc/erc-imenu.el +++ b/lisp/erc/erc-imenu.el @@ -4,6 +4,7 @@ ;; Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcImenu diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el index 18cc8b54252..896521eaf0a 100644 --- a/lisp/erc/erc-join.el +++ b/lisp/erc/erc-join.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Alex Schroeder +;; Maintainer: emacs-devel@gnu.org ;; Keywords: irc ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index 765898da7b9..f0dbe69f791 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Alex Schroeder +;; Maintainer: emacs-devel@gnu.org ;; Old-Version: 1.0.0 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang ;; Keywords: comm languages processes diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el index 6a2ba785ba4..d8d9e17c95a 100644 --- a/lisp/erc/erc-list.el +++ b/lisp/erc/erc-list.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. ;; Author: Tom Tromey +;; Maintainer: emacs-devel@gnu.org ;; Old-Version: 0.1 ;; Keywords: comm diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index fc12dc73ef5..4153f5c57bd 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. ;; Author: Lawrence Mitchell +;; Maintainer: emacs-devel@gnu.org ;; Keywords: IRC, chat, client, Internet, logging ;; Created 2003-04-26 diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index 98ddebd0cfc..cc4b4a88f11 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. ;; Author: Andreas Fuchs +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, faces ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcMatch diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el index e13404ca133..8173829797b 100644 --- a/lisp/erc/erc-menu.el +++ b/lisp/erc/erc-menu.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2001-2002, 2004-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, processes, menu ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-netsplit.el b/lisp/erc/erc-netsplit.el index 252af715d72..87c3a61b663 100644 --- a/lisp/erc/erc-netsplit.el +++ b/lisp/erc/erc-netsplit.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el index e92da7b7253..eca8ad6a899 100644 --- a/lisp/erc/erc-networks.el +++ b/lisp/erc/erc-networks.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002, 2004-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el index 9bd062a98d6..45dae899900 100644 --- a/lisp/erc/erc-notify.el +++ b/lisp/erc/erc-notify.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-page.el b/lisp/erc/erc-page.el index 4e7fed7b403..cb57883ae6f 100644 --- a/lisp/erc/erc-page.el +++ b/lisp/erc/erc-page.el @@ -2,6 +2,8 @@ ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el index e2489a8d0ee..dd2da85d0e8 100644 --- a/lisp/erc/erc-pcomplete.el +++ b/lisp/erc/erc-pcomplete.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Sacha Chua +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, convenience ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index e1c495c9036..2e0e54a030f 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el @@ -4,6 +4,7 @@ ;; Inc. ;; Author: Andreas Fuchs +;; Maintainer: emacs-devel@gnu.org ;; Keywords: IRC, client, Internet ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el index 54f91d134cb..5459d8b01e5 100644 --- a/lisp/erc/erc-ring.el +++ b/lisp/erc/erc-ring.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2001-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Alex Schroeder +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcHistory diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index f500f4c1278..886ba60eb47 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el @@ -2,6 +2,8 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el index 38e0b2885bb..34f7ce62c74 100644 --- a/lisp/erc/erc-sound.el +++ b/lisp/erc/erc-sound.el @@ -2,6 +2,8 @@ ;; Copyright (C) 2002-2003, 2006-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el index 833ad2f1e78..0a1e38fe248 100644 --- a/lisp/erc/erc-speedbar.el +++ b/lisp/erc/erc-speedbar.el @@ -4,6 +4,7 @@ ;; Author: Mario Lang ;; Contributor: Eric M. Ludlam +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el index 8df7ea9e4c1..69a83fa032b 100644 --- a/lisp/erc/erc-spelling.el +++ b/lisp/erc/erc-spelling.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer +;; Maintainer: emacs-devel@gnu.org ;; Keywords: irc ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcSpelling diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index 541c67a74fb..860fdbb77ce 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, processes, timestamp ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcStamp diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index 14e86c199a2..e51e6056fb9 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, faces ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcChannelTracking diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el index 73c7316b346..04174295520 100644 --- a/lisp/erc/erc-truncate.el +++ b/lisp/erc/erc-truncate.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2003-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Andreas Fuchs +;; Maintainer: emacs-devel@gnu.org ;; Keywords: IRC, chat, client, Internet, logging ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el index 20a91b7a30d..162b22e15c6 100644 --- a/lisp/erc/erc-xdcc.el +++ b/lisp/erc/erc-xdcc.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2003-2004, 2006-2019 Free Software Foundation, Inc. ;; Author: Mario Lang +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, processes ;; This file is part of GNU Emacs. diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index fc0f6128f6f..d1fa5c7f120 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -10,6 +10,7 @@ ;; Gergely Nagy (algernon@midgard.debian.net) ;; David Edmondson (dme@dme.org) ;; Kelvin White (kwhite@gnu.org) +;; Maintainer: emacs-devel@gnu.org ;; Keywords: IRC, chat, client, Internet ;; Version: 5.3 -- cgit v1.2.1