bill-of-materials.override.json 254 B

123456789101112131415161718
  1. [
  2. {
  3. "project": "sigs.k8s.io/yaml",
  4. "licenses": [
  5. {
  6. "type": "BSD 3-clause \"New\" or \"Revised\" License"
  7. }
  8. ]
  9. },
  10. {
  11. "project": "github.com/inconshreveable/mousetrap",
  12. "licenses": [
  13. {
  14. "type": "Apache License 2.0"
  15. }
  16. ]
  17. }
  18. ]