-
-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new license rules for elastic notices #3942
Signed-off-by: NucleonGodX <[email protected]>
- Loading branch information
1 parent
c40476a
commit 581405c
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
src/licensedcode/data/rules/elastic-license-v2_or_agpl-3.0_or_mongodb-sspl-1.0_1.RULE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
license_expression: elastic-license-v2 OR agpl-3.0 OR mongodb-sspl-1.0 | ||
is_license_notice: yes | ||
relevance: 100 | ||
notes: https://github.com/elastic/elasticsearch/commit/a59c182f9f7e9d1bf3d6eecbc0e44f24ff91d053 | ||
ignorable_copyrights: | ||
- Copyright Elasticsearch B.V. | ||
ignorable_holders: | ||
- Elasticsearch B.V. | ||
--- | ||
|
||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the "{{Elastic License}} | ||
* 2.0", the "{{GNU Affero General Public License v3.0 only}}", and the "{{Server Side | ||
* Public License, v 1}}"; you may not use this file except in compliance with, at | ||
* your election, the "{{Elastic License 2.0}}", the "{{GNU Affero General Public | ||
* License v3.0 only}}" or the "{{Server Side Public License, v 1}}". |
16 changes: 16 additions & 0 deletions
16
src/licensedcode/data/rules/elastic-license-v2_or_agpl-3.0_or_mongodb-sspl-1.0_2.RULE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
license_expression: (elastic-license-v2 OR agpl-3.0 OR mongodb-sspl-1.0) AND apache-2.0 AND elastic-license-v2 | ||
is_license_notice: yes | ||
relevance: 100 | ||
notes: See https://github.com/elastic/elasticsearch/commit/a59c182f9f7e9d1bf3d6eecbc0e44f24ff91d053 | ||
--- | ||
|
||
Source code in this repository is covered by (i) a triple license under the "GNU | ||
Affero General Public License v3.0 only", "the Server Side Public License, v 1", | ||
and the "Elastic License 2.0", or (ii) an "Apache License 2.0" compatible | ||
license or (iii) solely under the "Elastic License 2.0", in each case, as noted | ||
in the applicable header. The default throughout the repository is a triple | ||
license under the "GNU Affero General Public License v3.0 only", "the Server | ||
Side Public License, v 1", and the "Elastic License 2.0", unless the header | ||
specifies another license. Code that is licensed solely under the "Elastic | ||
License 2.0" is found only in the x-pack folder. |
10 changes: 10 additions & 0 deletions
10
src/licensedcode/data/rules/elastic-license-v2_or_agpl-3.0_or_mongodb-sspl-1.0_3.RULE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
license_expression: elastic-license-v2 OR agpl-3.0 OR mongodb-sspl-1.0 | ||
is_license_reference: yes | ||
relevance: 100 | ||
referenced_filenames: | ||
- licenses/AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt | ||
notes: https://github.com/elastic/elasticsearch/commit/a59c182f9f7e9d1bf3d6eecbc0e44f24ff91d053 | ||
--- | ||
|
||
licenses/AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt |