This file is indexed.

/usr/share/doc/r-cran-nnet/copyright is in r-cran-nnet 7.3-12-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
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
This is the Debian GNU/Linux r-cran-nnet package of nnet, a package
providing functions and datasets for feed-forward neural networks
written by W. N. Venables and B. D. Ripley.

It has already been part of Debian since Dec 1997 as part of the
r-base package, and since Jan 2004 as part of the package bundle VR
packaged as r-cran-vr.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the CRAN network at
	http://cran.r-project.org

The package was renamed from its upstream name 'nnet' to 'r-cran-nnet'
to fit the pattern of CRAN (and non-CRAN) packages for R.

Copyright (C) 1992 - 2009 W. N. Venables and B. D. Ripley
Portions Copyright (C) 1999 - 2002 R Core Development Team
Portions Copyright (C) 2005 - 2007 The R Foundation
Portions Copyright (C) 2003        B. D. Ripley

License: GPL-2 | GPL-3

On a Debian GNU/Linux system, the GPL-2 license is included
in the file /usr/share/common-licenses/GPL-2.

For reference, the upstream DESCRIPTION file is included below:

  Package: nnet
  Priority: recommended
  Version: 7.3-1
  Date: 2009-05-09
  Depends: R (>= 2.5.0), stats, utils
  Suggests: MASS
  Author: Brian Ripley <ripley@stats.ox.ac.uk>.
  Maintainer: Brian Ripley <ripley@stats.ox.ac.uk>
  Description: Software for feed-forward neural networks with a single
    hidden layer, and for multinomial log-linear models.
  Title: Feed-forward Neural Networks and Multinomial Log-Linear Models
  License: GPL-2 | GPL-3
  URL: http://www.stats.ox.ac.uk/pub/MASS4/
  LazyLoad: yes
  Packaged: 2009-07-31 14:02:09 UTC; ripley
  
The upstream file inst/LICENSE is also included:

  Software and datasets to support 'Modern Applied Statistics with S', 
  fourth edition, by W. N. Venables and B. D. Ripley.
  Springer, 2002.
  
  From the text (pp. 464):
  
      These datasets and software are provided in good faith, but none of
      the authors, publishers nor distributors warrant their accuracy
      nor can be held responsible for the consequences of their use.
  
  This file is intended to clarify ownership and copyright: where
  possible individual files also carry brief copyright notices. 
  
  
  Copyrights
  ==========
  
  All files are copyright (C) 1994-2009 W. N. Venables and
  B. D. Ripley. Those parts which were distributed with the first
  edition are also copyright (C) 1994 Springer-Verlag New York Inc, with
  all rights assigned to W. N. Venables and B. D. Ripley.
  
  
  Licence
  =======
  
      This 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 3 of the License
      (at your option).
  
      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.
  
  Files share/licenses/GPL-2 and share/licenses/GPL-3 in the R
  (source or binary) distribution are copies of versions 2 and 3
  of the 'GNU General Public License'.
  These can also be viewed at http://www.r-project.org/licenses/
  
  Bill.Venables@csiro.au
  ripley@stats.ox.ac.uk