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.
There are two licenses mentioned in the repository. First the top level has a license file which is the MIT license. Then the
Cargo.tomlfile defines another license, the BSD-3-Clause.Cargo.toml
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.