twitter / hadoop-lzo

Refactored version of code.google.com/hadoop-gpl-compression for hadoop 0.20
GNU General Public License v3.0
546 stars 329 forks source link

pom.xml may have an incorrect license #141

Open ajorg-aws opened 4 years ago

ajorg-aws commented 4 years ago

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