.licenserc.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # Copyright 2024 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. - '**/*.factories'
  35. - '**/*.handlers'
  36. - '**/*.schemas'
  37. - '**/*.nojekyll'
  38. - 'mvnw'
  39. - 'mvnw.cmd'
  40. - '**/target/**'
  41. - 'LICENSE'
  42. - 'NOTICE'
  43. - 'CNAME'
  44. - '**/resources/META-INF/services/**'
  45. - '**/vendor/**'
  46. - 'apollo-buildtools/src/main/resources/google_checks.xml'
  47. - 'apollo-core/src/test/resources/META-INF/app-with-utf8bom.properties'
  48. - 'apollo-core/src/test/resources/properties/server-with-utf8bom.properties'
  49. comment: on-failure
  50. license-location-threshold: 130