diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ct1986.c | 4 | ||||
| -rw-r--r-- | src/ctlm.c | 4 | ||||
| -rw-r--r-- | src/cttei.c | 4 |
3 files changed, 6 insertions, 6 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\ @@ -1,5 +1,5 @@ /* - ctlm, a line mode interface to the ctak library + ctlm, a line mode interface to the ct library Copyright (C) 2021, tslil clingman @@ -443,7 +443,7 @@ input_is_not_turn(const char *line) { return EXIT_SUCCESS; } -const char* license = "ctlm, a line mode interface to the ctak library\n\ +const char* license = "ctlm, a line mode interface to the ct library\n\ \n\ Copyright (C) 2021, tslil clingman\n\ \n\ diff --git a/src/cttei.c b/src/cttei.c index 6321700..a663359 100644 --- a/src/cttei.c +++ b/src/cttei.c @@ -1,5 +1,5 @@ /* - cttei, a TEI interface to the ctak library & its computer opponent + cttei, a TEI interface to the ct library & its computer opponent Copyright (C) 2021, tslil clingman @@ -99,7 +99,7 @@ handle_tei(char *line) { return TEI_OK; } -const char* license = "cttei, a TEI interface to the ctak library & its computer opponent\n\ +const char* license = "cttei, a TEI interface to the ct library & its computer opponent\n\ \n\ Copyright (C) 2021, tslil clingman\n\ \n\ |
