diff options
author | Andreas Enge <andreas@enge.fr> | 2025-02-13 17:14:20 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-02-13 17:14:20 +0100 |
commit | af6d567c2e5acc0c14ad5b84efbfeb94351a9553 (patch) | |
tree | 4bc923f2160e1bb8422b8e5285b487c7c55fc7da | |
parent | 01e6cd7ea8b5b10fe3d5bf2bf4f4107a182e85cd (diff) | |
download | guix-af6d567c2e5acc0c14ad5b84efbfeb94351a9553.tar.gz guix-af6d567c2e5acc0c14ad5b84efbfeb94351a9553.zip |
gnu: Update copyright notices.
* gnu/packages/sagemath.scm: Remove copyright notices for persons whose
contributions have been removed from this file.
Change-Id: I64b3c1292475959579b103a048c0900776f6332a
-rw-r--r-- | gnu/packages/sagemath.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 09bd0e4974..92e0ebcbe7 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -1,9 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019, 2025 Andreas Enge <andreas@enge.fr> -;;; Copyright © 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr> -;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> -;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2024 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2025 Ricardo Wurmus <rekado@elephly.net> ;;; |