]> git.eshelyaron.com Git - emacs.git/commitdiff
Standardize license text.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:30:07 +0000 (07:30 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:30:07 +0000 (07:30 +0000)
lisp/ChangeLog
lisp/textmodes/org-publish.el

index df168fae3af163de0785f9a9d0adae30dee7bdd4..ea5ab388ca161ea469b4ea14d6d756304ab8f271 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/org-publish.el (org-publish-org-to-html): Remove
+       duplicate function definition.
+
 2007-09-10  Chris Moore  <dooglus@gmail.com>
 
        * diff-mode.el (diff-sanity-check-hunk):
index 46dcf77505944f6e233e0883db6008d950121924..79ccdda05b9bf4424519c09addfdf62ffcfca238 100644 (file)
@@ -6,19 +6,19 @@
 ;; Keywords: hypermedia, outlines
 ;; Version: 1.80
 
-;; 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.
 
-;; This file is distributed in the hope that it will be useful,
+;; 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,
+;; 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.
 
 ;; This file is part of GNU Emacs.