aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-outline.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/hcel-outline.el')
-rw-r--r--lisp/hcel-outline.el20
1 files changed, 19 insertions, 1 deletions
diff --git a/lisp/hcel-outline.el b/lisp/hcel-outline.el
index b5ad54a..a46db14 100644
--- a/lisp/hcel-outline.el
+++ b/lisp/hcel-outline.el
@@ -1,4 +1,22 @@
-;; -*- lexical-binding: t; -*-
+;;; hcel-outline.el --- shows package-module-identifier hierarchy in an outline mode -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2022 Yuchen Pei.
+;;
+;; This file is part of hcel.
+;;
+;; hcel is free software: you can redistribute it and/or modify it under
+;; the terms of the GNU Affero General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; hcel 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 Affero General
+;; Public License for more details.
+;;
+;; You should have received a copy of the GNU Affero General Public
+;; License along with hcel. If not, see <https://www.gnu.org/licenses/>.
+
(defvar hcel-outline-buffer-name "*hcel-outline*")
(defvar hcel-outline-indentation 2)