Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 644933a

Browse files
author
Matthias Koeppe
committed
src/sage/tensor/modules/finite_rank_free_module.py: Update copyright according to git blame -w --date=format:%Y FILE | sort -k2
1 parent fd89892 commit 644933a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/sage/tensor/modules/finite_rank_free_module.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,16 +520,19 @@ class :class:`~sage.modules.free_module.FreeModule_generic`
520520
[2, 0, -5]
521521
522522
"""
523-
#******************************************************************************
524-
# Copyright (C) 2015-2021 Eric Gourgoulhon <[email protected]>
525-
# Copyright (C) 2015 Michal Bejger <[email protected]>
526-
# Copyright (C) 2016 Travis Scrimshaw <[email protected]>
523+
# ******************************************************************************
524+
# Copyright (C) 2014-2021 Eric Gourgoulhon <[email protected]>
525+
# 2014-2016 Travis Scrimshaw <[email protected]>
526+
# 2015 Michal Bejger <[email protected]>
527+
# 2016 Frédéric Chapoton
528+
# 2020 Michael Jung
529+
# 2020-2022 Matthias Koeppe
527530
#
528531
# Distributed under the terms of the GNU General Public License (GPL)
529532
# as published by the Free Software Foundation; either version 2 of
530533
# the License, or (at your option) any later version.
531534
# https://www.gnu.org/licenses/
532-
#******************************************************************************
535+
# ******************************************************************************
533536
from __future__ import annotations
534537

535538
from typing import Generator, Optional

0 commit comments

Comments
 (0)