From 2d927630052d116f7602b6933c256a88d5fb0d0d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 1 Jul 2024 04:13:59 +0100 Subject: (Emacs/elisp/license)~Update license names, +URLs to LICENSE text Now copyright notices can point to a URL instead of my email. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') 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")))) -- cgit v1.2.3-13-gbd6f