/usr/share/doc/deal.ii-examples/copyright is in deal.ii-examples 6.3.1-1.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 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 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 | Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
Debianized-By: Adam C. Powell, IV <hazelsct@debian.org>
Debianized-Date: Fri, 18 Jul 2008 13:01:45 -0400
Upstream-Author: Wolfgang Bangerth <bangerth@math.tamu.edu>, Ralf Hartmann <Ralf.Hartmann@dlr.de>, Guido Kanschat <kanschat@tamu.edu>, later referred to as "the deal.II authors"
Original-Source: http://www.dealii.org/download/
Files: *
Copyright: Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
License: QPL
deal.II is distributed under the Open Source license called the Q Public License (or "QPL") listed in full below.
.
In addition to the terms imposed by the QPL, we ask for the following courtesy:
.
Every publication presenting numerical results obtained with the help of deal.II should state the name of the library and its principal authors, as well as cite the canonical deal.II reference listed at the top of the publications page.
.
THE Q PUBLIC LICENSE
version 1.0
.
Copyright (C) 1999 Troll Tech AS, Norway.
Everyone is permitted to copy and
distribute this license document.
.
The intent of this license is to establish freedom to share and change the software regulated by this license under the open source model.
.
This license applies to any software containing a notice placed by the copyright holder saying that it may be distributed under the terms of the Q Public License version 1.0. Such software is herein referred to as the Software. This license covers modification and distribution of the Software, use of third-party application programs based on the Software, and development of free software which uses the Software.
Granted Rights
.
1. You are granted the non-exclusive rights set forth in this license provided you agree to and comply with any and all conditions in this license. Whole or partial distribution of the Software, or software items that link with the Software, in any form signifies acceptance of this license.
.
2. You may copy and distribute the Software in unmodified form provided that the entire package, including - but not restricted to - copyright, trademark notices and disclaimers, as released by the initial developer of the Software, is distributed.
.
3. You may make modifications to the Software and distribute your modifications, in a form that is separate from the Software, such as patches. The following restrictions apply to modifications:
.
a. Modifications must not alter or remove any copyright notices in the Software.
.
b. When modifications to the Software are released under this license, a non-exclusive royalty-free right is granted to the initial developer of the Software to distribute your modification in future versions of the Software provided such versions remain available under these terms in addition to any other license(s) of the initial developer.
.
4. You may distribute machine-executable forms of the Software or machine-executable forms of modified versions of the Software, provided that you meet these restrictions:
.
a. You must include this license document in the distribution.
.
b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-readable source code to the distributed Software, including all modifications, without any charge beyond the costs of data transfer, and place prominent notices in the distribution explaining this.
.
c. You must ensure that all modifications included in the machine-executable forms are available under the terms of this license.
.
5. You may use the original or modified versions of the Software to compile, link and run application programs legally developed by you or by others.
.
6. You may develop application programs, reusable components and other software items that link with the original or modified versions of the Software. These items, when distributed, are subject to the following requirements:
.
a. You must ensure that all recipients of machine-executable forms of these items are also able to receive and use the complete machine-readable source code to the items without any charge beyond the costs of data transfer.
.
b. You must explicitly license all recipients of your items to use and re-distribute original and modified versions of the items in both machine-executable and source code forms. The recipients must be able to do so without any charges whatsoever, and they must be able to re-distribute to anyone they choose.
.
c. If the items are not available to the general public, and the initial developer of the Software requests a copy of the items, then you must supply one.
.
Limitations of Liability
.
In no event shall the initial developers or copyright holders be liable for any damages whatsoever, including - but not restricted to - lost revenue or profits or other direct, indirect, special, incidental or consequential damages, even if they have been advised of the possibility of such damages, except to the extent invariable law, if any, provides otherwise.
.
No Warranty
.
The Software and this license document are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Choice of Law
.
This license is governed by the Laws of Germany. Disputes shall be settled by Amtsgericht Heidelberg.
Files: contrib/functionparser/*
Copyright: Copyright (c) 2003 Juha Nieminen, Joel Yliluoma
License: gpl, other
Note: Maintainer explicitly disabled build of this directory using "--disable-parser" configure option in order to avoid conflict between QPL main libs and this GPL lib.
This library is distributed under two distinct usage licenses depending
on the software ("Software" below) which uses the Function Parser library
("Library" below).
The reason for having two distinct usage licenses is to make the library
compatible with the GPL license while still being usable in other non-GPL
(even commercial) software.
.
A) If the Software using the Library is distributed under the GPL license,
then the Library can be used under the GPL license as well.
.
The Library will be under the GPL license only when used with the
Software. If the Library is separated from the Software and used in
another different software under a different license, then the Library
will have the B) license below.
.
Exception to the above: If the Library is modified for the GPL Software,
then the Library cannot be used with the B) license without the express
permission of the author of the modifications. A modified library will
be under the GPL license by default. That is, only the original,
unmodified version of the Library can be taken to another software
with the B) license below.
.
The author of the Software should provide an URL to the original
version of the Library if the one used in the Software has been
modified. (http://iki.fi/warp/FunctionParser/)
.
This text file must be distributed in its original intact form along
with the sources of the Library. (Documentation about possible
modifications to the library should be put in a different text file.)
.
On Debian systems, the complete text of the GNU General Public License
(GPL) can be found in file "/usr/share/common-licenses/GPL".
.
B) If the Software using the Library is not distributed under the GPL
license but under any other license, then the following usage license
applies to the Library:
.
1. This library is free for non-commercial usage. You can do whatever you
like with it as long as you don't claim you made it yourself.
.
2. It is possible to use this library in a commercial program, but in this
case you MUST contact me first (warp@iki.fi) and ask express permission
for this. (Read explanation at the end of the file.)
If you are making a free program or a shareware program with just a
nominal price (5 US dollars or less), you don't have to ask for
permission.
In any case, I DON'T WANT MONEY for the usage of this library. It is
free, period.
.
3. You can make any modifications you want to it so that it conforms your
needs. If you make modifications to it, you have, of course, credits for
the modified parts.
.
4. If you use this library in your own program, you don't have to provide
the source code if you don't want to (ie. the source code of your program
or this library).
If you DO include the source code for this library, this text file
must be included in its original intact form.
.
5. If you distribute a program which uses this library, and specially if you
provide the source code, proper credits MUST be included. Trying to
obfuscate the fact that this library is not made by you or that it is
free is expressly prohibited. When crediting the usage of this library,
it's enough to include my name and email address, that is:
"Juha Nieminen (warp@iki.fi)". Also a URL to the library download page
would be nice, although not required. The official URL is:
http://iki.fi/warp/FunctionParser/
.
6. And the necessary "lawyer stuff":
.
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.
.
--- Explanation of the section 2 of the B) license above:
.
The section 2 tries to define "fair use" of the library in commercial
programs.
"Fair use" of the library means that the program is not heavily dependent
on the library, but the library only provides a minor secondary feature
to the program.
"Heavily dependent" means that the program depends so much on the library
that without it the functionality of the program would be seriously
degraded or the program would even become completely non-functional.
.
In other words: If the program does not depend heavily on the library,
that is, the library only provides a minor secondary feature which could
be removed without the program being degraded in any considerable way,
then it's OK to use the library in the commercial program.
If, however, the program depends so heavily on the library that
removing it would make the program non-functional or degrade its
functionality considerably, then it's NOT OK to use the library.
.
The ideology behind this is that it's not fair to use a free library
as a base for a commercial program, but it's fair if the library is
just a minor, unimportant extra.
.
If you are going to ask me for permission to use the library in a
commercial program, please describe the feature which the library will
be providing and how important it is to the program.
Files: contrib/umfpack/AMD/*
Copyright: Copyright (c) 2007 by Timothy A. Davis, Patrick R. Amestoy, and Iain S. Duff. All Rights Reserved.
License: LGPL-2.1+
AMD License:
.
Your use or distribution of AMD or any modified version of
AMD implies that you agree to this License.
.
This library 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.
.
This library 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
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
.
Permission is hereby granted to use or copy this program under the
terms of the GNU LGPL, provided that the Copyright, this License,
and the Availability of the original version is retained on all copies.
User documentation of any code that uses this code or any modified
version of this code must cite the Copyright, this License, the
Availability note, and "Used by permission." Permission to modify
the code and to distribute modified code is granted, provided the
Copyright, this License, and the Availability note are retained,
and a notice that the code was modified is included.
.
On Debian systems, the complete text of the GNU Lesser General Public
License version 2.1 can be found in file
"/usr/share/common-licenses/LGPL-2.1".
Files: contrib/umfpack/UMFPACK/*
Copyright: Copyright (c) 1995-2006 by Timothy A. Davis. All Rights Reserved.
License: LGPL-2.1+
UMFPACK License:
.
Your use or distribution of UMFPACK or any modified version of
UMFPACK implies that you agree to this License.
.
This library 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.
.
This library 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
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
.
Permission is hereby granted to use or copy this program under the
terms of the GNU LGPL, provided that the Copyright, this License,
and the Availability of the original version is retained on all copies.
User documentation of any code that uses this code or any modified
version of this code must cite the Copyright, this License, the
Availability note, and "Used by permission." Permission to modify
the code and to distribute modified code is granted, provided the
Copyright, this License, and the Availability note are retained,
and a notice that the code was modified is included.
.
On Debian systems, the complete text of the GNU Lesser General Public
License version 2.1 can be found in file
"/usr/share/common-licenses/LGPL-2.1".
Files: contrib/boost/*
Copyright: Copyright (c) 1994-2005 David Abrahams, Darin Adler, Adobe Systems Inc, Chuck Allison, John R. Bandela, Kristopher Beevers, Thomas Becker, Fernando Luis Cacciola Carballal, Steve Cleary, Greg Colvin, Beman Dawes, Peter Dimov, Peter Dimov and Multi Media Ltd., Daniel Frey, Eric Friedman, Ronald Garcia, Douglas Gregor, Aleksey Gurtovoy, Kevlin Henney, Howard Hinnant, Hubert Holin, Ben Hutchings, Indiana University, Jaakko Järvi, Jesse Jones, Nicolai M. Josuttis, Hartmut Kaiser, William E. Kempf, Brad King, Toon Knapen, Samuel Krempp, Lie-Quan Lee, Joaquín M López Muñoz, John Maddock, Itay Maman, Mat Marcus, Jens Mauer, Christof Meerwald, Guillaume Melquiond, Paul Mensonides, Paul Moore, Thorsten Ottosen, Housemarque Oy, Gennaro Prota, Vladimir Prus, Robert Ramey, Rensselaer Polytechnic Institute, Rene Rivera, Markus Schöpflin, Rani Sharoni, Jeremy Siek, Stefan Slapeta, Jaap Suter, The Trustees of Indiana University, Synge Todo, University of Notre Dame, Pavel Vozenilek, Daryle Walker, Dan Watkins, Daniel Wallin, Jeremiah Willcock, Martin Wille, Marc Wintermantel, Thomas Witt
License: other
Boost Software License - Version 1.0 - August 17th, 2003
.
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
.
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
.
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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Files: contrib/boost/include/boost/functional.hpp contrib/boost/include/boost/detail/algorithm.hpp contrib/include/boost/detail/binary_search.hpp contrib/include/boost/detail/endian.hpp contrib/include/boost/detail/limits.hpp
Copyright: Copyright (c) 1994, 1996, 1997, 2000, 2001 David Abrahams, Cadenza New Zealand Ltd, Hewlett-Packard Company, Jeremy Siek, Silicon Graphics Computer Systems, Inc.
License: other
Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose is hereby granted without
fee, provided that the above copyright notice appears in all copies
and that both the copyright notice and this permission notice
appear in supporting documentation. [author] makes
no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied
warranty.
Files: contrib/boost/include/boost/graph/adjacency_list_io.hpp contrib/boost/include/boost/graph/cuthill_mckee_ordering.hpp
Copyright: Copyright 1997-2001 Universite Joseph Fourier, Grenoble, University of Notre Dame
License: other
This file is part of the Boost Graph Library
.
You should have received a copy of the License Agreement for the
Boost Graph Library along with the software; see the file LICENSE.
If not, contact Office of Research, University of Notre Dame, Notre
Dame, IN 46556.
.
Permission to modify the code and to distribute modified code is
granted, provided the text of this NOTICE is retained, a notice that
the code was modified is included with the above COPYRIGHT NOTICE and
with the COPYRIGHT NOTICE in the LICENSE file, and that the LICENSE
file is distributed with the modified code.
.
LICENSOR MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.
By way of example, but not limitation, Licensor MAKES NO
REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE COMPONENTS
OR DOCUMENTATION WILL NOT INFRINGE ANY PATENTS, COPYRIGHTS, TRADEMARKS
OR OTHER RIGHTS.
Files: contrib/boost/include/boost/graph/isomorphism.hpp
Copyright: Copyright (C) 2001 Jeremy Siek, Douglas Gregor, Brian Osman
License: other
Permission to copy, use, sell and distribute this software is granted
provided this copyright notice appears in all copies.
Permission to modify the code and to distribute modified code is granted
provided this copyright notice appears in all copies, and a notice
that the code was modified is included with the copyright notice.
.
This software is provided "as is" without express or implied warranty,
and with no claim as to its suitability for any purpose.
Files: contrib/boost/include/boost/graph/property_iter_range.hpp
Copyright: (C) Copyright François Faure, iMAGIS-GRAVIR / UJF, 2001
License: other
Permission to copy, use, modify, sell and distribute this software is
granted provided this copyright notice appears in all copies. This
software is provided "as is" without express or implied warranty, and
with no claim as to its suitability for any purpose.
|