emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100410: Backport copyright fix fr


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100410: Backport copyright fix from trunk.
Date: Sun, 23 Jan 2011 18:22:54 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100410
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Sun 2011-01-23 18:22:54 -0800
message:
  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.
modified:
  lisp/mwheel.el
=== modified file 'lisp/mwheel.el'
--- a/lisp/mwheel.el    2011-01-02 23:50:46 +0000
+++ b/lisp/mwheel.el    2011-01-24 02:22:54 +0000
@@ -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 <address@hidden>
 ;; Keywords: mouse
@@ -282,5 +282,4 @@
 
 (provide 'mwheel)
 
-;; arch-tag: 50ed00e7-3686-4b7a-8037-fb31aa5c237f
 ;;; mwheel.el ends here


reply via email to

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