github.com/oam-dev/kubevela@v1.9.11/.license/README.md (about)

     1  # License Checker
     2  
     3  Our license checker CI rely on https://github.com/pivotal/LicenseFinder.
     4  
     5  ## How to add a new license?
     6  
     7  LicenseFinder is a ruby project, so make sure you have ruby installed.
     8  
     9  ### Install the tool
    10  
    11  ```shell
    12  gem install license_finder
    13  ```
    14  
    15  ### Add a license
    16  
    17  ```shell
    18  license_finder  permitted_licenses add MIT --decisions_file .license/dependency_decisions.yml
    19  ```