Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change license and remove references to PATENTS #10804

Merged
merged 3 commits into from
Sep 26, 2017

Conversation

sophiebits
Copy link
Collaborator

Only remaining references:

docs/_posts/2014-10-28-react-v0.12.md
51:You can read the full text of the [LICENSE](https://github.com/facebook/react/blob/master/LICENSE) and [`PATENTS`](https://github.com/facebook/react/blob/master/PATENTS) files on GitHub.

docs/_posts/2015-04-17-react-native-v0.4.md
20:* **Patent Grant**: Many of you had concerns and questions around the PATENTS file. We pushed [a new version of the grant](https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/).

src/__mocks__/vendor/third_party/WebComponents.js
8: * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt

asyncCopyTo(resolve('./LICENSE'), `${to}/LICENSE`),
asyncCopyTo(resolve('./PATENTS'), `${to}/PATENTS`),
])
Promise.all([asyncCopyTo(resolve('./LICENSE'), `${to}/LICENSE`)])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like we can get rid of Promise.all here?

LICENSE Outdated

For React software

Copyright (c) 2013-present, Facebook, Inc.
All rights reserved.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line was removed from LICENSE file, but not from other source files... 😊

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed.

@sophiebits sophiebits force-pushed the nopatents branch 4 times, most recently from 81019d1 to 5d95c02 Compare September 26, 2017 01:00
Did find and replace in TextMate.

```
find: (?:( \*)( ))?Copyright (?:\(c\) )?(\d{4})\b.+Facebook[\s\S]+(?:this source tree|the same directory)\.$
replace: $1$2Copyright (c) $3-present, Facebook, Inc.\n$1\n$1$2This source code is licensed under the MIT license found in the\n$1$2LICENSE file in the root directory of this source tree.
```
Only remaining references:

```
docs/_posts/2014-10-28-react-v0.12.md
51:You can read the full text of the [LICENSE](https://github.com/facebook/react/blob/master/LICENSE) and [`PATENTS`](https://github.com/facebook/react/blob/master/PATENTS) files on GitHub.

docs/_posts/2015-04-17-react-native-v0.4.md
20:* **Patent Grant**: Many of you had concerns and questions around the PATENTS file. We pushed [a new version of the grant](https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/).

src/__mocks__/vendor/third_party/WebComponents.js
8: * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
```
@frenzzy
Copy link

frenzzy commented Sep 26, 2017

Do we still need LICENSE-docs and LICENSE-examples files in the root directory of the source tree?

Daniel15 added a commit to reactjs/React.NET that referenced this pull request Nov 5, 2018
Daniel15 added a commit to reactjs/React.NET that referenced this pull request Nov 5, 2018
Daniel15 added a commit to reactjs/React.NET that referenced this pull request Nov 5, 2018
toptaldev92 pushed a commit to toptaldev92/React.NET that referenced this pull request Jul 28, 2021
onlinehub0808 added a commit to onlinehub0808/React.NET that referenced this pull request Jun 2, 2023
CDouglas1029 added a commit to CDouglas1029/React-.NET that referenced this pull request Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.