Rename "sn-batcher" to "sn-bitonicsort".
[sort-networks.git] / README
diff --git a/README b/README
index 3778dde..61e90d1 100644 (file)
--- a/README
+++ b/README
@@ -19,10 +19,9 @@ The distribution includes the following utility programs:
     Reads a list of values from STDIN and applies a given comparator network to
     the list. The resulting list of printed to STDOUT.
 
-  * sn-batcher
-    Creates a batcher bitonic-merge-sort network with a given number of inputs
-    and prints the network to STDOUT. The number of inputs must be a power of
-    two.
+  * sn-bitonicsort
+    Creates a bitonic mergesort network with a given number of inputs and
+    prints the network to STDOUT. The number of inputs must be a power of two.
 
   * sn-check-bf
     Does a brute-force check whether a given comparator network is a sort
@@ -67,6 +66,28 @@ The distribution includes the following utility programs:
     Prints the TikZ / TeX sources of a graphic representation of a comparator
     network to STDOUT.
 
+Experimental / research applications:
+
+  * sn-bb
+  * sn-bb-merge
+  * sn-markov
+  * sn-evolution
+  * sn-evolution2
+  * sn-evolution-cut
+  * sn-evolution-merge
+
+
+License
+-------
+
+The libsortnetwork library is licensed under the GNU Lesser General Public
+License, version 2.1 or later (LGPLv2.1+).
+
+Other utility programs included in this distribution, for example
+"sn-normalize", are licensed under the GNU General Public License, version 2
+(GPLv2). The exact terms of this license can be found in the file "COPYING" in
+the top source directory.
+
 
 Author
 ------