From ce09b6d94ac3dbf426e959b14fd7731001a003d1 Mon Sep 17 00:00:00 2001 From: tslil Date: Fri, 5 Feb 2021 16:49:14 -0500 Subject: Rename ct_k -> ct, IANAL but ... --- include/actions.c | 2 +- include/actions.h | 2 +- include/cnn1986.c | 2 +- include/cnn1986.h | 2 +- include/lcdlib.c | 2 +- include/lcdlib.h | 2 +- include/negamax.c | 2 +- include/negamax.h | 2 +- include/tak.c | 2 +- include/tak.h | 2 +- include/tt_llcht.c | 2 +- include/tt_llcht.h | 2 +- include/weights.c | 2 +- include/weights.h | 2 +- include/xorshift64.c | 2 +- include/xorshift64.h | 2 +- include/zobrist.c | 2 +- include/zobrist.h | 2 +- src/ct1986.c | 4 ++-- src/ctlm.c | 4 ++-- src/cttei.c | 4 ++-- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/include/actions.c b/include/actions.c index 316b19f..0b7d860 100644 --- a/include/actions.c +++ b/include/actions.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/actions.h b/include/actions.h index 181aec2..37c8d9e 100644 --- a/include/actions.h +++ b/include/actions.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/cnn1986.c b/include/cnn1986.c index b95fca1..dc0e116 100644 --- a/include/cnn1986.c +++ b/include/cnn1986.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/cnn1986.h b/include/cnn1986.h index fe3817a..97f84d9 100644 --- a/include/cnn1986.h +++ b/include/cnn1986.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/lcdlib.c b/include/lcdlib.c index 7f10e33..efbdf3d 100644 --- a/include/lcdlib.c +++ b/include/lcdlib.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/lcdlib.h b/include/lcdlib.h index b1cfc87..7750c7b 100644 --- a/include/lcdlib.h +++ b/include/lcdlib.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/negamax.c b/include/negamax.c index f5bbf02..0afa153 100644 --- a/include/negamax.c +++ b/include/negamax.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/negamax.h b/include/negamax.h index b3dec75..4a09ecb 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/tak.c b/include/tak.c index 783bea8..b93660f 100644 --- a/include/tak.c +++ b/include/tak.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/tak.h b/include/tak.h index 63dffe1..1c73002 100644 --- a/include/tak.h +++ b/include/tak.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/tt_llcht.c b/include/tt_llcht.c index c3902af..1ea8767 100644 --- a/include/tt_llcht.c +++ b/include/tt_llcht.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/tt_llcht.h b/include/tt_llcht.h index 292c93c..c23f814 100644 --- a/include/tt_llcht.h +++ b/include/tt_llcht.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/weights.c b/include/weights.c index e59f1c5..ec28401 100644 --- a/include/weights.c +++ b/include/weights.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/weights.h b/include/weights.h index d6666e7..f736198 100644 --- a/include/weights.h +++ b/include/weights.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/xorshift64.c b/include/xorshift64.c index fd2fb6e..b743d68 100644 --- a/include/xorshift64.c +++ b/include/xorshift64.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/xorshift64.h b/include/xorshift64.h index 4509772..0b48f39 100644 --- a/include/xorshift64.h +++ b/include/xorshift64.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/zobrist.c b/include/zobrist.c index 21a99af..bedfa68 100644 --- a/include/zobrist.c +++ b/include/zobrist.c @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/include/zobrist.h b/include/zobrist.h index 2b1a9dd..8bf19cb 100644 --- a/include/zobrist.h +++ b/include/zobrist.h @@ -1,5 +1,5 @@ /* - This file is part of ctak. + This file is part of ct. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by 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\ diff --git a/src/ctlm.c b/src/ctlm.c index 13d5a97..b9deb15 100644 --- a/src/ctlm.c +++ b/src/ctlm.c @@ -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\ -- cgit v1.2.3