stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit d72a2fe44012000c0a9398fa290642ccb834a77e
parent 2344fd375cf8b3cf0efba8177d3794523fae9a80
Author: Marc Coquand <marc@mccd.space>
Date:   Sat, 18 May 2024 10:03:40 -0500

Fix info

Diffstat:
Mbin/main.ml | 2+-
Mlib/help_screen.ml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/main.ml b/bin/main.ml
@@ -147,7 +147,7 @@ let headlines_cmd =
     Cmd.info
       ~envs
       "stitch"
-      ~version:"0.0.1 ALPHA"
+      ~version:"0.0.2 ALPHA"
       ~doc
       ~man:(List.concat [ bugs; author; description; example_set_up_basic; credit ])
   in
diff --git a/lib/help_screen.ml b/lib/help_screen.ml
@@ -13,7 +13,7 @@ let render_info =
     |> I.pad ~l:2 ~t:2
   in
   let license =
-    I.strf "%s" "Made by Marc Coquand (https://mccd.space). Licensed under BSD-3."
+    I.strf "%s" "Made by Marc Coquand (https://mccd.space). Licensed under EUPL-1.2."
     |> I.pad ~l:2 ~t:4
   in
   let open I in