diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-02 21:12:00 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-02 21:12:00 +0000 |
| commit | acd876c5ecf696eebe8d92aba25b21f8e127b60d (patch) | |
| tree | 2e1115cdba4c585de6549a2726f006247725f03b /python/xml | |
| parent | 15fe54cf78177b462ffbbbca46db568470eef0cb (diff) | |
| download | lasso-acd876c5ecf696eebe8d92aba25b21f8e127b60d.tar.gz lasso-acd876c5ecf696eebe8d92aba25b21f8e127b60d.tar.xz lasso-acd876c5ecf696eebe8d92aba25b21f8e127b60d.zip | |
nico added to authors
Diffstat (limited to 'python/xml')
| -rw-r--r-- | python/xml/py_xml.c | 3 | ||||
| -rw-r--r-- | python/xml/py_xml.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c index 28094126..405fee16 100644 --- a/python/xml/py_xml.c +++ b/python/xml/py_xml.c @@ -5,7 +5,8 @@ * Copyright (C) 2004 Entr'ouvert * http://lasso.labs.libre-entreprise.org * - * Author: Valery Febvre <vfebvre@easter-eggs.com> + * Authors: Valery Febvre <vfebvre@easter-eggs.com> + * Nicolas Clapies <nclapies@entrouvert.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 2de90e1a..41d7d5b6 100644 --- a/python/xml/py_xml.h +++ b/python/xml/py_xml.h @@ -5,7 +5,8 @@ * Copyright (C) 2004 Entr'ouvert * http://lasso.labs.libre-entreprise.org * - * Author: Valery Febvre <vfebvre@easter-eggs.com> + * Authors: Valery Febvre <vfebvre@easter-eggs.com> + * Nicolas Clapies <nclapies@entrouvert.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 |
