diff --git a/components/support/nimbus-fml/src/backends/kotlin/templates/EnumTemplate.kt b/components/support/nimbus-fml/src/backends/kotlin/templates/EnumTemplate.kt index 8a4fa0a658..85190dab9f 100644 --- a/components/support/nimbus-fml/src/backends/kotlin/templates/EnumTemplate.kt +++ b/components/support/nimbus-fml/src/backends/kotlin/templates/EnumTemplate.kt @@ -1,7 +1,3 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - {% import "macros.kt" as kt %} {% let inner = self.inner() %} {% let class_name = inner.name()|class_name %} diff --git a/components/support/nimbus-fml/src/backends/kotlin/templates/FeatureTemplate.kt b/components/support/nimbus-fml/src/backends/kotlin/templates/FeatureTemplate.kt index b776b49164..4c4e5a341e 100644 --- a/components/support/nimbus-fml/src/backends/kotlin/templates/FeatureTemplate.kt +++ b/components/support/nimbus-fml/src/backends/kotlin/templates/FeatureTemplate.kt @@ -1,7 +1,3 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - {%- import "macros.kt" as kt %} {%- let inner = self.inner() %} diff --git a/components/support/nimbus-fml/src/backends/kotlin/templates/ImportedModuleInitializationTemplate.kt b/components/support/nimbus-fml/src/backends/kotlin/templates/ImportedModuleInitializationTemplate.kt index 41b8f57330..9d4717e30d 100644 --- a/components/support/nimbus-fml/src/backends/kotlin/templates/ImportedModuleInitializationTemplate.kt +++ b/components/support/nimbus-fml/src/backends/kotlin/templates/ImportedModuleInitializationTemplate.kt @@ -1,7 +1,3 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - {%- import "macros.kt" as kt %} {%- let variables = "variables" %} {%- let prefs = "prefs" %} diff --git a/components/support/nimbus-fml/src/backends/kotlin/templates/ObjectTemplate.kt b/components/support/nimbus-fml/src/backends/kotlin/templates/ObjectTemplate.kt index 25bda7627f..7e5963ba2f 100644 --- a/components/support/nimbus-fml/src/backends/kotlin/templates/ObjectTemplate.kt +++ b/components/support/nimbus-fml/src/backends/kotlin/templates/ObjectTemplate.kt @@ -1,7 +1,3 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - {%- import "macros.kt" as kt %} {%- let inner = self.inner() %} {%- let class_name = inner.name()|class_name %}