9 Sep
2022
9 Sep
'22
5:18 p.m.
Nit:
On Thu, 8 Sep 2022 11:49:16 +1000
David Gibson
[...]
diff --git a/test/nsholder.c b/test/nsholder.c new file mode 100644 index 0000000..bfe3611 --- /dev/null +++ b/test/nsholder.c @@ -0,0 +1,117 @@ +#define _GNU_SOURCE
It would be nice to have a licence and copyright notice here. From my perspective it's not necessarily needed (it would default to AGPLv3 and you as copyright holder), but might cause some trouble to packagers. -- Stefano