Skip to content

Commit 44b1b32

Browse files
committed
added license to docs, fixed typo
1 parent a172e0a commit 44b1b32

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ make html
237237

238238
Then, open `docs/_build/html/index.html`.
239239

240-
A compiled PDF of the documentation is available as `docs/_build/latex/PySNARK.pdf` but this file may not always be up-to-date.
240+
A compiled PDF of the documentation (generated with `make pdf`) is available as `docs/PySNARK.pdf` but this file may not always be up-to-date.
241241

242242
## Acknowledgements
243243

docs/PySNARK.pdf

5.62 KB
Binary file not shown.

docs/index.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ Welcome to PySNARK's documentation!
88

99
PySNARK is a Python-based system for performing verifiable computations based on the `Pinocchio <https://eprint.iacr.org/2013/279>`_ system and the `Geppetri <https://eprint.iacr.org/2017/013>`_ extension for proofs on authenticated data.
1010

11-
PySNARK is free to use for non-commercial,
12-
experimental and research purposes, see ``LICENSE.md`` for details.
13-
14-
1511
.. toctree::
1612
:maxdepth: 2
1713
:caption: Contents:
1814

15+
license
1916
install
2017
toolchain
2118
contracts

docs/license.rst

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
License
2+
=======
3+
4+
Copyright (c) 2016-2018 Koninklijke Philips N.V. All rights reserved. A
5+
copyright license for redistribution and use in source and binary forms,
6+
with or without modification, is hereby granted for non-commercial,
7+
experimental and research purposes, provided that the following conditions
8+
are met:
9+
10+
- Redistributions of source code must retain the above copyright notice,
11+
this list of conditions and the following disclaimers.
12+
- Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimers in the
14+
documentation and/or other materials provided with the distribution. If
15+
you wish to use this software commercially, kindly contact
16+
[email protected] to obtain a commercial license.
17+
18+
This license extends only to copyright and does not include or grant any
19+
patent license or other license whatsoever.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS"
22+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31+
POSSIBILITY OF SUCH DAMAGE.
32+
33+
Some files in this package have their own copyright conditions. Please refer
34+
to the respective files for details:
35+
36+
- everything under ``qaptools/xbyak`` is copyright by MITSUNARI Shigeo, see ``qaptools/xbyak/COPYRIGHT``
37+
- everything under ``qaptools/ate-pairing`` is released under the BSD 3-Clause License, see ``qaptools/ate-pairing/readme.md``
38+
- ``pysnark/contracts/Pairing.sol`` is copyright by Christian Reitwiessner, see the file itself
39+
- ``examples/DRBG.py`` is copyright by David Lazar, see the file itself

0 commit comments

Comments
 (0)