From 557685b3d06a721551f372ea8c56aa607b1e4d7e Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 13 Nov 2025 23:18:59 +0000 Subject: [PATCH] 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. --- bedstead.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); -- 2.30.2