chore(compliance): paste cmark copying

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-01-01 20:14:02 +01:00
parent fd923434f0
commit ecbbb52ed1
3 changed files with 18 additions and 1 deletions

View File

@ -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"
}

View File

@ -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