Skip to content

Commit

Permalink
Remove license headers from nimbus-fml templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond authored and rvandermeulen committed Dec 4, 2024
1 parent 372bee8 commit 041e9cb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down
Original file line number Diff line number Diff line change
@@ -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() %}

Expand Down
Original file line number Diff line number Diff line change
@@ -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" %}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down

0 comments on commit 041e9cb

Please sign in to comment.