erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][master] Bookkeeping from Emacs.


From: mwolson
Subject: [Erc-commit] [commit][master] Bookkeeping from Emacs.
Date: Thu, 10 Jan 2008 01:10:13 -0500

commit 0818660988c12fa2cb42d985a41aeda753c9be92
Author: Michael W. Olson <address@hidden>
Date:   Wed Jan 9 22:35:08 2008 -0500

    Bookkeeping from Emacs.

diff --git a/ChangeLog b/ChangeLog
index 9039867..6e4abad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -191,8 +191,7 @@
        (erc-modified-channels-display): If erc-track-switch-direction is
        'importance, call erc-track-sort-by-importance.
        (erc-track-face-priority): New function that returns a number
-       indicating the position of a face in
-       erc-track-faces-priority-list.
+       indicating the position of a face in erc-track-faces-priority-list.
        (erc-track-sort-by-importance): New function that sorts
        erc-modified-channels-list according to erc-track-face-priority.
        (erc-track-get-active-buffer): Make 'oldest a rough opposite of
@@ -232,8 +231,7 @@
        (erc-buffer-visible): Use erc-track-get-buffer-window.
        (erc-modified-channels-update): Take
        erc-track-remove-disconnected-buffers into account.
-       (erc-modified-channels-display): Run
-       `erc-track-list-changed-hook'.
+       (erc-modified-channels-display): Run `erc-track-list-changed-hook'.
 
        * erc.el (erc-reuse-frames): New option that determines whether
        new frames are always created.  Defaults to t.  This only has an
@@ -345,8 +343,7 @@
 
 2007-06-17  Michael Olson  <address@hidden>
 
-       * erc-pkg.el: Update description to match what is currently in
-       ELPA.
+       * erc-pkg.el: Update description to match what is currently in ELPA.
 
 2007-06-14  Juanma Barranquero  <address@hidden>
 
@@ -406,7 +403,7 @@
        (debclean): New rule to clean old Debian packages of ERC.
        (debprepare): Don't modify the released tarball, but copy it as
        the .orig.tar.gz file.
-       (debrelease. debrevision): Remove.
+       (debrelease, debrevision): Remove.
        (debinstall): New target that copies the generated Debian file to
        a distro-specific location.
        (deb): New rule that chains together the stages in building a
@@ -820,7 +817,7 @@
 
 See ChangeLog.06 for earlier changes.
 
-    Copyright (C) 2007 Free Software Foundation, Inc.
+    Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/ChangeLog.01 b/ChangeLog.01
index 9c03d79..018610a 100644
--- a/ChangeLog.01
+++ b/ChangeLog.01
@@ -1035,7 +1035,7 @@
 
        * erc-speak.el 1.1, erc.el 1.1: New file.
 
-    Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/ChangeLog.02 b/ChangeLog.02
index 0d793b5..93ded7a 100644
--- a/ChangeLog.02
+++ b/ChangeLog.02
@@ -2596,7 +2596,7 @@
 
 See ChangeLog.01 for earlier changes.
 
-    Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2002, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/ChangeLog.03 b/ChangeLog.03
index 61b2b1e..ea5f094 100644
--- a/ChangeLog.03
+++ b/ChangeLog.03
@@ -2140,7 +2140,7 @@
 
 See ChangeLog.02 for earlier changes.
 
-    Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/ChangeLog.04 b/ChangeLog.04
index a707bc3..b13cdb0 100644
--- a/ChangeLog.04
+++ b/ChangeLog.04
@@ -2069,7 +2069,7 @@
 
 See ChangeLog.03 for earlier changes.
 
-    Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/ChangeLog.05 b/ChangeLog.05
index ba6e098..fa6095d 100644
--- a/ChangeLog.05
+++ b/ChangeLog.05
@@ -1217,7 +1217,7 @@
 
 See ChangeLog.04 for earlier changes.
 
-    Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/ChangeLog.06 b/ChangeLog.06
index 46b1d38..1186c70 100644
--- a/ChangeLog.06
+++ b/ChangeLog.06
@@ -1496,7 +1496,7 @@
 
 See ChangeLog.05 for earlier changes.
 
-    Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+    Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
diff --git a/NEWS b/NEWS
index 991bfe1..7d9cecf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 ERC NEWS                                                       -*- outline -*-
 
-Copyright (C) 2006, 2007  Free Software Foundation, Inc.
+Copyright (C) 2006, 2007, 2008  Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 * Changes in ERC 5.3
diff --git a/erc-autoaway.el b/erc-autoaway.el
index 4c84138..d777b4e 100644
--- a/erc-autoaway.el
+++ b/erc-autoaway.el
@@ -1,6 +1,6 @@
 ;;; erc-autoaway.el --- Provides autoaway for ERC
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Jorgen Schaefer <address@hidden>
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway
diff --git a/erc-backend.el b/erc-backend.el
index 62b73f0..5fe0efd 100644
--- a/erc-backend.el
+++ b/erc-backend.el
@@ -1,6 +1,6 @@
 ;;; erc-backend.el --- Backend network communication for ERC
 
-;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Filename: erc-backend.el
 ;; Author: Lawrence Mitchell <address@hidden>
diff --git a/erc-button.el b/erc-button.el
index 81c604d..a74d56b 100644
--- a/erc-button.el
+++ b/erc-button.el
@@ -1,7 +1,7 @@
 ;; erc-button.el --- A way of buttonizing certain things in ERC buffers
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2006, 2007 Free Software Foundation, Inc.
+;;   2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: irc, button, url, regexp
diff --git a/erc-capab.el b/erc-capab.el
index 2741029..4876dec 100644
--- a/erc-capab.el
+++ b/erc-capab.el
@@ -1,6 +1,6 @@
 ;;; erc-capab.el --- support for dancer-ircd and hyperion's CAPAB
 
-;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/erc-compat.el b/erc-compat.el
index 626d812..0d31e86 100644
--- a/erc-compat.el
+++ b/erc-compat.el
@@ -1,6 +1,6 @@
 ;;; erc-compat.el --- ERC compatibility code for XEmacs
 
-;; Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Alex Schroeder <address@hidden>
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC
diff --git a/erc-dcc.el b/erc-dcc.el
index ed69e45..8158c09 100644
--- a/erc-dcc.el
+++ b/erc-dcc.el
@@ -1,6 +1,6 @@
 ;;; erc-dcc.el --- CTCP DCC module for ERC
 
-;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2006, 2007
+;; Copyright (C) 1993, 1994, 1995, 1998, 2002, 2003, 2004, 2006, 2007, 2008
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Ben A. Mesander <address@hidden>
diff --git a/erc-ezbounce.el b/erc-ezbounce.el
index 58d886a..ff04129 100644
--- a/erc-ezbounce.el
+++ b/erc-ezbounce.el
@@ -1,6 +1,6 @@
 ;;; erc-ezbounce.el ---  Handle EZBounce bouncer commands
 
-;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <address@hidden>
 ;; Keywords: comm
diff --git a/erc-fill.el b/erc-fill.el
index 98180e9..6ef5774 100644
--- a/erc-fill.el
+++ b/erc-fill.el
@@ -1,7 +1,7 @@
 ;;; erc-fill.el --- Filling IRC messages in various ways
 
 ;; Copyright (C) 2001, 2002, 2003, 2004, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <address@hidden>
 ;;         Mario Lang <address@hidden>
diff --git a/erc-goodies.el b/erc-goodies.el
index 9131ce6..9612b00 100644
--- a/erc-goodies.el
+++ b/erc-goodies.el
@@ -1,6 +1,6 @@
 ;; erc-goodies.el --- Collection of ERC modules
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <address@hidden>
diff --git a/erc-hecomplete.el b/erc-hecomplete.el
index 6876637..75cc50a 100644
--- a/erc-hecomplete.el
+++ b/erc-hecomplete.el
@@ -1,6 +1,6 @@
 ;;; erc-hecomplete.el --- Provides Nick name completion for ERC
 
-;; Copyright (C) 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Alex Schroeder <address@hidden>
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion
diff --git a/erc-ibuffer.el b/erc-ibuffer.el
index 3792b2c..14ac365 100644
--- a/erc-ibuffer.el
+++ b/erc-ibuffer.el
@@ -1,6 +1,6 @@
 ;;; erc-ibuffer.el --- ibuffer integration with ERC
 
