This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pyproj.
commit 9ba5e67af0a5e0a24d67510795edb56d145d6e09 Author: Bas Couwenberg <[email protected]> Date: Wed Jan 6 21:57:33 2016 +0100 Update copyright file. Changes: - Update copyright years for Charles Karney - Add Even Rouault & Andrey Kiselev to copyright holders - Add license & copyright for src/PJ_sch.c --- debian/changelog | 4 ++++ debian/copyright | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fb43c9c..11b7253 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ python-pyproj (1.9.5-1) UNRELEASED; urgency=medium * New upstream release. + * Update copyright file, changes: + - Update copyright years for Charles Karney + - Add Even Rouault & Andrey Kiselev to copyright holders + - Add license & copyright for src/PJ_sch.c -- Bas Couwenberg <[email protected]> Wed, 06 Jan 2016 21:38:44 +0100 diff --git a/debian/copyright b/debian/copyright index c7450ee..1dd33c4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,11 +8,13 @@ Copyright: © 2006-2009, 2013, Jeffrey Whitaker <[email protected]> License: MIT-short Files: src/* -Copyright: © 2012-2013, Charles Karney <[email protected]> +Copyright: © 2012-2015, Charles Karney <[email protected]> © 2000-2002, 2009-2010, 2012, Frank Warmerdam <[email protected]> + © 2008-2012, Even Rouault <even dot rouault at mines-paris dot org> © 2011-2012, Martin Lambers <[email protected]> © 2012, Martin Raspaud © 1995, 2003-2004, 2006, Gerald I. Evenden + © 2006, Andrey Kiselev © 2001, Thomas Flemming <[email protected]> License: MIT @@ -36,6 +38,39 @@ License: public-domain This code was entirely written by Nathan Wagner and is in the public domain. +Files: src/PJ_sch.c +Copyright: 2015, California Institute of Technology. + Government sponsorship acknowledged. +Comment: From the file header: + . + Project: SCH Coordinate system + Purpose: Implementation of SCH Coordinate system + References : + 1. Hensley. Scott. SCH Coordinates and various transformations. June 15, 2000. + 2. Buckley, Sean Monroe. Radar interferometry measurement of land subsidence. 2000.. + PhD Thesis. UT Austin. (Appendix) + 3. Hensley, Scott, Elaine Chapin, and T. Michel. "Improved processing of AIRSAR + data based on the GeoSAR processor." Airsar earth science and applications + workshop, March. 2002. (http://airsar.jpl.nasa.gov/documents/workshop2002/papers/T3.pdf) + . + Author: Piyush Agram ([email protected]) +License: public-domain + NOTE: The SCH coordinate system is a sensor aligned coordinate system + developed at JPL for radar mapping missions. Details pertaining to the + coordinate system have been release in the public domain (see references above). + This code is an independent implementation of the SCH coordinate system + that conforms to the PROJ.4 conventions and uses the details presented in these + publicly released documents. All credit for the development of the coordinate + system and its use should be directed towards the original developers at JPL. + . + 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. + Files: debian/* Copyright: © 2009, David Paleino <[email protected]> License: GPL-3+ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

