diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-08 02:34:50 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-08 02:34:50 +0000 |
commit | 26bd9e872aeb41c01ea2e8574cb150aa1b833061 (patch) | |
tree | cb34668d62265b04a0db343915a99ac3b1f11383 /lisp/org | |
parent | e10295477e1272255ffdabd4c6e37dfbd3918acd (diff) | |
download | emacs-26bd9e872aeb41c01ea2e8574cb150aa1b833061.tar.gz emacs-26bd9e872aeb41c01ea2e8574cb150aa1b833061.tar.bz2 emacs-26bd9e872aeb41c01ea2e8574cb150aa1b833061.zip |
Fix header.
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/org-indent.el | 22 | ||||
-rw-r--r-- | lisp/org/org-inlinetask.el | 19 | ||||
-rw-r--r-- | lisp/org/org-protocol.el | 5 |
3 files changed, 22 insertions, 24 deletions
diff --git a/lisp/org/org-indent.el b/lisp/org/org-indent.el index e0de21d802c..04ff3a6e23b 100644 --- a/lisp/org/org-indent.el +++ b/lisp/org/org-indent.el @@ -1,5 +1,6 @@ -;;; org-indent.el --- Dynamic indentation for Org-mode -;; Copyright (C) 2008 Free Software Foundation, Inc. +;;; org-indent.el --- Dynamic indentation for Org-mode + +;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp @@ -8,20 +9,19 @@ ;; ;; This file is part of GNU Emacs. ;; -;; This file is free software; you can redistribute it and/or modify +;; 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, or (at your option) -;; any later version. - +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. - +;; ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;; Commentary: @@ -279,5 +279,3 @@ Point is assumed to be at the beginning of a headline." (provide 'org-indent) ;;; org-indent.el ends here - - diff --git a/lisp/org/org-inlinetask.el b/lisp/org/org-inlinetask.el index 3b3e31e2e57..e36922bee4b 100644 --- a/lisp/org/org-inlinetask.el +++ b/lisp/org/org-inlinetask.el @@ -1,17 +1,18 @@ ;;; org-inlinetask.el --- Tasks independent of outline hierarchy + ;; Copyright (C) 2009 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org ;; Version: 6.29c -;; -;; This file is not yet part of GNU Emacs. -;; -;; GNU Emacs is free software; you can redistribute it and/or modify + +;; 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, or (at your option) -;; any later version. +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,9 +20,8 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;; Commentary: @@ -196,4 +196,3 @@ Either remove headline and meta data, or do special formatting." (provide 'org-inlinetask) ;;; org-inlinetask.el ends here - diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 5ec67d76884..b0929bb2ce2 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el @@ -1,7 +1,7 @@ ;;; org-protocol.el --- Intercept calls from emacsclient to trigger custom actions. ;; -;; Copyright (c) 2008, 2009 -;; Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009 +;; Free Software Foundation, Inc. ;; ;; Author: Bastien Guerry <bzg AT altern DOT org> ;; Author: Daniel M German <dmg AT uvic DOT org> @@ -633,4 +633,5 @@ project-plist is the CDR of an element in `org-publish-project-alist', reuse (customize-save-variable 'org-protocol-project-alist org-protocol-project-alist)))) (provide 'org-protocol) + ;;; org-protocol.el ends here |