diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-06-27 10:11:33 +0200 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-06-27 10:11:33 +0200 |
commit | 95d88456844fc460fd1708c0fa1e04ab473af0ba (patch) | |
tree | b2a749a2bd7c3d10a2248a6bbf6d1ff6c1f41309 | |
parent | bc3ce40ee72d10e180afd32786d6b5fc7ad02dfd (diff) |
maint: Add copyright info to configure.ac.
* configure.ac: Add copyright lines.
Change-Id: Id944801e83f2baa0bc4cf10ab8f4b5200022d6f7
-rw-r--r-- | configure.ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8a24a5cf0c..67769d8a43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,22 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. +# +# GNU Guix --- Functional package management for GNU +# Copyright © 2012-2021, 2022-2023 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2013, 2016 Mark H Weaver <mhw@netris.org> +# Copyright © 2014-2016 Alex Kost <alezost@gmail.com> +# Copyright © 2014-2016 David Thompson <davet@gnu.org> +# Copyright © 2015-2016, 2018 Mathieu Lirzin <mthl@gnu.org> +# Copyright © 2015-2020 Mathieu Othacehe <m.othacehe@gmail.com> +# Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr> +# Copyright © 2016, 2018, 2020, 2022 Ricardo Wurmus <rekado@elephly.net> +# Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +# Copyright © 2018 nikita <nikita@n0.is> +# Copyright © 2018, 2021 Julien Lepiller <julien@lepiller.eu> +# Copyright © 2017-2018 Eric Bavier <bavier@posteo.net> +# Copyright © 2020-2021, 2023-204 Maxim Cournoyer <maxim.cournoyer@gmail.com> +# Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> +# Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> AC_PREREQ([2.69]) AC_INIT([GNU Guix], |