From e7963ca778c951d01ef8a2d7cf2e2215d22e43f9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 12 Aug 2013 11:09:16 -0500 Subject: [PATCH] add half-assed CLA to readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c3269a78f0..ff295de7f0 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,12 @@ cd marked/ node test ``` +### 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) 2011-2013, Christopher Jeffrey. (MIT License)