
python-checkins at python
Jul 25, 2012, 2:04 PM
Post #1 of 1
(40 views)
Permalink
|
|
benchmarks: Add a (hopefully accurate) license file.
|
|
http://hg.python.org/benchmarks/rev/b590acb01622 changeset: 160:b590acb01622 user: Antoine Pitrou <solipsis [at] pitrou> date: Wed Jul 25 23:02:17 2012 +0200 summary: Add a (hopefully accurate) license file. files: LICENSE.txt | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,35 @@ + +Files found in the lib/ directory are copied from third-party software +projects, each of which has its own distribution terms (look for LICENSE +files or information at the beginning of each file). + +Some code was contributed by Google and other contributors under a PSF +contributor agreement, as part of the Unladen Swallow project. + +Except when otherwise stated, other software and documentation is licensed +as follows: + + The MIT License + + 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. + + +Except for the lib/ directory, the list of authors can be found by inspecting +version control history. -- Repository URL: http://hg.python.org/benchmarks
|