.licenserc.yaml raw

   1  header:
   2    license:
   3      spdx-id: Apache-2.0
   4      copyright-owner: CloudWeGo Authors
   5  
   6    paths:
   7      - '**/*.go'
   8      - '**/*.s'
   9  
  10    paths-ignore:
  11      - 'native_subr_amd64.go'
  12      - 'native_text_amd64.go'
  13  
  14    comment: on-failure
  15