Skip to content

Commit

Permalink
Restore copyright headers to ftl using correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 6, 2024
1 parent bbca76b commit 13233e6
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engine/function/src/templates/Basic.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.vector.*;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/BinSearch.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.vector.*;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/Cast.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.vector.*;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/Numeric.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.base.verify.Require;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/Sort.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.vector.*;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/TestBasic.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.base.testing.BaseArrayTestCase;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/TestBinSearch.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.base.testing.BaseArrayTestCase;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/TestCast.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.base.testing.BaseArrayTestCase;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/TestNumeric.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.base.testing.BaseArrayTestCase;
Expand Down
4 changes: 4 additions & 0 deletions engine/function/src/templates/TestSort.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<#--
Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
-->

package io.deephaven.function;

import io.deephaven.base.testing.BaseArrayTestCase;
Expand Down

0 comments on commit 13233e6

Please sign in to comment.