From 14e144b263d1143ffd6d126195f637ef368ea569 Mon Sep 17 00:00:00 2001
From: ยท๐๐ด๐๐๐ฉ๐ค
Date: Wed, 10 Dec 2025 19:17:10 +0000
Subject: license banners
---
test/test_input.ml | 6 ++++++
test/test_main.ml | 6 ++++--
test/test_nixtamal.ml | 6 ++++--
test/test_source.ml | 4 ----
4 files changed, 14 insertions(+), 8 deletions(-)
create mode 100644 test/test_input.ml
delete mode 100644 test/test_source.ml
(limited to 'test')
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 โ
+โ 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 *)
-(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
+(*โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+โ SPDX-FileCopyrightText: 2025 toastal โ
+โ 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 *)
-(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
+(*โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+โ SPDX-FileCopyrightText: 2025 toastal โ
+โ 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 *)
-(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
-let suite = [
-]
--
cgit v1.2.3