Skip to content

Commit b7ddb8f

Browse files
committed
very tiny https detail
1 parent 946083d commit b7ddb8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/algebras/exterior_algebra_groebner.pyx

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ AUTHORS:
99
- Trevor K. Karn, Travis Scrimshaw (July 2022): Initial implementation
1010
"""
1111

12-
#*****************************************************************************
12+
# ****************************************************************************
1313
# Copyright (C) 2022 Trevor K. Karn <karnx018 at umn.edu>
1414
# (C) 2022 Travis Scrimshaw <tcscrims at gmail.com>
1515
#
1616
# This program is free software: you can redistribute it and/or modify
1717
# it under the terms of the GNU General Public License as published by
1818
# the Free Software Foundation, either version 2 of the License, or
1919
# (at your option) any later version.
20-
# http://www.gnu.org/licenses/
21-
#*****************************************************************************
20+
# https://www.gnu.org/licenses/
21+
# ****************************************************************************
2222

2323
from cysignals.signals cimport sig_check
2424
from sage.libs.gmp.mpz cimport mpz_sizeinbase, mpz_setbit, mpz_tstbit, mpz_cmp_si, mpz_sgn

0 commit comments

Comments
 (0)