branch: elpa/keycast commit 5d71dee90b0fb9b105d6ddea00994959f739ecb7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Refresh library header --- keycast.el | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/keycast.el b/keycast.el index 9484124ca0..31445c6538 100644 --- a/keycast.el +++ b/keycast.el @@ -1,29 +1,28 @@ -;;; keycast.el --- Show current command and its binding -*- lexical-binding: t -*- +;;; keycast.el --- Show current command and its binding -*- lexical-binding:t -*- -;; Copyright (C) 2018-2022 Jonas Bernoulli +;; Copyright (C) 2018-2022 Jonas Bernoulli ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/tarsius/keycast +;; Keywords: multimedia ;; Package-Requires: ((emacs "25.3") (compat "28.1.1.0")) ;; Package-Version: 1.2.0-git ;; 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, or (at your option) -;; any later version. +;; 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. ;; -;; For a full copy of the GNU General Public License -;; see <http://www.gnu.org/licenses/>. - -;; This file is not part of GNU Emacs. +;; You should have received a copy of the GNU General Public License +;; along with this file. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: