]> code.delx.au - gnu-emacs/commitdiff
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-75
authorMiles Bader <miles@gnu.org>
Sun, 12 Feb 2006 20:25:00 +0000 (20:25 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 12 Feb 2006 20:25:00 +0000 (20:25 +0000)
Creator:  Michael Olson <mwolson@gnu.org>

Make ERC comply with the new copyright year guidelines.

30 files changed:
lisp/erc/ChangeLog
lisp/erc/erc-autoaway.el
lisp/erc/erc-dcc.el
lisp/erc/erc-ezbounce.el
lisp/erc/erc-fill.el
lisp/erc/erc-goodies.el
lisp/erc/erc-hecomplete.el
lisp/erc/erc-ibuffer.el
lisp/erc/erc-identd.el
lisp/erc/erc-imenu.el
lisp/erc/erc-join.el
lisp/erc/erc-lang.el
lisp/erc/erc-list.el
lisp/erc/erc-log.el
lisp/erc/erc-match.el
lisp/erc/erc-menu.el
lisp/erc/erc-netsplit.el
lisp/erc/erc-networks.el
lisp/erc/erc-notify.el
lisp/erc/erc-page.el
lisp/erc/erc-pcomplete.el
lisp/erc/erc-replace.el
lisp/erc/erc-ring.el
lisp/erc/erc-services.el
lisp/erc/erc-sound.el
lisp/erc/erc-speedbar.el
lisp/erc/erc-spelling.el
lisp/erc/erc-track.el
lisp/erc/erc-truncate.el
lisp/erc/erc-xdcc.el

index 6abf4021a60c7eb393340dd104b4b3d23fa482ba..4653f4177e5748fffafd450556c875c6f920eb46 100644 (file)
@@ -1,3 +1,14 @@
+2006-02-12  Michael Olson  <mwolson@gnu.org>
+
+       * erc-autoaway.el, erc-dcc.el, erc-ezbounce.el, erc-fill.el,
+       erc-goodies.el, erc-hecomplete.el, erc-ibuffer.el, erc-identd.el,
+       erc-imenu.el, erc-join.el, erc-lang.el, erc-list.el, erc-log.el,
+       erc-match.el, erc-menu.el, erc-netsplit.el, erc-networks.el,
+       erc-notify.el, erc-page.el, erc-pcomplete.el, erc-replace.el,
+       erc-ring.el, erc-services.el, erc-sound.el, erc-speedbar.el,
+       erc-spelling.el, erc-track.el, erc-truncate.el, erc-xdcc.el: Add
+       2006 to copyright years, to comply with the changed guidelines.
+
 2006-02-11  Michael Olson  <mwolson@gnu.org>
 
        * erc.el (erc-update-modules): Make some requirements shorter, so
index 41c16b82cb11ed995a26246a1cc074de61774b1c..56713cba8bf9b3d957b2ffa05df20388791ba02b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-autoaway.el --- Provides autoaway for ERC
 
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <forcer@forcix.cx>
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway
index 0848b202e1ca8a7e6551ab36f924c37d26f4f4bb..9b1e136ce59cebeee00d8479703c079ad75b26a5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-dcc.el --- CTCP DCC module for ERC
 
-;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004
+;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2006
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu>
index 59e80b60b8d249f94d6f9828655ab0de45260064..48395bf1dabee7af58be96c3a58d1ad3af8c9e19 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-ezbounce.el ---  Handle EZBounce bouncer commands
 
-;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <asf@void.at>
 ;; Keywords: comm
index f945d838c2a6d38aa6e481b07809faae1ba33692..6a5f80f7fd811bf33cd69b4421ce9bdeb073e40e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-fill.el --- Filling IRC messages in various ways
 
-;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <asf@void.at>
 ;;         Mario Lang <mlang@delysid.org>
index c844af55594c72d018926aaad835ed14d5d49f37..f6d32ee7c06ce08fc7a97662fc81ffdcf4e66774 100644 (file)
@@ -1,6 +1,7 @@
 ;; erc-goodies.el --- Collection of ERC modules
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
+;;   Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <forcer@forcix.cx>
 
index 763d75c8fc7e155a2b53068329c1ea420c9775be..85a81569782790098a95c22ba6ac557dd73a9f8f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-hecomplete.el --- Provides Nick name completion for ERC
 
-;; Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
index a122908ed2c31be29d3b2fa507dede873d2f8d44..7ca843d115ca58b831a74e23d6b098d2b1f2bf60 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-ibuffer.el --- ibuffer integration with ERC
 
-;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm
index 5cb179c7e2222066a961cc2933f8759cf6bfe8a2..e0ccfb4049796fed4cc5aec24f6ceb76d881c55f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-identd.el --- RFC1413 (identd authentication protocol) server
 
-;; Copyright (C) 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Keywords: comm, processes
index c64c9c04723bbe6528b21898d9e7e4c73f6dee72..88de1cedf6e4ef5ba7aeac6bf8ec328033cab3d8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-imenu.el -- Imenu support for ERC
 
-;; Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm
index da41ea77374701063d283f576e5c1cf96ac177eb..0d2c1f98706d128a41d83d7fa210409d1b9e6cdc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-join.el --- autojoin channels on connect and reconnects
 
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Keywords: irc
index 20c89a8b0b62a4384dd7625e7521949e1339ea98..04cfbe9e2205d4573cea1c61413ebf176a88281f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-lang.el --- provide the LANG command to ERC
 
-;; Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: Alex Schroeder <alex@gnu.org>
index 2243a2f4985637b29e91a35483d429d356cdc595..c041842429e744c4cf7f90c5cb617da0c46b5356 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-list.el --- Provide a faster channel listing mechanism
 
-;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 ;; Copyright (C) 2004 Brian Palmer
 
 ;; Author: Mario Lang <mlang@lexx.delysid.org>
index d4e6e5ad3fac3ccaeef9a6eb3314dbc9e237e4cf..db60e5629bfef0e616a20c310c0f22bcd47d736b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-log.el --- Logging facilities for ERC.
 
-;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Lawrence Mitchell <wence@gmx.li>
 ;; Keywords: IRC, chat, client, Internet, logging
index ad875ceee99e950744207b38dc8d8bca157022b6..88c6d4c425dffca2a78910135147e21db8e7cd27 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-match.el --- Highlight messages matching certain regexps
 
-;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <asf@void.at>
 ;; Keywords: comm, faces
index 36c28b740f243d7d4563a53758a6b187fa33966c..7040a7baeeec9a30ac0b5fef100c2e2e2abced8c 100644 (file)
@@ -1,6 +1,6 @@
 ;; erc-menu.el -- Menu-bar definitions for ERC
 
-;; Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm, processes, menu
index 70ec2f2fc0dba85e4373f395a884f682c655d4d1..a982b5e7c7e1b90ccc5e679156488cb909aa7251 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-netsplit.el --- Reduce JOIN/QUIT messages on netsplits
 
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm
index b79a56a359c463a1ed99ad35f2bcfb321ecef091..c15f72e248fbb3779a011a75a5821228e9a4a7b3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-networks.el --- IRC networks
 
-;; Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@lexx.delysid.org>
 ;; Keywords: comm
index 1d2bdbd5f45020b0e6e11cbcd7ec9aea0af6e6fe..bb1c9cdceb3d59ffedba6008998075388ffa5ec9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-notify.el --- Online status change notification
 
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@lexx.delysid.org>
 ;; Keywords: comm
index d8e677031e318aa1976251a99538e19f6a3c5e70..4c6b86bd56473eda62c3b19c1e3b5249f419a5f1 100644 (file)
@@ -1,6 +1,6 @@
 ;; erc-page.el - CTCP PAGE support for ERC
 
-;; Copyright (C) 2002, 2004 Free Software Foundation
+;; Copyright (C) 2002, 2004, 2006 Free Software Foundation
 
 ;; This file is part of GNU Emacs.
 
index 110704304e2e6144e0750e6dc7b797233eb868aa..d6d4dfdd3b3a303ae95b2c77664e0c3dbc923949 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-pcomplete.el --- Provides programmable completion for ERC
 
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Sacha Chua <sacha@free.net.ph>
 ;; Keywords: comm, convenience
index 07e8cd16138c2d4e42ef0d57191970377c5098c3..06d3ca77f06441c95d76007a1b997290ecc71816 100644 (file)
@@ -1,6 +1,6 @@
 ;; erc-replace.el -- wash and massage messages inserted into the buffer
 
-;; Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <asf@void.at>
 ;; Maintainer: Mario Lang (mlang@delysid.org)
index cabb8e2905f3ac98f3313079ab79f140303a94c3..87707e65faa422faf92e4c9b7ea739aa8b01c6c7 100644 (file)
@@ -1,6 +1,6 @@
 ;; erc-ring.el -- Command history handling for erc using ring.el
 
-;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Keywords: comm
index 676948752fd55e1e492f60416627d11f1b075565..c8bac7fe45c6f5e8bd50b9d5238dbe828586f6f0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-services.el --- Identify to NickServ
 
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index c5b0f8177f2eb156087978d2fd2af1b4720de771..bbcddafc231401d96d8c4d1b41c7b658670c2676 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-sound.el --- CTCP SOUND support for ERC
 
-;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 254d7fc5781e021a0146ba0eef26231a3aee167d..55e24782f77eeb4983a3268da4a31b7a98ca1b7c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-speedbar.el --- Speedbar support for ERC
 
-;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Contributor: Eric M. Ludlam <eric@siege-engine.com>
index 528668f48297b2c288d3002aa999ca93564b0e51..3cbc786274d866e658ec2271bf939b7356a118e1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-spelling.el --- use flyspell in ERC
 
-;; Copyright (C) 2005, 2006  Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <forcer@forcix.cx>
 ;; Keywords: irc
index 6d760d75ba23a6f8761a44bfb83628012d40d3cc..63005678613a73fbf4e0e9f44f180fc6acd706d3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-track.el --- Track modified channel buffers
 
-;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm, faces
index 49cd20d759cb268f497e3ea7bb5e3f23035113b5..7a1feaaedd291a4f2fa6e06984b9a2475bcd9c21 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-truncate.el --- Functions for truncating ERC buffers
 
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <asf@void.at>
 ;; Keywords: IRC, chat, client, Internet, logging
index 84562e72c2c89fb3ebbb81325a48e2998ea74487..d00dfc5e1a04059406bebdc90e60be6b588dd3ac 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erc-xdcc.el --- XDCC file-server support for ERC
 
-;; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <mlang@delysid.org>
 ;; Keywords: comm, processes