mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
muri.c: add luke to copyright notice
FossilOrigin-Name: 453d7f97b9b21a5061f93b178b3578b068bbcf74ce3977b4b5fa5e79624d1199
This commit is contained in:
parent
3ec3d650c3
commit
e5d3e5d821
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) 2017-2019 Charles Childers
|
||||||
|
// Copyright (c) 2019 Luke Parrish
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -184,6 +187,6 @@ int main(int argc, char **argv) {
|
||||||
printf("Wrote %lld cells to ngaImage\n", (long long)here);
|
printf("Wrote %lld cells to ngaImage\n", (long long)here);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
printf("muri\n(c) 2017-2019 charles childers\n\n%s filename\n", argv[0]);
|
printf("muri\n(c) 2017-2019 charles childers, (c) 2019 luke parrish\n\n%s filename\n", argv[0]);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue