[Python-modules-commits] [python-social-auth] 304/322: added copyright / license notices

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit af7574f480e79cf96284fb8704f1e20111efec1d
Author: vinhub <vin.bhalerao at gmail.com>
Date:   Mon May 18 17:50:20 2015 -0700

    added copyright / license notices
---
 social/backends/azuread.py            | 26 ++++++++++++++++++++++++++
 social/tests/backends/test_azuread.py | 26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/social/backends/azuread.py b/social/backends/azuread.py
index 42ead2d..b34b3eb 100644
--- a/social/backends/azuread.py
+++ b/social/backends/azuread.py
@@ -1,4 +1,30 @@
 """
+Copyright (c) 2015 Microsoft Open Technologies, Inc.
+
+All rights reserved. 
+
+MIT License
+
+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.
+"""
+
+"""
 Azure AD OAuth2 backend, docs at:
     http://psa.matiasaguirre.net/docs/backends/azuread.html
 """
diff --git a/social/tests/backends/test_azuread.py b/social/tests/backends/test_azuread.py
index fd7561a..e2e36a4 100644
--- a/social/tests/backends/test_azuread.py
+++ b/social/tests/backends/test_azuread.py
@@ -1,3 +1,29 @@
+"""
+Copyright (c) 2015 Microsoft Open Technologies, Inc.
+
+All rights reserved. 
+
+MIT License
+
+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.
+"""
+
 import json
 from social.p3 import urlencode
 from social.tests.backends.oauth import OAuth2Test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list