diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-22 06:59:03 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-22 06:59:03 +0000 |
| commit | 255f09ed98f1e554093dce03c384bf5c4dbea091 (patch) | |
| tree | 7a071a771ba3187ccd3eae8b37dc39f61f3c32bf /python/environs | |
| parent | 8f66aa71024e140998ff635e577323a55f8858ba (diff) | |
| download | lasso-255f09ed98f1e554093dce03c384bf5c4dbea091.tar.gz lasso-255f09ed98f1e554093dce03c384bf5c4dbea091.tar.xz lasso-255f09ed98f1e554093dce03c384bf5c4dbea091.zip | |
Added Nicolas to authors.
Diffstat (limited to 'python/environs')
| -rw-r--r-- | python/environs/py_federation_termination.c | 4 | ||||
| -rw-r--r-- | python/environs/py_federation_termination.h | 4 | ||||
| -rw-r--r-- | python/environs/py_login.c | 4 | ||||
| -rw-r--r-- | python/environs/py_login.h | 4 | ||||
| -rw-r--r-- | python/environs/py_logout.c | 4 | ||||
| -rw-r--r-- | python/environs/py_logout.h | 4 | ||||
| -rw-r--r-- | python/environs/py_register_name_identifier.c | 4 | ||||
| -rw-r--r-- | python/environs/py_register_name_identifier.h | 4 | ||||
| -rw-r--r-- | python/environs/py_server.c | 4 | ||||
| -rw-r--r-- | python/environs/py_server.h | 4 | ||||
| -rw-r--r-- | python/environs/py_user.c | 4 | ||||
| -rw-r--r-- | python/environs/py_user.h | 4 |
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 |
