This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyresample.
commit c6b84f29a00363ea8b4cd4de79269bc78cdf4c4f Author: Antonio Valentino <[email protected]> Date: Sat Jul 11 10:16:40 2015 +0000 Updated copyright file --- debian/changelog | 3 ++- debian/copyright | 53 ++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 46 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5cc5e34..7eafadb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,11 @@ pyresample (1.1.3-1) UNRELEASED; urgency=medium * New upstream version * Updated watch file + * Updated copyright file: upstream license change form GPL to LGPL + * Update upstream project home page * Removed Provides field from the binary package section in the control file. It is not necessary * Added an explicit build dependency from dh-python - * Update upstream project home page -- Antonio Valentino <[email protected]> Sun, 03 Aug 2014 07:21:08 +0000 diff --git a/debian/copyright b/debian/copyright index 250c68d..e777b02 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,21 +3,39 @@ Upstream-Name: pyresample Source: https://github.com/pytroll/pyresample Files: * -Copyright: 2010-2013 Esben S. Nielsen <[email protected]> -License: GPL-3.0+ +Copyright: 2010-2015 Esben S. Nielsen <[email protected]> +License: LGPL-3+ + +Files: pyresample/geometry.py +Copyright: 2010-2015 Thomas Lavergne + Esben S. Nielsen <[email protected]> +License: LGPL-3+ + +Files: pyresample/plot.py +Copyright: 2010-2015 Thomas Lavergne + Esben S. Nielsen <[email protected]> +License: LGPL-3+ Files: pyresample/spherical_geometry.py -Copyright: 2010 Martin Raspaud -License: GPL-3.0+ +Copyright: 2010-2015 Martin Raspaud <[email protected]> +License: LGPL-3+ Files: pyresample/_spatial_mp.py -Copyright: 2010-2013 Esben S. Nielsen <[email protected]> Martin Raspaud -License: GPL-3.0+ +Copyright: 2010-2013 Esben S. Nielsen <[email protected]> + Martin Raspaud <[email protected]> +License: LGPL-3+ -Files: debian/* -Copyright: 2013-2014 Antonio Valentino <[email protected]> -License: GPL-3.0+ +Files: pyresample/utils.py +Copyright: 2010-2015 Thomas Lavergne + Esben S. Nielsen <[email protected]> +License: LGPL-3+ + +Files: pyresample/test/__init__.py +Copyright: 2014-2015 Martin Raspaud <[email protected]> +License: LGPL-3+ +Files: debian/* +Copyright: 2013-2015 Antonio Valentino <[email protected]> License: GPL-3.0+ 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 @@ -34,3 +52,20 @@ License: GPL-3.0+ . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: LGPL-3+ + This package 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 3 of the License, or (at your option) any later version. + . + This package 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 General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-3". -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

