license-normalizer-bundle.json 605 B

123456789101112131415161718192021222324252627
  1. {
  2. "bundles": [
  3. {
  4. "bundleName": "apache2",
  5. "licenseName": "Apache License, Version 2.0",
  6. "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0"
  7. }
  8. ],
  9. "transformationRules": [
  10. {
  11. "bundleName": "apache2",
  12. "licenseNamePattern": "Apache 2.0"
  13. },
  14. {
  15. "bundleName": "apache2",
  16. "licenseNamePattern": "Apache-2.0"
  17. },
  18. {
  19. "bundleName": "apache2",
  20. "licenseNamePattern": "The Apache License, Version 2.0"
  21. },
  22. {
  23. "bundleName": "apache2",
  24. "licenseNamePattern": "The Apache Software License, Version 2.0"
  25. }
  26. ]
  27. }