diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-04-28 16:05:17 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-04-28 16:05:17 +0200 |
| commit | 5d1da6dc68a1f76f52b7acc808ee430b72fb98ae (patch) | |
| tree | 9aa5d6f52f6b7e4fc823ddd1c91bcc29c2b2a8c6 | |
| parent | 1e1d49388bbd47780889b88b8c8e92e5ceaad854 (diff) | |
Refresh library header
| -rw-r--r-- | llama.el | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,24 +1,25 @@ -;;; llama.el --- Anonymous function literals -*- lexical-binding: t -*- +;;; llama.el --- Anonymous function literals -*- lexical-binding:t -*- -;; Copyright (C) 2020-2022 Jonas Bernoulli +;; Copyright (C) 2020-2022 Jonas Bernoulli ;; Authors: Jonas Bernoulli <jonas@bernoul.li> -;; URL: https://git.sr.ht/~tarsius/llama +;; Homepage: https://git.sr.ht/~tarsius/llama ;; Keywords: extensions ;; Package-Requires: ((seq "2.20")) + ;; SPDX-License-Identifier: GPL-3.0-or-later ;; This file 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. - +;; ;; This file 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 this file. If not, see <https://www.gnu.org/licenses/>. |
