The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 r 1
 
2
COPYRIGHT STATUS
3
 
4562 pd 4
The bulk of this code is copyright by members of or all of the R
5
Development Core Team.
6
 
2 r 7
See the file COPYING for the exact conditions under which you may
8
redistribute it.
9
 
12778 pd 10
	---------------------------------------------------
11
 
12
The public header files and import libraries are distributed under the
13
more permissive terms of the file COPYING.LIB.  This applies only to
14
the files
15
 
16
src/include/R.h
17
src/include/Rdefines.h
18
src/include/Rgraphics.h
19
src/include/Rinternals.h
20
src/include/Rmath.h
21
src/include/S.h
22
src/include/R_ext/*.h
23
src/gnuwin32/R.exp (a generated file in binary distributions only)
24
src/main/R.exp,  generated by tools/ldAIX4 whilst building R on AIX.
25
 
26
From the announcement of the change (2001-Feb-05)
27
 
28
    It came to our attention that some projects are interpreting GPL to
29
    mean that compiling against the header files or linking against a
30
    Windows import library brings the compiled code under the scope of
31
    GPL.  This would mean it would be impossible to distribute binary
32
    versions of non-GPL packages with compiled code which called entry
33
    points in the R executable or DLL, of which there are many on CRAN.
34
 
35
    We encourage packages to be distributed under Open Source conditions,
36
    but accept that this is not possible for some contributions.  Our
37
    intention is that export files and import libraries be `accessors'
38
    under clause 5 of the LGPL, so that in most cases no (additional)
39
    restrictions are imposed by compiling a package using the LGPL-ed
40
    components of R.
41
 
42
    To avoid any anomalies, the versions of the same files in R versions
43
    1.0.0 to 1.2.1 may also be used under LGPL or GPL.
44
 
45
	---------------------------------------------------
46
 
47
 
6308 ripley 48
Some of the code contains different copyright statements.  It is used
2 r 49
here in accordance with the copyright conditions in that code.
50
 
16854 ripley 51
afm/*___.afm
2 r 52
 
4562 pd 53
	Copyright (c) 1984 to 1992 Adobe Systems Incorporated.
2 r 54
 
16854 ripley 55
afm/*l.afm
56
 
57
	Copyright 1999 by (URW)++ Design & Development
58
 
16936 ripley 59
afm/CM_*.afm
16854 ripley 60
 
16936 ripley 61
	are derived from afms which are copyright by the American
17665 maechler 62
	Mathematical Society, but `the AMS does require that the
16936 ripley 63
	AMS copyright notice be removed from any derivative versions
64
	of the fonts which have been altered in any way'.
65
 
5458 ripley 66
doc/html/search/*.java
2 r 67
 
7790 ripley 68
	Copyright (C), 1998 Thomas Baier
8524 maechler 69
or	Copyright (C), 1998-2000, Thomas Baier, R Core Development Team
5458 ripley 70
 
25795 hornik 71
doc/manual/texinfo.tex
6994 pd 72
 
25795 hornik 73
	Copyright (C) various dates Free Software Foundation, Inc.
74
 
75
share/texmf/upquote.sty
76
 
77
	Copyright 2000 Michael A. Covington.
78
	Copyright 2003 Michael A. Covington, Frank Mittelbach.
79
 
3076 pd 80
src/library/base/R/mosaicplot.R
81
 
82
	Copyright (C) 1998 John W. Emerson
83
 
6308 ripley 84
 
1497 pd 85
src/library/base/R/aov.R
16970 ripley 86
src/library/base/R/bandwidths.R
1497 pd 87
src/library/base/R/contr.poly.R
6308 ripley 88
src/library/base/R/expand.grid.R
1497 pd 89
src/library/base/R/predict.glm.R
90
src/library/base/R/update.R
8565 maechler 91
src/library/base/*/max.col.R*
27474 ripley 92
src/library/stats/R/biplot.R
93
src/library/stats/R/princomp-add.R
16970 ripley 94
src/appl/bandwidths.c
8565 maechler 95
src/appl/maxcol.c
1497 pd 96
 