-;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm
diff --git a/erc-identd.el b/erc-identd.el
index dcbe463..205ab19 100644
--- a/erc-identd.el
+++ b/erc-identd.el
@@ -1,6 +1,6 @@
 ;;; erc-identd.el --- RFC1413 (identd authentication protocol) server
 
-;; Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <address@hidden>
 ;; Keywords: comm, processes
diff --git a/erc-imenu.el b/erc-imenu.el
index cd5923f..37ae552 100644
--- a/erc-imenu.el
+++ b/erc-imenu.el
@@ -1,6 +1,6 @@
 ;;; erc-imenu.el -- Imenu support for ERC
 
-;; Copyright (C) 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm
diff --git a/erc-join.el b/erc-join.el
index dcc7e7f..b9b85bf 100644
--- a/erc-join.el
+++ b/erc-join.el
@@ -1,6 +1,6 @@
 ;;; erc-join.el --- autojoin channels on connect and reconnects
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Alex Schroeder <address@hidden>
 ;; Keywords: irc
diff --git a/erc-lang.el b/erc-lang.el
index b11721d..e3858eb 100644
--- a/erc-lang.el
+++ b/erc-lang.el
@@ -1,6 +1,6 @@
 ;;; erc-lang.el --- provide the LANG command to ERC
 
-;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <address@hidden>
 ;; Maintainer: Alex Schroeder <address@hidden>
diff --git a/erc-log.el b/erc-log.el
index fe3e703..c48b5d9 100644
--- a/erc-log.el
+++ b/erc-log.el
@@ -1,6 +1,6 @@
 ;;; erc-log.el --- Logging facilities for ERC.
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Lawrence Mitchell <address@hidden>
 ;; Keywords: IRC, chat, client, Internet, logging
diff --git a/erc-match.el b/erc-match.el
index 757ef66..a98b1d9 100644
--- a/erc-match.el
+++ b/erc-match.el
@@ -1,7 +1,7 @@
 ;;; erc-match.el --- Highlight messages matching certain regexps
 
 ;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <address@hidden>
 ;; Keywords: comm, faces
diff --git a/erc-menu.el b/erc-menu.el
index dd2d9c2..c47f754 100644
--- a/erc-menu.el
+++ b/erc-menu.el
@@ -1,7 +1,7 @@
 ;; erc-menu.el -- Menu-bar definitions for ERC
 
 ;; Copyright (C) 2001, 2002, 2004, 2005, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm, processes, menu
diff --git a/erc-netsplit.el b/erc-netsplit.el
index b20b7ad..5bcb432 100644
--- a/erc-netsplit.el
+++ b/erc-netsplit.el
@@ -1,6 +1,6 @@
 ;;; erc-netsplit.el --- Reduce JOIN/QUIT messages on netsplits
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm
diff --git a/erc-networks.el b/erc-networks.el
index 28f6f0d..48efd41 100644
--- a/erc-networks.el
+++ b/erc-networks.el
@@ -1,6 +1,6 @@
 ;;; erc-networks.el --- IRC networks
 
-;; Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm
diff --git a/erc-notify.el b/erc-notify.el
index 34556a0..7f77730 100644
--- a/erc-notify.el
+++ b/erc-notify.el
@@ -1,6 +1,6 @@
 ;;; erc-notify.el --- Online status change notification
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm
diff --git a/erc-page.el b/erc-page.el
index 535c871..90a2009 100644
--- a/erc-page.el
+++ b/erc-page.el
@@ -1,6 +1,6 @@
 ;; erc-page.el - CTCP PAGE support for ERC
 
-;; Copyright (C) 2002, 2004, 2006, 2007 Free Software Foundation
+;; Copyright (C) 2002, 2004, 2006, 2007, 2008 Free Software Foundation
 
 ;; This file is part of GNU Emacs.
 
