From: IceQ1337 <IceQ1337@gmx.de>
Date: Mon, 13 Mar 2023 17:49:04 +0000 (+0100)
Subject: Add `license` element to package.xml documentation
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b235aca5cd52f9e5c608c908a146a01bb307a175;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git

Add `license` element to package.xml documentation

Resolves #364
Resolves #365
---

diff --git a/docs/package/package-xml.md b/docs/package/package-xml.md
index 42b3a896..57270c75 100644
--- a/docs/package/package-xml.md
+++ b/docs/package/package-xml.md
@@ -78,6 +78,13 @@ Must be a valid [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) date, e.g. `20
 
 URL to the package website that provides detailed information about the package.
 
+#### `<license>`
+
+> (optional)
+
+Name of a generic license type or URL to a custom license.
+The attribute `language` can also be used here, please reference to [`<packagename>`](#packageName) for details.
+
 ### `<authorinformation>`
 
 Holds meta data regarding the package's author.