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 57f7676fc..c38762f9b 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 9220c338c..6e0aa3bc8 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 ee53bb39e..1a8676419 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 b4eb376dd..45eee4e33 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 96ffff35d..70218fe7b 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 9db5e3234..3bd834af2 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 2a69b4d2d..f4272c17e 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 867fc7759..8b771b435 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 """