Skip to content

Clarification on license - Apache 2.0 or GPL 3.0 ? #69

Closed
@sgustafsson

Description

@sgustafsson

Description

https://github.com/typesense/typesense-java?tab=readme-ov-file#license says:

typesense-java is distributed under the Apache 2 license.

https://github.com/typesense/typesense-java?tab=readme-ov-file#installation says:

The client is available on Maven central

On Maven central https://mvnrepository.com/artifact/org.typesense/typesense-java/0.9.0 , it says the license is GPL-3.0, as the pom.xml file says so:

<modelVersion>4.0.0</modelVersion>
<groupId>org.typesense</groupId>
<artifactId>typesense-java</artifactId>
<version>0.9.0</version>
<name>typesense-java</name>
<description>Typesense Java Client</description>
<url>https://github.com/typesense/typesense-java</url>
<licenses>
<license>
<name>GNU General Public License v3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>

Steps to reproduce

n.a.

Expected Behavior

Consistent licensing information between GH repo and Maven Central.

Actual Behavior

Inconsistent licensing information.

Metadata

n.a.

Typesense Version: 0.9.0

OS: n.a.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions