.licenserc.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Copyright Broadcom, Inc. All Rights Reserved.
  2. # SPDX-License-Identifier: APACHE-2.0
  3. ---
  4. header:
  5. # License format for Helm templates
  6. - comment: on-failure
  7. license:
  8. spdx-id: Apache-2.0
  9. copyright-owner: Copyright Broadcom, Inc. All Rights Reserved.
  10. content: |
  11. {{- /*
  12. Copyright Broadcom, Inc. All Rights Reserved.
  13. SPDX-License-Identifier: APACHE-2.0
  14. */}}
  15. paths:
  16. - "bitnami/**/templates/**/*.yml"
  17. - "bitnami/**/templates/**/*.yaml"
  18. paths-ignore:
  19. - "bitnami/**/templates/crds/**/*.yml"
  20. - "bitnami/**/templates/crds/**/*.yaml"
  21. # License format for all other YAML files
  22. - comment: on-failure
  23. license:
  24. spdx-id: Apache-2.0
  25. copyright-owner: Copyright Broadcom, Inc. All Rights Reserved.
  26. content: |
  27. # Copyright Broadcom, Inc. All Rights Reserved.
  28. # SPDX-License-Identifier: APACHE-2.0
  29. paths:
  30. - "bitnami/**/*.yml"
  31. - "bitnami/**/*.yaml"
  32. paths-ignore:
  33. - "bitnami/**/templates/**/*.yml"
  34. - "bitnami/**/templates/**/*.yaml"