Skip to content

Commit 4aeb399

Browse files
jngz-esjackiehanyang
authored andcommitted
refactor NOTICE (opensearch-project#16)
* add dependencies apache, oracle tribuo
1 parent d48f9f6 commit 4aeb399

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

NOTICE

-1
This file was deleted.

NOTICE.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
OpenSearch
2+
Copyright 2021 OpenSearch Contributors
3+
4+
This product includes software developed by
5+
Elasticsearch (http://www.elastic.co).
6+
Copyright 2009-2018 Elasticsearch
7+
8+
This product includes software developed by The Apache Software
9+
Foundation (http://www.apache.org/).
10+
11+
This product includes software developed by
12+
Oracle Labs (https://tribuo.org/).

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subprojects {
6969
ext {
7070
projectSubstitutions = [:]
7171
licenseFile = rootProject.file('LICENSE.txt')
72-
noticeFile = rootProject.file('NOTICE')
72+
noticeFile = rootProject.file('NOTICE.txt')
7373
}
7474

7575
dependencies {

0 commit comments

Comments
 (0)