This file is indexed.

/usr/lib/R/site-library/robustbase/Copyrights is in r-cran-robustbase 0.92-8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
The C code for Qn() and Sn(), src/qnsn.c is based on Fortran code
that has been be available from
  http://www.agoras.ua.ac.be/ (Antwerp Group On Robust & Applied Statistics)
   (-> Programs -> Robust)
by {at the time}
    Peter Rousseeuw (rousse@wins.uia.ac.be)
    Christophe Croux (croux@wins.uia.ac.be)
		Department of Mathematics and Computing
		Universitaire Instelling Antwerpen
		Universiteitsplein 1
		B-2610 Wilrijk (Antwerp)
		Belgium

and carries the note

   This file contains fortran functions for two new robust estimators
   of scale denoted as Qn and Sn, decribed in Rousseeuw and Croux (1993).
   These estimators have a high breakdown point and a bounded influence
   function. The implementation given here is very fast (running in
   O(n logn) time) and needs little storage space.

	Rousseeuw, P.J. and Croux, C. (1993)
	Alternatives to the Median Absolute Deviation",
	Journal of the American Statistical Association, Vol. 88, 1273-1283.

   This software may be used and copied freely for scientific
   and/or non-commercial purposes, provided reference is made
   to the above mentioned paper.

where as Martin Maechler got explicit permission from P.Rousseeuw to
licence it under the GNU Public Licence.
----------------------------------------------------------------------------