summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/XML
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SimpleSAML/XML')
-rw-r--r--lib/SimpleSAML/XML/Errors.php2
-rw-r--r--lib/SimpleSAML/XML/Parser.php2
-rw-r--r--lib/SimpleSAML/XML/Shib13/AuthnRequest.php2
-rw-r--r--lib/SimpleSAML/XML/Shib13/AuthnResponse.php2
-rw-r--r--lib/SimpleSAML/XML/Signer.php2
-rw-r--r--lib/SimpleSAML/XML/Validator.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/SimpleSAML/XML/Errors.php b/lib/SimpleSAML/XML/Errors.php
index bc2a06c..0ef5529 100644
--- a/lib/SimpleSAML/XML/Errors.php
+++ b/lib/SimpleSAML/XML/Errors.php
@@ -7,7 +7,7 @@
* will hide that, and pretend that no errors were logged.
*
* @author Olav Morken, UNINETT AS.
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class SimpleSAML_XML_Errors {
diff --git a/lib/SimpleSAML/XML/Parser.php b/lib/SimpleSAML/XML/Parser.php
index d73472d..db1eb40 100644
--- a/lib/SimpleSAML/XML/Parser.php
+++ b/lib/SimpleSAML/XML/Parser.php
@@ -4,7 +4,7 @@
* This file will help doing XPath queries in SAML 2 XML documents.
*
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class SimpleSAML_XML_Parser {
diff --git a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php
index 0424245..aaecb2e 100644
--- a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php
+++ b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php
@@ -5,7 +5,7 @@
* but an extension using query paramters no XML.
*
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class SimpleSAML_XML_Shib13_AuthnRequest {
diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
index dad0a6f..4a4346e 100644
--- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
+++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php
@@ -4,7 +4,7 @@
* A Shibboleth 1.3 authentication response.
*
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class SimpleSAML_XML_Shib13_AuthnResponse {
diff --git a/lib/SimpleSAML/XML/Signer.php b/lib/SimpleSAML/XML/Signer.php
index d855358..39cc09b 100644
--- a/lib/SimpleSAML/XML/Signer.php
+++ b/lib/SimpleSAML/XML/Signer.php
@@ -6,7 +6,7 @@
* This is a helper class for signing XML documents.
*
* @author Olav Morken, UNINETT AS.
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class SimpleSAML_XML_Signer {
diff --git a/lib/SimpleSAML/XML/Validator.php b/lib/SimpleSAML/XML/Validator.php
index b9a9dfd..05261c2 100644
--- a/lib/SimpleSAML/XML/Validator.php
+++ b/lib/SimpleSAML/XML/Validator.php
@@ -4,7 +4,7 @@
* This class implements helper functions for XML validation.
*
* @author Olav Morken, UNINETT AS.
- * @package simpleSAMLphp
+ * @package SimpleSAMLphp
*/
class SimpleSAML_XML_Validator {