-
Notifications
You must be signed in to change notification settings - Fork 75
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
Correct copyright notices to reflect Copyright OpenSearch Contributors #161
Comments
We keep the old copyright for all class files created in ODFE, for example https://github.com/opensearch-project/anomaly-detection/blob/main/src/main/java/org/opensearch/ad/AnomalyDetectorPlugin.java#L13-L24 Should we remove this old copyright no matter if the file created in ODFE or not? |
How about we change the label ? |
You do not need to keep old Amazon copyright from ODFE in the code as we're rewriting it to be OpenSearch Contributors, we had consulted legal on this. You should make changes on main, do not backport to 1.0 (and probably no time to backport to 1.1 either). |
Got it. Sure, will remove the old Amazon copyright and merge to main branch. |
@ylwu-amzn Hey, can this issue be closed? Do you think you caught everything in #257 ? Thanks! |
Kept the issue as we haven't fixed frontend package. Now frontend copyright fixed opensearch-project/anomaly-detection-dashboards-plugin#118, will close this issue. |
The correct header for this one is:
|
Thanks @AMoo-Miki , this file |
Coming from opensearch-project/.github#21.
The correct copyright for open-source projects in opensearch-project is "Copyright OpenSearch Contributors". Please correct any places that say otherwise, especially where it says copyright Amazon. Make sure NOTICE.txt and README match. See opensearch-project/.github#24 for an example.
The text was updated successfully, but these errors were encountered: