Files
apple--containerization/licenserc.toml
T
Dmitry Kovba 0177505c58 Improvements to Protobuf.Makefile (#356)
Improvements to `Protobuf.Makefile`. Also see
https://github.com/apple/container/pull/821.
2025-10-30 11:13:31 -07:00

28 lines
453 B
TOML

additionalHeaders = ["scripts/cz-header-style.toml"]
headerPath = "scripts/license-header.txt"
includes = [
"Makefile",
"*.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"]