diff options
| author | Glenn Morris | 2012-02-11 17:49:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-11 17:49:16 -0800 |
| commit | 66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63 (patch) | |
| tree | 329174065f868cc9a507dac20bbf36b0f10c0868 | |
| parent | cfecdf09a009b80395fae21e4ec4beeb7727db53 (diff) | |
| download | emacs-66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63.tar.gz emacs-66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63.zip | |
* lisp/allout-widgets.el: Add missing license notice.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/allout-widgets.el | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86de66e1c24..5b3cf699cb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-02-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * allout-widgets.el: Add missing license notice. | ||
| 4 | |||
| 1 | 2012-02-11 Glenn Morris <rgm@gnu.org> | 5 | 2012-02-11 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * select.el (x-get-selection-internal, x-own-selection-internal) | 7 | * select.el (x-get-selection-internal, x-own-selection-internal) |
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 6a37c8aa8e3..86d567bcdde 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el | |||
| @@ -9,6 +9,21 @@ | |||
| 9 | ;; Keywords: outlines | 9 | ;; Keywords: outlines |
| 10 | ;; Website: http://myriadicity.net/software-and-systems/craft/emacs-allout | 10 | ;; Website: http://myriadicity.net/software-and-systems/craft/emacs-allout |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | ||
| 13 | |||
| 14 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 15 | ;; it under the terms of the GNU General Public License as published by | ||
| 16 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 17 | ;; (at your option) any later version. | ||
| 18 | |||
| 19 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 20 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 21 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 22 | ;; GNU General Public License for more details. | ||
| 23 | |||
| 24 | ;; You should have received a copy of the GNU General Public License | ||
| 25 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 26 | |||
| 12 | ;;; Commentary: | 27 | ;;; Commentary: |
| 13 | 28 | ||
| 14 | ;; This is an allout outline-mode add-on that highlights outline structure | 29 | ;; This is an allout outline-mode add-on that highlights outline structure |