This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rmarkdown.
commit 3e02963172f377af24e673baba691edfc50ee7ce Author: Andreas Tille <[email protected]> Date: Mon Dec 11 22:23:53 2017 +0100 Add licenses of downloaded files --- debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/rules | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index 222c2dd..54ec114 100644 --- a/debian/copyright +++ b/debian/copyright @@ -45,6 +45,36 @@ License: MIT OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Files: debian/js/classList.js/* +Copyright: 2013-2017 Eli Grey +License: public_domain + This is free and unencumbered software released into the public domain. + . + Anyone is free to copy, modify, publish, use, compile, sell, or + distribute this software, either in source code form or as a compiled + binary, for any purpose, commercial or non-commercial, and by any + means. + . + In jurisdictions that recognize copyright laws, the author or authors + of this software dedicate any and all copyright interest in the + software to the public domain. We make this dedication for the benefit + of the public at large and to the detriment of our heirs and + successors. We intend this dedication to be an overt act of + relinquishment in perpetuity of all present and future rights to this + software under copyright law. + . + 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 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/js/requirejs/* +Copyright: 2010-2011, The Dojo Foundation +License: BSD-3-clause + Files: debian/* Copyright: 2017 Andreas Tille <[email protected]> License: GPL-3 diff --git a/debian/rules b/debian/rules index d4ca678..1be8c7c 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ debRdir := usr/lib/R/site-library override_dh_install: dh_install - mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/$(debRdir)/$(cranName)/rmd/ioslides/ioslides-13.5.1/js/ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/$(debRdir)/$(cranName)/rmd/ioslides/ioslides-13.5.1/js/polyfills cp -a debian/js/requirejs/order.min.js $(CURDIR)/debian/$(DEB_SOURCE)/$(debRdir)/$(cranName)/rmd/ioslides/ioslides-13.5.1/js/order.js cp -a debian/js/requirejs/require.min.js $(CURDIR)/debian/$(DEB_SOURCE)/$(debRdir)/$(cranName)/rmd/ioslides/ioslides-13.5.1/js/require-1.0.8.min.js cp -a debian/js/classList.js/classList.min.js $(CURDIR)/debian/$(DEB_SOURCE)/$(debRdir)/$(cranName)/rmd/ioslides/ioslides-13.5.1/js/polyfills/classList.min.js -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rmarkdown.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
