# HG changeset patch # User Glenn Morris # Date 1249698870 0 # Node ID 8a53cc1b06f565517407e4457510ea55ad04abda # Parent efe4688761b7393258020f0d1b92211cbdd71340 Fix header. diff -r efe4688761b7 -r 8a53cc1b06f5 lisp/org/org-inlinetask.el --- a/lisp/org/org-inlinetask.el Sat Aug 08 02:34:17 2009 +0000 +++ b/lisp/org/org-inlinetask.el Sat Aug 08 02:34:30 2009 +0000 @@ -1,17 +1,18 @@ ;;; org-inlinetask.el --- Tasks independent of outline hierarchy + ;; Copyright (C) 2009 Free Software Foundation, Inc. ;; ;; Author: Carsten Dominik ;; 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 . + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;; Commentary: @@ -196,4 +196,3 @@ (provide 'org-inlinetask) ;;; org-inlinetask.el ends here -