license.yaml fixes for code introduced related to AWS RDS token based password provider in PR #9518 (#10885)

* license.yaml fixes for code introduced related to AWS RDS token based password provider in PR #9518

* add notice for commons-dbcp in license file

* add version and update NOTICE file
This commit is contained in:
Himanshu 2021-03-10 12:59:25 -08:00 committed by GitHub
parent c0fb326788
commit 43638cc6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

8
NOTICE
View File

@ -86,6 +86,14 @@ Copyright 2011-2017 Metamarkets Group Inc.
extendedset
Copyright 2012 Metamarkets Group Inc.
================= Apache Commons DBCP2 2.0.1 =================
Apache Commons DBCP
Copyright 2001-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
-------------------------------------------------------------------------------
This library contains a modified version of Alessandro Colantonio's CONCISE

View File

@ -148,7 +148,7 @@ source_paths:
---
name: AWS RDS SDK for Java
license_category: source
license_category: binary
module: extensions/druid-aws-rds-extensions
license_name: Apache License version 2.0
version: 1.11.884
@ -157,6 +157,22 @@ libraries:
---
name: Code adopted from org.apache.commons.dbcp2.BasicDataSource
license_category: source
module: server
license_name: Apache License version 2.0
version: 2.0.1
source_paths:
- server/src/main/java/org/apache/druid/metadata/BasicDataSourceExt.java
notice: |
Apache Commons DBCP
Copyright 2001-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
---
name: LDAP string encoding function from OWASP ESAPI
license_category: source
module: extensions/druid-basic-security