diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 10:03:40 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 10:03:40 -0500 |
commit | d72a2fe44012000c0a9398fa290642ccb834a77e (patch) | |
tree | 7595285dcc16e530cd7311aaa2d4079e7fbcf00f /lib/help_screen.ml | |
parent | 2344fd375cf8b3cf0efba8177d3794523fae9a80 (diff) | |
download | stitch-d72a2fe44012000c0a9398fa290642ccb834a77e.tar.gz stitch-d72a2fe44012000c0a9398fa290642ccb834a77e.tar.bz2 stitch-d72a2fe44012000c0a9398fa290642ccb834a77e.zip |
Fix infov0.0.2
Diffstat (limited to 'lib/help_screen.ml')
-rw-r--r-- | lib/help_screen.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/help_screen.ml b/lib/help_screen.ml index 1995faf..8480a8a 100644 --- 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 |