diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-28 16:28:22 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-28 16:28:53 +0100 |
commit | b71068309b7b5041fc48ec37ea23ff1b759b7d76 (patch) | |
tree | d914bf5cfa6769372c39894da2f4e9925cdb8750 /Emacs/.config/emacs/elisp | |
parent | 92d0d9dc1cb61f3ae60320ddb01d243af5bc572d (diff) | |
download | dotfiles-b71068309b7b5041fc48ec37ea23ff1b759b7d76.tar.gz dotfiles-b71068309b7b5041fc48ec37ea23ff1b759b7d76.tar.bz2 dotfiles-b71068309b7b5041fc48ec37ea23ff1b759b7d76.zip |
(Emacs)~setup licensing as early as possible
This is so I can use it later on.
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-rw-r--r-- | Emacs/.config/emacs/elisp/license.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/elisp/license.el b/Emacs/.config/emacs/elisp/license.el index cb48e47..f964f6c 100644 --- a/Emacs/.config/emacs/elisp/license.el +++ b/Emacs/.config/emacs/elisp/license.el @@ -425,9 +425,7 @@ For more information, please refer to <https://unlicense.org>"))) +license/license-choice) "Unlicense"))) (insert (format "Copyright (C) %s %s - You may distribute and modify this code under the terms of the %s license. - You should have received a copy of the %s license with this file. If not, please write to: %s." (format-time-string "%Y") user-full-name |