Super. Thanks Reza! I ran a RAT report on the release (http://creadur.apache.org/rat/). Apologies for not doing it sooner (I have a new laptop/work environment) and don't have it completely set up, yet. RAT will run some simple checks of source license headers. It identified the following as having potential problems:
Unapproved licenses: ./README.md ./demo/js/browsermap.min.js ./dist/browsermap.min.js ./doc/BrowserMap.html ./doc/BrowserMapUtil.CookieManager.html ./doc/BrowserMapUtil.File.html ./doc/BrowserMapUtil.Url.html ./doc/BrowserMapUtil.html ./doc/Cookie.html ./doc/index.html ./doc/scripts/linenumber.js ./doc/scripts/prettify/lang-css.js ./doc/scripts/prettify/prettify.js ./doc/styles/jsdoc-default.css ./doc/styles/prettify-jsdoc.css ./doc/styles/prettify-tomorrow.css ./reporting/cobertura-coverage.xml ./reporting/coverage/index.html ./reporting/coverage/prettify.css ./reporting/coverage/prettify.js ./reporting/coverage/js/index.html ./source/.gitignore ./source/README.md ./source/src/main/lib/matchMedia/matchMedia.js ./source/src/main/lib/modernizr/modernizr.custom.js ./source/src/test/resources/qunit/qunit-1.9.0.css ./source/src/test/resources/qunit/qunit-1.9.0.js Note that some of these are not a problem (e.g. README files), but some are. doc/* files are missing license headers. The license of the doc/scripts/prettify/ files is missing from LICENSE file. gunit license seems to be missing, also. If the cobertura-coverage.xml file is licensed under https://github.com/cobertura/cobertura/blob/master/LICENSE.txt then that's a problem, since it's GPL. May be possible to release with some of these problems, but let's see what can be fixed, also... Also, NOTICE file contains Modernizr and matchMedia.js licenses. They belong in LICENSE files. --kevan On Tue, Jul 15, 2014 at 2:19 PM, Radu Cotescu <[email protected]> wrote: > Hi, > > I've prepared an official release of the Apache DeviceMap BrowserMap > module. Due to how this module was versioned before the first official > release at ASF will be 1.4.1. > > Staging URL: https://people.apache.org/~radu/browsermap/ > > The project's keys file is available at: > https://people.apache.org/keys/group/devicemap.asc > > In case you need to import the keys, after downloading the keys file, run > the following command: > gpg --import devicemap.asc > > You can use this UNIX script to download the release and verify the > signatures: > > http://svn.apache.org/repos/asf/incubator/devicemap/trunk/check_staged_release.sh > > Usage: > sh check_staged_release.sh [staging URL] > > Please vote to approve this release: > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... > > This majority vote is open for at least 72 hours. > > Regards, > Radu >
