branch: externals/transient
commit 7d3d8d795a8194ccbd0eb3fbd917375e0f0e61e8
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Add SPDX-License-Identifier library header
---
lisp/transient.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/transient.el b/lisp/transient.el
index 6e7b5ea..11da7ed 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -7,6 +7,7 @@
;; Package-Requires: ((emacs "25.1"))
;; Package-Version: 0.3.2
;; Keywords: bindings
+;; SPDX-License-Identifier: GPL-3.0-or-later
;; This file is part of GNU Emacs.