hadoop-lzo icon indicating copy to clipboard operation
hadoop-lzo copied to clipboard

pom.xml may have an incorrect license

Open ajorg-aws opened this issue 4 years ago • 0 comments

Hello,

I noticed that while the project appears to be licensed under GPL-3.0-or-later (per headers in source files and COPYING), the pom.xml has the following:

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

From ca04a581a1de5039822345eef690aa561ca5fd55 it looks like this may have been an innocent mistake. Does pom.xml need to be updated to correct the license name and URL?

Kind Regards, Andrew

ajorg-aws avatar Nov 21 '19 22:11 ajorg-aws