diff options
| author | tslil <tslil@posteo.de> | 2021-02-05 16:49:14 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | ce09b6d94ac3dbf426e959b14fd7731001a003d1 (patch) | |
| tree | 61567ccad21480af1693836ac161477f58654f07 /src/ctlm.c | |
| parent | 5bc1e056412cb7d96831ab7ae32842c166b38436 (diff) | |
Rename ct_k -> ct, IANAL but ...
Diffstat (limited to 'src/ctlm.c')
| -rw-r--r-- | src/ctlm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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\ |
