From 1580a4c2d9be19cfc6f7bbea30c7d4d5fec6f92c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 22 2016 14:07:18 +0000 Subject: Include the license of the code we re-use from the validators module --- diff --git a/pagure/__init__.py b/pagure/__init__.py index 493a4c1..2998d52 100644 --- a/pagure/__init__.py +++ b/pagure/__init__.py @@ -614,6 +614,29 @@ ip_last_octet = u"(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))" """ regex based on https://github.com/kvesteri/validators/blob/master/validators/url.py +LICENSED on Dec 16th 2016 as MIT: + +The MIT License (MIT) + +Copyright (c) 2013-2014 Konsta Vesterinen + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + """ urlregex = re.compile( u"^"