summaryrefslogtreecommitdiff
path: root/LICENSE.md
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-11-30 23:57:05 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2016-11-30 23:57:05 +0200
commitd1414cfdc4275a2a0f033566e4f7839fd90a2bc2 (patch)
treea773bbc0c1390c9cf8e1a72cbfe4524573798dd2 /LICENSE.md
parented0d4de57603f64291b5c5de1fdb39c16f0e9e11 (diff)
downloadcherrypy-git-d1414cfdc4275a2a0f033566e4f7839fd90a2bc2.tar.gz
Move LICENSE to repo root and change to Markdown
So that it will be recognized by GitHub and indicated in repository metadata next to contributors counter
Diffstat (limited to 'LICENSE.md')
-rw-r--r--LICENSE.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 00000000..dcccbf22
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,30 @@
+**Copyright &copy; 2004-2016, CherryPy Team (team@cherrypy.org)
+
+**All rights reserved.**
+
+* * *
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of CherryPy nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.