@@ -20,12 +20,12 @@ python-lambda-4dn
2020
2121This is a toolset for developing and deploying *serverless * Python code in AWS Lambda.
2222
23- Important
24- =========
25- This is a FORK of Nick Ficano's `Python-lambda <https://pypi.python.org/pypi/python-lambda >`_
26- package. It will NOT be updated regularly and is frozen for the needs of projects at the
27- `4D Nucleome Data Coordination and Integration Center (4DN-DCIC)
28- <https://github.com/4dn-dcic> `_.
23+ .. Important ::
24+
25+ This is a FORK of Nick Ficano's `Python-lambda <https://pypi.python.org/pypi/python-lambda >`_
26+ package. It will NOT be updated regularly and is frozen for the needs of projects at the
27+ `4D Nucleome Data Coordination and Integration Center (4DN-DCIC)
28+ <https://github.com/4dn-dcic> `_.
2929
3030Description
3131===========
@@ -39,6 +39,25 @@ is not as simple as it could be.
3939The *Python-Lambda * library takes away the guess work of developing your Python-Lambda
4040services by providing you a toolset to streamline the annoying parts.
4141
42+ Important Legal Notice
43+ ======================
44+
45+ The original `Python-lambda <https://pypi.python.org/pypi/python-lambda >`_ is licensed under
46+ an ISCL license. `The version of that license active at time of the fork is here
47+ <https://github.com/nficano/python-lambda/blob/01f1b8c3651de4e772618851b2117277ca95b1b4/LICENSE> `_.
48+ Github's summary of that license describes it as:
49+
50+ A permissive license lets people do anything with your code with proper attribution
51+ and without warranty. The ISC license is functionally equivalent to the BSD 2-Clause
52+ and MIT licenses, removing some language that is no longer necessary.
53+
54+ Since our derivative work is covered under the MIT license, and on a theory
55+ that the underlying license is equivalent to the MIT license,
56+ we shorthand our licensing requirements as just "MIT" because that's more consistent
57+ with how we describe licensing for other 4DN-DCIC software.
58+ However, for the properly formal legal detail,
59+ please refer to our actual `LICENSE <LICENSE >`_.
60+
4261System Requirements
4362===================
4463
0 commit comments