From: Ben Harris Date: Thu, 13 Nov 2025 23:18:59 +0000 (+0000) Subject: Remove "copyright" notice that isn't X-Git-Tag: bedstead-3.261~23 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=557685b3d06a721551f372ea8c56aa607b1e4d7e;p=bedstead.git Remove "copyright" notice that isn't I don't think it's appropriate to use 'name' string 0 (copyright notice) for something that isn't a copyright notice. Perhaps I should have something other than a URL that explains Bedstead's copyright situation, but that field isn't it. --- diff --git a/bedstead.c b/bedstead.c index 2fa89fa..88934eb 100644 --- a/bedstead.c +++ b/bedstead.c @@ -216,7 +216,7 @@ static struct weight const *weight = &weights[0]; static struct glyph { union { /* Top row (and left column) don't appear in ROM. */ - unsigned char data[YSIZE - 1]; + unsigned char data[YSIZE - 1]; char const *alias_of; int subr_idx; }; @@ -3762,7 +3762,6 @@ main(int argc, char **argv) f "\n", \ (int)(id), __VA_ARGS__, (int)(id), __VA_ARGS__) #define NAME(id, s) NAMEF(id, "%s", s) - NAME(0, "Dedicated to the public domain"); NAME(8, "Ben Harris"); NAME(11, "https://bjh21.me.uk/"); NAME(14, "https://bjh21.me.uk/bedstead/#copyright");