summaryrefslogtreecommitdiff
path: root/pygnulib/GLInfo.py
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:57 -0700
commitca35d468121a7ec60162155f9c3395068ca323d1 (patch)
tree21dda8c53d99e346571693406a75bdb24e67b7d1 /pygnulib/GLInfo.py
parent9dd86e23c6c1ab02723efdeb6704920724d6abfc (diff)
downloadgnulib-ca35d468121a7ec60162155f9c3395068ca323d1.tar.gz
all: prefer https: URLs
Diffstat (limited to 'pygnulib/GLInfo.py')
-rw-r--r--pygnulib/GLInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLInfo.py b/pygnulib/GLInfo.py
index f992ba687f..7347745d29 100644
--- a/pygnulib/GLInfo.py
+++ b/pygnulib/GLInfo.py
@@ -78,7 +78,7 @@ class GLInfo(object):
def license(self):
'''Return formatted string which contains license and its description.'''
result = 'License GPLv3+: GNU GPL version 3 or later'
- result += ' <http://gnu.org/licenses/gpl.html>\n'
+ result += ' <https://gnu.org/licenses/gpl.html>\n'
result += 'This is free software: you are free'
result += ' to change and redistribute it.\n'
result += 'There is NO WARRANTY, to the extent permitted by law.'