Skip to content

Commit

Permalink
src/sage/groups/matrix_gps/orthogonal_gap.py: Add copyright notice ba…
Browse files Browse the repository at this point in the history
…sed on 'git blame -M -C -w --date=format:%Y FILE.py | sort -k2'
  • Loading branch information
mkoeppe committed Apr 17, 2023
1 parent e15c6e8 commit 1024a23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/sage/groups/matrix_gps/orthogonal_gap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Orthogonal Linear Groups with GAP
"""

# ****************************************************************************
# Copyright (C) 2006 David Joyner and William Stein
# 2009 Mike Hansen
# 2013 Volker Braun <vbraun.name@gmail.com>
# 2018 Sebastian Oehms
# 2018 Travis Scrimshaw
# 2023 Matthias Koeppe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
# https://www.gnu.org/licenses/
# ****************************************************************************

from sage.groups.matrix_gps.finitely_generated_gap import FinitelyGeneratedMatrixGroup_gap
from sage.groups.matrix_gps.named_group_gap import NamedMatrixGroup_gap
from sage.groups.matrix_gps.orthogonal import OrthogonalMatrixGroup_generic
Expand Down

0 comments on commit 1024a23

Please sign in to comment.