forked from kaffe/kaffe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHIRDPARTY
More file actions
203 lines (154 loc) · 9.49 KB
/
THIRDPARTY
File metadata and controls
203 lines (154 loc) · 9.49 KB
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
194
195
196
197
198
199
200
201
202
Kaffe uses code from other free software projects. Only code licensed
under a GPL compatible license can be merged in. You can find the
licenses of third party sources either in their respective sources, or
in license*.terms files in the top directory, or here.
* GNU Classpath VM interface
Taken from GNU Classpath, which is licensed under the GNU General Public
License with a special exception:
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version.
See the file license.terms for details of the GNU GPL.
More information on GNU Classpath is available from http://www.classpath.org.
* GCC clear cache implementation for arm & m68k GNU/Linux
Taken from the GCC project, which is licensed under the GNU General Public
License. See the file license.terms for details of the GNU GPL.
More information on GCC is available from http://gcc.gnu.org.
* Alpha, ARM, ia64, M68k, MIPS, S390 and SPARC atomic compare_and_swap,
Linux sigcontextinfo
Taken from GNU libc 2.3.2, which is licensed under the GNU Lesser General
Public License. See file license-lesser.terms for details.
More information on GNU libc is available at
http://www.gnu.org/software/libc/libc.html.
* Configure.in tests for isinf, isnan
Taken from Sablotron 1.0, which is dually licensed licensed under MPL 1.1
and GPL. It is available from
http://www.gingerall.cz/charlie/ga/xml/p_sab.xml.
* m4/valist.m4
Based on code taken from Quakeforge's CVS. Quakeforge is licensed under the
GNU General Public License. See license.terms for details.
Many thanks to Bill Currie from Quakeforge for the macros.
More information on Quakeforge is available at http://www.quakeforge.net/.
* m4/iconv.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4
Autoconf macros for libiconv. Taken from GNU gettext CVS. Licensed under
the GNU General Public License with a special exception:
" As a special exception to the GNU General
Public License, this file may be distributed as part of a program
that contains a configuration script generated by Autoconf, under
the same distribution terms as the rest of that program."
See license.terms for details of the GNU GPL.
More information on GNU gettext is available from
http://www.gnu.org/software/gettext/.
* m4/ax_cflags_gcc_option.m4, m4/ax_cflags_warn_all.m4, m4/acx_pthread.m4,
m4/compile_value.m4, m4/ac_prog_javac.m4, m4/ac_prog_javac_works.m4,
m4/ac_prog_javadoc.m4, m4/ac_try_compile_java.m4
Autoconf macros to check for accepted warning and compiler options, pthreads,
compile time values and Java development tools. Taken from the Autoconf Macro
Archive at http://ac-archive.sourceforge.net/.
Licensed under the GNU General Public License with a special exception:
Every Autoconf macro presented on this web site is free software; you
can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2, or (at your option) any later version.
They are distributed in the hope that they will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. (You should have received a copy of the GNU General
Public License along with this program; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.)
As a special exception, the Free Software Foundation gives unlimited
permission to copy, distribute and modify the configure scripts that
are the output of Autoconf. You need not follow the terms of the GNU
General Public License when using or distributing such scripts, even
though portions of the text of Autoconf appear in them. The GNU
General Public License (GPL) does govern all other use of the material
that constitutes the Autoconf program.
Certain portions of the Autoconf source text are designed to be copied
(in certain cases, depending on the input) into the output of
Autoconf. We call these the "data" portions. The rest of the Autoconf
source text consists of comments plus executable code that decides
which of the data portions to output in any given case. We call these
comments and executable code the "non-data" portions. Autoconf never
copies any of the non-data portions into its output.
This special exception to the GPL applies to versions of Autoconf
released by the Free Software Foundation. When you make and distribute
a modified version of Autoconf, you may extend this special exception
to the GPL to apply to your modified version as well, *unless* your
modified version has the potential to copy into its output some of the
text that was the non-data portion of the version that you started
with. (In other words, unless your change moves or copies text from
the non-data portions to the data portions.) If your modification has
such potential, you must delete any notice of this special exception to
the GPL from your modified version.
* m4/solarispthread.m4
Derived from the test in Python 2.3.4 configure.in file by wrapping it in
AC_DEFUN. Python is available from http://www.python.org. Python 2.3.4 comes
under a GPL compatible license:
PSF LICENSE AGREEMENT FOR PYTHON 2.3
------------------------------------
1. This LICENSE AGREEMENT is between the Python Software Foundation
("PSF"), and the Individual or Organization ("Licensee") accessing and
otherwise using Python 2.3 software in source or binary form and its
associated documentation.
2. Subject to the terms and conditions of this License Agreement, PSF
hereby grants Licensee a nonexclusive, royalty-free, world-wide
license to reproduce, analyze, test, perform and/or display publicly,
prepare derivative works, distribute, and otherwise use Python 2.3
alone or in any derivative version, provided, however, that PSF's
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved" are
retained in Python 2.3 alone or in any derivative version prepared by
Licensee.
3. In the event Licensee prepares a derivative work that is based on
or incorporates Python 2.3 or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to Python 2.3.
4. PSF is making Python 2.3 available to Licensee on an "AS IS"
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT
INFRINGE ANY THIRD PARTY RIGHTS.
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3,
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
6. This License Agreement will automatically terminate upon a material
breach of its terms and conditions.
7. Nothing in this License Agreement shall be deemed to create any
relationship of agency, partnership, or joint venture between PSF and
Licensee. This License Agreement does not grant permission to use PSF
trademarks or trade name in a trademark sense to endorse or promote
products or services of Licensee, or any third party.
8. By copying, installing or otherwise using Python 2.3, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.
* libraries/clib/native/VMRuntime.c, m4/classpath.m4.
This file comes from CACAO. More information on CACAO is available from
http://www.cacaojvm.org. Kaffe tracks this file's CVS HEAD.
This file is distributed under the following terms:
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 the Free Software Foundation; either version 2, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.