Skip to content

Commit

Permalink
add new license rules for elastic notices #3942
Browse files Browse the repository at this point in the history
Signed-off-by: NucleonGodX <[email protected]>
  • Loading branch information
NucleonGodX committed Dec 31, 2024
1 parent c40476a commit 581405c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
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}}".
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.
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

0 comments on commit 581405c

Please sign in to comment.