This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-mapnik.
commit e6118d07426085b8071e8624ab930f385b25c9e7 Author: Bas Couwenberg <[email protected]> Date: Fri Jan 20 15:22:17 2017 +0100 Add license & copyright for demo data & script. --- debian/changelog | 1 + debian/copyright | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) diff --git a/debian/changelog b/debian/changelog index 25c023f..b5e95fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-mapnik (1:0.0~20170119-5a6896f-1) UNRELEASED; urgency=medium * New upstream git snapshot. * Update get-orig-source script to use the v3.0.x branch. + * Add license & copyright for demo data & script. -- Bas Couwenberg <[email protected]> Fri, 20 Jan 2017 15:05:37 +0100 diff --git a/debian/copyright b/debian/copyright index 67170b9..bf49e39 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,6 +9,16 @@ Copyright: 2015, Artem Pavlenko 2010, Robert Coup License: LGPL-2.1+ +Files: demo/data/* +Copyright: 2003, Government of Canada with permission from Natural Resources Canada +Comment: Contains information licensed under the Open Government Licence – Canada. + License text from: http://open.canada.ca/en/open-government-licence-canada +License: OpenGovernmentLicence-Canada-2.0 + +Files: demo/python/rundemo.py +Copyright: 2005, Jean-Francois Doyon +License: GPL-2+ + Files: debian/* Copyright: Bas Couwenberg <[email protected]> License: GPL-2+ @@ -46,3 +56,101 @@ License: LGPL-2.1+ License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. +License: OpenGovernmentLicence-Canada-2.0 + Open Government Licence - Canada + . + You are encouraged to use the Information that is available under this + licence with only a few conditions. + . + Using Information under this licence + . + * Use of any Information indicates your acceptance of the terms below. + * The Information Provider grants you a worldwide, royalty-free, + perpetual, non-exclusive licence to use the Information, including + for commercial purposes, subject to the terms below. + . + You are free to: + . + * Copy, modify, publish, translate, adapt, distribute or otherwise use + the Information in any medium, mode or format for any lawful purpose. + . + You must, where you do any of the above: + . + * Acknowledge the source of the Information by including any attribution + statement specified by the Information Provider(s) and, where possible, + provide a link to this licence. + * If the Information Provider does not provide a specific attribution + statement, or if you are using Information from several information + providers and multiple attributions are not practical for your product + or application, you must use the following attribution statement: + . + Contains information licensed under the Open Government Licence – Canada. + . + The terms of this licence are important, and if you fail to comply with + any of them, the rights granted to you under this licence, or any similar + licence granted by the Information Provider, will end automatically. + . + Exemptions + . + This licence does not grant you any right to use: + . + * Personal Information; + * third party rights the Information Provider is not authorized to license; + * the names, crests, logos, or other official symbols of the Information + Provider; and + * Information subject to other intellectual property rights, including + patents, trade-marks and official marks. + . + Non-endorsement + . + This licence does not grant you any right to use the Information in a way + that suggests any official status or that the Information Provider endorses + you or your use of the Information. + . + No Warranty + . + The Information is licensed “as is”, and the Information Provider excludes + all representations, warranties, obligations, and liabilities, whether + express or implied, to the maximum extent permitted by law. + . + The Information Provider is not liable for any errors or omissions in the + Information, and will not under any circumstances be liable for any direct, + indirect, special, incidental, consequential, or other loss, injury or damage + caused by its use or otherwise arising in connection with this licence or the + Information, even if specifically advised of the possibility of such loss, + injury or damage. + . + Governing Law + . + This licence is governed by the laws of the province of Ontario and the + applicable laws of Canada. + . + Legal proceedings related to this licence may only be brought in the courts + of Ontario or the Federal Court of Canada. + . + Definitions + . + In this licence, the terms below have the following meanings: + . + "Information" + means information resources protected by copyright or other information + that is offered for use under the terms of this licence. + . + "Information Provider" + means Her Majesty the Queen in right of Canada. + . + “Personal Information” + means “personal information” as defined in section 3 of the Privacy Act, + R.S.C. 1985, c. P-21. + . + "You" + means the natural or legal person, or body of persons corporate or + incorporate, acquiring rights under this licence. + . + Versioning + This is version 2.0 of the Open Government Licence – Canada. The + Information Provider may make changes to the terms of this licence from time + to time and issue a new version of the licence. Your use of the Information + will be governed by the terms of the licence in force as of the date you + accessed the information. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

