From 92486ccd6012dfc58e77c3d1ae6396b4e0433b48 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 30 Oct 2009 15:39:47 +0100 Subject: [PATCH] Added license info --- src/saml2/soap.py | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/saml2/soap.py b/src/saml2/soap.py index 284e666..93fcc11 100644 --- a/src/saml2/soap.py +++ b/src/saml2/soap.py @@ -1,4 +1,23 @@ -#!/usr/bin/env python +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Copyright (C) 2009 UmeƄ University +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +Suppport for the client part of the SAML2.0 SOAP binding. +""" import httplib2 import urllib