summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_federation_termination.c4
-rw-r--r--python/environs/py_federation_termination.h4
-rw-r--r--python/environs/py_login.c4
-rw-r--r--python/environs/py_login.h4
-rw-r--r--python/environs/py_logout.c4
-rw-r--r--python/environs/py_logout.h4
-rw-r--r--python/environs/py_register_name_identifier.c4
-rw-r--r--python/environs/py_register_name_identifier.h4
-rw-r--r--python/environs/py_server.c4
-rw-r--r--python/environs/py_server.h4
-rw-r--r--python/environs/py_user.c4
-rw-r--r--python/environs/py_user.h4
-rw-r--r--python/lassomod.c3
-rw-r--r--python/lassomod.h3
-rw-r--r--python/protocols/elements/py_assertion.c4
-rw-r--r--python/protocols/elements/py_assertion.h4
-rw-r--r--python/protocols/elements/py_authentication_statement.c4
-rw-r--r--python/protocols/elements/py_authentication_statement.h4
-rw-r--r--python/protocols/py_authn_request.c4
-rw-r--r--python/protocols/py_authn_request.h4
-rw-r--r--python/protocols/py_authn_response.c4
-rw-r--r--python/protocols/py_authn_response.h4
-rw-r--r--python/protocols/py_logout_response.h3
-rw-r--r--python/protocols/py_name_identifier_mapping_response.h3
-rw-r--r--python/py_lasso.c3
-rw-r--r--python/py_lasso.h3
-rw-r--r--python/utils.c3
-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
46 files changed, 92 insertions, 85 deletions
diff --git a/python/environs/py_federation_termination.c b/python/environs/py_federation_termination.c
index 0fae1d6b..d5716fba 100644
--- a/python/environs/py_federation_termination.c
+++ b/python/environs/py_federation_termination.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/environs/py_federation_termination.h b/python/environs/py_federation_termination.h
index a3dbb06b..a016a0b1 100644
--- a/python/environs/py_federation_termination.h
+++ b/python/environs/py_federation_termination.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/environs/py_login.c b/python/environs/py_login.c
index 5a568489..c323d8f9 100644
--- a/python/environs/py_login.c
+++ b/python/environs/py_login.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/environs/py_login.h b/python/environs/py_login.h
index 50e256ab..133e6694 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.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/environs/py_logout.c b/python/environs/py_logout.c
index 200431ff..7e444a07 100644
--- a/python/environs/py_logout.c
+++ b/python/environs/py_logout.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/environs/py_logout.h b/python/environs/py_logout.h
index 1e7f3827..479f0764 100644
--- a/python/environs/py_logout.h
+++ b/python/environs/py_logout.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/environs/py_register_name_identifier.c b/python/environs/py_register_name_identifier.c
index da69c0b9..0b57bf89 100644
--- a/python/environs/py_register_name_identifier.c
+++ b/python/environs/py_register_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/environs/py_register_name_identifier.h b/python/environs/py_register_name_identifier.h
index daf0d3d8..992b0c11 100644
--- a/python/environs/py_register_name_identifier.h
+++ b/python/environs/py_register_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/environs/py_server.c b/python/environs/py_server.c
index b2597bea..5f804223 100644
--- a/python/environs/py_server.c
+++ b/python/environs/py_server.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/environs/py_server.h b/python/environs/py_server.h
index 604efb35..5a04a85d 100644
--- a/python/environs/py_server.h
+++ b/python/environs/py_server.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/environs/py_user.c b/python/environs/py_user.c
index fc1596d0..92ffdb22 100644
--- a/python/environs/py_user.c
+++ b/python/environs/py_user.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/environs/py_user.h b/python/environs/py_user.h
index d88ecc8b..51e7ccc3 100644
--- a/python/environs/py_user.h
+++ b/python/environs/py_user.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/lassomod.c b/python/lassomod.c
index 209b138a..99acf9f7 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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/lassomod.h b/python/lassomod.h
index 2a7cd906..fa9639a3 100644
--- a/python/lassomod.h
+++ b/python/lassomod.h
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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/protocols/elements/py_assertion.c b/python/protocols/elements/py_assertion.c
index 26197f77..5249c404 100644
--- a/python/protocols/elements/py_assertion.c
+++ b/python/protocols/elements/py_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/protocols/elements/py_assertion.h b/python/protocols/elements/py_assertion.h
index 68b259b4..a772bcf6 100644
--- a/python/protocols/elements/py_assertion.h
+++ b/python/protocols/elements/py_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/protocols/elements/py_authentication_statement.c b/python/protocols/elements/py_authentication_statement.c
index c092bb8e..41b63a61 100644
--- a/python/protocols/elements/py_authentication_statement.c
+++ b/python/protocols/elements/py_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/protocols/elements/py_authentication_statement.h b/python/protocols/elements/py_authentication_statement.h
index 9ead6522..03d10088 100644
--- a/python/protocols/elements/py_authentication_statement.h
+++ b/python/protocols/elements/py_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/protocols/py_authn_request.c b/python/protocols/py_authn_request.c
index 06575c63..71a188fa 100644
--- a/python/protocols/py_authn_request.c
+++ b/python/protocols/py_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/protocols/py_authn_request.h b/python/protocols/py_authn_request.h
index 9f011c12..a6a4b0bd 100644
--- a/python/protocols/py_authn_request.h
+++ b/python/protocols/py_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/protocols/py_authn_response.c b/python/protocols/py_authn_response.c
index 50cfe4c4..c12e479d 100644
--- a/python/protocols/py_authn_response.c
+++ b/python/protocols/py_authn_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/protocols/py_authn_response.h b/python/protocols/py_authn_response.h
index 0c4991a4..c305edd6 100644
--- a/python/protocols/py_authn_response.h
+++ b/python/protocols/py_authn_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/protocols/py_logout_response.h b/python/protocols/py_logout_response.h
index 7bb81c7d..5a81e70c 100644
--- a/python/protocols/py_logout_response.h
+++ b/python/protocols/py_logout_response.h
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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/protocols/py_name_identifier_mapping_response.h b/python/protocols/py_name_identifier_mapping_response.h
index 5ab6e711..031d525f 100644
--- a/python/protocols/py_name_identifier_mapping_response.h
+++ b/python/protocols/py_name_identifier_mapping_response.h
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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/py_lasso.c b/python/py_lasso.c
index 31af7adf..56ecbc92 100644
--- a/python/py_lasso.c
+++ b/python/py_lasso.c
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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/py_lasso.h b/python/py_lasso.h
index e2929208..70fe4c85 100644
--- a/python/py_lasso.h
+++ b/python/py_lasso.h
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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/utils.c b/python/utils.c
index 96e87964..0bd768e5 100644
--- a/python/utils.c
+++ b/python/utils.c
@@ -5,7 +5,8 @@
* Copyright (C) 2004 Entr'ouvert
* http://lasso.entrouvert.org
*
- * Author: Valery Febvre <vfebvre@easter-eggs.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.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