summaryrefslogtreecommitdiffstats
path: root/python/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'python/protocols')
-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
10 files changed, 20 insertions, 18 deletions
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