]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-replace.el
Update copyright year to 2015
[gnu-emacs] / lisp / erc / erc-replace.el
index 4d3ba1e230d4e08e83a2d356ce577a6f11bae12e..db9ac9dfc58e9ba132e948116c12082115739471 100644 (file)
@@ -1,9 +1,10 @@
 ;; erc-replace.el -- wash and massage messages inserted into the buffer
 
-;; Copyright (C) 2001-2002, 2004, 2006-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2002, 2004, 2006-2015 Free Software Foundation,
+;; Inc.
 
 ;; Author: Andreas Fuchs <asf@void.at>
-;; Maintainer: Mario Lang (mlang@delysid.org)
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: IRC, client, Internet
 
 ;; This file is part of GNU Emacs.
@@ -25,7 +26,7 @@
 
 ;; This module allows you to systematically replace text in incoming
 ;; messages.  Load erc-replace, and customize `erc-replace-alist'.
-;; Then add to your ~/.emacs:
+;; Then add to your init file:
 
 ;; (require 'erc-replace)
 ;; (erc-replace-mode 1)