antlr / stringtemplate4

StringTemplate 4
http://www.stringtemplate.org
Other
955 stars 231 forks source link

Maven pom.xml is missing the license #225

Open gtjarks opened 5 years ago

gtjarks commented 5 years ago

Your maven pom.xml is missing the license, like this:

<licenses>
    <license>
        <name>The BSD License</name>
        <url>http://www.antlr.org/license.html</url>
        <distribution>repo</distribution>
    </license>
</licenses>
parrt commented 5 years ago

thanks

Dvoreth commented 4 years ago

Just wanted to note that this is still very relevant. I've seen that there's a big open PR that includes this change. @parrt , would it help if I'd open a small PR that only includes this one change?

parrt commented 4 years ago

Sure. thanks

Dvoreth commented 4 years ago

@parrt , PR is here: https://github.com/antlr/stringtemplate4/pull/267 (you might want to let your autoformatter have a go at it since I just quickly used the browser for creating it)