/[collab-qa]/packages-metadata/l/libteem1-dev.copyright
ViewVC logotype

Contents of /packages-metadata/l/libteem1-dev.copyright

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2171 - (show annotations) (download)
Tue Mar 6 14:49:15 2012 UTC (14 months, 2 weeks ago) by plessy
File size: 10958 byte(s)
Collected 419 Debian copyright files. 187 of them have a Format field.

These copyright files correspond to packages in the Debian Med blend, or
packages uploaded recently, which are stored in a Subversion or Git repository.
1 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
2 Debianized-By: Dominique Belhachemi <domibel@debian.org>
3 Debianized-Date: Fri, 21 Mar 2008 09:41:47 +0000
4 Original-Source: http://teem.sourceforge.net/
5
6
7 Files: *
8 Copyright:
9 Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
10 Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
11 License: Simple Library Usage License
12 ----------------------------------------------------------------------
13 Simple Library Usage License
14 Version 1, Nov 6 2005
15 .
16 Copyright (c) 2005 Gordon Kindlmann
17 .
18 Everyone is permitted to copy and distribute verbatim copies of this
19 license document, but changing it is not allowed.
20 .
21 SIMPLE LIBRARY USAGE LICENSE
22 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
23 .
24 This library is free software; you can redistribute it and/or modify
25 it under the terms of the GNU Lesser General Public License (LGPL) as
26 published by the Free Software Foundation; either version 2.1 of the
27 License, or (at your option) any later version.
28 .
29 This library is distributed in the hope that it will be useful, but
30 WITHOUT ANY WARRANTY; without even the implied warranty of
31 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32 Lesser General Public License for more details.
33 .
34 You should have received a copy of the GNU Lesser General Public
35 License along with this library; if not, write to the Free Software
36 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
37 02110-1301 USA
38 .
39 On Debian systems, the complete text of the GNU Lesser General
40 Public License can be found in `/usr/share/common-licenses/LGPL'.
41 .
42 .
43 .
44 EXCEPTION NOTICE
45 .
46 1. As a special exception, the copyright holders of this library give
47 permission for additional uses of the text contained in this release
48 of the library as licensed under the Simple Library Usage License,
49 applying either version 1 of the License, or (at your option) any
50 later version of the License as published by the copyright holders of
51 version 1 of the License document.
52 .
53 2. The exception is that you may combine or link a "work that uses the
54 Library" (as defined by the LGPL) with the Library to produce a work
55 containing portions of the Library in binary form, and distribute that
56 work under terms of your choice, provided that:
57 .
58 a) You give prominent notice with each copy of the work that the
59 Library is used in it.
60 .
61 b) If the work during execution displays copyright notices, you must
62 include the copyright notice for the Library among them.
63 .
64 3. If you copy code from files distributed under the terms of the GNU
65 General Public License or the GNU Lesser General Public License into a
66 copy of this library, as this license permits, the exception does not
67 apply to the code that you add in this way. To avoid misleading
68 anyone as to the status of such modified files, you must delete this
69 exception notice from such code and/or adjust the licensing conditions
70 notice accordingly.
71 .
72 4. If you write modifications of your own for this library, it is your
73 choice whether to permit this exception to apply to your
74 modifications. If you do not wish that, you must delete the exception
75 notice from such code and/or adjust the licensing conditions notice
76 accordingly.
77 ----------------------------------------------------------------------
78
79
80 Files: UseTeemCMakeDemo/sanity.c
81 Copyright:
82 Copyright (C) 2008 Gordon Kindlmann
83 License: WTFPL Version 2, December 2004
84 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
85 Version 2, December 2004
86 .
87 Copyright (C) 2004 Sam Hocevar
88 14 rue de Plaisance, 75014 Paris, France
89 Everyone is permitted to copy and distribute verbatim or modified
90 copies of this license document, and changing it is allowed as long
91 as the name is changed.
92 .
93 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
94 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
95 .
96 0. You just DO WHAT THE FUCK YOU WANT TO.
97 -----------------------------------------------------------
98
99
100 Files: src/nrrd/gzio.c
101 Copyright:
102 Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
103 Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
104 Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
105 License:
106 This library is free software; you can redistribute it and/or
107 modify it under the terms of the GNU Lesser General Public License
108 (LGPL) as published by the Free Software Foundation; either
109 version 2.1 of the License, or (at your option) any later version.
110 The terms of redistributing and/or modifying this software also
111 include exceptions to the LGPL that facilitate static linking.
112 .
113 This library is distributed in the hope that it will be useful,
114 but WITHOUT ANY WARRANTY; without even the implied warranty of
115 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
116 Lesser General Public License for more details.
117 .
118 You should have received a copy of the GNU Lesser General Public License
119 along with this library; if not, write to Free Software Foundation, Inc.,
120 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
121 ---
122 This file is a modified version of the 'gzio.c' and 'zutil.h' source
123 files from the zlib 1.1.4 distribution.
124 .
125 zlib.h -- interface of the 'zlib' general purpose compression library
126 version 1.1.4, March 11th, 2002
127 .
128 Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
129 .
130 This software is provided 'as-is', without any express or implied
131 warranty. In no event will the authors be held liable for any damages
132 arising from the use of this software.
133 .
134 Permission is granted to anyone to use this software for any purpose,
135 including commercial applications, and to alter it and redistribute it
136 freely, subject to the following restrictions:
137 .
138 1. The origin of this software must not be misrepresented; you must not
139 claim that you wrote the original software. If you use this software
140 in a product, an acknowledgment in the product documentation would be
141 appreciated but is not required.
142 2. Altered source versions must be plainly marked as such, and must not be
143 misrepresented as being the original software.
144 3. This notice may not be removed or altered from any source distribution.
145 .
146 Jean-loup Gailly Mark Adler
147 jloup@gzip.org madler@alumni.caltech.edu
148 .
149 The data format used by the zlib library is described by RFCs (Request for
150 Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
151 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
152 ----------------------------------
153
154
155 Files: src/air/randMT.c
156 Copyright:
157 Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
158 Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
159 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
160 Copyright (C) 2000 - 2003, Richard J. Wagner
161 License:
162 This library is free software; you can redistribute it and/or
163 modify it under the terms of the GNU Lesser General Public License
164 (LGPL) as published by the Free Software Foundation; either
165 version 2.1 of the License, or (at your option) any later version.
166 The terms of redistributing and/or modifying this software also
167 include exceptions to the LGPL that facilitate static linking.
168 .
169 This library is distributed in the hope that it will be useful,
170 but WITHOUT ANY WARRANTY; without even the implied warranty of
171 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
172 Lesser General Public License for more details.
173 .
174 You should have received a copy of the GNU Lesser General Public License
175 along with this library; if not, write to Free Software Foundation, Inc.,
176 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
177 ---
178 This file is a modified version of the MersenneTwister.h source file
179 written by Richard J. Wagner. The original copyright notice follows.
180 .
181 Mersenne Twister random number generator -- a C++ class MTRand
182 Based on code by Makoto Matsumoto, Takuji Nishimura, and Shawn Cokus
183 Richard J. Wagner v1.0 15 May 2003 rjwagner@writeme.com
184 .
185 The Mersenne Twister is an algorithm for generating random numbers. It
186 was designed with consideration of the flaws in various other generators.
187 The period, 2^19937-1, and the order of equidistribution, 623 dimensions,
188 are far greater. The generator is also fast; it avoids multiplication and
189 division, and it benefits from caches and pipelines. For more information
190 see the inventors' web page at http://www.math.keio.ac.jp/~matumoto/emt.html
191 .
192 Reference
193 M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
194 Equidistributed Uniform Pseudo-Random Number Generator", ACM Transactions on
195 Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3-30.
196 .
197 Redistribution and use in source and binary forms, with or without
198 modification, are permitted provided that the following conditions
199 are met:
200 .
201 1. Redistributions of source code must retain the above copyright
202 notice, this list of conditions and the following disclaimer.
203 .
204 2. Redistributions in binary form must reproduce the above copyright
205 notice, this list of conditions and the following disclaimer in the
206 documentation and/or other materials provided with the distribution.
207 .
208 3. The names of its contributors may not be used to endorse or promote
209 products derived from this software without specific prior written
210 permission.
211 .
212 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
213 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
214 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
215 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
216 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
217 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
218 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
219 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
220 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
221 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
222 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
223 POSSIBILITY OF SUCH DAMAGE.
224 .
225 The original code included the following notice:
226 .
227 When you use this, send an email to: matumoto@math.keio.ac.jp
228 with an appropriate reference to your work.
229 .
230 It would be nice to CC: rjwagner@writeme.com and Cokus@math.washington.edu
231 when you write.
232 ----------------------------------
233
234 Files: debian/*
235 Copyright: Copyright 2008, Dominique Belhachemi <domibel@debian.org>
236 License: GPL-2+
237 The Debian packaging is licensed under the GPL, see `/usr/share/common-licenses/GPL'

  ViewVC Help
Powered by ViewVC 1.1.5