.licenserc.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # Copyright 2023 Apollo Authors
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. header:
  17. license:
  18. spdx-id: Apache-2.0
  19. copyright-owner: Apollo Authors
  20. paths-ignore:
  21. - '.github/**'
  22. - '**/.gitignore'
  23. - '**/.helmignore'
  24. - '.gitmodules'
  25. - '.gitattributes'
  26. - '.mvn'
  27. - '**/*.md'
  28. - '**/*.svg'
  29. - '**/*.json'
  30. - '**/*.conf'
  31. - '**/*.ftl'
  32. - '**/*.iml'
  33. - '**/*.tpl'
  34. - '**/*.txt'
  35. - '**/*.factories'
  36. - '**/*.handlers'
  37. - '**/*.schemas'
  38. - '**/*.nojekyll'
  39. - 'mvnw'
  40. - 'mvnw.cmd'
  41. - '**/target/**'
  42. - 'LICENSE'
  43. - 'NOTICE'
  44. - 'CNAME'
  45. - '**/resources/META-INF/services/**'
  46. - '**/vendor/**'
  47. - 'apollo-buildtools/src/main/resources/google_checks.xml'
  48. - 'apollo-core/src/test/resources/META-INF/app-with-utf8bom.properties'
  49. - 'apollo-core/src/test/resources/properties/server-with-utf8bom.properties'
  50. comment: on-failure
  51. license-location-threshold: 130
  52. dependency:
  53. files:
  54. - pom.xml