diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-01 04:13:59 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-01 04:17:14 +0100 |
commit | 2d927630052d116f7602b6933c256a88d5fb0d0d (patch) | |
tree | 3dfdfa5d17c8641881749d2aa85455a3f3b15460 /.dir-locals.el | |
parent | 0ef894049bc28a83c985a33854fd6ac8304ffa1a (diff) | |
download | dotfiles-2d927630052d116f7602b6933c256a88d5fb0d0d.tar.gz dotfiles-2d927630052d116f7602b6933c256a88d5fb0d0d.tar.bz2 dotfiles-2d927630052d116f7602b6933c256a88d5fb0d0d.zip |
(Emacs/elisp/license)~Update license names, +URLs to LICENSE text
Now copyright notices can point to a URL instead of my email.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 1e9e4c6..4332659 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ ;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((+license/license-choice . "MIT")))) +((nil . ((+license/license-choice . "MIT License")))) |