emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu-session d4f078abcb 35/53: Cleanup: use brief SPDX


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu-session d4f078abcb 35/53: Cleanup: use brief SPDX license
Date: Thu, 7 Jul 2022 12:05:25 -0400 (EDT)

branch: elpa/undo-fu-session
commit d4f078abcbeea614ac2b32808c9cadf460a61e2e
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: use brief SPDX license
---
 tests/undo-fu-session-test.el |  1 +
 undo-fu-session.el            | 14 +-------------
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/tests/undo-fu-session-test.el b/tests/undo-fu-session-test.el
index 2dff023a4d..d92beed7eb 100644
--- a/tests/undo-fu-session-test.el
+++ b/tests/undo-fu-session-test.el
@@ -1,5 +1,6 @@
 ;;; undo-fu-session-test.el --- Undo-fu session test -*- lexical-binding: t -*-
 
+;; SPDX-License-Identifier: GPL-2.0-or-later
 ;; Copyright (C) 2020  Campbell Barton
 ;; Copyright (C) 2009-2015  Tomohiro Matsuyama
 
diff --git a/undo-fu-session.el b/undo-fu-session.el
index 55d867da67..2b091100c9 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -1,5 +1,6 @@
 ;;; undo-fu-session.el --- Persistent undo, available between sessions -*- 
lexical-binding: t -*-
 
+;; SPDX-License-Identifier: GPL-2.0-or-later
 ;; Copyright (C) 2020  Campbell Barton
 ;; Copyright (C) 2009-2015  Tomohiro Matsuyama
 
@@ -10,19 +11,6 @@
 ;; Version: 0.2
 ;; Package-Requires: ((emacs "24.1"))
 
-;; 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 <https://www.gnu.org/licenses/>.
-
 ;;; Commentary:
 
 ;; This extension provides a way to use undo steps of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]