Skip to content

Commit e429544

Browse files
author
Roland Hedberg
committed
Messed up the documentation. Now trying to fix it.
1 parent f05587c commit e429544

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013 Geant. All rights reserved.
1+
Copyright 2014 Roland Hedberg. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are
44
permitted provided that the following conditions are met:
@@ -10,9 +10,9 @@ permitted provided that the following conditions are met:
1010
of conditions and the following disclaimer in the documentation and/or other materials
1111
provided with the distribution.
1212

13-
THIS SOFTWARE IS PROVIDED BY GEANT ``AS IS'' AND ANY EXPRESS OR IMPLIED
13+
THIS SOFTWARE IS PROVIDED BY Roland Hedberg ``AS IS'' AND ANY EXPRESS OR IMPLIED
1414
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15-
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GEANT OR
15+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Roland Hedberg OR
1616
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1717
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1818
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
@@ -22,4 +22,4 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2222

2323
The views and conclusions contained in the software and documentation are those of the
2424
authors and should not be interpreted as representing official policies, either expressed
25-
or implied, of Geant.
25+
or implied of their employers.

src/saml2/saml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,4 +1855,4 @@ def advice_from_string(xml_string):
18551855

18561856

18571857
def factory(tag, **kwargs):
1858-
return ELEMENT_BY_TAG[tag](**kwargs)
1858+
return ELEMENT_BY_TAG[tag](**kwargs)

0 commit comments

Comments
 (0)