diff --git a/erc-pcomplete.el b/erc-pcomplete.el
index a5a1bba..9fdbd36 100644
--- a/erc-pcomplete.el
+++ b/erc-pcomplete.el
@@ -1,6 +1,6 @@
 ;;; erc-pcomplete.el --- Provides programmable completion for ERC
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Sacha Chua <address@hidden>
 ;; Keywords: comm, convenience
diff --git a/erc-replace.el b/erc-replace.el
index 8bc5fe3..d6713c6 100644
--- a/erc-replace.el
+++ b/erc-replace.el
@@ -1,6 +1,6 @@
 ;; erc-replace.el -- wash and massage messages inserted into the buffer
 
-;; Copyright (C) 2001, 2002, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Andreas Fuchs <address@hidden>
 ;; Maintainer: Mario Lang (address@hidden)
diff --git a/erc-ring.el b/erc-ring.el
index ae526c1..00f1fca 100644
--- a/erc-ring.el
+++ b/erc-ring.el
@@ -1,7 +1,7 @@
 ;; erc-ring.el -- Command history handling for erc using ring.el
 
 ;; Copyright (C) 2001, 2002, 2003, 2004, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Alex Schroeder <address@hidden>
 ;; Keywords: comm
diff --git a/erc-services.el b/erc-services.el
index 3635981..028d358 100644
--- a/erc-services.el
+++ b/erc-services.el
@@ -1,6 +1,6 @@
 ;;; erc-services.el --- Identify to NickServ
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/erc-sound.el b/erc-sound.el
index 7a1a281..1ee8fbf 100644
--- a/erc-sound.el
+++ b/erc-sound.el
@@ -1,6 +1,6 @@
 ;;; erc-sound.el --- CTCP SOUND support for ERC
 
-;; Copyright (C) 2002, 2003, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
diff --git a/erc-speedbar.el b/erc-speedbar.el
index b11296c..cc8a085 100644
--- a/erc-speedbar.el
+++ b/erc-speedbar.el
@@ -1,7 +1,7 @@
 ;;; erc-speedbar.el --- Speedbar support for ERC
 
 ;; Copyright (C) 2001, 2002, 2003, 2004, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Contributor: Eric M. Ludlam <address@hidden>
diff --git a/erc-spelling.el b/erc-spelling.el
index 3445be3..55cb213 100644
--- a/erc-spelling.el
+++ b/erc-spelling.el
@@ -1,6 +1,6 @@
 ;;; erc-spelling.el --- use flyspell in ERC
 
-;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <address@hidden>
 ;; Keywords: irc
diff --git a/erc-stamp.el b/erc-stamp.el
index ae9bb51..d3a05ee 100644
--- a/erc-stamp.el
+++ b/erc-stamp.el
@@ -1,6 +1,6 @@
 ;;; erc-stamp.el --- Timestamping for ERC messages
 
-;; Copyright (C) 2002, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm, processes, timestamp
diff --git a/erc-track.el b/erc-track.el
index 15de209..76a6922 100644
--- a/erc-track.el
+++ b/erc-track.el
@@ -1,7 +1,7 @@
 ;;; erc-track.el --- Track modified channel buffers
 
 ;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm, faces
diff --git a/erc-truncate.el b/erc-truncate.el
index 599e49e..ab712b7 100644
--- a/erc-truncate.el
+++ b/erc-truncate.el
@@ -1,6 +1,6 @@
 ;;; erc-truncate.el --- Functions for truncating ERC buffers
 
-;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Andreas Fuchs <address@hidden>
 ;; Keywords: IRC, chat, client, Internet, logging
diff --git a/erc-xdcc.el b/erc-xdcc.el
index 0aed112..ed1d0c9 100644
--- a/erc-xdcc.el
+++ b/erc-xdcc.el
@@ -1,6 +1,6 @@
 ;;; erc-xdcc.el --- XDCC file-server support for ERC
 
-;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: comm, processes
diff --git a/erc.el b/erc.el
index fb783ce..6ca09bc 100644
--- a/erc.el
+++ b/erc.el
@@ -1,7 +1,7 @@
 ;; erc.el --- An Emacs Internet Relay Chat client
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007 Free Software Foundation, Inc.
+;;   2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Alexander L. Belikoff (address@hidden)
 ;; Contributors: Sergey Berezin (address@hidden),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]