From 339a01e5281206229f07a2bb47687c7545c8b905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrobe=CC=81s?= Date: Fri, 23 Jan 2015 11:19:46 +0100 Subject: [PATCH] Add MIT license --- LICENSE.md | 21 +++++++++++++++++++++ README.md | 3 +++ ddt.py | 7 +++++++ 3 files changed, 31 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..f2bc8bf --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +Copyright © 2015 Carles Barrobés and additional contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +[MIT License](http://mit-license.org/) diff --git a/README.md b/README.md index 030a91d..afe5716 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ Installation ```pip install ddt``` More info at http://ddt.readthedocs.org/ + +See [Contributing](CONTRIBUTING.md) if you plan to contribute to `ddt`, +and [License](LICENSE.md) if you plan to use it. diff --git a/ddt.py b/ddt.py index 135c297..f8d77b2 100644 --- a/ddt.py +++ b/ddt.py @@ -1,3 +1,10 @@ +# -*- coding: utf-8 -*- +# This file is a part of DDT (https://github.com/txels/ddt) +# Copyright 2012-2015 Carles Barrobés and DDT contributors +# For the exact contribution history, see the git revision log. +# DDT is licensed under the MIT License, included in +# https://github.com/txels/ddt/blob/master/LICENSE.md + import inspect import json import os