Firstly, do you need to use/include the minified version? Perhaps punt on that for now? Or could minification be done post-install? (or somehow subsequent to your distribution of these files)
I see some discussion of this, you might investigate further with established projects that face the same issue: https://www.google.com/search?q=site%3Aapache.org+jquery+license&oq=site%3Aapache.org+jquery+license&aqs=chrome..69i57j69i58.4755j0&sourceid=chrome&ie=UTF-8#q=site:apache.org+jquery+license+minified Patrick On Sun, Sep 8, 2013 at 4:35 PM, Aaron McCurry <[email protected]> wrote: > In updating the rules for RAT in maven I have gone through all the issues > that are in the rat.txt file. > > I don't think these Javascript libraries are accounted for in the LICENSE > file: > > contrib/blur-console/blur-admin/vendor/assets/javascripts/d3/** > contrib/blur-console/blur-admin/vendor/assets/javascripts/backbone/** > contrib/blur-console/blur-admin/vendor/assets/javascripts/flot/** > > > contrib/blur-console/blur-admin/vendor/assets/javascripts/datatables.fnReloadAjax.js > contrib/blur-console/blur-admin/vendor/assets/javascripts/modernizr.js > contrib/blur-console/blur-admin/vendor/assets/javascripts/sorttable.js > contrib/blur-console/blur-admin/vendor/assets/javascripts/underscore.js > > contrib/blur-console/blur-admin/vendor/assets/stylesheets/ui.dynatree.css > > contrib/blur-console/blur-admin/vendor/gems/cancan > > docs/resources/js/docs.js > docs/resources/js/respond.min.js > > I don't know how to account for these files, I think that they should be > licensed with an Apache header: > > contrib/blur-console/blur-admin/Gemfile.lock > contrib/blur-console/blur-admin/script/rails > > > For the 3rd party files and libraries that are minified (meaning they don't > have their own LICENSE header) can we just account for them in the LICENSE > file and add them as excluded files in the rat report? > > Aaron
