diff --git a/native/fhir-to-bal-lib/src/main/java/org/wso2/healthcare/fhir/ballerina/packagegen/tool/templategen/DatatypeTemplateGenerator.java b/native/fhir-to-bal-lib/src/main/java/org/wso2/healthcare/fhir/ballerina/packagegen/tool/templategen/DatatypeTemplateGenerator.java index 54bd8c0..dbde69b 100644 --- a/native/fhir-to-bal-lib/src/main/java/org/wso2/healthcare/fhir/ballerina/packagegen/tool/templategen/DatatypeTemplateGenerator.java +++ b/native/fhir-to-bal-lib/src/main/java/org/wso2/healthcare/fhir/ballerina/packagegen/tool/templategen/DatatypeTemplateGenerator.java @@ -60,6 +60,7 @@ public void generate(ToolContext toolContext, Map generatorPrope List importList = Collections.singletonList(packageTemplateContext.getBasePackageName()); TemplateContext templateContext = this.getNewTemplateContext(); templateContext.setProperty("util", GeneratorUtils.getInstance()); + templateContext.setProperty("licenseYear", ToolConstants.LICENSE_YEAR); templateContext.setProperty("datatypeContext", datatypeContexts); templateContext.setProperty("imports", importList);