summaryrefslogtreecommitdiffstats
path: root/python/xml
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:59:03 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:59:03 +0000
commit255f09ed98f1e554093dce03c384bf5c4dbea091 (patch)
tree7a071a771ba3187ccd3eae8b37dc39f61f3c32bf /python/xml
parent8f66aa71024e140998ff635e577323a55f8858ba (diff)
downloadlasso-255f09ed98f1e554093dce03c384bf5c4dbea091.tar.gz
lasso-255f09ed98f1e554093dce03c384bf5c4dbea091.tar.xz
lasso-255f09ed98f1e554093dce03c384bf5c4dbea091.zip
Added Nicolas to authors.
Diffstat (limited to 'python/xml')
-rw-r--r--python/xml/py_lib_authentication_statement.c4
-rw-r--r--python/xml/py_lib_authentication_statement.h4
-rw-r--r--python/xml/py_lib_authn_request.c4
-rw-r--r--python/xml/py_lib_authn_request.h4
-rw-r--r--python/xml/py_lib_logout_request.c4
-rw-r--r--python/xml/py_lib_logout_request.h4
-rw-r--r--python/xml/py_lib_logout_response.c4
-rw-r--r--python/xml/py_lib_logout_response.h4
-rw-r--r--python/xml/py_lib_name_identifier_mapping_response.c4
-rw-r--r--python/xml/py_saml_assertion.c4
-rw-r--r--python/xml/py_saml_assertion.h4
-rw-r--r--python/xml/py_saml_authentication_statement.c4
-rw-r--r--python/xml/py_saml_authentication_statement.h4
-rw-r--r--python/xml/py_saml_name_identifier.c4
-rw-r--r--python/xml/py_saml_name_identifier.h4
-rw-r--r--python/xml/py_samlp_response.c4
-rw-r--r--python/xml/py_samlp_response.h4
-rw-r--r--python/xml/py_xml.c4
-rw-r--r--python/xml/py_xml.h4
19 files changed, 38 insertions, 38 deletions
diff --git a/python/xml/py_lib_authentication_statement.c b/python/xml/py_lib_authentication_statement.c
index 1f596a4d..c647f79c 100644
--- a/python/xml/py_lib_authentication_statement.c
+++ b/python/xml/py_lib_authentication_statement.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_authentication_statement.h b/python/xml/py_lib_authentication_statement.h
index 950fc59e..087af4b7 100644
--- a/python/xml/py_lib_authentication_statement.h
+++ b/python/xml/py_lib_authentication_statement.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_authn_request.c b/python/xml/py_lib_authn_request.c
index d897aa39..81c80da3 100644
--- a/python/xml/py_lib_authn_request.c
+++ b/python/xml/py_lib_authn_request.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_authn_request.h b/python/xml/py_lib_authn_request.h
index 9ed33a5d..604cb9be 100644
--- a/python/xml/py_lib_authn_request.h
+++ b/python/xml/py_lib_authn_request.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_logout_request.c b/python/xml/py_lib_logout_request.c
index d838c6c5..b88bc4cb 100644
--- a/python/xml/py_lib_logout_request.c
+++ b/python/xml/py_lib_logout_request.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_logout_request.h b/python/xml/py_lib_logout_request.h
index c7f2b544..6c665d7b 100644
--- a/python/xml/py_lib_logout_request.h
+++ b/python/xml/py_lib_logout_request.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_logout_response.c b/python/xml/py_lib_logout_response.c
index e76cea0f..74c41ec8 100644
--- a/python/xml/py_lib_logout_response.c
+++ b/python/xml/py_lib_logout_response.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_logout_response.h b/python/xml/py_lib_logout_response.h
index a632c825..fabcf871 100644
--- a/python/xml/py_lib_logout_response.h
+++ b/python/xml/py_lib_logout_response.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_lib_name_identifier_mapping_response.c b/python/xml/py_lib_name_identifier_mapping_response.c
index 516cff75..239185a0 100644
--- a/python/xml/py_lib_name_identifier_mapping_response.c
+++ b/python/xml/py_lib_name_identifier_mapping_response.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_saml_assertion.c b/python/xml/py_saml_assertion.c
index c4b43c0d..50a1251d 100644
--- a/python/xml/py_saml_assertion.c
+++ b/python/xml/py_saml_assertion.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_saml_assertion.h b/python/xml/py_saml_assertion.h
index f6b7c0c5..a71eddf3 100644
--- a/python/xml/py_saml_assertion.h
+++ b/python/xml/py_saml_assertion.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_saml_authentication_statement.c b/python/xml/py_saml_authentication_statement.c
index 29e5173f..2a0a6af3 100644
--- a/python/xml/py_saml_authentication_statement.c
+++ b/python/xml/py_saml_authentication_statement.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_saml_authentication_statement.h b/python/xml/py_saml_authentication_statement.h
index dafc477f..a0da8f9c 100644
--- a/python/xml/py_saml_authentication_statement.h
+++ b/python/xml/py_saml_authentication_statement.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_saml_name_identifier.c b/python/xml/py_saml_name_identifier.c
index ead3f68c..90a4027f 100644
--- a/python/xml/py_saml_name_identifier.c
+++ b/python/xml/py_saml_name_identifier.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_saml_name_identifier.h b/python/xml/py_saml_name_identifier.h
index 1171c374..410c0474 100644
--- a/python/xml/py_saml_name_identifier.h
+++ b/python/xml/py_saml_name_identifier.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_samlp_response.c b/python/xml/py_samlp_response.c
index ef671b84..c1dab9bd 100644
--- a/python/xml/py_samlp_response.c
+++ b/python/xml/py_samlp_response.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_samlp_response.h b/python/xml/py_samlp_response.h
index f7770390..9232e7ca 100644
--- a/python/xml/py_samlp_response.h
+++ b/python/xml/py_samlp_response.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c
index 153a5b96..61053aed 100644
--- a/python/xml/py_xml.c
+++ b/python/xml/py_xml.c
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h
index f01a434a..6bf4a62b 100644
--- a/python/xml/py_xml.h
+++ b/python/xml/py_xml.h
@@ -5,8 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Authors: Valery Febvre <vfebvre@easter-eggs.com>
- * Nicolas Clapies <nclapies@entrouvert.com>
+ * Authors: Nicolas Clapies <nclapies@entrouvert.com>
+ * Valery Febvre <vfebvre@easter-eggs.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by