1
2COPYRIGHT STATUS
3
4The bulk of this code is copyright by members of or all of the R Core
5Team.  ('The R Core Team' in copyright statements in individual files
6refers to some or all of the team.)
7
8See the file COPYING for the exact conditions under which you may
9redistribute it.  R as a whole is distributed under GPL version 2 or
103: most source files contain a copyright statement allowing use of
11that file under GPL version 2 or later: the main exceptions are the
12included versions of packages 'MASS', 'class', 'nnet', 'rpart' and
13'spatial' (GPL-2 or GPL-3).  (The auxiliary file m4/openmp.m4 is under
14GPL-3, but its incorporation into 'configure' is not.)
15
16The status of files used only in the Windows port is in file
17src/gnuwin32/COPYRIGHTS.win, which is appended to this file in binary
18Windows distributions.
19
20Note that almost all the code *is* copyright and may only be
21reproduced if the copyright notice (that in the file or this notice)
22is preserved.  The status of the included LINPACK routines is unclear:
23they are said to be in the public domain in the USA.
24
25	---------------------------------------------------
26
27Some (but not all) of the public header files are distributed under
28the more permissive terms of version 2.1 or later of the LGPL: see
29files R_HOME/share/licenses/LGPL-2.1 and R_HOME/share/licenses/LGPL-3.
30This applies only to the header files
31
32src/include/R.h
33src/include/Rdefines.h
34src/include/Rgraphics.h
35src/include/Rinternals.h
36src/include/Rmath.h
37src/include/S.h
38src/include/R_ext/*.h
39
40Note that it does not apply to the header files such as Rembedded.h
41and Rinterface.h used for third-party front ends.
42
43From the announcement of the change (2001-Feb-05)
44
45    It came to our attention that some projects are interpreting GPL to
46    mean that compiling against the header files or linking against a
47    Windows import library brings the compiled code under the scope of
48    GPL.  This would mean it would be impossible to distribute binary
49    versions of non-GPL packages with compiled code which called entry
50    points in the R executable or DLL, of which there are many on CRAN.
51
52    We encourage packages to be distributed under Open Source conditions,
53    but accept that this is not possible for some contributions.  Our
54    intention is that export files and import libraries be 'accessors'
55    under clause 5 of the LGPL, so that in most cases no (additional)
56    restrictions are imposed by compiling a package using the LGPL-ed
57    components of R.
58
59    To avoid any anomalies, the versions of the same files in R versions
60    1.0.0 to 1.2.1 may also be used under LGPL or GPL.
61
62Import libraries are no longer used under Windows.
63
64Some contributed files are also covered by the Library General Public License.
65These include (see also below)
66
67src/library/stats/R/embed.R
68src/library/stats/src/PPsum.c
69
70	---------------------------------------------------
71
72
73
74
75Some of the code contains different copyright statements.  It is used
76here in accordance with the copyright conditions in that code.  A
77not-necessarily-complete list of such files is:
78
79src/library/grDevices/inst/afm/*___.afm
80
81	Copyright (c) 1984 to 1992 Adobe Systems Incorporated.
82
83src/library/grDevices/inst/afm/MustRead.html
84src/library/grDevices/inst/afm/Courier*.afm
85src/library/grDevices/inst/afm/Helvetica*.afm
86src/library/grDevices/inst/afm/Times*.afm
87src/library/grDevices/inst/afm/Symbol.afm
88src/library/grDevices/inst/afm/ZapfDingbats.afm
89
90	Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems
91	Incorporated.  All Rights Reserved.
92
93src/library/grDevices/inst/afm/*l.afm
94
95	Copyright 1999 by (URW)++ Design & Development
96
97src/library/grDevices/inst/afm/CM_*.afm
98src/library/grDevices/inst/afm/cm*.afm
99
100	are derived from afms which are copyright by the American
101	Mathematical Society, but 'the AMS does require that the
102	AMS copyright notice be removed from any derivative versions
103	of the fonts which have been altered in any way'.
104
105doc/manual/R-intro.texi
106
107in part
108
109	Copyright (C) 1990 W. N. Venables
110	Copyright (C) 1992 W. N. Venables & D. M. Smith
111	Copyright (C) 1997 R. Gentleman & R. Ihaka
112	Copyright (C) 1997, 1998 M. Maechler
113
114share/licenses/*
115
116	See the individual files.
117
118share/texmf/bibtex/bst/jss.bst
119
120	Copyright 1994-2007 Patrick W Daly
121
122share/texmf/tex/latex/jss.cls
123
124	Copyright: (C) Achim Zeileis
125
126src/library/graphics/R/mosaicplot.R
127
128	Original code copyright (C) 1998 John W. Emerson
129
130src/library/graphics/R/pairs.R
131
132	In part, Copyright 1999 Dr. Jens Oehlschlaegel-Akiyoshi
133
134src/library/graphics/R/polygon.R
135
136	Copyright (C) 2001 by Kevin Buhr <buhr@stat.wisc.edu>
137
138src/library/splines/R/splineClasses.R
139
140	Copyright (C) 1998 Douglas M. Bates and William N. Venables.
141
142src/library/datasets/man/austres.Rd
143src/library/datasets/man/beavers.Rd
144src/library/datasets/man/lh.Rd
145src/library/datasets/man/npk.Rd
146src/library/datasets/man/rock.Rd
147src/library/datasets/man/UKLungDeaths.Rd
148src/library/datasets/man/USAccDeaths.Rd
149src/library/stats/R/add.R
150src/library/stats/R/bandwidths.R
151src/library/stats/R/confint.R
152src/library/stats/R/cpgram.R
153src/library/stats/R/spectrum.R
154src/library/stats/R/vcov.R
155src/library/stats/src//bandwidths.c
156src/appl/maxcol.c
157
158	Copyright (C) various dates W. N. Venables and B. D. Ripley
159
160
161src/appl/interv.c : moved to API from code originally in
162		    src/library/stats/src/bvalue.f, see
163		    src/library/stats/COPYRIGHTS.modreg
164
165src/library/stats:
166
167	See the files src/library/stats/COPYRIGHTS.modreg and
168	src/library/stats/COPYRIGHTS.portsrc for further details
169
170
171src/library/stats/R/diffinv.R
172src/library/stats/R/embed.R
173src/library/stats/R/kernel.R
174src/library/stats/src/PPsum.c
175
176	Copyright (C) 1997-1999	 Adrian Trapletti
177
178
179src/library/stats/R/nls.R
180
181	In part, Copyright 1999-1999 Saikat DebRoy
182
183
184src/library/stats/R/nlsFunc.R
185src/library/stats/R/selfStart.R
186src/library/stats/R/zzModels.R
187
188	Copyright 1997,1999 Jose C. Pinheiro, Douglas M. Bates
189
190src/library/stats/R/runmed.R
191src/library/stats/src/Trunmed.c
192
193	In part Copyright (C) 1995 Berwin A. Turlach
194
195src/library/stats/src/loessc.c
196src/library/stats/src/loessf.f
197
198	In part Copyright (c) 1989, 1992 by AT&T
199
200src/library/stats/R/spline.R
201
202	In part, Copyright (C) 2002 Simon N. Wood
203
204src/library/tcltk/exec/{hierarchy,util*,widget}.tcl
205
206	Copyright (c) various dates Jeffrey Hobbs
207
208
209src/modules/X11/rotated.[ch]
210
211	Copyright (c) 1993 Alan Richardson
212
213
214src/appl/loglin.c
215src/library/stats/src/chisqsim.c
216src/library/stats/src/nscor.c
217src/library/stats/src/prho.c
218src/library/stats/src/swilk.c
219src/library/stats/src/kmns.f
220src/library/stats/src/starma.c
221src/nmath/pnbeta.c
222src/nmath/pnchisq.c
223src/nmath/pnt.c
224src/nmath/qbeta.c
225src/nmath/qgamma.c
226src/nmath/qnorm.c
227src/nmath/qtukey.c
228  are based in whole or in part on Applied Statistics algorithms
229  (C) Royal Statistical Society
230
231src/nmath/stirlerr.c
232src/nmath/dbinom.c
233src/nmath/dpois.c
234  are partly based on Catherine/Clive Loader's (1999) work,
235  (C) 1999-2000 Lucent Technologies, Bell Laboratories.
236
237
238src/main/RNG.c
239
240  The Mersenne-Twister part is
241  Copyright (C) 1997, 1999 Makoto Matsumoto and Takuji Nishimura.
242
243
244src/main/xspline.c
245
246 * Copyright (c) 1985-1988 by Supoj Sutanthavibul
247 * Parts Copyright (c) 1989-2002 by Brian V. Smith
248 * Parts Copyright (c) 1991 by Paul King
249 * Parts Copyright (c) 1992 by James Tough
250 * Parts Copyright (c) 1998 by Georg Stemmer
251 * Parts Copyright (c) 1995 by C. Blanc and C. Schlick
252
253 * Any party obtaining a copy of these files is granted, free of charge, a
254 * full and unrestricted irrevocable, world-wide, paid up, royalty-free,
255 * nonexclusive right and license to deal in this software and
256 * documentation files (the "Software"), including without limitation the
257 * rights to use, copy, modify, merge, publish and/or distribute copies of
258 * the Software, and to permit persons who receive copies from any such
259 * party to do so, with the only requirement being that this copyright
260 * notice remain intact.
261
262
263src/modules/nano{ftp,http}.c
264
265 Copyright (C) 1998-2001 Daniel Veillard.  All Rights Reserved.
266
267Permission is hereby granted, free of charge, to any person obtaining a copy
268of this software and associated documentation files (the "Software"), to deal
269in the Software without restriction, including without limitation the rights
270to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
271copies of the Software, and to permit persons to whom the Software is fur-
272nished to do so, subject to the following conditions:
273
274The above copyright notice and this permission notice shall be included in
275all copies or substantial portions of the Software.
276
277THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
279NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
280AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
282OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
283THE SOFTWARE.
284
285
286src/modules/lapack/dlapack.f, cmplx.f, dlamc.f
287
288  Extracted from
289  *  -- LAPACK computational routine (version 3.9.0) --
290  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
291  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
292  *     November 2017
293
294  where the version number, providers and date vary by subroutine.
295  For version 3.7.0, many of the copyright dates were updated
296  even for routines which have not been changed for years.
297
298  LAPACK 3.9.0 contains a LICENSE file, copied to src/modules/lapack
299  (but many of these routines were originally copied from earlier
300  versions of LAPACK).  For binary distributions it is reproduced here:
301
302  --- src/modules/lapack/LICENSE ---
303  Copyright (c) 1992-2017 The University of Tennessee and The University
304                          of Tennessee Research Foundation.  All rights
305                          reserved.
306  Copyright (c) 2000-2017 The University of California Berkeley. All
307                          rights reserved.
308  Copyright (c) 2006-2017 The University of Colorado Denver.  All rights
309                          reserved.
310
311  $COPYRIGHT$
312
313  Additional copyrights may follow
314
315  $HEADER$
316
317  Redistribution and use in source and binary forms, with or without
318  modification, are permitted provided that the following conditions are
319  met:
320
321  - Redistributions of source code must retain the above copyright
322    notice, this list of conditions and the following disclaimer.
323
324  - Redistributions in binary form must reproduce the above copyright
325    notice, this list of conditions and the following disclaimer listed
326    in this license in the documentation and/or other materials
327    provided with the distribution.
328
329  - Neither the name of the copyright holders nor the names of its
330    contributors may be used to endorse or promote products derived from
331    this software without specific prior written permission.
332
333  The copyright holders provide no reassurances that the source code
334  provided does not infringe any patent, copyright, or any other
335  intellectual property rights of third parties.  The copyright holders
336  disclaim any liability to any recipient for claims brought against
337  recipient by any third party for infringement of that parties
338  intellectual property rights.
339
340  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
341  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
342  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
343  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
344  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
345  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
346  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
347  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
348  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
349  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
350  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
351  --- end of src/modules/lapack/LICENSE ---
352
353src/extra/xdr/*
354
355	Copyright (undated) Sun Microsystems, Inc.
356
357	See the file src/extra/xdr/copyrght.txt
358
359src/main/connections.c, src/main/gzio.h
360
361  Contain code derived from the zlib 1.2.3 distribution
362  (C) 1995-2005 Jean-loup Gailly and Mark Adler
363
364src/main/dounzip.c, unzip.h
365
366  Contain code Copyright (C) 1998-2010 Gilles Vollant from contrib/minizip
367  in the zlib 1.2.3 distribution with updates taken from 1.2.5.
368
369
370src/main/valid_utf8.h
371
372   Copyright (c) 1997-2012 University of Cambridge
373
374For binary builds of R that requires us to include
375
376  Redistribution and use in source and binary forms, with or without
377  modification, are permitted provided that the following conditions
378  are met:
379
380      * Redistributions of source code must retain the above copyright
381	notice, this list of conditions and the following disclaimer.
382
383      * Redistributions in binary form must reproduce the above
384	copyright notice, this list of conditions and the following
385	disclaimer in the documentation and/or other materials
386	provided with the distribution.
387
388      * Neither the name of the University of Cambridge nor the name
389	of Google Inc. nor the names of their contributors may be used
390	to endorse or promote products derived from this software
391	without specific prior written permission.
392
393  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
394  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
395  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
396  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
397  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
398  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
399  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
400  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
401  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
402  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
403  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
404  POSSIBILITY OF SUCH DAMAGE.
405
406
407src/extra/tre/LICENSE
408src/extra/tre/*.[ch]
409
410Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi>
411All rights reserved.
412
413From tre-0.8.0 (https://laurikari.net/tre/).  See file
414src/extra/tre/LICENSE.  For binary builds of R that requires us to
415include
416
417Redistribution and use in source and binary forms, with or without
418modification, are permitted provided that the following conditions are met:
419
420    * Redistributions of source code must retain the above copyright notice,
421      this list of conditions and the following disclaimer.
422
423    * Redistributions in binary form must reproduce the above copyright
424      notice, this list of conditions and the following disclaimer in the
425      documentation and/or other materials provided with the distribution.
426
427    * Neither the name of the University of Cambridge nor the name of Google
428      Inc. nor the names of their contributors may be used to endorse or
429      promote products derived from this software without specific prior
430      written permission.
431
432THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
433AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
434IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
435ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
436LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
437CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
438SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
439INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
440CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
441ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
442POSSIBILITY OF SUCH DAMAGE.
443
444src/extra/tzone/strftime.c
445/*
446  Based on code from tzcode, which is turn said to be
447  'Based on the UCB version with the copyright notice appearing below.'
448
449** Copyright (c) 1989 The Regents of the University of California.
450** All rights reserved.
451**
452** Redistribution and use in source and binary forms are permitted
453** provided that the above copyright notice and this paragraph are
454** duplicated in all such forms and that any documentation,
455** advertising materials, and other materials related to such
456** distribution and use acknowledge that the software was developed
457** by the University of California, Berkeley. The name of the
458** University may not be used to endorse or promote products derived
459** from this software without specific prior written permission.
460** THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
461** IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
462** WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
463*/
464
465
466src/library/tools/src/md5.[ch]
467
468    Copyright (C) 1995, 1996, 2001 Free Software Foundation, Inc.
469
470
471src/extra/intl/*
472
473Based on gettextize from gettext 0.17
474   Copyright (C) various dates Free Software Foundation, Inc.
475   Distributed under the GNU Library General Public License
476   version 2 or later.
477
478src/include/vg/memcheck.h
479src/include/vg/valgrind.h
480
481From valgrind 3.10.1,
482
483   Copyright (C) 2000-2013 Julian Seward.  All rights reserved.
484
485
486src/main/mkdtemp.c
487
488From glibc via
489http://lists.gnu.org/archive/html/bug-gnulib/2003-02/msg00019.html
490
491   Copyright (C) 1999, 2001-2003 Free Software Foundation, Inc.
492   Distributed under the GNU Library General Public License
493   version 2 or later.
494
495src/main/Rstrptime.h
496
497   Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
498   Distributed under the GNU Library General Public License
499   version 2 or later.
500
501src/library/*/po/*.po
502
503   Some of the translations are (C) the translator as marked in the files.
504
505COPYING
506doc/COPYING
507doc/COPYING.LIB
508m4/codeset.m4
509m4/gettext.m4
510m4/gettext-lib.m4
511share/licenses/GPL-2
512share/licenses/GPL-3
513share/licenses/LGPL-2
514share/licenses/LGPL-2.1
515share/licenses/LGPL-3
516src/main/strdup.c
517tools/config.rpath
518tools/help2man.pl
519tools/ltmain.sh
520tools/mdate-sh
521tools/missing
522
523   Copyright various dates Free Software Foundation
524
525m4/openmp.m4
526  Copyright (C) 2001-2012 Free Software Foundation, Inc.
527  Copyright (C) 2015-2016 R Core Team
528
529  Under GPL-3 with the Autoconf Configure Script Exception, version 3.0.
530
531tools/config.quess
532tools/config.sub
533
534   Copyright 1992-2021 Free Software Foundation.
535   The Exception to GPL-3 applies.
536
537tools/install-sh
538
539   Copyright (C) 1994 X Consortium
540
541tools/uniset
542
543is by Marcus Kuhn (https://www.cl.cam.ac.uk/~mgk25/) but contains
544neither licence nor copyright claim.
545
546m4/cxx.m4
547Based on ax_cxx_compile_stdcxx.m4
548#   Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com>
549#   Copyright (c) 2012 Zack Weinberg <zackw@panix.com>
550#   Copyright (c) 2013 Roy Stogner <roystgnr@ices.utexas.edu>
551#   Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov <sokolov@google.com>
552#   Copyright (c) 2015 Paul Norman <penorman@mac.com>
553#   Copyright (c) 2015 Moritz Klammler <moritz@klammler.eu>
554#   Copyright (c) 2016 Krzesimir Nowak <qdlacz@gmail.com>
555#   Copyright (c) 2016, 2018 Krzesimir Nowak <qdlacz@gmail.com>
556#   Copyright (c) 2019 Enji Cooper <yaneurabeya@gmail.com>
557#
558#   Copying and distribution of this file, with or without modification, are
559#   permitted in any medium without royalty provided the copyright notice
560#   and this notice are preserved.  This file is offered as-is, without any
561#   warranty.
562
563
564m4/stat-time.m4
565
566From GNU coreutils 8.12
567# Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-2011 Free Software
568# Foundation, Inc.
569
570# This file is free software; the Free Software Foundation
571# gives unlimited permission to copy and/or distribute it,
572# with or without modifications, as long as this notice is preserved.
573
574src/main/gram.y
575src/main/gram.c
576
577Portions of these files are based on the parser package,
578
579   Copyright (C) 2009--2011  Romain Francois
580
581
582Some of the files in src/appl were originally taken from the Netlib
583archive now at www.netlib.org and do not clearly state their
584copyright status.
585
586src/appl/{dchdc,dpfa,dpbsl,dpoco,dpodi,dpofa,dposl,dqrdc,
587          dqrsl,dsvdc,dtrco,dtrsl}.f
588
589are part of LINPACK, with authors J.J. Dongarra, Cleve Moler and
590G.W. Stewart
591
592src/appl/dqrdc2.f is based on dqrdc.f by G.W. Stewart.
593
594src/appl/lbfgsb.c is based on the work of Zhu, Byrd, Lu-Chen and
595Nocedal, which does not state any copyright.
596
597src/main/radixsort.c is largely based on code from the data.table package,
598
599   Copyright (C) 2006--2015  Matt Dowle and Arun Srinivasan
600
601doc/html/Rlogo.svg
602doc/html/Rlogo.pdf
603doc/html/logo.jpg
604doc/html/favicon.ico
605src/modules/X11/rlogo_icon.h
606src/gnuwin32/front-ends/R.ico
607src/gnuwin32/installer/R.bmp
608
609   Copyright (C) 2015-2016 The R Foundation
610
611   You can distribute the logo under the terms of the Creative
612   Commons Attribution-ShareAlike 4.0 International license (CC-BY-SA
613   4.0) or (at your option) the GNU General Public License version 2
614   (GPL-2).
615
616   The design of the current logo is based on the previous logo that
617   was included in the R source from 1998 to 2016.
618
619	---------------------------------------------------
620
621Binary distributions of R may include compiled code from the PCRE2
622library whose licence is:
623
624THE BASIC LIBRARY FUNCTIONS
625---------------------------
626
627Written by:       Philip Hazel
628Email local part: ph10
629Email domain:     cam.ac.uk
630
631University of Cambridge Computing Service,
632Cambridge, England.
633
634Copyright (c) 1997-2020 University of Cambridge
635All rights reserved.
636
637
638PCRE2 JUST-IN-TIME COMPILATION SUPPORT
639--------------------------------------
640
641Written by:       Zoltan Herczeg
642Email local part: hzmester
643Email domain:     freemail.hu
644
645Copyright(c) 2010-2020 Zoltan Herczeg
646All rights reserved.
647
648
649STACK-LESS JUST-IN-TIME COMPILER
650--------------------------------
651
652Written by:       Zoltan Herczeg
653Email local part: hzmester
654Email domain:     freemail.hu
655
656Copyright(c) 2009-2020 Zoltan Herczeg
657All rights reserved.
658
659THE "BSD" LICENCE
660-----------------
661
662Redistribution and use in source and binary forms, with or without
663modification, are permitted provided that the following conditions are met:
664
665    * Redistributions of source code must retain the above copyright notices,
666      this list of conditions and the following disclaimer.
667
668    * Redistributions in binary form must reproduce the above copyright
669      notices, this list of conditions and the following disclaimer in the
670      documentation and/or other materials provided with the distribution.
671
672    * Neither the name of the University of Cambridge nor the names of any
673      contributors may be used to endorse or promote products derived from this
674      software without specific prior written permission.
675
676THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
677AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
678IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
679ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
680LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
681CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
682SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
683INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
684CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
685ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
686POSSIBILITY OF SUCH DAMAGE.
687
688
689EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
690------------------------------------------
691
692The second condition in the BSD licence (covering binary redistributions) does
693not apply all the way down a chain of software. If binary package A includes
694PCRE2, it must respect the condition, but if package B is software that
695includes package A, the condition is not imposed on package B unless it uses
696PCRE2 independently.
697
698
699Or they may include compiled code from the PCRE library whose licence
700is:
701
702  THE BASIC LIBRARY FUNCTIONS
703  ---------------------------
704  Written by:       Philip Hazel
705  Email local part: ph10
706  Email domain:     cam.ac.uk
707
708  University of Cambridge Computing Service, Cambridge, England.
709
710  Copyright (c) 1997-2015 University of Cambridge
711  All rights reserved.
712
713  PCRE JUST-IN-TIME COMPILATION SUPPORT
714  -------------------------------------
715  Written by:       Zoltan Herczeg
716  Email local part: hzmester
717  Emain domain:     freemail.hu
718
719  Copyright(c) 2010-2015 Zoltan Herczeg
720  All rights reserved.
721
722  STACK-LESS JUST-IN-TIME COMPILER
723  --------------------------------
724  Written by:       Zoltan Herczeg
725  Email local part: hzmester
726  Emain domain:     freemail.hu
727
728  Copyright(c) 2009-2015 Zoltan Herczeg
729  All rights reserved.
730
731  THE C++ WRAPPER FUNCTIONS
732  -------------------------
733  Contributed by:   Google Inc.
734
735  Copyright (c) 2007-2012, Google Inc.
736  All rights reserved.
737
738
739  THE "BSD" LICENCE
740  -----------------
741
742  Redistribution and use in source and binary forms, with or without
743  modification, are permitted provided that the following conditions
744  are met:
745
746      * Redistributions of source code must retain the above copyright
747        notice, this list of conditions and the following disclaimer.
748
749      * Redistributions in binary form must reproduce the above
750        copyright notice, this list of conditions and the following
751        disclaimer in the documentation and/or other materials
752        provided with the distribution.
753
754      * Neither the name of the University of Cambridge nor the name
755        of Google Inc. nor the names of their contributors may be used
756        to endorse or promote products derived from this software
757        without specific prior written permission.
758
759  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
760  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
761  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
762  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
763  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
764  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
765  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
766  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
767  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
768  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
769  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
770  POSSIBILITY OF SUCH DAMAGE.
771
772	---------------------------------------------------
773