summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..413f539
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,19 @@
+# pylibchorus -- Python Chorus API Library #
+
+This intends to be a near complete Python language binding of the
+[Chorus API][1].
+
+## License ##
+
+This code is licensed and distributed, as-is without warranty and in
+the hopes it will be useful under the terms and conditions of the MIT
+license. Please see the LICENSE file for more information. If the
+LICENSE file was not distributed with your copy, you may also find it
+[on the web][2].
+
+[1]: https://github.com/chorus/chorus
+
+[2]: http://opensource.org/licenses/MIT
+
+<!--- vim: colorcolumn=70:textwidth=69:
+-->