summaryrefslogtreecommitdiff
path: root/vendor/github.com/bytedance/sonic/.licenserc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/bytedance/sonic/.licenserc.yaml')
-rw-r--r--vendor/github.com/bytedance/sonic/.licenserc.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/github.com/bytedance/sonic/.licenserc.yaml b/vendor/github.com/bytedance/sonic/.licenserc.yaml
new file mode 100644
index 000000000..1cb993e39
--- /dev/null
+++ b/vendor/github.com/bytedance/sonic/.licenserc.yaml
@@ -0,0 +1,24 @@
+header:
+ license:
+ spdx-id: Apache-2.0
+ copyright-owner: ByteDance Inc.
+
+ paths:
+ - '**/*.go'
+ - '**/*.s'
+
+ paths-ignore:
+ - 'ast/asm.s' # empty file
+ - 'decoder/asm.s' # empty file
+ - 'encoder/asm.s' # empty file
+ - 'internal/caching/asm.s' # empty file
+ - 'internal/jit/asm.s' # empty file
+ - 'internal/native/avx/native_amd64.s' # auto-generated by asm2asm
+ - 'internal/native/avx/native_subr_amd64.go' # auto-generated by asm2asm
+ - 'internal/native/avx2/native_amd64.s' # auto-generated by asm2asm
+ - 'internal/native/avx2/native_subr_amd64.go' # auto-generated by asm2asm
+ - 'internal/resolver/asm.s' # empty file
+ - 'internal/rt/asm.s' # empty file
+ - 'internal/loader/asm.s' # empty file
+
+ comment: on-failure \ No newline at end of file