diff options
author | Glenn Morris <rgm@gnu.org> | 2012-01-05 00:00:08 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-05 00:00:08 -0800 |
commit | c7e9ed79544f1715b288eb5795963d4b5d8f1ff0 (patch) | |
tree | 75d6a3671adb24f45b296bae4cf58a696f050129 /lisp/org/org-mouse.el | |
parent | b12d695a8d60a5b4198b43eb245d61640b6c1e2e (diff) | |
download | emacs-c7e9ed79544f1715b288eb5795963d4b5d8f1ff0.tar.gz emacs-c7e9ed79544f1715b288eb5795963d4b5d8f1ff0.tar.bz2 emacs-c7e9ed79544f1715b288eb5795963d4b5d8f1ff0.zip |
Copyright, license, and header fixes for Org.
Diffstat (limited to 'lisp/org/org-mouse.el')
-rw-r--r-- | lisp/org/org-mouse.el | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lisp/org/org-mouse.el b/lisp/org/org-mouse.el index 65a21a92260..b1d9f22a4e0 100644 --- a/lisp/org/org-mouse.el +++ b/lisp/org/org-mouse.el @@ -1,13 +1,12 @@ ;;; org-mouse.el --- Better mouse support for org-mode -;; Copyright (C) 2006-2012 Free Software Foundation -;; +;; Copyright (C) 2006-2012 Free Software Foundation, Inc. + ;; Author: Piotr Zielinski <piotr dot zielinski at gmail dot com> ;; Maintainer: Carsten Dominik <carsten at orgmode dot org> -;; ;; This file is part of GNU Emacs. -;; + ;; 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 ;; the Free Software Foundation, either version 3 of the License, or @@ -20,8 +19,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; + ;;; Commentary: ;; ;; Org-mouse provides mouse support for org-mode. |