diff --git a/.dir-locals.el b/.dir-locals.el index 76c9e12992a..69a5d8065e5 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,38 @@ -;; Per-directory local variables for GNU Emacs 23 and later. +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2012-2023 Ludovic Courtès +;;; Copyright © 2013,2014 Mark H Weaver +;;; Copyright © 2014 Taylan Ulrich Bayırlı/Kammer +;;; Copyright © 2015 David Thompson +;;; Copyright © 2016 Hartmut Goebel +;;; Copyright © 2017 Alex Kost +;;; Copyright © 2018-2020 Caleb Ristvedt +;;; Copyright © 2020-2023,2025 Maxim Cournoyer +;;; Copyright © 2020 Miguel Ángel Arruga Vivas +;;; Copyright © 2020 Christine Lemmer-Webber +;;; Copyright © 2022 Liliana Marie Prikler +;;; Copyright © 2022 Andrew Tropin +;;; Copyright © 2022 Brian Cully +;;; Copyright © 2023 (unmatched-parenthesis +;;; Copyright © 2024 Christopher Baines +;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz> +;;; Copyright © 2024 Nicolas Graves +;;; Copyright © 2025 David Elsing +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . +;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 78) (tab-width . 8)