diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index f9bbddd724..f8920d8c1b 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1742,6 +1742,12 @@ This check was removed for YP 2.3 release
-->
+ unlisted-pkg-lics:
+ Checks that all declared licenses applying for a package are also
+ declared on the recipe level (i.e. any license in
+ LICENSE_* should appear in
+ LICENSE).
+ useless-rpaths:
Checks for dynamic library load paths (rpaths) in the binaries that
by default on a standard system are searched by the linker (e.g.
diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml
index 515106ae68..424a19c59d 100644
--- a/documentation/ref-manual/ref-qa-checks.xml
+++ b/documentation/ref-manual/ref-qa-checks.xml
@@ -1170,6 +1170,31 @@ can be found then it should be implemented. I can't find one at the moment.
+
+
+
+
+
+
+ LICENSE_<packagename> includes licenses (<licenses>) that are not listed in LICENSE [unlisted-pkg-lics]
+
+
+
+
+ The LICENSE
+ of the recipe should be a superset of all the licenses of
+ all packages produced by this recipe.
+ In other words, any license in LICENSE_*
+ should also appear in
+ LICENSE.
+
+
+
+
+
+
+
+