aboutsummaryrefslogtreecommitdiff
path: root/lisp/hc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/hc.el')
-rw-r--r--lisp/hc.el29
1 files changed, 28 insertions, 1 deletions
diff --git a/lisp/hc.el b/lisp/hc.el
index 907a3d7..f6239f6 100644
--- a/lisp/hc.el
+++ b/lisp/hc.el
@@ -1,4 +1,31 @@
-;; -*- lexical-binding: t; -*-
+;;; hc.el --- Haskell codebase explorer -*- lexical-binding: t; -*-
+
+;; Author: Yuchen Pei <id@ypei.org>
+;; Maintainer: Yuchen Pei <id@ypei.org>
+;; Created: 2022
+;; Version: 0
+;; Keywords: haskell
+;; Package-Requires: ((emacs "28") (haskell-mode))
+;; Package-Type: multi
+;; Homepage: https://g.ypei.me/hcel.git
+
+;; 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/>.
+
(require 'hcel-source)
(require 'hcel-outline)
(require 'hcel-results)