chore(compliance): paste cmark copying
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
fd923434f0
commit
ecbbb52ed1
|
|
@ -315,7 +315,7 @@ aboutLibraries {
|
|||
additionalLicenses += listOf("ofl")
|
||||
includePlatform = true
|
||||
strictMode = StrictMode.FAIL
|
||||
allowedLicenses += listOf("Apache-2.0", "OFL", "MIT", "ASDKL", "BSD-2-Clause")
|
||||
allowedLicenses += listOf("Apache-2.0", "OFL", "MIT", "ASDKL", "BSD-2-Clause", "cmark")
|
||||
configPath = "compliance"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"uniqueId": "org.commonmark.cmark:cmark:0.0.0",
|
||||
"developers": [],
|
||||
"artifactVersion": "0.0.0",
|
||||
"description": "CommonMark parsing and rendering library and program in C",
|
||||
"name": "cmark",
|
||||
"website": "https://github.com/commonmark/cmark",
|
||||
"licenses": [
|
||||
"cmark"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue