From 2fbb6bac9f0b0daed1c8d8d3e49cf65396b6600e Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 11 Sep 2022 00:24:34 +1000 Subject: adding copyright and license headers and prep for elpa proposal --- lisp/hcel-client.el | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'lisp/hcel-client.el') diff --git a/lisp/hcel-client.el b/lisp/hcel-client.el index 3a484f6..1aa0d0f 100644 --- a/lisp/hcel-client.el +++ b/lisp/hcel-client.el @@ -1,4 +1,22 @@ -;; -*- lexical-binding: t; -*- +;;; hcel-client.el --- talks to a haskell-code-server. -*- 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 . + (defcustom hcel-endpoint "localhost:8080" "hcel endpoint" :group 'hcel) -- cgit v1.2.3