opendistro-for-elasticsearch / anomaly-detection-kibana-plugin

A Kibana plugin providing visualizations for anomaly detection in Open Distro.
https://opendistro.github.io/
Apache License 2.0
44 stars 18 forks source link

Remove unnecessary copyright year in copyright header #365

Closed ohltyler closed 3 years ago

ohltyler commented 3 years ago

Currently, all files have some copyright year based on the file's creation time. It is now recommended based on Amazon open source code standards to not include a year anymore. All of the recently-added historical detector files should remove the year in this case. Older files can remain how they currently exist.

Before: Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. After: Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.