mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 23:46:43 +08:00
Prefer HTTPS to HTTP in URLs
This commit is contained in:

committed by
Dimitri Papadopoulos Orfanos

parent
d219e432de
commit
e78840b143
@ -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/>`_.
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user