From 090c8c1a76802c2533a6536d7cc4f2d587e1e57c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 3 Mar 2019 16:44:49 +0100 Subject: [PATCH] Update license mention in settings --- friends_map/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/friends_map/settings.py b/friends_map/settings.py index 61cea85..156e828 100644 --- a/friends_map/settings.py +++ b/friends_map/settings.py @@ -149,8 +149,8 @@ APP = { }, 'licences': { 'source': { - 'code': "GPL v3", - 'url_license': "http://www.gnu.org/licenses/gpl-3.0.html", + 'code': "MIT", + 'url_license': "https://opensource.org/licenses/MIT", } }, },