Prefer HTTPS to HTTP in URLs

This commit is contained in:
Stefan Kangas
2022-12-16 01:22:38 +01:00
committed by Dimitri Papadopoulos Orfanos
parent d219e432de
commit e78840b143
2 changed files with 4 additions and 4 deletions

View File

@ -332,8 +332,8 @@ with the following terms:
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, see along with this program; if not, see
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>. <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
.. _GPL v2: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .. _GPL v2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
``dictionary.txt`` and the other ``dictionary_*.txt`` files are derivative works of English Wikipedia and are released under the `Creative Commons Attribution-Share-Alike License 3.0 <http://creativecommons.org/licenses/by-sa/3.0/>`_. ``dictionary.txt`` and the other ``dictionary_*.txt`` files are derivative works of English Wikipedia and are released under the `Creative Commons Attribution-Share-Alike License 3.0 <https://creativecommons.org/licenses/by-sa/3.0/>`_.

View File

@ -10,7 +10,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program; if not, see # along with this program; if not, see
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. # https://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
""" """
Copyright (C) 2010-2011 Lucas De Marchi <lucas.de.marchi@gmail.com> Copyright (C) 2010-2011 Lucas De Marchi <lucas.de.marchi@gmail.com>
Copyright (C) 2011 ProFUSION embedded systems Copyright (C) 2011 ProFUSION embedded systems