diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:17:10 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:17:10 +0000 |
| commit | 14e144b263d1143ffd6d126195f637ef368ea569 (patch) | |
| tree | b6337152d585684420a75b07c08b9975223a6724 /test/test_main.ml | |
| parent | f3a11b566ccf9cc2b7b5445f97fbb7c49dcf11b6 (diff) | |
| download | nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.tar nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.tar.gz nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.tar.bz2 nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.tar.lz nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.tar.xz nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.tar.zst nixtaml-14e144b263d1143ffd6d126195f637ef368ea569.zip | |
license banners
Diffstat (limited to 'test/test_main.ml')
| -rw-r--r-- | test/test_main.ml | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
