summaryrefslogtreecommitdiff
path: root/LICENSE.txt
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-03-06 18:16:48 +0100
committerJannis Leidel <jannis@leidel.info>2011-03-06 18:16:48 +0100
commitf39086279fafdf5b9b79f0296d7aa663c8ebfa98 (patch)
tree07d11cd5548fa9c91c82c290eec3c1196f042e4c /LICENSE.txt
parent2b57736cfd577ecdd5c3b093753dbdc282710699 (diff)
downloadpip-f39086279fafdf5b9b79f0296d7aa663c8ebfa98.tar.gz
Moved license file to main directory to follow best practices and added an AUTHORS file.
Diffstat (limited to 'LICENSE.txt')
-rw-r--r--LICENSE.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 000000000..7951a0325
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2008-2011 The pip developers (see AUTHORS.txt file)
+
+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.