branch: elpa/evil-numbers commit cc58cc7ff4f1a7fb6f9fc9c007ca3de738f3a3ec Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Cleanup: use SPDX license header --- evil-numbers.el | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/evil-numbers.el b/evil-numbers.el index f3d9a38821..d53b12613d 100644 --- a/evil-numbers.el +++ b/evil-numbers.el @@ -1,5 +1,6 @@ ;;; evil-numbers.el --- Increment/decrement numbers like in VIM -*- lexical-binding: t -*- +;; SPDX-License-Identifier: GPL-3.0-or-later ;; Copyright (C) 2011 by Michael Markert ;; 2020 by Julia Path ;; Author: Michael Markert <markert.mich...@googlemail.com> @@ -14,21 +15,6 @@ ;; Package-Requires: ((emacs "24.1") (evil "1.2.0")) ;; Keywords: convenience tools -;; This file is not part of GNU Emacs. - -;; This program 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 program 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 program. If not, see <http://www.gnu.org/licenses/>. - ;;; Commentary: ;; Increment / Decrement binary, octal, decimal and hex literals.