Author: tille Date: 2013-10-25 07:05:23 +0000 (Fri, 25 Oct 2013) New Revision: 14962
Modified: trunk/packages/R/r-cran-rcurl/trunk/debian/changelog trunk/packages/R/r-cran-rcurl/trunk/debian/copyright Log: Add license of RCurl/src/curl_base64.c Modified: trunk/packages/R/r-cran-rcurl/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-rcurl/trunk/debian/changelog 2013-10-25 06:59:51 UTC (rev 14961) +++ trunk/packages/R/r-cran-rcurl/trunk/debian/changelog 2013-10-25 07:05:23 UTC (rev 14962) @@ -2,6 +2,7 @@ * Initial release (Closes: #677846, #710005) * Added README.source to document binary RData file in source tarball + * Add license of RCurl/src/curl_base64.c -- Andreas Tille <[email protected]> Fri, 25 Oct 2013 08:53:18 +0200 Modified: trunk/packages/R/r-cran-rcurl/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-rcurl/trunk/debian/copyright 2013-10-25 06:59:51 UTC (rev 14961) +++ trunk/packages/R/r-cran-rcurl/trunk/debian/copyright 2013-10-25 07:05:23 UTC (rev 14962) @@ -7,6 +7,32 @@ Copyright: 2001-2013 Duncan Temple Lang <duncan at wald.ucdavis.edu> License: BSD-3-Clause +Files: RCurl/src/curl_base64.c +Copyright: 1998 - 2005, Daniel Stenberg, <[email protected]>, et al. +License: Curl + Permission to use, copy, modify, and distribute this software for any purpose + with or without fee is hereby granted, provided that the above copyright + notice and this permission notice appear in all copies. + . + 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 OF THIRD PARTY RIGHTS. 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. + . + Except as contained in this notice, the name of a copyright holder shall not + be used in advertising or otherwise to promote the sale, use or other dealings + in this Software without prior written authorization of the copyright holder. + . + You may opt to use, copy, modify, merge, publish, distribute and/or sell + copies of the Software, and permit persons to whom the Software is + furnished to do so, under the terms explained above. + . + This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + KIND, either express or implied. + Files: debian/* Copyright: 2012 Steffen Moeller <[email protected]> 2013 Andreas Tille <[email protected]> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
