This file is indexed.

/usr/share/doc/libshogun-dbg/copyright is in libshogun-dbg 3.2.0-7.5.

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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
Files: *
Copyright: 1999-2009 Fraunhofer Institute FIRST
Copyright: 1999-2011 Max Planck Society
Copyright: 2009-2011 Berlin Institute of Technology
Copyright: 2011-2013 Soeren Sonnenburg, Fernando J. Iglesias, Heiko Strathmann, Sergey Lisitsyn
Copyright: 2012 Chiyuan Zhang
Copyright: 2012-2013 Viktor Gal, Engeniy Andreev
Copyright: 2013 Shell Hu, Zhengyang Liu
License: GPL-3+
  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 3 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.
  . 
  On Debian systems, you can find the GPL license in:
  `/usr/share/common-licenses/GPL'.


Files: debian/*
Copyright: 2007-2013 Soeren Sonnenburg, Torsten Werner
License: GPL-3+

Files: debian/light_scrubber.sh
Copyright: 1999-2013 Soeren Sonnenburg, Bjoern Esser
License: GPL-3+

Files: src/shogun/lib/external/shogun_libsvm.*
Copyright: 2000-2008 Chih-Chung Chang and Chih-Jen Lin
License: BSD-3-clause
  Copyright (c) 2000-2008 Chih-Chung Chang and Chih-Jen Lin
  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 name of copyright holders 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 COPYRIGHT HOLDERS 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.
  .
  Quote from the LibSVM homepage:
  http://www.csie.ntu.edu.tw/~cjlin/libsvm/faq.html#f204
  .
  The libsvm license ("the modified BSD license") is compatible with many free
  software licenses such as GPL. Hence, it is very easy to use libsvm in your
  software. It can also be used in commercial products.


Files: ./src/shogun/optimization/liblinear/shogun_liblinear.*
Files: ./src/shogun/optimization/liblinear/tron.*
Copyright: 2007-2008 Machine Learning Group at National Taiwan University Contributors 
License: BSD-3-clause
  Copyright (c) 2007-2008 The LIBLINEAR Project.
  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 name of copyright holders 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 COPYRIGHT HOLDERS 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.


Files: ./src/shogun/lib/external/gpdt*
Files: ./src/shogun/lib/external/gpm.*
Copyright: 2004-2008 by T. Serafini, G. Zanghirati, L. Zanni.     
License: GPL-2+
  Permission to copy and modify this software and its documentation    
  for internal research use is granted, provided that this notice is   
  retained thereon and on all copies or modifications. The authors and 
  their respective Universities makes no representations as to the     
  suitability and operability of this software for any purpose. It is  
  provided "as is" without express or implied warranty.                
  Use of this software for commercial purposes is expressly prohibited 
  without contacting the authors.                                      
  .
  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
  .
  On Debian systems, you can find the GPL-2 license in:
  /usr/share/common-licenses/GPL-2


Files: ./src/shogun/lib/external/ssl.*
Copyright: 2006 Vikas Sindhwani (vikass@cs.uchicago.edu)
License: GPL-2+

Files: ./src/shogun/multiclass/GMNPLib.*
Files: ./src/shogun/multiclass/GMNPSVM.*
Copyright: 1999-2008 Center for Machine Perception, CTU FEL Prague 
Licence: GPL-3+


Files: ./src/shogun/classifier/svm/OnlineSVMSGD.*
Copyright: 2007 Leon Bottou
Licence: LGPL-2.1
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU Lesser General Public
  License as published by the Free Software Foundation; either
  version 2.1 of the License, or (at your option) any later version.
  .
  On Debian systems, you can find the LGPL-2.1 license in:
  /usr/share/common-licenses/LGPL-2.1
 

Files: ./src/shogun/kernel/string/LocalAlignmentStringKernel.*
Copyright: 2005 Jean-Philippe Vert, Hiroto Saigo
License: GPL-3+


Files: ./src/shogun/kernel/string/OligoStringKernel.*
Copyright: 2008 Christian Igel, Tobias Glasmachers
License: GPL-3+


Files: ./src/shogun/lib/Hash.*
Copryright: 2009 Soeren Sonnenburg
Copyright: 1993 Colin Plumb
Copyright: Austin Appleby
License: GPL-3+
  The contained MD5 and Murmor hashing functions were integrated from
  public sources. Their respective copyrights follow:
  .
  MD5
  .
  This code implements the MD5 message-digest algorithm.
  The algorithm is due to Ron Rivest.  This code was
  written by Colin Plumb in 1993, no copyright is claimed.
  This code is in the public domain; do with it what you wish.
  .
  Equivalent code is available from RSA Data Security, Inc.
  This code has been tested against that, and is equivalent,
  except that you don't need to include two pages of legalese
  with every copy.
  .
  To compute the message digest of a chunk of bytes, declare an
  MD5Context structure, pass it to MD5Init, call MD5Update as
  needed on buffers full of bytes, and then call MD5Final, which
  will fill a supplied 16-byte array with the digest.
  .
  MurmurHash2
  .
  (C) Austin Appleby, released under the MIT License
  .
  Note - This code makes a few assumptions about how your machine behaves -
  .
  1. We can read a 4-byte value from any address without crashing
  2. It will not produce the same results on little-endian and big-endian
     machines.


Files: ./src/shogun/transfer/domain_adaptation/DomainAdaptationSVM.*
Copyright: 2007-2009 Max-Planck-Society
License: GPL-2+


Files: ./src/shogun/classifier/mkl/MKLMulticlass*
Copyright: 2009 Fraunhofer Institute FIRST and Max-Planck-Society
License: GPL-3+


Files: ./src/shogun/distance/BrayCurtisDistance.*
Files: ./src/shogun/distance/CanberraMetric.*
Files: ./src/shogun/distance/ChiSquareDistance.*
Files: ./src/shogun/distance/CosineDistance.*
Files: ./src/shogun/distance/GeodesicMetric.*
Files: ./src/shogun/distance/TanimotoDistance.*
Copyright: 2008-2009 Fraunhofer Institute FIRST
License: GPL-3+


Files: ./src/shogun/lib/Compressor.*
Files: ./src/shogun/features/StringFileFeatures.h 
Files: ./src/shogun/preproc/DecompressString.h
Copyright: 2009 Berlin Institute of Technology
License: GPL-3+


Files: ./src/shogun/multiclass/LaRank.*
Copyright: 2008- Antoine Bordes 
Copyright: 2002 Leon Bottou, Yann Le Cun, AT&T Corp, NECI.
Copyright: 1987-1999 Leon Bottou and Neuristique.
Copyright: 1991-2001 AT&T Corp.
License: GPL-2+

Files: ./src/shogun/io/HDF5File.*
Files: ./src/shogun/features/HashedWDFeaturesTransposed.*
Files: ./src/shogun/features/HashedWDFeatures.*
Files: ./src/shogun/features/SNPFeatures.*
Copyright: 2010 Berlin Institute of Technology
License: GPL-3+


Files: ./src/shogun/kernel/MultitaskKernelMaskPairNormalizer.h
Copyright: 2010 Max-Planck-Society
License: GPL-2+


Files: ./src/shogun/lib/external/libqp*
Copyright: 2006-2008 Vojtech Franc, xfrancv@cmp.felk.cvut.cz
License: GPL-3+


Files: ./src/shogun/classifier/svm/SGDQN.*
Copyright: 2009- Antoine Bordes
License: GPL-2.1


Files: ./src/shogun/classifier/vw/*
Files: ./src/shogun/loss/*
Files: ./src/shogun/lib/v_array.h
Files: ./src/shogun/io/IOBuffer.*
Copyright: 2009 Yahoo! Inc.  
License: BSD-3-clause