chiark / gitweb /
Remove "copyright" notice that isn't
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 13 Nov 2025 23:18:59 +0000 (23:18 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 13 Jan 2026 21:55:10 +0000 (21:55 +0000)
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

index 2fa89fa2c490c7975b35f7b9899ba5c8ff6c9f18..88934ebb9168dcb7203e8956573556a2c86a10e4 100644 (file)
@@ -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 "</namerecord>\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");