summaryrefslogtreecommitdiffstats
path: root/python/environs
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs')
-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
12 files changed, 24 insertions, 24 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