16970 ripley 97
	Copyright (C) various dates W. N. Venables and B. D. Ripley
2680 hornik 98
 
17798 ripley 99
 
17665 maechler 100
src/appl/interv.c : moved to API from code originally in
27464 ripley 101
		    src/library/stats/src/bvalue.f, see the following
102
src/library/stats:
2680 hornik 103
 
27464 ripley 104
	See the file src/library/stats/COPYRIGHTS.modreg for details
4562 pd 105
 
106
      src/loessc.c
107
      src/loessf.f
108
 
109
	Copyright (c) 1989, 1992 by AT&T.
110
 
111
 
6308 ripley 112
src/library/ts/R/diffinv.R
113
src/library/ts/R/embed.R
5329 ripley 114
src/library/ts/R/kernel.R
115
src/library/ts/src/PPsum.c
116
 
8524 maechler 117
	Copyright (C) 1997-1999	 Adrian Trapletti
5329 ripley 118
 
119
 
6994 pd 120
src/library/ts/src/carray.c, mburg.c, myw.c, qr.c
121
 
122
	Copyright (C) 1999 Martyn Plummer
123
 
124
 
4562 pd 125
src/unix/rotated.[ch]
126
 
127
	Copyright (c) 1993 Alan Richardson
128
 
6994 pd 129
 
7744 hornik 130
src/appl/loglin.c
27453 ripley 131
src/library/stats/src/chisqsim.c
132
src/library/stats/src/nscor.c
133
src/library/stats/src/prho.c
134
src/library/stats/src/swilk.c
27474 ripley 135
src/library/stats/src/kmns.f
17989 ripley 136
src/library/ts/src/starma.c
7236 hornik 137
src/nmath/pgamma.c
138
src/nmath/pnbeta.c
139
src/nmath/pnchisq.c
140
src/nmath/pnt.c
141
src/nmath/qbeta.c
142
src/nmath/qgamma.c
143
src/nmath/qnorm.c
144
src/nmath/qtukey.c
145
src/nmath/sunif.c
146
  are based in whole or in part on Applied Statistics algorithms
147
  (C) Royal Statistical Society
6414 ripley 148
 
10745 maechler 149
src/nmath/stirlerr.c
150
src/nmath/dbinom.c
151
src/nmath/dpois.c
10746 maechler 152
  are now partly based on Clive Loader's (1999) work, and are
153
  (C) 1999-2000 Lucent Technologies, Bell Laboratories.
6414 ripley 154
 
27474 ripley 155
src/modules/gnome/devGNOME.c
156
src/modules/gnome/gdkrotated.c
157
src/modules/gnome/gnome-find-dialog.c
158
src/modules/gnome/gtkconsole.c
159
src/modules/gnome/system-*.c
160
src/modules/gnome/terminal*.c
6683 ripley 161
 
8524 maechler 162
	Copyright (C) 1998-1999	  Lyndon Drake
6683 ripley 163
		and the R Development Core Team
7790 ripley 164
 
165
 
166
src/main/RNG.c
167
 
8524 maechler 168
  The Mersenne-Twister part is
7790 ripley 169
  Copyright (C) 1997, 1999 Makoto Matsumoto and Takuji Nishimura.
170
 
171
  The Knuth-TAOCP part says
172
 
173
    This program by D E Knuth is in the public domain and freely copyable
174
    AS LONG AS YOU MAKE ABSOLUTELY NO CHANGES!
175
 
7957 ripley 176
  and is used unchanged.
14301 ripley 177
 
17798 ripley 178
 
23217 ripley 179
src/modules/lapack/dlapack?.f, cmplx.f, rgeev.f, rsyev.f
14301 ripley 180
 
181
  Extracted from
182
  *  -- LAPACK routine (version 3.0) --
183
  *     Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
