bill-of-materials.override.json 414 B

1234567891011121314151617181920212223242526
  1. [
  2. {
  3. "project": "bitbucket.org/ww/goautoneg",
  4. "licenses": [
  5. {
  6. "type": "BSD 3-clause \"New\" or \"Revised\" License"
  7. }
  8. ]
  9. },
  10. {
  11. "project": "github.com/ghodss/yaml",
  12. "licenses": [
  13. {
  14. "type": "MIT License and BSD 3-clause \"New\" or \"Revised\" License"
  15. }
  16. ]
  17. },
  18. {
  19. "project": "github.com/inconshreveable/mousetrap",
  20. "licenses": [
  21. {
  22. "type": "Apache License 2.0"
  23. }
  24. ]
  25. }
  26. ]