diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-11 17:49:16 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-11 17:49:16 -0800 |
commit | 66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63 (patch) | |
tree | 329174065f868cc9a507dac20bbf36b0f10c0868 /lisp/allout-widgets.el | |
parent | cfecdf09a009b80395fae21e4ec4beeb7727db53 (diff) | |
download | emacs-66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63.tar.gz |
* lisp/allout-widgets.el: Add missing license notice.
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r-- | lisp/allout-widgets.el | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ ;; Keywords: outlines ;; Website: http://myriadicity.net/software-and-systems/craft/emacs-allout +;; 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 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. If not, see <http://www.gnu.org/licenses/>. + ;;; Commentary: ;; This is an allout outline-mode add-on that highlights outline structure |