mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-28 19:58:35 +01:00
Added a THANKS file with all the contributors (except code contributors, still in AUTHORS).
I hope I didn't forget anyone...
This commit is contained in:
parent
9b8526b451
commit
07417c579e
2 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,7 @@ package-win32-zip:
|
|||
cp $(QT4LOCALEDIR)/*.qm $(WIN32_PACKAGE_DIR)/locale/qt4/ || true
|
||||
|
||||
# Copy relevant text files
|
||||
for i in AUTHORS COPYING NEWS; do \
|
||||
for i in AUTHORS COPYING NEWS THANKS; do \
|
||||
cp $(top_srcdir)/$$i $(WIN32_PACKAGE_DIR)/$$i.txt; \
|
||||
unix2dos $(WIN32_PACKAGE_DIR)/$$i.txt; \
|
||||
done
|
||||
|
|
7
THANKS
Normal file
7
THANKS
Normal file
|
@ -0,0 +1,7 @@
|
|||
Thanks to the following persons, who contributed to the Eliot project:
|
||||
|
||||
Céline Teulière <celine dot teuliere @t gmail dot com> - English translation of the website
|
||||
Jean-Marc Falcoz <jeanmarcfalcozi @t vtxnet dot ch> - English dictionaries
|
||||
Joan Montané <joan @t montane dot cat> - Catalan dictionary and Catalan translation
|
||||
Salvador Rodriguez <salvador dot rodriguez2 @t wanadoo dot fr> - ODS5 without conjugations
|
||||
Xavier Rousselot <xavier.rousselot @t gmail dot com> - New website
|
Loading…
Add table
Reference in a new issue