leonbloy / pngj

PNGJ : pure Java library for high performance PNG encoding
http://hjg.com.ar/pngj/
273 stars 52 forks source link

License #50

Closed JirkaKrivanek closed 3 years ago

JirkaKrivanek commented 3 years ago

Let me apologise for stupid issue: I work for corporate and to satisfy their endless process, I need to know the license of this brick.

Something (and ideally) like "Apache 2"

Lonzak commented 3 years ago

Just check the license section in the pom.xml file:

https://github.com/leonbloy/pngj/blob/master/pom.xml

<licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
</licenses>
JirkaKrivanek commented 3 years ago

Perfect thank you, and I am sorry, others typically mention this at the root github page...

Lonzak commented 3 years ago

You are welcome.