sgw | Static git web (fork of stagit) |
| download: https://git.y1.nz/archives/sgw.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b8b847545f55f2a9a066030f6c249714e613c24f parent 293e00857a1605229efa888988392d1c16f67e63 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 7 Mar 2026 10:48:57 +0100 add LICENSE.txt to list of license files to check for Suggested by Paul W. Rankin, thanks! Diffstat:
| M | stagit.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c @@ -67,7 +67,7 @@ static char *strippedname = ""; static char description[255]; static char cloneurl[1024]; static char *submodules; -static char *licensefiles[] = { "HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:COPYING" }; +static char *licensefiles[] = { "HEAD:LICENSE", "HEAD:LICENSE.md", "HEAD:LICENSE.txt", "HEAD:COPYING" }; static char *license; static char *readmefiles[] = { "HEAD:README", "HEAD:README.md" }; static char *readme;
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.