-
Notifications
You must be signed in to change notification settings - Fork 4
/
THANKS
66 lines (53 loc) · 2.36 KB
/
THANKS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
EMBOSS THANKS file
EMBOSS is a collaborative project, coordinated at the EBI, Hinxton.
In the past EMBOSS was coordinated at the Sanger Centre, Hinxton
(1996-2000) and at the HGMP/RFCGR, Hinxton (2000-2005).
Many people have further contributed to EMBOSS by reporting problems,
suggesting various improvements, or submitting actual code. Here is a
list of those people. Help us to keep this complete and free from
errors by mailing any changes to [email protected]
Peter Rice <[email protected]>
Ian Longden <[email protected]>
Alan Bleasby <[email protected]>
Jon Ison <[email protected]>
Gary Williams <[email protected]>
Ewan Birney <[email protected]>
Bill Pearson <[email protected]>
Thomas Laurent <[email protected]>
Michael Schuster <[email protected]>
Scott McMahan <[email protected]>
Henrikki Almusa <[email protected]>
Cedric Rossi <[email protected]>
Regexp
======
The regular expression library is derived from the PCRE (Perl
Compatible Regular Expressions) library.
The regular expression functions were originally derived from Henry Spencer's
regexp library.
CII
===
Some of the suggestions and code examples from David Hanson's book
"C Interfaces and Implementations" are included in the AJAX library.
This library is available from http://www.cs.princeton.edu/software/cii/
or ftp://ftp.cs.princeton.edu/pub/packages/cii/
The COPYRIGHT file in release 1.10 says:
> The author of this software is David R. Hanson.
>
> Copyright (c) 1994,1995,1996 by David R. Hanson. All Rights Reserved.
>
> Permission to use, copy, modify, and distribute this software for any
> purpose, subject to the provisions described below, without fee is
> hereby granted, provided that this entire notice is included in all
> copies of any software that is or includes a copy or modification of
> this software and in all copies of the supporting documentation for
> such software.
>
> THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
> WARRANTY. IN PARTICULAR, THE AUTHOR DOES MAKE ANY REPRESENTATION OR
> WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR
> ITS FITNESS FOR ANY PARTICULAR PURPOSE.
>
> David Hanson / [email protected] / http://www.cs.princeton.edu/~drh/
> Wed Apr 24 13:44:16 PDT 1996
> Mon Dec 12 15:58:13 EST 1994
Thanks to Michael Schmitz for varargs handling code for linux ppc.