From c0f52038e10f6d6adb4a14224f0b0a312ab6197e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 23 Jan 2011 18:22:54 -0800 Subject: [PATCH] Backport copyright fix from trunk. * lisp/mwheel.el: Fix typo in copyright years. Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then. --- lisp/mwheel.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 03aefcaf441..98ab155e7be 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -1,6 +1,6 @@ ;;; mwheel.el --- Wheel mouse support -;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, 2005, 2006, 2007, +;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, ;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: William M. Perry ;; Keywords: mouse @@ -282,5 +282,4 @@ Return non-nil if the new state is enabled." (provide 'mwheel) -;; arch-tag: 50ed00e7-3686-4b7a-8037-fb31aa5c237f ;;; mwheel.el ends here -- 2.11.4.GIT