We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48f9f6 commit 4aeb399Copy full SHA for 4aeb399
NOTICE
NOTICE.txt
@@ -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
12
+Oracle Labs (https://tribuo.org/).
build.gradle
@@ -69,7 +69,7 @@ subprojects {
69
ext {
70
projectSubstitutions = [:]
71
licenseFile = rootProject.file('LICENSE.txt')
72
- noticeFile = rootProject.file('NOTICE')
+ noticeFile = rootProject.file('NOTICE.txt')
73
}
74
75
dependencies {
0 commit comments