Author: tille Date: 2015-10-15 10:48:22 +0000 (Thu, 15 Oct 2015) New Revision: 20233
Modified: trunk/packages/openslide-python/trunk/debian/changelog trunk/packages/openslide-python/trunk/debian/copyright Log: Fix DEP5 Modified: trunk/packages/openslide-python/trunk/debian/changelog =================================================================== --- trunk/packages/openslide-python/trunk/debian/changelog 2015-10-15 10:22:26 UTC (rev 20232) +++ trunk/packages/openslide-python/trunk/debian/changelog 2015-10-15 10:48:22 UTC (rev 20233) @@ -2,6 +2,7 @@ * New upstream version which is now Arch: any * cme fix dpkg-control + * debian/copyright: Fix DEP5 -- Andreas Tille <[email protected]> Thu, 15 Oct 2015 12:12:32 +0200 Modified: trunk/packages/openslide-python/trunk/debian/copyright =================================================================== --- trunk/packages/openslide-python/trunk/debian/copyright 2015-10-15 10:22:26 UTC (rev 20232) +++ trunk/packages/openslide-python/trunk/debian/copyright 2015-10-15 10:48:22 UTC (rev 20233) @@ -28,9 +28,11 @@ THE SOFTWARE. Files: examples/deepzoom/static/openseadragon.js -Copyright: © Copyright (c) 2010-2013 OpenSeadragon contributors, - © 2009, CodePlex Foundation -License: BSD +Copyright: 2010-2013 OpenSeadragon contributors, + 2009, CodePlex Foundation + 2011 John Resig + 2006-2013 Matt Snider +License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . @@ -55,29 +57,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Files: examples/deepzoom/static/openseadragon.js -Copyright: 2011 John Resig - 2006-2013 Matt Snider -License: BSD - 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. - Files: debian/* Copyright: 2014; Mathieu Malaterre <[email protected]> License: LGPL-2.1 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
