aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-02-05 16:49:14 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitce09b6d94ac3dbf426e959b14fd7731001a003d1 (patch)
tree61567ccad21480af1693836ac161477f58654f07 /include
parent5bc1e056412cb7d96831ab7ae32842c166b38436 (diff)
Rename ct_k -> ct, IANAL but ...
Diffstat (limited to 'include')
-rw-r--r--include/actions.c2
-rw-r--r--include/actions.h2
-rw-r--r--include/cnn1986.c2
-rw-r--r--include/cnn1986.h2
-rw-r--r--include/lcdlib.c2
-rw-r--r--include/lcdlib.h2
-rw-r--r--include/negamax.c2
-rw-r--r--include/negamax.h2
-rw-r--r--include/tak.c2
-rw-r--r--include/tak.h2
-rw-r--r--include/tt_llcht.c2
-rw-r--r--include/tt_llcht.h2
-rw-r--r--include/weights.c2
-rw-r--r--include/weights.h2
-rw-r--r--include/xorshift64.c2
-rw-r--r--include/xorshift64.h2
-rw-r--r--include/zobrist.c2
-rw-r--r--include/zobrist.h2
18 files changed, 18 insertions, 18 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