Akosiaris has submitted this change and it was merged. Change subject: Update debian/copyright ......................................................................
Update debian/copyright Adding info about licenses and copyrights Change-Id: Ifbedc2beef8d9be2dfd95f73f215a725e84b08cd --- M debian/copyright 1 file changed, 119 insertions(+), 0 deletions(-) Approvals: AzaToth: Verified; Looks good to me, approved diff --git a/debian/copyright b/debian/copyright index 8451f50..e1d8f68 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,6 +9,95 @@ Copyright: 2013 Carl Fürstenberg <[email protected]> License: Apache-2.0 +Files: lib/* +Copyright: 1999-2013 The Apache Software Foundation +License: Apache-2.0 + +Files: lib/jython-* +Copyright: 2001-2008 Python Software Foundation. All rights reserved. + 2000 BeOpen.com. All rights reserved. + 1995-2000 Corporation for National Research Initiatives. All rights reserved. + 1991-1995 Stichting Mathematisch Centrum. All rights reserved. +License: Python + +Files: third-party/java/astyanax/* +Copyright: 1999-2013 The Apache Software Foundation +License: Apache-2.0 + +Files: third-party/java/astyanax/slf4j* +Copyright: 2004-2013 QOS.ch +License: MIT License + +Files: third-party/java/astyanax/high-scale-lib-1.1.2.jar +License: public-domain + +License: Python + 1. This LICENSE AGREEMENT is between the Python Software Foundation + ("PSF"), and the Individual or Organization ("Licensee") accessing and + otherwise using this software ("Python") in source or binary form and + its associated documentation. + . + 2. Subject to the terms and conditions of this License Agreement, PSF + hereby grants Licensee a nonexclusive, royalty-free, world-wide + license to reproduce, analyze, test, perform and/or display publicly, + prepare derivative works, distribute, and otherwise use Python + alone or in any derivative version, provided, however, that PSF's + License Agreement and PSF's notice of copyright, i.e., "Copyright (c) + 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights + Reserved" are retained in Python alone or in any derivative version + prepared by Licensee. + . + 3. In the event Licensee prepares a derivative work that is based on + or incorporates Python or any part thereof, and wants to make + the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to Python. + . + 4. PSF is making Python available to Licensee on an "AS IS" + basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + . + 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON + FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + . + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + . + 7. Nothing in this License Agreement shall be deemed to create any + relationship of agency, partnership, or joint venture between PSF and + Licensee. This License Agreement does not grant permission to use PSF + trademarks or trade name in a trademark sense to endorse or promote + products or services of Licensee, or any third party. + . + 8. By copying, installing or otherwise using Python, Licensee + agrees to be bound by the terms and conditions of this License + Agreement. + +License: MIT license + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + 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. + 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. @@ -24,3 +113,33 @@ . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". + +License: public-domain + The person or persons who have associated work with this document (the + "Dedicator" or "Certifier") hereby either (a) certifies that, to the best + of his knowledge, the work of authorship identified is in the public + domain of the country from which the work is published, or (b) hereby + dedicates whatever copyright the dedicators holds in the work of + authorship identified below (the "Work") to the public domain. A + certifier, moreover, dedicates any copyright interest he may have in the + associated work, and for these purposes, is described as a "dedicator" + below. + . + A certifier has taken reasonable steps to verify the copyright status of + this work. Certifier recognizes that his good faith efforts may not + shield him from liability if in fact the work certified is not in the + public domain. + . + Dedicator makes this dedication for the benefit of the public at large and + to the detriment of the Dedicator's heirs and successors. Dedicator + intends this dedication to be an overt act of relinquishment in perpetuity + of all present and future rights under copyright law, whether vested or + contingent, in the Work. Dedicator understands that such relinquishment of + all rights includes the relinquishment of all rights to enforce (by + lawsuit or otherwise) those copyrights in the Work. + . + Dedicator recognizes that, once placed in the public domain, the Work may + be freely reproduced, distributed, transmitted, used, modified, built + upon, or otherwise exploited by anyone for any purpose, commercial or + non-commercial, and in any way, including by methods that have not yet + been invented or conceived. -- To view, visit https://gerrit.wikimedia.org/r/71847 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifbedc2beef8d9be2dfd95f73f215a725e84b08cd Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/buck Gerrit-Branch: master Gerrit-Owner: Akosiaris <[email protected]> Gerrit-Reviewer: Akosiaris <[email protected]> Gerrit-Reviewer: AzaToth <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
