-
Notifications
You must be signed in to change notification settings - Fork 132
/
ACKNOWLEDGMENTS
193 lines (170 loc) · 5.01 KB
/
ACKNOWLEDGMENTS
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# -*- coding: utf-8 -*-
ACKNOWLEDGMENTS
Jython: Python for the Java Platform
Copyright (c) 2000-2018 Jython Developers.
All rights reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 2000 The Apache Software Foundation.
All rights reserved.
Copyright (c) 1995-2000 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.
Jython links the following libraries:
* Antlr 3, licensed under the Antlr 3 (BSD) license
* ASM 5, licensed under a BSD license from France Télécom
* BouncyCastle, licensed under a MIT license from The Legion of the
Bouncy Castle Inc.
* Apache Commons Compression and Xerces, licensed under an Apache 2.0
License from the Apache Software Foundation
* Google Guava, licensed under an Apache 2.0 License from Google
* ICU4J, licensed under a BSD license ("ICU License") from IBM and others
* Jar Jar Links, licensed under the Apache 2.0 License from Tonic Systems
* Java Native Runtime, licensed under the Common Public License
* JLine2, licensed under a BSD license
* JUnit, licensed under Eclipse Public License 1.0 from the JUnit project
* Mock Runner, licensed under the Apache 1.1 license
* Netty 4, licensed under the Apache 2.0 license from the Netty project
* PyPy datetime module, licensed under the MIT License from the PyPy project
* Java sizeof, licensed under the Apache 2.0 License from the Apache Software Foundation
Jython follows closely the Python language and its reference
implementation CPython, as created by Guido van Rossum.
Jython 2.7 corresponds to CPython 2.7.
Jython started as JPython, created by Jim Hugunin in 1997. JPython was
renamed to Jython by Barry Warsaw in 1999 with the 2.0 release. Since
then, Jython 2.x releases have corresponded to equivalent CPython 2.x
releases.
Jython includes, modifying as necessary, the CPython standard library,
other code objects, in certain cases ported from C to either Python
and/or Java, and other components such as documentation. These
components are licensed, like Jython itself, under the Python Software
Foundation License version 2 from the Python Software Foundation.
Contacts:
* Jython developers [email protected]
* Jython user community [email protected].
Samuele Pedroni contributed package manager support.
Brian Zimmer contributed zxJDBC to provide Python DB API using JDBC.
Cyrille Morvan contributed the code for the Jythonc ant task.
Alan Kennedy contributed modjy, which bridges WSGI to the Servlet API
Chris Gokey, David Syer and Finn Bock added PyServlet.
Yin Wang and Steve Yegge contributed the static analyzer from Google
(also called indexer).
The Jython bash startup script (fallback for bin/jython) was adapted
from the similar script written for JRuby.
A huge thanks goes to all the members of the jpython/jython
mailing lists. Other folks who have contributed to JPython and
Jython in ways large and small, in no particular order:
Kevin Butler
Harry Mantakos
Greg Ward
Tony Plate
Jim Althoff
Drew Morrissey
John Mudd
Bryn Keller
dsyer
Tim Hochberg
Bernhard Bablok
Dj Walker-Morgan
Ivan Kougaenko
Ype Kingma
Ian Castleden
Kent Johnson
Robert W. Bill
Durant Schoon
Phil Surette
Michael Becke
Randy Jay Yarger
Matt Conway
Noel (Nick) Lockwood
Steffen Ries
Ben Burton
Josselin PUJO
Steve Cohen
Alexey N. Solofnenko
Charles Duffy
Rodrigo B. de Oliveira
Nathan Franzen
Aleks Totic
Randolph Brown
Geoffrey French
Tobias Ivarsson
Lino Mastrodomenico
Sébastien Boisgérault
Jim Baker
Charlie Groves
Otmar Humbel
Philip Jenvey
Nicholas Riley
Frank Wierzbicki
Khalid Zuberi
Sean McGrath
Clark Updike
Leonardo Soto
James Robinson
Jonathan Feinberg
Josh Juneau
Justin Deoliveira
Costantino Cerbo
Alex Groenholm
Anselm Kruis
Andreas Stührk
Dmitry Jemerov
Miki Tebeka
Jeff Allen
Julian Kennedy
Arfrever Frehtes Taifersar Arahesis
Andreas Stührk
Christian Klein
Jezreel Ng
Santoso Wijaya
Brandon Pedersen
Chris Simpson
Indra Talip
Michael Büsch
Richard Eckart de Castilho
Timothée Lecomte
Peter Holloway
Werner Mendizabal
Henning Jacobs
Darjus Loktevic
Raphael Jolly
Yuji Yamano
Pekka Klärck
Nathaniel Kenmir
Jiwon Seo
Dieter Vandenbussche
Paolo Dina
Eliya Sadan
Stefan Richthofer
Jason Madden
Daniel Martin
Richard Fearn
Adam Burke
Eric L Frederich
Tom Alexander
Caleb P. Burns
Stephen Drake
Jan Vorwerk
Eli Oxman
Robert Patrick
Kevin Edwards
Jaime Saiz
Nick Bailey
Doug Clayton
Carl Wicklow
James Mudd
Mat Booth
Alex Gaman
Tom Bech
Richie Bendall
Raymond Ferguson
yishenggudou (愧僧)
Andrew Kuchling
Jim Peterson
Christian Clauss
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End: