Skip to content

Commit 4e13dd2

Browse files
author
Nara Kasbergen
committed
Update license in README
1 parent 38379a0 commit 4e13dd2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

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

33
A PHP-based server-side proxy for interacting with the [NPR One API](http://dev.npr.org/api/)'s authorization server. Use this proxy to secure your OAuth2 credentials.
44

5+
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy)
6+
7+
58
##### Table of Contents
69

710
- [Background](#background)
@@ -232,17 +235,17 @@ If you're interested in contributing to this project by submitting bug reports,
232235

233236
Copyright (c) 2016 NPR
234237

235-
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/License-2.0) (the “License”) with the following modification; you may not use this file except in compliance with the License as modified by the addition of Section 10, as follows:
238+
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/License-2.0) (the “License”) with the following modification; You may not use this file except in compliance with the License as modified by the addition of Section 10, as follows:
236239

237-
##### 10. Prohibitions
240+
##### 10. Additional Prohibitions
238241

239-
When using the Work, you may not (or allow those acting on your behalf to):
242+
When using the Work, You may not (or allow those acting on Your behalf to):
240243

241-
a. Perform an action with the intent of introducing to the Work, the NPR One API or any other NPR products and services any viruses, worms, defects, Trojan horses, malware or any items of a destructive nature, or obtaining unauthorized access to the NPR One API or any other NPR products or services;
244+
a. Perform any action with the intent of introducing to the Work, the NPR One API, the NPR servers or network infrastructure, or any NPR products and services any viruses, worms, defects, Trojan horses, malware or any items of a destructive or malicious nature; or obtaining unauthorized access to the NPR One API, the NPR servers or network infrastructure, or any NPR products or services;
242245

243246
b. Remove, obscure or alter any NPR terms of service, including the [NPR services Terms of Use](http://www.npr.org/about-npr/179876898/terms-of-use) and the [Developer API Terms of Use](http://dev.npr.org/terms-of-use/), or any links to or notices of those terms; or
244247

245-
c. Take any other action prohibited by any NPR terms of service, including the [NPR services Terms of Use](http://www.npr.org/about-npr/179876898/terms-of-use) and the [Developer API Terms of Use](http://dev.npr.org/terms-of-use/), unless expressly permitted by the License.
248+
c. Take any other action prohibited by any NPR terms of service, including the [NPR services Terms of Use](http://www.npr.org/about-npr/179876898/terms-of-use) and the [Developer API Terms of Use](http://dev.npr.org/terms-of-use/).
246249

247250
You may obtain a copy of the License at http://www.apache.org/licenses/License-2.0
248251

0 commit comments

Comments
 (0)