From c831a0aa523b250f6ff065112205ce45aa1a9cb6 Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Thu, 17 Sep 2015 00:35:53 +0200 Subject: [PATCH] HTTP links -> HTTPS links --- LICENSE | 6 +++--- lib/yunohost/__init__.py | 2 +- lib/yunohost/app.py | 2 +- lib/yunohost/backup.py | 2 +- lib/yunohost/domain.py | 2 +- lib/yunohost/dyndns.py | 2 +- lib/yunohost/firewall.py | 2 +- lib/yunohost/hook.py | 2 +- lib/yunohost/monitor.py | 2 +- lib/yunohost/service.py | 2 +- lib/yunohost/tools.py | 2 +- lib/yunohost/user.py | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index dbbe35581..0ad25db4b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found. GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -658,4 +658,4 @@ specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -. +. diff --git a/lib/yunohost/__init__.py b/lib/yunohost/__init__.py index 97cd1f5f3..943b7d550 100644 --- a/lib/yunohost/__init__.py +++ b/lib/yunohost/__init__.py @@ -17,7 +17,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/app.py b/lib/yunohost/app.py index 421e017d3..0bef50d3c 100644 --- a/lib/yunohost/app.py +++ b/lib/yunohost/app.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/backup.py b/lib/yunohost/backup.py index 7f98b118d..bc8b498ac 100644 --- a/lib/yunohost/backup.py +++ b/lib/yunohost/backup.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/domain.py b/lib/yunohost/domain.py index d8880554f..18eb32c99 100644 --- a/lib/yunohost/domain.py +++ b/lib/yunohost/domain.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/dyndns.py b/lib/yunohost/dyndns.py index 27650ad99..da3b8b717 100644 --- a/lib/yunohost/dyndns.py +++ b/lib/yunohost/dyndns.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/firewall.py b/lib/yunohost/firewall.py index c0b06e64b..c1419f14b 100644 --- a/lib/yunohost/firewall.py +++ b/lib/yunohost/firewall.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/hook.py b/lib/yunohost/hook.py index ccfd242b8..e3c3b77d1 100644 --- a/lib/yunohost/hook.py +++ b/lib/yunohost/hook.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/monitor.py b/lib/yunohost/monitor.py index 541e0892e..8d49a0117 100644 --- a/lib/yunohost/monitor.py +++ b/lib/yunohost/monitor.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/service.py b/lib/yunohost/service.py index 86a95933d..704fe632c 100644 --- a/lib/yunohost/service.py +++ b/lib/yunohost/service.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/tools.py b/lib/yunohost/tools.py index 95fbe8f83..3e60bf629 100644 --- a/lib/yunohost/tools.py +++ b/lib/yunohost/tools.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """ diff --git a/lib/yunohost/user.py b/lib/yunohost/user.py index 897b53d34..1eb7c09ef 100644 --- a/lib/yunohost/user.py +++ b/lib/yunohost/user.py @@ -15,7 +15,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License - along with this program; if not, see http://www.gnu.org/licenses + along with this program; if not, see https://www.gnu.org/licenses """