diff options
| author | Glenn Morris | 2011-01-26 00:36:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-26 00:36:39 -0800 |
| commit | 95df8112a0cbdb06addbac5fbea03b37d4440418 (patch) | |
| tree | 40de7680f5332a55701dc1477722357dd37803b3 /lisp/erc | |
| parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
| download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip | |
Refill some long/short copyright headers.
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-autoaway.el | 3 | ||||
| -rw-r--r-- | lisp/erc/erc-compat.el | 3 | ||||
| -rw-r--r-- | lisp/erc/erc-dcc.el | 3 | ||||
| -rw-r--r-- | lisp/erc/erc-goodies.el | 3 | ||||
| -rw-r--r-- | lisp/erc/erc-ibuffer.el | 3 | ||||
| -rw-r--r-- | lisp/erc/erc-lang.el | 3 | ||||
| -rw-r--r-- | lisp/erc/erc-stamp.el | 3 |
7 files changed, 8 insertions, 13 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el index d87ac80853a..a15e038dddc 100644 --- a/lisp/erc/erc-autoaway.el +++ b/lisp/erc/erc-autoaway.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-autoaway.el --- Provides autoaway for ERC | 1 | ;;; erc-autoaway.el --- Provides autoaway for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2011 | 3 | ;; Copyright (C) 2002-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway |
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el index e9fd9738d23..792c8dd88b3 100644 --- a/lisp/erc/erc-compat.el +++ b/lisp/erc/erc-compat.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-compat.el --- ERC compatibility code for XEmacs | 1 | ;;; erc-compat.el --- ERC compatibility code for XEmacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2005-2011 | 3 | ;; Copyright (C) 2002-2003, 2005-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC |
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index 1998cf6e8a8..88f0fe605f8 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; erc-dcc.el --- CTCP DCC module for ERC | 1 | ;;; erc-dcc.el --- CTCP DCC module for ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 1998, 2002-2004, 2006-2011 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 1998, 2002-2004, 2006-2011 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> | 6 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> |
| 6 | ;; Noah Friedman <friedman@prep.ai.mit.edu> | 7 | ;; Noah Friedman <friedman@prep.ai.mit.edu> |
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index 8035e8386ac..b2cf9e35622 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;; erc-goodies.el --- Collection of ERC modules | 1 | ;; erc-goodies.el --- Collection of ERC modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2011 | 3 | ;; Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 7 | 6 | ||
diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el index 76c40114b42..9d658eec2f0 100644 --- a/lisp/erc/erc-ibuffer.el +++ b/lisp/erc/erc-ibuffer.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-ibuffer.el --- ibuffer integration with ERC | 1 | ;;; erc-ibuffer.el --- ibuffer integration with ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2011 | 3 | ;; Copyright (C) 2002, 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index ff10b938efa..84a4c60816e 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-lang.el --- provide the LANG command to ERC | 1 | ;;; erc-lang.el --- provide the LANG command to ERC |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2011 | 3 | ;; Copyright (C) 2002, 2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 7 | ;; Maintainer: Alex Schroeder <alex@gnu.org> | 6 | ;; Maintainer: Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index 35b287147e3..cfe8616ab65 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; erc-stamp.el --- Timestamping for ERC messages | 1 | ;;; erc-stamp.el --- Timestamping for ERC messages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2011 | 3 | ;; Copyright (C) 2002-2004, 2006-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Keywords: comm, processes, timestamp | 6 | ;; Keywords: comm, processes, timestamp |