Skip to content

Two Licenses in Repository #84

@PrestonHager

Description

@PrestonHager

There are two licenses mentioned in the repository. First the top level has a license file which is the MIT license. Then the Cargo.toml file defines another license, the BSD-3-Clause.

Cargo.toml

[package]
name = "lintrunner"
version = "0.12.7"
authors = ["Michael Suo <suo@fb.com>"]
edition = "2021"
description = "A lint running tool and framework."
license = "BSD-3-Clause"

Should one of these license for the package be changed since these are both defined as licenses for the lintrunner package.

I have not looked into any licenses for the dependencies so I'm not sure if there is some dependent license forcing lintrunner to use the BSD over MIT license.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions