mirror of
https://github.com/apple/container.git
synced 2026-07-11 12:07:09 +00:00
48230f3804
## 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
26 lines
406 B
TOML
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"]
|