diff options
Diffstat (limited to 'src/ct1986.c')
| -rw-r--r-- | src/ct1986.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ct1986.c b/src/ct1986.c index aeff13a..93dd7b9 100644 --- a/src/ct1986.c +++ b/src/ct1986.c @@ -1,5 +1,5 @@ /* - ct1986, an interface to the ctak library designed to be embedded on + ct1986, an interface to the ct library designed to be embedded on a Raspberry Pi Zero Copyright (C) 2021, tslil clingman @@ -176,7 +176,7 @@ input_is_not_turn(const char *line) { return EXIT_SUCCESS; } -const char* license = "ct1986, an interface to the ctak library designed to be embedded on a Raspberry Pi Zero\n\ +const char* license = "ct1986, an interface to the ct library designed to be embedded on a Raspberry Pi Zero\n\ \n\ Copyright (C) 2021, tslil clingman\n\ \n\ |
