Skip to content

Commit

Permalink
sed -i.bak 's,http:,https:,g' src/sage/**/all*.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Nov 12, 2023
1 parent 3bbdcbf commit 3c2fd60
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/sage/algebras/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.algebras.all__sagemath_modules import *
Expand Down
2 changes: 1 addition & 1 deletion src/sage/algebras/lie_algebras/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************
from sage.misc.lazy_import import lazy_import

Expand Down
2 changes: 1 addition & 1 deletion src/sage/algebras/lie_conformal_algebras/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 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.
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************


Expand Down
2 changes: 1 addition & 1 deletion src/sage/databases/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* CremonaDatabase() - Cremona's tables of elliptic curves and related data.
* findstat -- The FindStat database (http://www.findstat.org/).
* findstat -- The FindStat database (https://www.findstat.org/).
* JonesDatabase() -- returns the John Jones table of number fields
with bounded ramification and degree <= 6.
Expand Down
2 changes: 1 addition & 1 deletion src/sage/groups/abelian_gps/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.groups.abelian_gps.all__sagemath_modules import *
Expand Down
2 changes: 1 addition & 1 deletion src/sage/modular/abvar/all.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################################################
# Copyright (C) 2007 William Stein <[email protected]> #
# Distributed under the terms of the GNU General Public License (GPL) #
# http://www.gnu.org/licenses/ #
# https://www.gnu.org/licenses/ #
###########################################################################

from sage.modular.abvar.constructor import J0, J1, JH, AbelianVariety
2 changes: 1 addition & 1 deletion src/sage/modular/modform/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Distributed under the terms of the GNU General Public License (GPL)
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
#########################################################################

from sage.modular.modform.constructor import ModularForms, CuspForms, EisensteinForms, Newforms, Newform
Expand Down
2 changes: 1 addition & 1 deletion src/sage/modules/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.modules.free_module import FreeModule, VectorSpace, span
Expand Down
2 changes: 1 addition & 1 deletion src/sage/rings/finite_rings/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.rings.finite_rings.all__sagemath_categories import *
2 changes: 1 addition & 1 deletion src/sage/schemes/affine/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.schemes.affine.affine_space import AffineSpace
Expand Down
2 changes: 1 addition & 1 deletion src/sage/schemes/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.schemes.all__sagemath_categories import *
Expand Down
2 changes: 1 addition & 1 deletion src/sage/schemes/curves/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.schemes.curves.constructor import Curve
Expand Down
2 changes: 1 addition & 1 deletion src/sage/schemes/elliptic_curves/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.schemes.elliptic_curves.constructor import (EllipticCurve,
Expand Down
2 changes: 1 addition & 1 deletion src/sage/schemes/projective/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# The full text of the GPL is available at:
#
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
# *****************************************************************************

from sage.schemes.projective.projective_space import ProjectiveSpace, is_ProjectiveSpace
2 changes: 1 addition & 1 deletion src/sage/stats/hmm/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2010 William Stein <[email protected]>
# Distributed under the terms of the GNU General Public License (GPL), v2+.
# The full text of the GPL is available at:
# http://www.gnu.org/licenses/
# https://www.gnu.org/licenses/
#############################################################################

# We lazy_import the following modules since they import numpy which slows down sage startup
Expand Down

0 comments on commit 3c2fd60

Please sign in to comment.