Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit e743521

Browse files
committed
Licenses fix
1 parent ee7a4fd commit e743521

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/notice-generator/go-licence-detector/overrides.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
{"name": "github.com/xeipuuv/gojsonpointer", "licenceFile": "LICENSE-APACHE-2.0.txt"}
55
{"name": "github.com/xeipuuv/gojsonreference", "licenceFile": "LICENSE-APACHE-2.0.txt"}
66
{"name": "github.com/xeipuuv/gojsonschema", "licenceFile": "LICENSE-APACHE-2.0.txt"}
7-
{"name": "github.com/QuesmaOrg/quesma/platform", "licenceType": "Elastic-2.0"}
7+
{"name": "github.com/QuesmaOrg/quesma/platform", "licenceType": "QUESMA_CODEBASE_UNDER_ELASTIC_2.0_LICENSE"}

.github/notice-generator/go-licence-detector/rules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_comment": "This is the stock rules.json file (https://github.com/elastic/go-licence-detector/blob/master/assets/rules.json) but with added Unlicense",
2+
"_comment": "This is the stock rules.json file (https://github.com/elastic/go-licence-detector/blob/master/assets/rules.json) but with added Unlicense. Additionally, we had to add `QUESMA_CODEBASE_UNDER_ELASTIC_2.0_LICENSE` license type for our internal dependency as go-license-detector failed to detect it correctly.",
33
"allowlist": [
44
"Apache-2.0",
55
"BSD-2-Clause",
@@ -10,7 +10,7 @@
1010
"Public Domain",
1111
"CC0-1.0",
1212

13-
"Elastic-2.0",
13+
"QUESMA_CODEBASE_UNDER_ELASTIC_2.0_LICENSE",
1414

1515
"Unlicense"
1616
]

NOTICE.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,15 +543,15 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
543543
#### Module : github.com/QuesmaOrg/quesma/platform
544544
Version : v0.0.0-20250519105918-0f6942f1a3dd
545545
Time : unknown
546-
Licence : Elastic-2.0
546+
Licence : QUESMA_INTERNAL_DEPENDENCY
547547

548548
No licence file provided.
549549

550550
--------------------------------------------------------------------------------
551551
#### Module : github.com/QuesmaOrg/quesma/platform
552552
Version : v0.0.0-20250630134911-e11a59a7d078
553553
Time : unknown
554-
Licence : Elastic-2.0
554+
Licence : QUESMA_INTERNAL_DEPENDENCY
555555

556556
No licence file provided.
557557

0 commit comments

Comments
 (0)