Skip to content

Commit e3a0b7c

Browse files
tmarkleyzhongnansuAMoo-Miki
authored
Corrects NOTICE file copyright date range (opensearch-project#3308)
* Corrects NOTICE file copyright date range * Follow-up on opensearch-project#3051 Resolves opensearch-project#765 Signed-off-by: Tommy Markley <5437176+tmarkley@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Miki <amoo_miki@yahoo.com> Signed-off-by: Tommy Markley <5437176+tmarkley@users.noreply.github.com> Co-authored-by: Zhongnan Su <szhongna@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com>
1 parent 7794b62 commit e3a0b7c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
119119
- [Doc] Add readme for global query persistence ([#3001](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3001))
120120
- Updates NOTICE file, adds validation to GitHub CI ([#3051](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3051))
121121
- [Doc] Add current plugin persistence implementation readme ([#3081](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3081))
122+
- Correct copyright date range of NOTICE file and notice generator ([#3308](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3308))
122123

123124
### 🛠 Maintenance
124125

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Copyright OpenSearch Contributors
33

44
This product includes software, including Kibana source code,
55
developed by Elasticsearch (http://www.elastic.co).
6-
Copyright 2009-2018 Elasticsearch B.V.
6+
Copyright 2009-2021 Elasticsearch B.V.
77

88
This product includes software developed by The Apache Software
99
Foundation (http://www.apache.org/)

src/dev/notice/generate_notice_from_source.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const NOTICE_TEXT = `Copyright OpenSearch Contributors
3737
3838
This product includes software, including Kibana source code,
3939
developed by Elasticsearch (http://www.elastic.co).
40-
Copyright 2009-2018 Elasticsearch B.V.
40+
Copyright 2009-2021 Elasticsearch B.V.
4141
4242
This product includes software developed by The Apache Software
4343
Foundation (http://www.apache.org/)

0 commit comments

Comments
 (0)