castor-data-binding / castor

http://castor-data-binding.github.io/castor/
35 stars 29 forks source link

Maven pom.xml is missing the license #79

Open Master-Code-Programmer opened 5 years ago

Master-Code-Programmer commented 5 years ago

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

<licenses>
    <license>
      <name>LGPL 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <comments>See discussion at http://whatever.com/license for more details.</comments>
      <distribution>repo</distribution>
    </license>
  </licenses>
danielpmichalski commented 4 years ago

Until this is addressed, I'll be using The Unlicense license type as Castor's library license. Cheers.