This file is indexed.

/usr/share/doc/mlton-compiler/copyright is in mlton-compiler 20100608-5.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
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
Now maintained by "Wesley W. Terpstra (Debian)" <terpstra@debian.org>.
This package was debianized by Stephen Weeks <sweeks@sweeks.com>.
The original debianization was done by Barak Pearlmutter <bap@cs.unm.edu>.

Upstream Authors:
 
   See http://mlton.org/Developers

   To send a comment, question, or bug report to MLton's authors, use
   MLton@mlton.org.

MLton's copyright is held in part by the NEC Research Institute.  It
is released under a BSD-style license.

   MLton COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.
   
   Copyright (C) 1999-2009 Henry Cejtin, Matthew Fluet, Suresh
      Jagannathan, and Stephen Weeks.
   Copyright (c) 1997-2000 by the NEC Research Institute
   
   Permission to use, copy, modify, and distribute this software and its
   documentation for any purpose and without fee is hereby granted,
   provided that the above copyright notice appear in all copies and that
   both the copyright notice and this permission notice and warranty
   disclaimer appear in supporting documentation, and that the name of
   NEC, or any NEC entity not be used in advertising or publicity
   pertaining to distribution of the software without specific, written
   prior permission.

   The above copyright holders disclaim all warranties with regard to
   this software, including all implied warranties of merchantability and
   fitness. In no event shall the above copyright holders be liable for
   any special, indirect or consequential damages or any damages
   whatsoever resulting from loss of use, data or profits, whether in an
   action of contract, negligence or other tortious action, arising out
   of or in connection with the use or performance of this software.

The following portions of the software are derived from the Standard ML
of New Jersey compiler:

  front-end mllex specification, front-end mlyacc specification,
  precedence parser, CM lexer and parser

Parts of MLton's Basis Library are derived from the following portions
of the Basis Library code of the SMLNJ compiler:

  OS.IO, Posix.IO, Process, and Unix

The following utilities and libraries are derived from the SMLNJ system:

  mllex, mlyacc and MLYacc Library, Concurrent ML Library, SML/NJ
  Library, CKit Library, mlnlffigen and MLNLFFI Library

SMLNJ's copyright is held by Lucent Technologies.  It was released
under a BSD-style license.

   STANDARD ML OF NEW JERSEY COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.

   Copyright (c) 1989-1998 by Lucent Technologies

   Permission to use, copy, modify, and distribute this software and its
   documentation for any purpose and without fee is hereby granted,
   provided that the above copyright notice appear in all copies and that
   both the copyright notice and this permission notice and warranty
   disclaimer appear in supporting documentation, and that the name of
   Lucent Technologies, Bell Labs or any Lucent entity not be used in
   advertising or publicity pertaining to distribution of the software
   without specific, written prior permission.

   Lucent disclaims all warranties with regard to this software,
   including all implied warranties of merchantability and fitness. In no
   event shall Lucent be liable for any special, indirect or
   consequential damages or any damages whatsoever resulting from loss of
   use, data or profits, whether in an action of contract, negligence or
   other tortious action, arising out of or in connection with the use
   or performance of this software.

Parts of MLton's Basis Library are derived from the following portions
of the Basis Library code of the ML Kit compiler:

   Path, Time, and Date

The ML Kit Basis Bibrary is distributed under the MIT License.

   Copyright (c) 2004 IT University of Copenhagen
   
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the
   "Software"), to deal in the Software without restriction, including
   without limitation the rights to use, copy, modify, merge, publish,
   distribute, sublicense, and/or sell copies of the Software, and to
   permit persons to whom the Software is furnished to do so, subject to
   the following conditions:
   
   The above copyright notice and this permission notice shall be
   included in all copies or substantial portions of the Software.
   
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.