jpl_license_checker2 2.3.1+2 copy "jpl_license_checker2: ^2.3.1+2" to clipboard
jpl_license_checker2: ^2.3.1+2 copied to clipboard

A tool to view and check the licenses of a package's dependencies. It also generates a disclaimer file containing all the package licenses.

🛡️ Fork — Jeff Peiffer Legacy (jpl_) #

Este paquete (jpl_license_checker2) es un fork de license_checker2, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la org peiffer-innovations.

El prefijo jpl_ significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepo jpl.

Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.

I'm done

Table of Contents

Displays the license of dependencies. Permitted, rejected and approved packages are configurable through a YAML config file.

Fork #

Note this is a fork of license_checker as it appears that package was abandoned and no longer works with the new Dart Workspaces feature.

Install #

dart pub global activate license_checker2

Getting Started #

Create a YAML config file. Example:

permittedLicenses:
  - MIT
  - BSD-3-Clause

approvedPackages:
  Apache-2.0:
    - barbecue

# RegEx that can use custom detectors to detect the licensedar
customLicenses:
  MyCompany: |-
    (\(c\))?©?\sMy Company Name

rejectedLicenses:
  - GPL

copyrightNotice:
  mlb: "2000 MLB."

packageLicenseOverride:
  dodgers: BSD-3-Clause

packageSourceOverride:
  dodgers: https://dodgers.com

This file can be referenced when calling lic_ck check-licenses with the --config option.

lic_ck or lic_ck -h will display help

0
likes
140
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A tool to view and check the licenses of a package's dependencies. It also generates a disclaimer file containing all the package licenses.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause, MIT (license)

Dependencies

args, barbecue, colorize, io, package_config, pana, path, yaml

More

Packages that depend on jpl_license_checker2