Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bintray POM is missing license information #65

Open
ghost opened this issue May 27, 2016 · 0 comments
Open

bintray POM is missing license information #65

ghost opened this issue May 27, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented May 27, 2016

The project's pom file on bintray is missing the license information. Making it difficult to use this project in a commercial environment.

As this project is under Apache 2.0 license, the following section should be added to the POM:

<licenses>
    <license>
        <name>The Apache Software License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
</licenses>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants