diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-29 07:26:00 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-29 07:26:00 +0000 |
commit | 76b872c7b0edd32dba2836d20947168f98380a08 (patch) | |
tree | d20d10035d030d686a002611ed80f3eb36e05396 /lisp/textmodes | |
parent | c982cf7d879ba60689923257bf4ea90b1eb5c6d0 (diff) | |
download | emacs-76b872c7b0edd32dba2836d20947168f98380a08.tar.gz |
License should be GPLv3 or later.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/org-export-latex.el | 2 | ||||
-rw-r--r-- | lisp/textmodes/org-publish.el | 2 | ||||
-rw-r--r-- | lisp/textmodes/org.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/org-export-latex.el b/lisp/textmodes/org-export-latex.el index f014870598b..1ba50894501 100644 --- a/lisp/textmodes/org-export-latex.el +++ b/lisp/textmodes/org-export-latex.el @@ -9,7 +9,7 @@ ;; ;; This program 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 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; ;; This program is distributed in the hope that it will be useful, diff --git a/lisp/textmodes/org-publish.el b/lisp/textmodes/org-publish.el index 2404fe54e53..a72b477d0b2 100644 --- a/lisp/textmodes/org-publish.el +++ b/lisp/textmodes/org-publish.el @@ -8,7 +8,7 @@ ;; This file 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 2, or (at your option) +;; 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, diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 629a847d8eb..e6f289a4a6d 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -11,7 +11,7 @@ ;; ;; 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 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, |