184
  *     Courant Institute, Argonne National Lab, and Rice University
185
 
186
  The README says
187
 
188
    It is freely-available software, and is copyrighted.
189
 
190
  although no actual copyright statement appears in the code.
17741 ripley 191
 
17798 ripley 192
 
17741 ripley 193
src/main/vsnprintf.c
194
 
17798 ripley 195
  Taken from the wget 1.8.1 distribution: only used on platforms
196
  without vnsprintf.
197
  /*
198
   * Copyright Patrick Powell 1995
199
   * This code is based on code written by Patrick Powell (papowell@astart.com)
200
   * It may be used for any purpose as long as this notice remains intact
201
   * on all source code distributions
202
   */
17741 ripley 203
 
23217 ripley 204
 
205
src/main/regex.c
206
src/main/Rregex.h
207
 
208
   Copyright (C) 1993, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
209
   Copyright (C) 1985,89,90,91,92,93,95,96,97,98 Free Software Foundation, Inc.
210
 
211
 
17798 ripley 212
src/extra/xdr/*
213
 
214
	Copyright (undated) Sun Microsystems, Inc.
215
 
216
	See the file src/extra/xdr/copyrght.txt
217
 
23217 ripley 218
 
17798 ripley 219
src/extra/zlib/README, *.c, *.h
220
 
18680 ripley 221
  Taken from zlib-1.1.4. (C) 1995-2002 Jean-loup Gailly and Mark Adler
17798 ripley 222
  See src/extra/zlib/README for the licence.
223
 
224
 
18098 ripley 225
src/main/dounzip.c, unzip.h
226
 
227
  Contains code Copyright (C) 1998 Gilles Vollant from contrib/minizip
18337 ripley 228
  in the zlib 1.1.3 distribution.
229
 
23217 ripley 230
 
18337 ripley 231
src/main/acosh.c, asinh.c, atanh.c
232
 
233
used on Windows mainly.  Based on
234
 
235
  Cephes Math Library Release 2.8:  June, 2000
236
  Copyright 1984, 1995, 2000 by Stephen L. Moshier
237
 
22115 ripley 238
 
19900 hornik 239
src/main/apse.c
240
src/main/apse.h
241
 
242
  Copyright (C) Jarkko Hietaniemi, 1998,1999,2000,2001.
22115 ripley 243
 
244
 
245
src/extra/pcre/LICENCE
246
src/extra/pcre/dftables.c
247
src/extra/pcre/get.c
248
src/extra/pcre/internal.h
249
src/extra/pcre/maketables.c
250
src/extra/pcre/pcre.c
22120 ripley 251
src/extra/pcre/pcre.h
22115 ripley 252
src/extra/pcre/study.c
253
 
254
   Copyright (c) 1997-2001 University of Cambridge
255
 
256
 
257
src/extra/bzip2/LICENSE
258
src/extra/bzip2/blocksort.c
259
src/extra/bzip2/bzlib.c
260
src/extra/bzip2/bzlib.h
261
src/extra/bzip2/bzlib_private.h
262
src/extra/bzip2/compress.c
263
src/extra/bzip2/crctable.c
264
src/extra/bzip2/decompress.c
265
src/extra/bzip2/huffman.c
266
src/extra/bzip2/randtable.c
267
 
268
   copyright (C) 1996-2002 Julian R Seward.
23217 ripley 269
 
270
 
25307 ripley 271
src/library/tools/src/md5.[ch]
23217 ripley 272
 
23828 ripley 273
    Copyright (C) 1995, 1996, 2001 Free Software Foundation, Inc.
274
 
25307 ripley 275
 
276
src/unix/dlfcn-darwin.[ch]
277
[Used only on MacOS X]
278
 
279
    Copyright (c) 2002 Jorge Acereda  <jacereda@users.sourceforge.net> &
280
                       Peter O'Gorman <ogorman@users.sourceforge.net>
25795 hornik 281
    See the headers of the files for the licence.