small changes

This commit is contained in:
2025-02-17 19:08:09 +00:00
parent 33064aef3e
commit 251d53c226
2 changed files with 21 additions and 19 deletions

View File

@@ -25,7 +25,8 @@
"Choice of license."
:type '(choice (const "MIT License")
(const "GNU General Public License Version 2")
(const "Unlicense")))
(const "Unlicense"))
:group 'license)
(defconst +license/licenses-alist
`(("MIT License" (,(format "MIT License
@@ -443,10 +444,12 @@ program. If not, please go to <%s>."
without explicit legal permission from the author \"%s\""
user-full-name)))))
;;;###autoload
(defun +license/insert-complete-license ()
(interactive)
(insert (+license/choose-copy-of-license)))
;;;###autoload
(defun +license/insert-copyright-notice ()
(interactive)
(insert (+license/copyright-notice)))