aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-11 17:49:16 -0800
committerGlenn Morris2012-02-11 17:49:16 -0800
commit66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63 (patch)
tree329174065f868cc9a507dac20bbf36b0f10c0868
parentcfecdf09a009b80395fae21e4ec4beeb7727db53 (diff)
downloademacs-66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63.tar.gz
emacs-66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63.zip
* lisp/allout-widgets.el: Add missing license notice.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/allout-widgets.el15
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 @@
12012-02-12 Glenn Morris <rgm@gnu.org>
2
3 * allout-widgets.el: Add missing license notice.
4
12012-02-11 Glenn Morris <rgm@gnu.org> 52012-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