No issue associated. Just noticed that GitHub wasn't showing the right license for the project. Ran licensee gem (same used by GitHub) and it tried to match the contents of LICENSE.txt with the License body from https://apache.org/licenses/LICENSE-2.0.html
I think what's in the LICENSE.txt is actually the example copyright note, which is normally applied to the files in the project, like source code, test file, etc.
Changes:
Updated LICENSE.txt with Apache 2.0 license contents
Overview
No issue associated. Just noticed that GitHub wasn't showing the right license for the project. Ran
licensee
gem (same used by GitHub) and it tried to match the contents of LICENSE.txt with the License body from https://apache.org/licenses/LICENSE-2.0.htmlI think what's in the LICENSE.txt is actually the example copyright note, which is normally applied to the files in the project, like source code, test file, etc.
Changes:
Related Issue / Discussion
Additional Information
https://apache.org/licenses/LICENSE-2.0.html