summaryrefslogtreecommitdiffstats
path: root/FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-01-23 14:28:53 -0800
committeryum <yum.food.vr@gmail.com>2023-01-23 14:32:09 -0800
commit9fff496394dcd94c4084694ca96a5e07ab836274 (patch)
treed89b78e16ecb6011bdd74555da79f7a8c1d90752 /FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst
parent9329d64f991b8b3289af22e4c2eedb09a97c5640 (diff)
package.ps1 now fetches all dependencies
Don't literally check in Python since it looks dodgy (rightfully so). Instead the build script just fetches it. * Update README, simplifying language and documenting other projects
Diffstat (limited to 'FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst')
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst151
1 files changed, 0 insertions, 151 deletions
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst b/FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst
deleted file mode 100644
index 275e148..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/credits.rst
+++ /dev/null
@@ -1,151 +0,0 @@
-Licensing and credits
-=====================
-
-.. _licence:
-
-Licence
--------
-The software is distributed under an MIT licence. The text is as follows
-(from ``LICENSE.txt``)::
-
- Copyright (c) 2013-2019 Python Charmers Pty Ltd, Australia
-
- 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.
-
-.. _sponsor:
-
-Sponsors
---------
-Python Charmers Pty Ltd, Australia, and Python Charmers Pte Ltd, Singapore.
-http://pythoncharmers.com
-
-Pinterest https://opensource.pinterest.com/
-
-.. _authors:
-
-Maintainer
-----------
-Python-Future is currently maintained by Jordan M. Adler <jordan.m.adler@gmail.com>.
-
-Authors
--------
-Python-Future is largely written by Ed Schofield <ed@pythoncharmers.com> with the help of various contributors:
-
-- Jordan Adler
-- Jeroen Akkerman
-- Kyle Altendorf
-- Grant Bakker
-- Jacob Beck
-- Fumihiro (Ben) Bessho
-- Shiva Bhusal
-- Nate Bogdanowicz
-- Tomer Chachamu
-- Christian Clauss
-- Denis Cornehl
-- Nicolas Delaby
-- Chad Dombrova
-- Jon Dufresne
-- Corey Farwell
-- Eric Firing
-- Joe Gordon
-- Maximilian Hils
-- Miro Hrončok
-- Mark Huang
-- Martijn Jacobs
-- Michael Joseph
-- Waldemar Kornewald
-- Alexey Kotlyarov
-- Steve Kowalik
-- Lion Krischer
-- Marcin Kuzminski
-- Joshua Landau
-- German Larrain
-- Chris Lasher
-- ghanshyam lele
-- Calum Lind
-- Tobias Megies
-- Anika Mukherji
-- Jon Parise
-- Matthew Parnell
-- Tom Picton
-- Miga Purg
-- Éloi Rivard
-- Sesh Sadasivam
-- Elliott Sales de Andrade
-- Aiden Scandella
-- Yury Selivanov
-- Tim Shaffer
-- Sameera Somisetty
-- Louis Sautier
-- Gregory P. Smith
-- Chase Sterling
-- Daniel Szoska
-- Flaviu Tamas
-- Jeff Tratner
-- Tim Tröndle
-- Brad Walker
-- Andrew Wason
-- Jeff Widman
-- Dan Yeaw
-- Hackalog (GitHub user)
-- lsm (GiHub user)
-- Mystic-Mirage (GitHub user)
-- str4d (GitHub user)
-- ucodery (GitHub user)
-- urain39 (GitHub user)
-- 9seconds (GitHub user)
-- Varriount (GitHub user)
-
-Suggestions and Feedback
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-- Chris Adams
-- Martijn Faassen
-- Joe Gordon
-- Lion Krischer
-- Danielle Madeley
-- Val Markovic
-- wluebbe (GitHub user)
-
-
-Other Credits
--------------
-
-- The backported ``super()`` and ``range()`` functions are derived from Ryan
- Kelly's ``magicsuper`` module and Dan Crosta's ``xrange`` module.
-
-- The ``futurize`` and ``pasteurize`` scripts use ``lib2to3``, ``lib3to2``, and
- parts of Armin Ronacher's ``python-modernize`` code.
-
-- The ``python_2_unicode_compatible`` decorator is from Django. The
- ``implements_iterator`` and ``with_metaclass`` decorators are from Jinja2.
-
-- The ``exec_`` function and some others in ``future.utils`` are from the
- ``six`` module by Benjamin Peterson.
-
-- The ``raise_`` and ``raise_with_traceback`` functions were contributed by
- Jeff Tratner.
-
-- A working version of ``raise_from`` was contributed by Varriount (GitHub).
-
-- Documentation is generated with `Sphinx <http://sphinx.pocoo.org>`_ using the
- ``sphinx-bootstrap`` theme.
-
-- ``past.translation`` is inspired by and borrows some code from Sanjay Vinip's
- ``uprefix`` module.