summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-01-18 12:30:47 -0700
committerkballou <kballou@devnulllabs.io>2016-01-18 12:31:38 -0700
commit9941423988e575fecbfc5f2507a3dd296c60f188 (patch)
tree5cd85d4c3634f6cf326a90b20548b43f208916a1 /README.markdown
downloadgit-in-reverse-9941423988e575fecbfc5f2507a3dd296c60f188.tar.gz
git-in-reverse-9941423988e575fecbfc5f2507a3dd296c60f188.tar.xz
Learning Git in Reverse: initial commit
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..fcab11b
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,26 @@
+# Learning Git± in Reverse #
+
+A backwards introduction to the information manager from hell.
+
+## 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 1597 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/