This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit 7704c6a8126b357d8931bc66621c3fc7e199b0be Author: Bas Couwenberg <[email protected]> Date: Fri Oct 13 19:51:17 2017 +0200 Update copyright file. Changes: - Update copyright years for copyright holders - Add license & copyright for Java pipeline - Add license & copyright for kazhdan - Drop license & copyright for rply --- debian/changelog | 5 ++++ debian/copyright | 71 +++++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 68 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index d9e38ed..da17627 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ pdal (1.6.0-1) UNRELEASED; urgency=medium * New upstream release. + * Update copyright file, changes: + - Update copyright years for copyright holders + - Add license & copyright for Java pipeline + - Add license & copyright for kazhdan + - Drop license & copyright for rply -- Bas Couwenberg <[email protected]> Fri, 13 Oct 2017 19:30:38 +0200 diff --git a/debian/copyright b/debian/copyright index aa859d7..f63823d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,7 +6,8 @@ Source: http://download.osgeo.org/pdal/ Files: * Copyright: 2014-2017, Hobu, Inc. <[email protected]> 2011-2017, Bradley J Chambers <[email protected]> - 2014-2016, Peter J. Gadomski <[email protected]> + 2014-2017, Peter J. Gadomski <[email protected]> + 2017, Jason Beverage <[email protected]> 2014-2016, RadiantBlue Technologies, Inc 2014, 2016, Connor Manning <[email protected]> 2009-2016, Howard Butler <[email protected]> @@ -28,8 +29,12 @@ Files: doc/tutorial/pcl_spec.rst Copyright: 2014, RadiantBlue Technologies, Inc. License: CC-BY-3.0-US -Files: pdal/plang/Redirector.hpp - pdal/plang/Redirector.cpp +Files: java/core-scala/src/main/scala/io/pdal/pipeline/* +Copyright: 2017, Azavea +License: Apache-2.0 + +Files: plugins/python/plang/Redirector.hpp + plugins/python/plang/Redirector.cpp Copyright: 2011, Mateusz Loskot <[email protected]> License: BSL-1.0 @@ -136,6 +141,47 @@ Files: vendor/jsoncpp/* Copyright: 2007-2010, Baptiste Lepilleur License: JSONCPP +Files: vendor/kazhdan/* +Copyright: 2017, Andrew Bell + 2006-2007, 2011, 2013, Michael Kazhdan + 2011, Ming Chuang + 2006, Matthew Bolitho +License: Kazhdan + 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. + . + Neither the name of the Johns Hopkins University nor the names of its contributors + may be used to endorse or promote products derived from this software without specific + prior written permission. + . + 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 OWNER 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. + +Files: vendor/kazhdan/Ply.h +Copyright: 1994, The Board of Trustees of The Leland Stanford Junior University. +License: Ply + Permission to use, copy, modify and distribute this software and its + documentation for any purpose is hereby granted without fee, provided + that the above copyright notice and this permission notice appear in + all copies of this software and that you do not sell the software. + . + THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, + EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY + WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + Files: vendor/nanoflann/* Copyright: 2008-2009, David G. Lowe <[email protected]>. 2008-2009, Marius Muja <[email protected]>. @@ -284,7 +330,7 @@ License: BSL-1.0 Files: vendor/pdalboost/boost/archive/impl/basic_xml_grammar.hpp Copyright: 2001, Daniel C. Nuffer - 2002, Robert Ramey - http://www.rrsd.com + 2002, Robert Ramey - http://www.rrsd.com License: BSL-1.0 and Zlib Files: vendor/pdalboost/boost/function/detail/gen_maybe_include.pl @@ -309,10 +355,6 @@ License: Boost-Paul-Moore This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. -Files: vendor/rply/* -Copyright: 2003-2015, Diego Nehab -License: Expat - Files: debian/* Copyright: 2016, Bas Couwenberg <[email protected]> License: BSD-3-Clause @@ -391,6 +433,19 @@ License: BSL-1.0 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

