Bug 1559900 - Allow applications to add sections to about:license. r=mhoye

DONTBUILD
This commit is contained in:
Kai Engert 2019-07-09 13:37:50 +02:00
parent c985bb9d8b
commit b0e2e62ea6

View File

@ -198,6 +198,21 @@
#endif
</ul>
#ifdef APP_LICENSE_LIST_BLOCK
#ifndef APP_LICENSE_BODY_BLOCK
#error
#endif
#ifndef APP_LICENSE_PRODUCT_NAME
#error
#endif
The following licenses are specific to code used by the
#includesubst @APP_LICENSE_PRODUCT_NAME@
product.
<!-- Index of product-specific licenses for non-Firefox apps. -->
#includesubst @APP_LICENSE_LIST_BLOCK@
#endif
</div>
<hr>
@ -7304,6 +7319,13 @@ following terms:
#endif
#ifdef APP_LICENSE_BODY_BLOCK
#ifndef APP_LICENSE_LIST_BLOCK
#error
#endif
<!-- List of product-specific licenses for non-Firefox apps. -->
#includesubst @APP_LICENSE_BODY_BLOCK@
#endif
<hr>