Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> writes:
Toggle quote (8 lines)
> * .dir-locals.el: Add copyrights.
>
> The list was first generated with the 'git log --oneline
> --pretty=";;; Copyright © %ad %an <%ae>" --follow --date="format:%Y" --
> .dir-locals.el' command, and then the lines were regrouped together by hand,
> and finally the names and mails were updated to the ones currently used with
> the help of git grep.
I have used the following command to verify the content of the patch:
Toggle snippet (6 lines)
git log --pretty='format:%as %an %ae' orig-master -- .dir-locals.el \
| sed -E 's/-[0-9]{2}-[0-9]{2}//' \
| sed -E 's/(....) (.*)/\2 \1/' \
| sort -u
Toggle quote (38 lines)
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
> Change-Id: I010f1e5e3afc8b646da39dc6341f7870f0c9bf45
> ---
> ChangeLog v1->v2:
> =================
> * Fixed the command in the commit log (it didn't list all the commits).
> * Added missing Copyrights (Tomas Volf, Nicolas Graves, and 2025 for Maxim
> Cournoyer). Thanks to Tomas Volf who found the issue.
> ---
> .dir-locals.el | 34 +++++++++++++++++++++++++++++++++-
> 1 file changed, 33 insertions(+), 1 deletion(-)
>
> diff --git a/.dir-locals.el b/.dir-locals.el
> index 76c9e12992..983a92f5a6 100644
> --- a/.dir-locals.el
> +++ b/.dir-locals.el
> @@ -1,5 +1,37 @@
> -;; Per-directory local variables for GNU Emacs 23 and later.
> +;;; GNU Guix --- Functional package management for GNU
> +;;; Copyright © 2012-2023 Ludovic Courtès <ludo@gnu.org>
> +;;; Copyright © 2013,2014 Mark H Weaver <mhw@netris.org>
> +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
> +;;; Copyright © 2015 David Thompson <davet@gnu.org>
> +;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
> +;;; Copyright © 2017 Alex Kost <alezost@gmail.com>
> +;;; Copyright © 2018-2020 Caleb Ristvedt <caleb.ristvedt@cune.org>
> +;;; Copyright © 2020-2023,2025 Maxim Cournoyer <maxim.cournoyer@gmail.com>
> +;;; Copyright © 2020 Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
> +;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
> +;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
> +;;; Copyright © 2022 Andrew Tropin <andrew@trop.in>
> +;;; Copyright © 2022 Brian Cully <bjc@kublai.com>
> +;;; Copyright © 2023 (unmatched-parenthesis ew syntax <paren@disroot.org>
> +;;; Copyright © 2024 Christopher Baines <mail@cbaines.net>
> +;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
> +;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
Hi, me again :) I think you are missing David Elsing. I am not sure how
fresh your git checkout is, but on current master I see:
Toggle snippet (5 lines)
commit 30e51cb6b42e86f9f94d6380f69a1020ee99ff39
Author: David Elsing <david.elsing@posteo.net>
Date: Tue Mar 4 20:33:08 2025 +0000
One more nitpick could be that paren@disroot.org is known under multiple
names in our git history, and I am not sure which one is preferred.
Edits to .dir-locals.el were made under two of them, you picked the last
name used. However last commit to Guix repository itself uses different
name (just `(unmatched-parenthesis').
Other than that LGTM.
Tomas
Reviewed-by: Tomas Volf <~@wolfsden.cz>
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
-----BEGIN PGP SIGNATURE-----
iQJCBAEBCgAsFiEEt4NJs4wUfTYpiGikL7/ufbZ/wakFAmfW7ZcOHH5Ad29sZnNk
ZW4uY3oACgkQL7/ufbZ/wamALA/9ELrKXkE4wDaNxaq9UgvLmW4B5StjJI43OkJq
tbzsbTVpKsW4nzrL1DNniXAxQQMU+WrXCfotfOg3upLc5DX/NcmK/wSe0jUKksDW
aJ5B7vgzasmTsG8adu+Le+wzNLaPj5hx3i0RiFRE/YER/yPOvoENbBNs2AfJnDQt
sN2kXANjkdRy5XJ1poDp6TqC1HAWzhbcnbmbyhOobtUzj4PHL9J9s/OVRaO0DpZm
psZrX5xSoqC2Mm7eOCH7azSdeA2oR625ozDpWDRdYz0AP59enDRmNU8wlVfCgXy7
SiA3rGvabnz1W+VNDUcDWxL6lkugG/TOdkLP7wlpOOYyIHYF/XMvqpC4MJh7YqKv
SR005WjcMWN3RAGERJwOEvXj/9re4CS0neiYxHFWASpBXgjmJRHsK7K+40WkaOQW
l93fbpjNKmWV0REXHmIb49KFPUGvysP3HDmHU6bXSacqOBmsikaqF2gJrOsS08Za
prLmtIu8orfJbJABwGbk8Ft6n1T6XSrhBEGkl32xHKJHnE132Kz0uF2pUyXSgum1
+25cmsxh2pV6+9w0GRFcm4dml0NTeKrwfVfQnAW5cpSmdrvVr0utr/kZ6L6eUw85
Kzz00mq0QviHsRoOJwhVmnwm/h47+J7R83quR9nf6HMayrFzjPWFfr/pcFN/Mih5
FWGcebs=
=Jexb
-----END PGP SIGNATURE-----