Files
container/licenserc.toml
Dmitry Kovba 48230f3804 Update license headers in C files (#693)
## Type of Change
- [x] Bug fix
- [ ] New feature  
- [ ] Breaking change
- [ ] Documentation update

## Motivation and Context
There was a duplicated and outdated license header in some files.

## Testing
- [x] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs
2025-10-02 09:42:24 -07:00

26 lines
406 B
TOML

additionalHeaders = ["scripts/container-header-style.toml"]
headerPath = "scripts/license-header.txt"
includes = [
"Makefile",
"*.Makefile",
"*.swift",
"*.h",
"*.cpp",
"*.c",
"*.sh",
]
excludes = []
[git]
attrs = 'enable'
ignore = 'enable'
[properties]
copyrightOwner = "Apple Inc. and the container project authors"
[mapping.SWIFT_STYLE]
extensions = ["swift", "c", "h"]