aboutsummaryrefslogtreecommitdiff
path: root/common/build/templates/include/common.ftl
blob: f116b0c2d3a4726ef45ffb327774fcd25c74fb15 (plain)
1
2
3
4
5
6
<#-- Add the appropriate copyright header -->
<#if meta.outputFile?ends_with("java")>
    <#include "c-style-copyright.ftl">
<#elseif meta.outputFile?ends_with("xml")>
    <#include "xml-style-copyright.ftl">
</#if>