in apache-whisker-velocity/src/main/java/org/apache/creadur/whisker/out/velocity/RenderingHelper.java [62:68]
public boolean renderResources(final ByOrganisation organisation,
final WithLicense license) {
return isNot(
primary(organisation)) ||
isNot(primary(license)) ||
license.hasCopyrightNotice();
}