Skip to content

Commit d00adea

Browse files
committed
Use https for gnu.org
Signed-off-by: Michal Čihař <[email protected]>
1 parent 01200af commit d00adea

File tree

294 files changed

+295
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+295
-295
lines changed

.openshift/action_hooks/pre_build_python

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
# Don't let OpenShift install weblate and its dependencies directly as this leads to timeouts during gear creation and deploys

.openshift/cron/hourly/clearsessions

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1157830

.openshift/cron/hourly/commit_pending

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1157830

.openshift/cron/minutely/update_index

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1157830

COPYING

+2-2
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
648+
along with this program. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,7 +664,7 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
667+
<https://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you

README.rst

+1-1

docs/license.rst

+1-1

examples/check_czech.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Quality check example for Czech plurals."""
2121

examples/check_foo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Simple quality check example."""
2121

examples/fix_foo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from weblate.trans.autofixes.base import AutoFix

examples/generate-secret-key

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

2222
from django.utils.crypto import get_random_string

examples/hook-sort-properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121
"""
2222
This is reimplementation of

examples/mt_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Machine translation example."""
2121

manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

2222
import os

openshift/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
# Log and execute given command, identing its output for easy filtering.

openshift/manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

2222
import os

openshift/update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
set -e

openshift/wsgi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

2222
import os

openshift/wsgi_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

2222
import os

runtests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Wrapper to execute Django tests from setup.py."""
2121

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
#
2121

2222
import os

weblate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
import os

weblate/accounts/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from django.contrib import admin

weblate/accounts/auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
import sys

weblate/accounts/avatar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/captcha.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Simple mathematical captcha."""
2121

weblate/accounts/forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/management/commands/changesite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121

weblate/accounts/management/commands/createadmin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from random import SystemRandom

weblate/accounts/management/commands/dumpuserdata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
import argparse

weblate/accounts/management/commands/importuserdata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
import argparse

weblate/accounts/management/commands/importusers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/middleware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
import re

weblate/accounts/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/notifications.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
from __future__ import unicode_literals
2121

weblate/accounts/password_validation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/ratelimit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from __future__ import unicode_literals

weblate/accounts/strategy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
from importlib import import_module

weblate/accounts/templatetags/authnames.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Provide user friendly names for social authentication methods."""
2121
from __future__ import unicode_literals

weblate/accounts/tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#

weblate/accounts/tests/test_avatars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
"""

weblate/accounts/tests/test_captcha.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020
"""Captcha tests"""
2121

weblate/accounts/tests/test_commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

2121
"""Test for user handling."""

0 commit comments

Comments
 (0)