This file is indexed.

/usr/share/doc/libghc-missingh-doc/copyright is in libghc-missingh-doc 1.3.0.1-5build1.

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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
MissingH: Haskell libraries
Copyright (C) 2004-2009 John Goerzen <jgoerzen@complete.org>

All code is under the following license unless otherwise noted:
   This program 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 of the License, or
   (at your option) any later version.

   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.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

The GNU General Public License is available in the file COPYING in the source
distribution.  Debian GNU/Linux users may find this in
/usr/share/common-licenses/GPL-2.

If the GPL is unacceptable for your uses, please e-mail me; alternative
terms can be negotiated for your project.

============================================================================
Special Notes for Included Code
============================================================================

MissingH includes some code from other authors.  The copyright and license
statements for these sources are included below.  All are GPL-compatible
licenses, so if you have any doubt about how to treat MissingH as a whole,
simply know that the GPL should be understood to cover the entire library.

If you split out the parts originally from other authors, and use them
completely independently of the rest of the library, you may treat them
under the licenses shown below.

----------------------------------------------------
The MissingH.Hsemail modules come from hsemail 2005-04-29 from
http://cryp.to/hsemail/.

Copyright/License:

  Copyright (c) 2005 Peter Simons <simons@cryp.to>. All rights reserved. This
  software is released under the terms of the GNU General Public License.

I (John Goerzen) have made these modifications:

 * Module names adjusted to work with MissingH, and to not conflict
   with user-installed copies of hsemail

 * Some files from the source distribution are not relevant to MissingH
   and were removed.

 * One GHC 6.4 compatibility issue was fixed.

----------------------------------------------------
The Control.Concurrent.Thread.Utils.Child and Control.Concurrent.Thread.Utils.Timeout modules are from
child-2005-02-14 at http://cryp.to/blockio/.

Copyright/License:

Copyright (c) 2005 Peter Simons <simons@cryp.to>. All rights reserved. This
software is released under the terms of the GNU General Public License.

John Goerzen has made these modifications:

 * Module names adjusted for MissingH namespace

 * Some files from the source distribution are not relevant to
   MissingH and have been removed.

----------------------------------------------------
The System.IO.BlockIO module is from blockio 2005-02-14 at
http://cryp.to/blockio/.

Copyright/License:

  Copyright (c) 2005 Peter Simons <simons@cryp.to>. All rights reserved. This
  software is released under the terms of the GNU General Public License.

I (John Goerzen) have made these modifications:

 * Module names adjusted to work with MissingH

 * Some files from the source distribution are not relevant to MissingH
   and were removed.

----------------------------------------------------
The Wash modules come from WashNGo 2.0.5.  Mail is version 0.3.7.  Utility
is version 0.3.11.   They are available from
http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/.

Copyright/License for all Wash modules:

  The WASH License

  Copyright 2001-2003, Peter Thiemann.
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:

   1. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
   2. Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
   3. The name of the author may not be used to endorse or promote
      products derived from this software without specific prior
      written permission.

  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.

----------------------------------------------------
Portions of System.Path come from Volker Wysk's HsShellScript
library, version 2.1.0.  That code is Copyright (c) 2004 Volker Wysk
and is licensed under the GNU LGPL 2.1

Debian GNU/Linux users may find the GNU LGPL 2.1 at
/usr/share/common-licenses/LGPL-2.1.  Alternatively, you may find it
at 3rd-party-licenses/LGPL-2.1 in the source distribution.

Pursuant to the terms of the LGPL, you may consider this code to fall
under the GPL as part of the whole MissingH work.
----------------------------------------------------
Data.Hash.CRC32.Posix is
(C) 2002 HardCore SoftWare, Doug Hoyte
and is "distributed under the terms of the GNU GPL."  This license is
the same as the main license for MissingH.

The code was obtained from
http://cvs.sourceforge.net/viewcvs.py/haskell-libs/libs/crypto/crc32.hs

----------------------------------------------------
Data.Compression.Inflate is
Copyright 2004 Ian Lynagh <igloo@earth.li>
Licence: 3 clause BSD.

The text of the 3 clause BSD is available below in this file.
Please note that the University of California
has no claim on this code; simply substitute Ian Lynagh for the
University wherever it may occur in that file.

The code was obtained from
http://urchin.earth.li/darcs/ian/inflate/Inflate.lhs

----------------------------------------------------
Data.Hash.MD5* is
Copyright 2001 Ian Lynagh <igloo@earth.li>
Licence: GPL or 3 clause BSD

The text of the 3 clause BSD is available below in this file.
Please note that the University of California
has no claim on this code; simply substitute Ian Lynagh for the
University wherever it may occur in that file.

The code was obtained from
http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/md5/

----------------------------------------------------
System.Time.ParseDate is from
http://www.dtek.chalmers.se/~d00bring/projects.html

Copyright (c) Björn Bringert
License: GNU General Public License, version 2

I (John Goerzen) have modified only the module name and Haddock
comments at the top of it.

=====================================================================
3 clause BSD license text
=====================================================================

Copyright (c) The Regents of the University of California.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.