diff --git a/TODO.org b/TODO.org index bc0cd17..3f6491c 100644 --- a/TODO.org +++ b/TODO.org @@ -1,10 +1,6 @@ #+OPTIONS: toc:3 -**This is not a working chess program !!** - -/I am only experimenting some chess programming concepts./ - -* A small personal C library +* brlib - A small personal C library ** License SPDX-License-Identifier: GPL-3.0-or-later @@ -13,7 +9,10 @@ This work is, with exceptions below, Copyright (C) 2021-2024 Bruno Raoult Some rights reserved. See COPYING. *** The licence exceptions are: -**** [[https://sourceforge.net/projects/cutest/files/cutest/][CuTest]] +**** Cutest testing framework. +You can find the original work on +[[https://sourceforge.net/projects/cutest/files/cutest/][sourceforge]]. + This software is (C) 2000-2003 Asim Jalis, under the zlib License. See [[test/cutest/license.txt][license local copy]] or . @@ -37,6 +36,7 @@ $ git remote add github git@github.com:braoult/brlib.git #+END_EXAMPLE + * NFSv4 with Kerberos on Debian from scratch #+BEGIN_QUOTE /(C)2022 Bruno Raoult./