Update 'TODO.org'

This commit is contained in:
2024-01-07 12:48:44 +01:00
parent eff85dbd10
commit f7dcbc7045

View File

@@ -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 <https://spdx.org/licenses/GPL-3.0-or-later.html>
@@ -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
<https://spdx.org/licenses/Zlib.html>.
@@ -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./