Author: malat-guest Date: 2011-11-20 10:19:35 +0000 (Sun, 20 Nov 2011) New Revision: 8615
Added: trunk/packages/pylibtiff/trunk/debian/README.source Modified: trunk/packages/pylibtiff/trunk/debian/changelog trunk/packages/pylibtiff/trunk/debian/copyright Log: fixup the license issue Added: trunk/packages/pylibtiff/trunk/debian/README.source =================================================================== --- trunk/packages/pylibtiff/trunk/debian/README.source (rev 0) +++ trunk/packages/pylibtiff/trunk/debian/README.source 2011-11-20 10:19:35 UTC (rev 8615) @@ -0,0 +1,12 @@ +Quick note on the license title 'BSD-tiff-ish' + +The original tif_lzw.c from the libtiff distribution contains two licenses +information, one at the top of the file, one at the bottom of the file. +Therefore it cannot be under the BSD tag for the debian distribution. For the +same reason it cannot be under the 'BSD and BSD' tag (dep5 notation). +This 'BSD-tiff-ish' tag name is meant to be unique in this case for tiff. + +ref: +Message-id: <[email protected]> + + -- Mathieu Malaterre <[email protected]> Sun, 20 Nov 2011 11:18:33 +0100 Modified: trunk/packages/pylibtiff/trunk/debian/changelog =================================================================== --- trunk/packages/pylibtiff/trunk/debian/changelog 2011-11-19 13:34:58 UTC (rev 8614) +++ trunk/packages/pylibtiff/trunk/debian/changelog 2011-11-20 10:19:35 UTC (rev 8615) @@ -2,4 +2,4 @@ * Initial Debian Upload (Closes: #648769) - -- Mathieu Malaterre <[email protected]> Sun, 13 Nov 2011 19:41:37 +0100 + -- Mathieu Malaterre <[email protected]> Sun, 20 Nov 2011 11:18:33 +0100 Modified: trunk/packages/pylibtiff/trunk/debian/copyright =================================================================== --- trunk/packages/pylibtiff/trunk/debian/copyright 2011-11-19 13:34:58 UTC (rev 8614) +++ trunk/packages/pylibtiff/trunk/debian/copyright 2011-11-20 10:19:35 UTC (rev 8615) @@ -29,6 +29,46 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Files: libtiff/src/tif_lzw.c +Copyright: © 1988-1997 Sam Leffler + © 1991-1997 Silicon Graphics, Inc. + © 1985, 1986 The Regents of the University of California. +License: BSD-tiff-ish + Permission to use, copy, modify, distribute, and sell this software and + its documentation for any purpose is hereby granted without fee, provided + that (i) the above copyright notices and this permission notice appear in + all copies of the software and related documentation, and (ii) the names of + Sam Leffler and Silicon Graphics may not be used in any advertising or + publicity relating to the software without the specific, prior written + permission of Sam Leffler and Silicon Graphics. + . + 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. + . + IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR + ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, + OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, + WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF + LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE + OF THIS SOFTWARE. + . + This code is derived from software contributed to Berkeley by + James A. Woods, derived from original work by Spencer Thomas + and Joseph Orost. + . + Redistribution and use in source and binary forms are permitted + provided that the above copyright notice and this paragraph are + duplicated in all such forms and that any documentation, + advertising materials, and other materials related to such + distribution and use acknowledge that the software was developed + by the University of California, Berkeley. The name of the + University may not be used to endorse or promote products derived + from this software without specific prior written permission. + THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED + WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + Files: debian/* Copyright: © 2011 Mathieu Malaterre <[email protected]> License: BSD _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
