Skip to content

Commit 65fb6b7

Browse files
authored
Merge pull request #9 from rajarampadmanathan/master
Updated license details.
2 parents 292876d + 7f5f044 commit 65fb6b7

File tree

2 files changed

+95
-2
lines changed

2 files changed

+95
-2
lines changed

LICENSE

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
The PayPal Node SDK is released under the following license:
2+
3+
Copyright (c) 2013-2019 PAYPAL, INC.
4+
5+
SDK LICENSE
6+
7+
NOTICE TO USER: PayPal, Inc. is providing the Software and Documentation for use under the terms of
8+
this Agreement. Any use, reproduction, modification or distribution of the Software or Documentation,
9+
or any derivatives or portions hereof, constitutes your acceptance of this Agreement.
10+
11+
As used in this Agreement, "PayPal" means PayPal, Inc. "Software" means the software code accompanying
12+
this agreement. "Documentation" means the documents, specifications and all other items accompanying
13+
this Agreement other than the Software.
14+
15+
1. LICENSE GRANT Subject to the terms of this Agreement, PayPal hereby grants you a non-exclusive,
16+
worldwide, royalty free license to use, reproduce, prepare derivative works from, publicly display,
17+
publicly perform, distribute and sublicense the Software for any purpose, provided the copyright notice
18+
below appears in a conspicuous location within the source code of the distributed Software and this
19+
license is distributed in the supporting documentation of the Software you distribute. Furthermore,
20+
you must comply with all third party licenses in order to use the third party software contained in the
21+
Software.
22+
23+
Subject to the terms of this Agreement, PayPal hereby grants you a non-exclusive, worldwide, royalty free
24+
license to use, reproduce, publicly display, publicly perform, distribute and sublicense the Documentation
25+
for any purpose. You may not modify the Documentation.
26+
27+
No title to the intellectual property in the Software or Documentation is transferred to you under the
28+
terms of this Agreement. You do not acquire any rights to the Software or the Documentation except as
29+
expressly set forth in this Agreement.
30+
31+
If you choose to distribute the Software in a commercial product, you do so with the understanding that
32+
you agree to defend, indemnify and hold harmless PayPal and its suppliers against any losses, damages and
33+
costs arising from the claims, lawsuits or other legal actions arising out of such distribution. You may
34+
distribute the Software in object code form under your own license, provided that your license agreement:
35+
36+
(a) complies with the terms and conditions of this license agreement;
37+
38+
(b) effectively disclaims all warranties and conditions, express or implied, on behalf of PayPal;
39+
40+
(c) effectively excludes all liability for damages on behalf of PayPal;
41+
42+
(d) states that any provisions that differ from this Agreement are offered by you alone and not PayPal; and
43+
44+
(e) states that the Software is available from you or PayPal and informs licensees how to obtain it in a
45+
reasonable manner on or through a medium customarily used for software exchange.
46+
47+
2. DISCLAIMER OF WARRANTY
48+
PAYPAL LICENSES THE SOFTWARE AND DOCUMENTATION TO YOU ONLY ON AN "AS IS" BASIS WITHOUT WARRANTIES OR CONDITIONS
49+
OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OR CONDITIONS OF TITLE,
50+
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. PAYPAL MAKES NO WARRANTY THAT THE
51+
SOFTWARE OR DOCUMENTATION WILL BE ERROR-FREE. Each user of the Software or Documentation is solely responsible
52+
for determining the appropriateness of using and distributing the Software and Documentation and assumes all
53+
risks associated with its exercise of rights under this Agreement, including but not limited to the risks and
54+
costs of program errors, compliance with applicable laws, damage to or loss of data, programs, or equipment,
55+
and unavailability or interruption of operations. Use of the Software and Documentation is made with the
56+
understanding that PayPal will not provide you with any technical or customer support or maintenance. Some
57+
states or jurisdictions do not allow the exclusion of implied warranties or limitations on how long an implied
58+
warranty may last, so the above limitations may not apply to you. To the extent permissible, any implied
59+
warranties are limited to ninety (90) days.
60+
61+
62+
3. LIMITATION OF LIABILITY
63+
PAYPAL AND ITS SUPPLIERS SHALL NOT BE LIABLE FOR LOSS OR DAMAGE ARISING OUT OF THIS AGREEMENT OR FROM THE USE
64+
OF THE SOFTWARE OR DOCUMENTATION. IN NO EVENT WILL PAYPAL OR ITS SUPPLIERS BE LIABLE TO YOU OR ANY THIRD PARTY
65+
FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, OR SPECIAL DAMAGES INCLUDING LOST PROFITS, LOST SAVINGS,
66+
COSTS, FEES, OR EXPENSES OF ANY KIND ARISING OUT OF ANY PROVISION OF THIS AGREEMENT OR THE USE OR THE INABILITY
67+
TO USE THE SOFTWARE OR DOCUMENTATION, HOWEVER CAUSED AND UNDER ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
68+
STRICT LIABILITY OR TORT INCLUDING NEGLIGENCE OR OTHERWISE), EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
69+
PAYPAL'S AGGREGATE LIABILITY AND THAT OF ITS SUPPLIERS UNDER OR IN CONNECTION WITH THIS AGREEMENT SHALL BE
70+
LIMITED TO THE AMOUNT PAID BY YOU FOR THE SOFTWARE AND DOCUMENTATION.
71+
72+
4. TRADEMARK USAGE
73+
PayPal is a trademark PayPal, Inc. in the United States and other countries. Such trademarks may not be used
74+
to endorse or promote any product unless expressly permitted under separate agreement with PayPal.
75+
76+
5. TERM
77+
Your rights under this Agreement shall terminate if you fail to comply with any of the material terms or
78+
conditions of this Agreement and do not cure such failure in a reasonable period of time after becoming
79+
aware of such noncompliance. If all your rights under this Agreement terminate, you agree to cease use
80+
and distribution of the Software and Documentation as soon as reasonably practicable.
81+
82+
6. GOVERNING LAW AND JURISDICTION. This Agreement is governed by the statutes and laws of the State of
83+
California, without regard to the conflicts of law principles thereof. If any part of this Agreement is
84+
found void and unenforceable, it will not affect the validity of the balance of the Agreement, which shall
85+
remain valid and enforceable according to its terms. Any dispute arising out of or related to this Agreement
86+
shall be brought in the courts of Santa Clara County, California, USA.

