This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-shapely.
commit b3b9cc83927503fe8c514e7871a9e37d1118a119 Author: Bas Couwenberg <[email protected]> Date: Wed Sep 14 18:34:31 2016 +0200 Update copyright file. Changes: - Add license & copyright for packaging/* --- debian/changelog | 2 ++ debian/copyright | 23 +++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/debian/changelog b/debian/changelog index 520d7b7..16f83ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ python-shapely (1.6~a1-1) UNRELEASED; urgency=medium * New upstream pre-release. * Update watchfile to handle 'a' pre-releases. * Add citation reference to upstream metadata. + * Update copyright file, changes: + - Add license & copyright for packaging/* -- Bas Couwenberg <[email protected]> Wed, 14 Sep 2016 18:17:53 +0200 diff --git a/debian/copyright b/debian/copyright index a552d9c..ae97488 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,6 +13,10 @@ Files: docs/manual.rst Copyright: 2010-2015, Sean C. Gillies <[email protected]> License: CC-BY-3.0 +Files: packaging/* +Copyright: 2014-2016, Donald Stufft and individual contributors +License: Apache-2.0 or BSD-3-clause + Files: shapely/ftools.py Copyright: 2004-2006, Python Software Foundation License: Python-2.0 @@ -54,6 +58,25 @@ License: BSD-3-clause ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +License: Apache-2.0 + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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. + . + On Debian systems, the complete text of the Apache License can be found + in `/usr/share/common-licenses/Apache-2.0'. + License: CC-BY-3.0 THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

