ceremonyclient/nekryptology/.spdx.yml

42 lines
790 B
YAML
Raw Normal View History

2023-07-05 05:32:28 +00:00
#
# Copyright Coinbase, Inc. All Rights Reserved.
# Copyright Quilibrium, Inc. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
copyright: |
Copyright Coinbase, Inc. All Rights Reserved.
Copyright Quilibrium, Inc. All Rights Reserved.
license: Apache-2.0
comments:
gitignore: '#'
dockerignore: '#'
sh: '#'
py: '#'
pl: '#'
rb: '#'
yml: '#'
yaml: '#'
go: '//'
rs: '//'
ignore:
- 'pkg/signatures/schnorr/mina/bitvector\.go$'
- 'pkg/core/curves/native/bls48581'
- 'testdata/'
- 'test/data'
- 'Cargo\.lock$'
- 'Cargo\.toml$'
- 'target'
- 'go\.mod$'
- 'go\.sum$'
- '\.gitignore$'
- '\.dockerignore$'
- '\.git$'
- '\.idea$'
- '\.vscode$'
- '\bLICENSE$'
- '\w+\.md$'
- '\w+\.pdf$'
- 'Makefile$'
- .DS_Store
- '\w+\.dat$'