summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_input.ml6
-rw-r--r--test/test_main.ml6
-rw-r--r--test/test_nixtamal.ml6
-rw-r--r--test/test_source.ml4
4 files changed, 14 insertions, 8 deletions
diff --git a/test/test_input.ml b/test/test_input.ml
new file mode 100644
index 0000000..26a1249
--- /dev/null
+++ b/test/test_input.ml
@@ -0,0 +1,6 @@
+(*─────────────────────────────────────────────────────────────────────────────┐
+│ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> │
+│ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception │
+└─────────────────────────────────────────────────────────────────────────────*)
+let suite = [
+]
diff --git a/test/test_main.ml b/test/test_main.ml
index 5500c28..21ed86d 100644
--- a/test/test_main.ml
+++ b/test/test_main.ml
@@ -1,5 +1,7 @@
-(* SPDX-FileCopyrightText: 2025 toastal <toastal@posteo.net> *)
-(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
+(*─────────────────────────────────────────────────────────────────────────────┐
+│ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> │
+│ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception │
+└─────────────────────────────────────────────────────────────────────────────*)
let () =
(*
let open Alcotest in
diff --git a/test/test_nixtamal.ml b/test/test_nixtamal.ml
index 5500c28..21ed86d 100644
--- a/test/test_nixtamal.ml
+++ b/test/test_nixtamal.ml
@@ -1,5 +1,7 @@
-(* SPDX-FileCopyrightText: 2025 toastal <toastal@posteo.net> *)
-(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
+(*─────────────────────────────────────────────────────────────────────────────┐
+│ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> │
+│ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception │
+└─────────────────────────────────────────────────────────────────────────────*)
let () =
(*
let open Alcotest in
diff --git a/test/test_source.ml b/test/test_source.ml
deleted file mode 100644
index d5b7730..0000000
--- a/test/test_source.ml
+++ /dev/null
@@ -1,4 +0,0 @@
-(* SPDX-FileCopyrightText: 2025 toastal <toastal@posteo.net> *)
-(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
-let suite = [
-]