Skip to content
Snippets Groups Projects
Commit 49fb7dd5 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Convert source files using ISO8859-1 to UTF-8.

parent bec4d351
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
/**
* Implementation of the Shibboleth 1.3 HTTP-POST binding.
*
* @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
*/
class SimpleSAML_Bindings_Shib13_HTTPPost {
......
......@@ -4,7 +4,7 @@
* The Shibboleth 1.3 Authentication Request. Not part of SAML 1.1,
* but an extension using query paramters no XML.
*
* @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
*/
class SimpleSAML_XML_Shib13_AuthnRequest {
......
......@@ -3,7 +3,7 @@
/**
* A Shibboleth 1.3 authentication response.
*
* @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
*/
class SimpleSAML_XML_Shib13_AuthnResponse {
......
......@@ -4,7 +4,7 @@
* from a Shibboleth 1.3 SP, parses, and process it, and then authenticates the user and sends the user back
* to the SP with an Authentication Response.
*
* @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package simpleSAMLphp
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment