aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/license.el
AgeCommit message (Collapse)Author
2024-10-16Update copyright noticesAryadev Chavali
2024-10-05Make license-choice have possible tagsAryadev Chavali
2024-07-01(Emacs/elisp/license)~Update license names, +URLs to LICENSE textAryadev Chavali
Now copyright notices can point to a URL instead of my email.
2024-06-23(Emacs)~change licensing agreementAryadev Chavali
I only want to publish under version 2, not version 3.
2024-05-11(Emacs/*)~clean up text, change license of elisp packages to GPLv2 strictlyAryadev Chavali
2024-04-18(Emacs/elisp/license)~Behavior when licence-choice is NILAryadev Chavali
Instead of defaulting to the Unlicense, we now completely copyright the material. This is the default behavior when a LICENSE is not attached to a project in open source: copyright is completely preserved.
2023-10-06(Emacs)~license.el separates pure string functions from interactiveAryadev Chavali
2023-09-28(Emacs)~setup licensing as early as possibleAryadev Chavali
This is so I can use it later on.
2023-09-28(Emacs)~license.el now has a function to insert copyright noticesAryadev Chavali
For the top of source code blocks.
2023-09-28(Emacs)+licensing scriptAryadev Chavali
I manage my own alist of Licenses, which I can completing-read for. I should also define something to produce a copyright notice.