mirror of
https://github.com/apple/container.git
synced 2026-09-12 10:45:42 +00:00
- Capitalize containerization. - Wrap "All rights reserved" to a new line. Signed-off-by: Danny Canter <danny_canter@apple.com>
27 lines
435 B
TOML
27 lines
435 B
TOML
additionalHeaders = ["scripts/cz-header-style.toml"]
|
|
|
|
headerPath = "scripts/license-header.txt"
|
|
|
|
includes = [
|
|
"Makefile",
|
|
"*.swift",
|
|
"*.h",
|
|
"*.cpp",
|
|
"*.c",
|
|
"*.sh",
|
|
]
|
|
|
|
excludes = [
|
|
"Sources/ContainerizationArchive/CArchive/include",
|
|
]
|
|
|
|
[git]
|
|
attrs = 'enable'
|
|
ignore = 'enable'
|
|
|
|
[properties]
|
|
copyrightOwner = "Apple Inc. and the Containerization project authors"
|
|
|
|
[mapping.SWIFT_STYLE]
|
|
extensions = ["swift"]
|