added another variation of Apache 2 license name to acceptable licenses

This commit is contained in:
deep-learning-dynamo 2023-10-09 08:58:02 +02:00
parent 6217922643
commit b822e68150
1 changed files with 6 additions and 2 deletions

View File

@ -351,10 +351,14 @@
<scopes>compile,runtime,provided,test</scopes>
<acceptableLicenses>
<license>
<name>(The )?(Apache License, Version 2\.0)|(Apache-2\.0)|(The Apache Software License, Version 2\.0)
</name>
<name>(The )?(Apache License, Version 2\.0)|(Apache-2\.0)|(The Apache Software License, Version 2\.0)</name>
<url>https?://www\.apache\.org/licenses/LICENSE-2\.0</url>
</license>
<license>
<!-- for com.datastax.astra:astra-sdk-vector -->
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
<license>
<name>(The MIT License|MIT License|MIT)</name>
<url>(https?://opensource.org/licenses/MIT|https://projectlombok.org/LICENSE)</url>