Skip to content

Maven artifact acting as license metadata source for Public Suffix List

License

Notifications You must be signed in to change notification settings

DroidsOnRoids/public-suffix-mpl

Repository files navigation

Public Suffix MPL

This repository contains only sources for generating POM file with metadata (like name, authors, license) of Public Suffix List. It does not contain any public suffix data!

Usage

Add the following dependency to the module where Gradle plugin which discovering licenses is applied. Usually it is an application module (not top-level nor library).

Groovy
dependencies {
  compileOnly "pl.droidsonroids.gradle:publicsuffix:1.0.0"
}
Kotlin
dependencies {
  compileOnly("pl.droidsonroids.gradle:publicsuffix:1.0.0")
}

Motivation

Public Suffix List itself is not a Maven library. However, it is used by some Maven libraries eg. okhttp.

Artifact containing this POM can act as the metadata source for tools automatically discovering library licenses like About Libraries.

Disclaimer

This repository is not affiliated with Public Suffix List nor Mozilla Foundation. Only issues about files contained in this repository will be accepted.

See publicsuffix/list for any issues about the list itself.

License

Mozilla Public License Version 2.0 See LICENSE

About

Maven artifact acting as license metadata source for Public Suffix List

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages