summaryrefslogtreecommitdiffstats
path: root/python/xml
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:39:26 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:39:26 +0000
commit9972c07880eced1adaa33d944b772aae802976bd (patch)
tree3b66e96c069d921b2a35db8234e8b9dad086694a /python/xml
parent4d1fd73c8751c575f696c1e37b88521a6b96c2fa (diff)
downloadlasso-9972c07880eced1adaa33d944b772aae802976bd.tar.gz
lasso-9972c07880eced1adaa33d944b772aae802976bd.tar.xz
lasso-9972c07880eced1adaa33d944b772aae802976bd.zip
Corrected Lasso URL.
Some progress in Python non regression test.
Diffstat (limited to 'python/xml')
-rw-r--r--python/xml/py_lib_authentication_statement.c2
-rw-r--r--python/xml/py_lib_authentication_statement.h2
-rw-r--r--python/xml/py_lib_authn_request.c2
-rw-r--r--python/xml/py_lib_authn_request.h2
-rw-r--r--python/xml/py_lib_federation_termination_notification.c2
-rw-r--r--python/xml/py_lib_federation_termination_notification.h2
-rw-r--r--python/xml/py_lib_logout_request.c2
-rw-r--r--python/xml/py_lib_logout_request.h2
-rw-r--r--python/xml/py_lib_logout_response.c2
-rw-r--r--python/xml/py_lib_logout_response.h2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_request.c2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_request.h2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_response.c2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_response.h2
-rw-r--r--python/xml/py_lib_register_name_identifier_request.c2
-rw-r--r--python/xml/py_lib_register_name_identifier_request.h2
-rw-r--r--python/xml/py_saml_assertion.c2
-rw-r--r--python/xml/py_saml_assertion.h2
-rw-r--r--python/xml/py_saml_authentication_statement.c2
-rw-r--r--python/xml/py_saml_authentication_statement.h2
-rw-r--r--python/xml/py_saml_name_identifier.c2
-rw-r--r--python/xml/py_saml_name_identifier.h2
-rw-r--r--python/xml/py_samlp_response.c2
-rw-r--r--python/xml/py_samlp_response.h2
-rw-r--r--python/xml/py_xml.c2
-rw-r--r--python/xml/py_xml.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/python/xml/py_lib_authentication_statement.c b/python/xml/py_lib_authentication_statement.c
index e1c303f6..1f596a4d 100644
--- a/python/xml/py_lib_authentication_statement.c
+++ b/python/xml/py_lib_authentication_statement.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_authentication_statement.h b/python/xml/py_lib_authentication_statement.h
index 14b0c945..950fc59e 100644
--- a/python/xml/py_lib_authentication_statement.h
+++ b/python/xml/py_lib_authentication_statement.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_authn_request.c b/python/xml/py_lib_authn_request.c
index 8bbda4f8..d897aa39 100644
--- a/python/xml/py_lib_authn_request.c
+++ b/python/xml/py_lib_authn_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_authn_request.h b/python/xml/py_lib_authn_request.h
index 9b142bca..9ed33a5d 100644
--- a/python/xml/py_lib_authn_request.h
+++ b/python/xml/py_lib_authn_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_federation_termination_notification.c b/python/xml/py_lib_federation_termination_notification.c
index 750fc1cc..3efd5ee8 100644
--- a/python/xml/py_lib_federation_termination_notification.c
+++ b/python/xml/py_lib_federation_termination_notification.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_federation_termination_notification.h b/python/xml/py_lib_federation_termination_notification.h
index 7e5c8997..33a8e452 100644
--- a/python/xml/py_lib_federation_termination_notification.h
+++ b/python/xml/py_lib_federation_termination_notification.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_request.c b/python/xml/py_lib_logout_request.c
index dc6e2bb3..d838c6c5 100644
--- a/python/xml/py_lib_logout_request.c
+++ b/python/xml/py_lib_logout_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_request.h b/python/xml/py_lib_logout_request.h
index ca37d120..c7f2b544 100644
--- a/python/xml/py_lib_logout_request.h
+++ b/python/xml/py_lib_logout_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_response.c b/python/xml/py_lib_logout_response.c
index d86d98da..e76cea0f 100644
--- a/python/xml/py_lib_logout_response.c
+++ b/python/xml/py_lib_logout_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_response.h b/python/xml/py_lib_logout_response.h
index 13e4ed04..a632c825 100644
--- a/python/xml/py_lib_logout_response.h
+++ b/python/xml/py_lib_logout_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_request.c b/python/xml/py_lib_name_identifier_mapping_request.c
index 0d26274f..36c48808 100644
--- a/python/xml/py_lib_name_identifier_mapping_request.c
+++ b/python/xml/py_lib_name_identifier_mapping_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_request.h b/python/xml/py_lib_name_identifier_mapping_request.h
index 2d520fef..b37649d9 100644
--- a/python/xml/py_lib_name_identifier_mapping_request.h
+++ b/python/xml/py_lib_name_identifier_mapping_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_response.c b/python/xml/py_lib_name_identifier_mapping_response.c
index af66ffd1..516cff75 100644
--- a/python/xml/py_lib_name_identifier_mapping_response.c
+++ b/python/xml/py_lib_name_identifier_mapping_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_response.h b/python/xml/py_lib_name_identifier_mapping_response.h
index 0d96ffb3..88ea30ca 100644
--- a/python/xml/py_lib_name_identifier_mapping_response.h
+++ b/python/xml/py_lib_name_identifier_mapping_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_register_name_identifier_request.c b/python/xml/py_lib_register_name_identifier_request.c
index da340b4c..e5498163 100644
--- a/python/xml/py_lib_register_name_identifier_request.c
+++ b/python/xml/py_lib_register_name_identifier_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_register_name_identifier_request.h b/python/xml/py_lib_register_name_identifier_request.h
index 2fbcfceb..64684edb 100644
--- a/python/xml/py_lib_register_name_identifier_request.h
+++ b/python/xml/py_lib_register_name_identifier_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_assertion.c b/python/xml/py_saml_assertion.c
index 74f8f847..c4b43c0d 100644
--- a/python/xml/py_saml_assertion.c
+++ b/python/xml/py_saml_assertion.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_assertion.h b/python/xml/py_saml_assertion.h
index 7d08fd65..f6b7c0c5 100644
--- a/python/xml/py_saml_assertion.h
+++ b/python/xml/py_saml_assertion.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_authentication_statement.c b/python/xml/py_saml_authentication_statement.c
index 2726d6a2..29e5173f 100644
--- a/python/xml/py_saml_authentication_statement.c
+++ b/python/xml/py_saml_authentication_statement.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_authentication_statement.h b/python/xml/py_saml_authentication_statement.h
index 6868adee..dafc477f 100644
--- a/python/xml/py_saml_authentication_statement.h
+++ b/python/xml/py_saml_authentication_statement.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_name_identifier.c b/python/xml/py_saml_name_identifier.c
index 274cf243..ead3f68c 100644
--- a/python/xml/py_saml_name_identifier.c
+++ b/python/xml/py_saml_name_identifier.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_name_identifier.h b/python/xml/py_saml_name_identifier.h
index 9c4e7f28..1171c374 100644
--- a/python/xml/py_saml_name_identifier.h
+++ b/python/xml/py_saml_name_identifier.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_samlp_response.c b/python/xml/py_samlp_response.c
index 7e81dfba..ef671b84 100644
--- a/python/xml/py_samlp_response.c
+++ b/python/xml/py_samlp_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_samlp_response.h b/python/xml/py_samlp_response.h
index 6ce95005..f7770390 100644
--- a/python/xml/py_samlp_response.h
+++ b/python/xml/py_samlp_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c
index 743fe862..153a5b96 100644
--- a/python/xml/py_xml.c
+++ b/python/xml/py_xml.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h
index 35665f84..f01a434a 100644
--- a/python/xml/py_xml.h
+++ b/python/xml/py_xml.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>