From 49fb7dd57eee8e2acec3fe4c4eb0c75915011369 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Wed, 15 Apr 2015 19:16:27 +0200 Subject: [PATCH] Convert source files using ISO8859-1 to UTF-8. --- lib/SimpleSAML/Bindings/Shib13/HTTPPost.php | 2 +- lib/SimpleSAML/XML/Shib13/AuthnRequest.php | 2 +- lib/SimpleSAML/XML/Shib13/AuthnResponse.php | 2 +- www/shib13/idp/SSOService.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php b/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php index f9f5d8afc..4a7b54ae8 100644 --- a/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php +++ b/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php @@ -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 { diff --git a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php index 0d91446b1..042424522 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php @@ -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 { diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php index 12e6c6dcf..2d65be5d9 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php @@ -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 { diff --git a/www/shib13/idp/SSOService.php b/www/shib13/idp/SSOService.php index 74262ec79..3052f2287 100644 --- a/www/shib13/idp/SSOService.php +++ b/www/shib13/idp/SSOService.php @@ -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 */ -- GitLab