From 66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 11 Feb 2012 17:49:16 -0800 Subject: [PATCH] * lisp/allout-widgets.el: Add missing license notice. --- lisp/ChangeLog | 4 ++++ lisp/allout-widgets.el | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86de66e1c24..5b3cf699cb5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-12 Glenn Morris + + * allout-widgets.el: Add missing license notice. + 2012-02-11 Glenn Morris * 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 @@ ;; 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 . + ;;; Commentary: ;; This is an allout outline-mode add-on that highlights outline structure -- 2.39.2