From 80d2a7a7927c63864230f8e59253f19ddbdbcc3a Mon Sep 17 00:00:00 2001 From: Catherine Date: Sat, 22 Nov 2025 23:32:18 +0000 Subject: [PATCH] Rename license to satisfy https://pkg.go.dev --- LICENSE-0BSD.txt => LICENSE.txt | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE-0BSD.txt => LICENSE.txt (100%) diff --git a/LICENSE-0BSD.txt b/LICENSE.txt similarity index 100% rename from LICENSE-0BSD.txt rename to LICENSE.txt diff --git a/README.md b/README.md index aaac772..2690c8f 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,4 @@ The specific arrangement used is clearly not optimal; at a minimum it is likely License ------- -[0-clause BSD](LICENSE-0BSD.txt) +[0-clause BSD](LICENSE.txt)