branch: elpa/llama commit 5d1da6dc68a1f76f52b7acc808ee430b72fb98ae Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Refresh library header --- llama.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/llama.el b/llama.el index a79d9b8bc9..06a7532d6b 100644 --- a/llama.el +++ b/llama.el @@ -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 <jo...@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/>.