Change contact address to -dev. Add Mario to project members. Add zhanglinbao to CREDITS for his big-endiness testing and fixes. Add my mail address. anti-spam changes (if it helps nowdays). Misc changes. (Yuval, Szaka)
parent
ff55ecb513
commit
83d70bb9b7
16
AUTHORS
16
AUTHORS
|
@ -1,10 +1,12 @@
|
|||
|
||||
ntfsprogs is written and maintained by Anton Altaparmakov <aia21@cantab.net>.
|
||||
ntfsprogs is written and maintained by the Linux-NTFS project, you can contact
|
||||
us at <linux-ntfs-dev at lists.sf.net>.
|
||||
|
||||
Current active developers on the project are (in alphabetical order):
|
||||
Current active project members are (in alphabetical order):
|
||||
|
||||
Anton Altaparmakov <aia21@cantab.net>
|
||||
Yuval Fledel (no email address on request)
|
||||
Yura Pakhuchiy <pakhuchiy@gmail.com>
|
||||
Richard Russon <ntfs@flatcap.org>
|
||||
Szakacsits Szabolcs <szaka@sienet.hu>
|
||||
Anton Altaparmakov <aia21 at cantab.net>
|
||||
Mario Emmenlauer <mario at emmenlauer.de>
|
||||
Yuval Fledel <yuvalfl at gmail.com>
|
||||
Yura Pakhuchiy <pakhuchiy at gmail.com>
|
||||
Richard Russon <ntfs at flatcap.org>
|
||||
Szabolcs Szakacsits <szaka at sienet.hu>
|
||||
|
|
4
CREDITS
4
CREDITS
|
@ -3,8 +3,8 @@ project.
|
|||
|
||||
The list is sorted alphabetically, so please keep it this way!
|
||||
|
||||
Please let me know (email Anton Altaparmakov <aia21@cantab.net>) if you believe
|
||||
someone is missing or if you prefer to not be listed.
|
||||
Please contact <linux-ntfs-dev at lists.sf.net> if you believe someone is
|
||||
missing or if you prefer not to be listed.
|
||||
|
||||
|
||||
Alexei Alexandrov <alex_alexandrov@hotmail.com>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
# Run this to generate configure, Makefile.in's, etc
|
||||
|
||||
if test "$srcdir" == ""; then
|
||||
srcdir=.
|
||||
|
|
Loading…
Reference in New Issue