Hey All, I think we're pretty much there to make a release:
1. Docs have ASF (download page will come once we release) 2. Files have headers 3. Removed dependency on mozilla licensed JS lib -- so all JS libs are apache 2 compatible. 4. Added requisite files: license, disclaimer. My only question is, what is considered "source" for burr since we package JS into the python? Options: 1. We don't package the JavaScript. This requires someone to npm install things. But IIUC this means that what we upload to pypi would be different. i.e. it would contain "code" that wasn't voted on because we add in the JS bundled code? 2. We do package the JavaScript. The JavaScript would be minified -- so it would be a transformation of the originally licensed code. This then means what is in pypi matches, however we'd need to make sure that the license file contains mentions to the code that is not licensed with apache 2. I think option (2) should work. Any thoughts? Mentors? I'm happy to ask on the main incubator list about this too. Cheers, Stefan
