From 041e9cb0482eac8882ee951d230d21407b95b244 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Wed, 4 Dec 2024 13:14:11 -0500 Subject: [PATCH] Remove license headers from nimbus-fml templates --- .../nimbus-fml/src/backends/kotlin/templates/EnumTemplate.kt | 4 ---- .../src/backends/kotlin/templates/FeatureTemplate.kt | 4 ---- .../kotlin/templates/ImportedModuleInitializationTemplate.kt | 4 ---- .../src/backends/kotlin/templates/ObjectTemplate.kt | 4 ---- 4 files changed, 16 deletions(-) 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 %}