README.MD

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
![Home Image](homepage.jpg)
44

5-
__Welcome to PayPal Dotnet SDK__. This repository contains PayPal's Dotnet SDK and samples for REST API.
5+
__Welcome to PayPal Dotnet SDK__. This repository contains PayPal's Dotnet SDK and samples ffor [v2/checkout/orders](https://developer.paypal.com/docs/api/orders/v2/) and [v2/payments](https://developer.paypal.com/docs/api/payments/v2/) APIs.
6+
7+
This is a part of the next major PayPal SDK. It includes a simplified interface to only provide simple model objects and blueprints for HTTP calls. This repo currently contains functionality for PayPal Checkout APIs which includes [Orders V2](https://developer.paypal.com/docs/api/orders/v2/) and [Payments V2](https://developer.paypal.com/docs/api/payments/v2/).
8+
9+
Please refer to the [PayPal Checkout Integration Guide](https://developer.paypal.com/docs/checkout/) for more information. Also refer to [Setup your SDK](https://developer.paypal.com/docs/checkout/reference/server-integration/setup-sdk/) for additional information about setting up the SDK's.
610

7-
This is a part of the next major PayPal SDK. It includes a simplified interface to only provide simple model objects and blueprints for HTTP calls. This repo currently contains functionality for PayPal Checkout APIs which includes Orders V2 and Payments V2.
811

912
## Prerequisites
1013

@@ -131,3 +134,7 @@ You can start off by trying out [creating and capturing an order](/Samples/Captu
131134
To try out different samples for both create and authorize intent head to [this link](/Samples).
132135

133136
Note: Update the `PayPalClient.cs` with your sandbox client credentials or pass your client credentials as environment variable whie executing the samples.
137+
138+
139+
## License
140+
Code released under [SDK LICENSE](LICENSE)

0 commit comments

Comments
 (0)