From adbad467bc1ab2a3509d6edb7958b62858cfa3d1 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 8 Dec 2018 06:24:12 -0800 Subject: [PATCH] Update URLs to use https:// where available --- AUTHORS | 2 +- LICENSE | 2 +- setup.py | 2 +- tests/helpers.py | 2 +- tests/test_check.py | 2 +- tests/test_cli.py | 2 +- tests/test_main.py | 2 +- tests/test_package.py | 2 +- tests/test_repository.py | 2 +- tests/test_settings.py | 2 +- tests/test_upload.py | 2 +- tests/test_utils.py | 2 +- tests/test_wheel.py | 2 +- twine/__init__.py | 2 +- twine/__main__.py | 2 +- twine/cli.py | 2 +- twine/commands/__init__.py | 2 +- twine/commands/check.py | 2 +- twine/commands/register.py | 2 +- twine/commands/upload.py | 2 +- twine/exceptions.py | 2 +- twine/package.py | 2 +- twine/repository.py | 2 +- twine/settings.py | 2 +- twine/utils.py | 2 +- twine/wheel.py | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/AUTHORS b/AUTHORS index d2f7095a..c1869b96 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,7 +18,7 @@ Andrew Watts Anna Martelli Ravenscroft Sumana Harihareswara Dustin Ingram (https://di.codes) -Jesse Jarzynka (http://jessejoe.com) +Jesse Jarzynka (https://www.jessejoe.com/) László Kiss Kollár Frances Hocutt Tathagata Dasgupta diff --git a/LICENSE b/LICENSE index 91e18a62..5addb5e3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION diff --git a/setup.py b/setup.py index b96202a9..c3258b11 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/helpers.py b/tests/helpers.py index c4847ab6..70c350c6 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_check.py b/tests/test_check.py index deda3409..b31973f1 100644 --- a/tests/test_check.py +++ b/tests/test_check.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_cli.py b/tests/test_cli.py index d08918db..8e2b1c9b 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_main.py b/tests/test_main.py index 9c8d20c6..8fcbe817 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -2,7 +2,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_package.py b/tests/test_package.py index 1cdda6be..344800ca 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_repository.py b/tests/test_repository.py index 5dd8fc5b..8a122361 100644 --- a/tests/test_repository.py +++ b/tests/test_repository.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_settings.py b/tests/test_settings.py index ae9b6dbe..b50d2d77 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_upload.py b/tests/test_upload.py index c841400d..65c6718e 100644 --- a/tests/test_upload.py +++ b/tests/test_upload.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_utils.py b/tests/test_utils.py index 68d393dd..69b9e73a 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tests/test_wheel.py b/tests/test_wheel.py index 12fa3d18..3bfd91f6 100644 --- a/tests/test_wheel.py +++ b/tests/test_wheel.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/__init__.py b/twine/__init__.py index 5bac2471..72c83bf0 100644 --- a/twine/__init__.py +++ b/twine/__init__.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/__main__.py b/twine/__main__.py index fbf276d8..bfdc8028 100644 --- a/twine/__main__.py +++ b/twine/__main__.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/cli.py b/twine/cli.py index 173ad51a..9dbfe51c 100644 --- a/twine/cli.py +++ b/twine/cli.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/commands/__init__.py b/twine/commands/__init__.py index 1bb61ae7..4a34b836 100644 --- a/twine/commands/__init__.py +++ b/twine/commands/__init__.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/commands/check.py b/twine/commands/check.py index b55dabf9..5343b1ca 100644 --- a/twine/commands/check.py +++ b/twine/commands/check.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/commands/register.py b/twine/commands/register.py index 11e551af..ed5021f9 100644 --- a/twine/commands/register.py +++ b/twine/commands/register.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/commands/upload.py b/twine/commands/upload.py index 20bb6e0c..c98d7075 100644 --- a/twine/commands/upload.py +++ b/twine/commands/upload.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/exceptions.py b/twine/exceptions.py index 9e35ea05..c6a710ce 100644 --- a/twine/exceptions.py +++ b/twine/exceptions.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/package.py b/twine/package.py index c9e51978..d76a72de 100644 --- a/twine/package.py +++ b/twine/package.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/repository.py b/twine/repository.py index 74e19684..1038291c 100644 --- a/twine/repository.py +++ b/twine/repository.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/settings.py b/twine/settings.py index d4e3d1a7..83f0c6ee 100644 --- a/twine/settings.py +++ b/twine/settings.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/utils.py b/twine/utils.py index a4f64196..fc3042f5 100644 --- a/twine/utils.py +++ b/twine/utils.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/twine/wheel.py b/twine/wheel.py index 8a52d6ef..bf5a85dc 100644 --- a/twine/wheel.py +++ b/twine/wheel.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,