[dune-pdelab] 02/03: debian/copyright: Update for new upstream snapshot.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Sat Jan 11 13:02:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository dune-pdelab.
commit 9535b449034465b2962bafc7770e60a089dc93cf
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Sat Jan 11 13:29:14 2014 +0100
debian/copyright: Update for new upstream snapshot.
---
debian/copyright | 122 +++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 86 insertions(+), 36 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index f15c46a..7099180 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,45 +4,95 @@ Source: http://www.dune-project.org/downloadsvn.html
Files: *
Copyright:
- 2009-2012 Peter Bastian
- 2009-2012 Markus Blatt
- 2011 Martin Drohmann
- 2009-2012 Christian Engwer
- 2009-2012 Jorrit Fahlke
- 2009-2012 Felix Heimann
- 2010-2011 Ole Klein
- 2009-2010 Sven Marnach
- 2010-2012 Steffen Müthing
- 2010-2012 Rebecca Neumann
- 2011 Adrian Ngo
- 2012 Jurgis Pods
- 2011 Hanna Remmel
-License: GPL-2 with DUNE exception
-
-Files: debian/*
-Copyright: 2011, Ansgar Burchardt <ansgar.burchardt at iwr.uni-heidelberg.de>
-License: GPL-2 with DUNE exception
-
-License: GPL-2 with DUNE exception
- The DUNE library and headers are licensed under version 2 of the GNU General
- Public License, with a special exception for linking and compiling against
- DUNE, the so-called "runtime exception." The license is intended to be
- similar to the GNU Lesser General Public License, which by itself isn't
- suitable for a template library.
+ 2009--2013 Peter Bastian
+ 2009--2013 Markus Blatt
+ 2013 Andreas Buhr
+ 2011 Martin Drohmann
+ 2009--2013 Christian Engwer
+ 2009--2012 Jorrit Fahlke
+ 2012 Christoph Grüninger
+ 2009--2012 Felix Heimann
+ 2010--2011 Ole Klein
+ 2009--2010 Sven Marnach
+ 2010--2013 Steffen Müthing
+ 2010--2013 Rebecca Neumann
+ 2011--2012 Adrian Ngo
+ 2012--2013 Jurgis Pods
+ 2011 Hanna Remmel
+ 2012 Human Rezaijafari
+ 2012 Nicolas Schwenck
+ 2012 Christian Waluga
+ 2013 Sebastian Westerheide
+ 2012 Matthias Wohlmuth
+License: LGPL-3+ or GPL-2 with runtime exception
+ The PDELab library, headers and test programs are copyrighted free software. You
+ can use, modify and/or redistribute it under the terms of either one of the two
+ following licenses:
.
- The exact wording of the exception reads as follows:
+ * The GNU Lesser General Public License as published by the Free Software
+ Foundation, either Version 3 of the license or (at your option) any later
+ version. You can find a copy of the GNU Lesser General Public License, Version
+ 3, in the files GPL-3 and LGPL-3 or at <http://www.gnu.org/licenses/lgpl-3.0>.
.
- As a special exception, you may use the DUNE library without
- restriction. Specifically, if other files instantiate templates or
- use macros or inline functions from one or more of the DUNE source
- files, or you compile one or more of the DUNE source files and link
- them with other files to produce an executable, this does not by
- itself cause the resulting executable to be covered by the GNU
- General Public License. This exception does not however invalidate
- any other reasons why the executable file might be covered by the
- GNU General Public License.
+ * Version 2 of the GNU General Public License as published by the Free Software
+ Foundation, with the following special exception for linking and compiling
+ against the PDELab library, the so-called "runtime exception":
+
+ As a special exception, you may use the PDELab source files as part of a
+ software library or application without restriction. Specifically, if other
+ files instantiate templates or use macros or inline functions from one or
+ more of the PDELab source files, or you compile one or more of the PDELab
+ source files and link them with other files to produce an executable, this
+ does not by itself cause the resulting executable to be covered by the GNU
+ General Public License. This exception does not however invalidate any
+ other reasons why the executable file might be covered by the GNU General
+ Public License.
.
- This license clones the one of the libstdc++ library.
+ This license is intended to be similar to the GNU Lesser General Public
+ License, Version 2, which by itself isn't suitable for a template library. You
+ can find a copy of the GNU General Public License, Version 2, in the file
+ GPL-2 or at <http://www.gnu.org/licenses/gpl-2.0>.
+Comment:
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
.
On Debian systems, the full text of the GNU General Public License version 2
can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+Files:
+ cmake/modules/FindPackageMultipass.cmake
+ cmake/modules/FindPETSc.cmake
+ cmake/modules/ResolveCompilerPaths.cmake
+Copyright:
+ Jed Brown <jed at 59A2.org>
+ John Fettig
+ Constantine Khroulev
+License:
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ * 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.
+ .
+ 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 COPYRIGHT HOLDER 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.
+Comment:
+ List of copyright holders and license were retrieved from
+ https://github.com/jedbrown/cmake-modules on 2014-01-11.
+
+Files: debian/*
+Copyright: 2011-2014, Ansgar Burchardt <ansgar at debian.org>
+License: LGPL-3+ or GPL-2 with runtime exception
+ The Debian packaging is released under the same terms as the upstream source.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/dune-pdelab.git
More information about the debian-science-commits
mailing list