From 8ac7a6eb0b05005942cd3fc683670100c97be716 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 4 Dec 2013 06:29:31 -0600 Subject: [PATCH] add CLA to readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4564ad72..65999c98 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ clipboard, simply select the text and type `Ctrl-A + Ctrl-C`, and For mac users: consider `Ctrl` to be `Command/Apple` above. +### Contribution and License Agreement + +If you contribute code to marked, you are implicitly allowing your code to be +distributed under the MIT license. You are also implicitly verifying that all +code is your original work. `` + ## License Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)