X-Git-Url: https://git.armaanb.net/?p=gen-shell.git;a=blobdiff_plain;f=README.md;h=a7d8e301c5152da1e988e80c36ed00c6a21d2281;hp=99eaebc2fcc2da53c82e422e08ee0af1786b115b;hb=d8afd601de1f0d8afe6eff61d40ff52d21d90fd8;hpb=d6f43cecc51a1596669e7f082ec75167a2553555 diff --git a/README.md b/README.md index 99eaebc..a7d8e30 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,5 @@ docker run -it -e CMD= armaanb/gen-shell ``` ## License Following suit from tasksh, gen-shell is MIT licensed by Armaan Bhojwani, 2020. Gen-shell is forked from tasksh, from which its codebase has been greatly reduced, although the majority of code remaining was written by the tasksh developers [(listed here)](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS). + +Gen-shell uses [Sarge](https://github.com/MayaPosch/Sarge) for parsing command-line arguments. Sarge was written by Maya Posch and is BSD 3-Clause licensed