.licenserc.yaml 999 B

123456789101112131415161718192021222324
  1. header:
  2. license:
  3. spdx-id: Apache-2.0
  4. copyright-owner: ByteDance Inc.
  5. paths:
  6. - '**/*.go'
  7. - '**/*.s'
  8. paths-ignore:
  9. - 'ast/asm.s' # empty file
  10. - 'decoder/asm.s' # empty file
  11. - 'encoder/asm.s' # empty file
  12. - 'internal/caching/asm.s' # empty file
  13. - 'internal/jit/asm.s' # empty file
  14. - 'internal/native/avx/native_amd64.s' # auto-generated by asm2asm
  15. - 'internal/native/avx/native_subr_amd64.go' # auto-generated by asm2asm
  16. - 'internal/native/avx2/native_amd64.s' # auto-generated by asm2asm
  17. - 'internal/native/avx2/native_subr_amd64.go' # auto-generated by asm2asm
  18. - 'internal/resolver/asm.s' # empty file
  19. - 'internal/rt/asm.s' # empty file
  20. - 'internal/loader/asm.s' # empty file
  21. comment: on-failure