summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/file-systems.scm2
-rw-r--r--gnu/system/shadow.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 06c89d33eef..f4086dd62b7 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -2,7 +2,7 @@
2;;; Copyright © 2013-2022, 2025 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013-2022, 2025 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2020 Google LLC 3;;; Copyright © 2020 Google LLC
4;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> 4;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
5;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> 5;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim@guixotic.coop>
6;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr> 6;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
7;;; Copyright © 2022 Oleg Pykhalov <go.wigust@gmail.com> 7;;; Copyright © 2022 Oleg Pykhalov <go.wigust@gmail.com>
8;;; 8;;;
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index c257cb329ba..240facc3bdf 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -3,7 +3,7 @@
3;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> 3;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
4;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 4;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
5;;; Copyright © 2020, 2023 Efraim Flashner <efraim@flashner.co.il> 5;;; Copyright © 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
6;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> 6;;; Copyright © 2020 Maxim Cournoyer <maxim@guixotic.coop>
7;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org> 7;;; Copyright © 2024 Giacomo Leidi <goodoldpaul@autistici.org>
8;;; 8;;;
9;;; This file is part of GNU Guix. 9;;; This file is part of GNU Guix.