use user-full-name as default value for license-boilerplate-copyright-author

master
John Turner 7 months ago
parent 763e3f0d1f
commit 86d3b6d1b4
No known key found for this signature in database

@ -1,8 +1,7 @@
(defgroup license-boilerplate nil
"A small script for inserting license boilerplate text into source files.")
(defcustom license-boilerplate-copyright-author
nil
(defcustom license-boilerplate-copyright-author user-full-name
"The value to insert into the Copyright line."
:group 'license-boilerplate
:type 'string)

Loading…
Cancel
Save