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

Switch to MIT license (same as React) #621

Merged
merged 1 commit into from
Nov 5, 2018
Merged

Switch to MIT license (same as React) #621

merged 1 commit into from
Nov 5, 2018

Conversation

Daniel15
Copy link
Member

@Daniel15 Daniel15 commented Nov 5, 2018

Switches from the BSD + Patents license to the MIT license, to match React.

Most replacements were done with a regex in Notepad++
Find:

/\*\s*\r?\n \*  Copyright \(c\) 201\d(\-Present)?, Facebook, Inc\.\s*\r?\n \*  All rights reserved.\s*\r?\n \*\s*\r?\n \*  This source code is licensed under the BSD-style license found in the\s*\r?\n \*  LICENSE file in the root directory of this source tree. An additional grant\s*\r?\n \*  of patent rights can be found in the PATENTS file in the same directory.\s*\r?\n \*/

Replace with:

/**\r\n * Copyright \(c\) Facebook, Inc. and its affiliates.\r\n *\r\n * This source code is licensed under the MIT license found in the\r\n * LICENSE file in the root directory of this source tree.\r\n */

Fixes #524

@Daniel15 Daniel15 merged commit 7c44b14 into master Nov 5, 2018
@Daniel15 Daniel15 deleted the mit branch November 5, 2018 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant