summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-07-02 20:50:43 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-07-02 20:50:43 -0400
commitd2a1909cb13a9ba1edaa46f688f2240014736cea (patch)
tree9b92449c43be373db0e0e9620750f1db6953b9f8
parentde846bbd4aa9102af504d21da9d6a0409bfdcd18 (diff)
add a README
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6e0a06a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# CVTUTF-make
+
+This repository contains a set of scripts to create a git repository
+representing the history of the CVTUTF library.
+
+When you run the `make` command in this repository, it well create the
+CVTUTF repository at `dat/git/`. I publish the resulting CVTUTF
+repository at https://git.lukeshu.com/2git/cvtutf/ .
+
+The CVTUTF library may be distributed freely (hence my ability to
+publish a repository of its history), but it may NOT be used freely.
+The license contains a use-restriction that makes it non-Free and
+incompatible with the GNU GPL. Additionally, every revision of it
+supposedly has multiple bugs; though I have not studied it closely
+enough to verify that claim. I am publishing its history because it
+is of historic interest, not because it should be used.
+
+--
+Happy hacking,
+~ Luke Shumaker