URI:
       add LICENSE.txt to list of license files to check for - stagit-gopher - static git page generator for gopher
  HTML git clone git://git.codemadness.org/stagit-gopher
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 99225d93ff0bf750ee0d03d3bbd4d5695ca9cc92
   DIR parent 1efd06e573e8e7590d8cf50c0cc8812548b5a69a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  7 Mar 2026 10:50:58 +0100
       
       add LICENSE.txt to list of license files to check for
       
       Suggested by Paul W. Rankin, thanks!
       
       Diffstat:
         M stagit-gopher.c                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/stagit-gopher.c b/stagit-gopher.c
       @@ -71,7 +71,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;