diff --git a/docs/xml/metainfo-component.xml b/docs/xml/metainfo-component.xml
index 7227c4d4e..e04c586e6 100644
--- a/docs/xml/metainfo-component.xml
+++ b/docs/xml/metainfo-component.xml
@@ -1047,6 +1047,13 @@
LicenseRef-proprietary can be used to denote a proprietary license, with an optional URL to the license text following after
a = sign.
+
+ The license given in the project_license tag should be the ‘main’ license of the project. For a software project, this
+ is typically the license for the code. It is not recommended to include the license for accompanying documentation (for example) in
+ project_license, as that could confuse users. In particular, the CC-BY-SA-3.0 license which is commonly
+ used for documentation is not an (FSF or OSI) approved license for free software, so including it in project_license results in the
+ project as a whole being considered non-free.
+
Although the project_license tag is not mandatory, it is highly recommended to include it.