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 /configure.ac | |
| parent | bc3ce40ee72d10e180afd32786d6b5fc7ad02dfd (diff) | |
maint: Add copyright info to configure.ac.
* configure.ac: Add copyright lines.
Change-Id: Id944801e83f2baa0bc4cf10ab8f4b5200022d6f7
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8a24a5cf0c7..67769d8a437 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | # -*- Autoconf -*- | 1 | # -*- Autoconf -*- |
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | # | ||
| 4 | # GNU Guix --- Functional package management for GNU | ||
| 5 | # Copyright © 2012-2021, 2022-2023 Ludovic Courtès <ludo@gnu.org> | ||
| 6 | # Copyright © 2013, 2016 Mark H Weaver <mhw@netris.org> | ||
| 7 | # Copyright © 2014-2016 Alex Kost <alezost@gmail.com> | ||
| 8 | # Copyright © 2014-2016 David Thompson <davet@gnu.org> | ||
| 9 | # Copyright © 2015-2016, 2018 Mathieu Lirzin <mthl@gnu.org> | ||
| 10 | # Copyright © 2015-2020 Mathieu Othacehe <m.othacehe@gmail.com> | ||
| 11 | # Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr> | ||
| 12 | # Copyright © 2016, 2018, 2020, 2022 Ricardo Wurmus <rekado@elephly.net> | ||
| 13 | # Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> | ||
| 14 | # Copyright © 2018 nikita <nikita@n0.is> | ||
| 15 | # Copyright © 2018, 2021 Julien Lepiller <julien@lepiller.eu> | ||
| 16 | # Copyright © 2017-2018 Eric Bavier <bavier@posteo.net> | ||
| 17 | # Copyright © 2020-2021, 2023-204 Maxim Cournoyer <maxim.cournoyer@gmail.com> | ||
| 18 | # Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org> | ||
| 19 | # Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> | ||
| 3 | 20 | ||
| 4 | AC_PREREQ([2.69]) | 21 | AC_PREREQ([2.69]) |
| 5 | AC_INIT([GNU Guix], | 22 | AC_INIT([GNU Guix], |
