aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-utils.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-11 00:24:34 +1000
committerYuchen Pei <hi@ypei.me>2022-09-11 00:24:34 +1000
commit2fbb6bac9f0b0daed1c8d8d3e49cf65396b6600e (patch)
treea54d8833d87674cd6d6ab96005b60daafdb68218 /lisp/hcel-utils.el
parent95f428ce031085a3dc3f2bc983b33bef125498af (diff)
adding copyright and license headers and prep for elpa proposal
Diffstat (limited to 'lisp/hcel-utils.el')
-rw-r--r--lisp/hcel-utils.el19
1 files changed, 18 insertions, 1 deletions
diff --git a/lisp/hcel-utils.el b/lisp/hcel-utils.el
index 9526521..18e1062 100644
--- a/lisp/hcel-utils.el
+++ b/lisp/hcel-utils.el
@@ -1,4 +1,21 @@
-;; -*- lexical-binding: t; -*-
+;;; hc-utils.el --- Commonly used utilities -*- 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/>.
;; data conversions
(defun hcel-parse-package-id (package-id &optional divider)