-
Notifications
You must be signed in to change notification settings - Fork 50.4k
Fixed Copyright year from 2014 to 2015 in 3 files #3135
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
Conversation
…, and setTextContent.js.
|
Two of the licenses are even the wrong/old ones (brought in by my pre-2015 PRs :S). Could you update those to use the BSD-license as well? |
|
Sure. I updated those two files as well. |
|
I updated the last line of those two file. Are those the format you want? Or I should just delete the last line if it's not really necessary to be there? |
|
Only the license should be updated, any |
|
Hi Andreas, I changed the file's last line (@- directives) to the origin state. |
|
Can you rebase? This doesn't merge cleanly (I fixed the license on 1 of the files yesterday as part of #3133). |
…o the commit to commit #3133 and update the year to 2015. Conflicts: src/browser/ui/dom/setTextContent.js
|
Hi Paul, I rebased to the newer commit and update the copyright year to that file as well. Thanks. |
|
I found my commit combined all the previous version of commit. I'm fixing it now. |
|
Sorry I did something stupid in rebase. I made another pull request |
Change copyright year from 2014 to 2015 in react.js, ReactDOMIframe.js, and setTextContent.js. All changes are in comments and won't affect original codes.