From a33df3ac33529ca2963eb5e45ab0bbedd9725065 Mon Sep 17 00:00:00 2001 From: fehguy Date: Mon, 30 Jul 2012 09:50:35 -0700 Subject: [PATCH] added license info --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8b1ce5075f2..c2959daa327 100644 --- a/README.md +++ b/README.md @@ -193,3 +193,18 @@ Sample: "Summary --> Total Test Cases: 9 Failed Test Cases: 0" In detail section each test case and its status (passed/failed) are reported. Failures include an exception trace. Test case path is combination of test suite id and test case id separated by "." + +License +------- + +Copyright 2011-2012 Wordnik, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file