summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..6ced87d
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,26 @@
+# Learning Functional Programming with Elixir#
+
+A short introduction to functional programming with Elixir.
+
+## License ##
+
+The content of these slides is available as-is, without warranty under the
+terms and conditions of the defined in the GNU Free Documentation License (FDL
+1.3 or later) except where clearly noted otherwise. For the specific terms set
+by the FDL, you may read the `LICENSE` file included with your distribution or,
+if a LICENSE file was not included, read them [online][1].
+
+Code examples, `./src/code/`, included and used throughout the presentation are
+made available, as-is without warranty under the terms and conditions set under
+the GNU Public License (GPL version 3 or later). For more information about the
+specifics of the GPL, you may read the [license][2] online.
+
+XKCD comic 1270 is made available by Randal Munroe under the terms of the
+Creative-Commons Attribution-NonCommercial 2.5 license. For more information,
+read the license text [online][3].
+
+[1]: http://www.gnu.org/licenses/fdl.html
+
+[2]: http://www.gnu.org/licenses/gpl.html
+
+[3]: http://creativecommons.org/licenses/by-nc/2.5/