Browse Source

Added missing part of license for third party code

master
Daniel Hepper 12 years ago
parent
commit
07cbcb2e39
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      oscar/core/phonenumber.py

+ 12
- 0
oscar/core/phonenumber.py View File

13
 # copies of the Software, and to permit persons to whom the
13
 # copies of the Software, and to permit persons to whom the
14
 # Software is furnished to do so, subject to the following
14
 # Software is furnished to do so, subject to the following
15
 # conditions:
15
 # conditions:
16
+#
17
+# The above copyright notice and this permission notice shall be
18
+# included in all copies or substantial portions of the Software.
19
+#
20
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
22
+# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
24
+# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
25
+# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
26
+# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27
+# OTHER DEALINGS IN THE SOFTWARE.
16
 
28
 
17
 import six
29
 import six
18
 
30
 

Loading…
Cancel
Save