From 4dbbf1225c43764bf6e73816336af6af56a168ee Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 19 Nov 2024 09:52:11 +0100 Subject: [PATCH] docs(aosd): Add `Provider` documentation based on the schema description Signed-off-by: Sebastian Schuberth --- plugins/reporters/aosd/src/main/kotlin/Model.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/reporters/aosd/src/main/kotlin/Model.kt b/plugins/reporters/aosd/src/main/kotlin/Model.kt index 726e1afb9cf95..442880f1ae901 100644 --- a/plugins/reporters/aosd/src/main/kotlin/Model.kt +++ b/plugins/reporters/aosd/src/main/kotlin/Model.kt @@ -130,6 +130,10 @@ internal data class AOSD2( val external: Boolean? = null ) + /** + * If the version has been divided into individual parts, then these can be made available for third-party use by + * providing the usage features and license information if necessary (e.g. dual licensing). + */ @Serializable data class Provider( val additionalLicenses: List,