>From Ian Maxon <[email protected]>: Ian Maxon has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18126 )
Change subject: [NO ISSUE] Add missing license file for Azure MSAL4J dependency ...................................................................... [NO ISSUE] Add missing license file for Azure MSAL4J dependency Change-Id: Ia20ce7d9373f42affa7964d292fa39db46786cbd Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18126 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Contrib: Michael Blow <[email protected]> --- M asterixdb/NOTICE M asterixdb/asterix-server/pom.xml M hyracks-fullstack/NOTICE 3 files changed, 22 insertions(+), 2 deletions(-) Approvals: Michael Blow: Looks good to me, approved; No violations found Jenkins: Verified diff --git a/asterixdb/NOTICE b/asterixdb/NOTICE index a46bfe7..06d538d 100644 --- a/asterixdb/NOTICE +++ b/asterixdb/NOTICE @@ -1,5 +1,5 @@ Apache AsterixDB -Copyright 2015-2023 The Apache Software Foundation +Copyright 2015-2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml index 710aed1..8aea41b 100644 --- a/asterixdb/asterix-server/pom.xml +++ b/asterixdb/asterix-server/pom.xml @@ -605,6 +605,13 @@ <aliasUrl>https://github.com/aws/mit-0</aliasUrl> </aliasUrls> </license> + <license> + <displayName>MIT License</displayName> + <url>https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/LICENSE.txt</url> + <aliasUrls> + <aliasUrl>com.microsoft.azure--msal4j--1.14.0_MIT License</aliasUrl> + </aliasUrls> + </license> </licenses> <templateProperties> <packageName>Apache AsterixDB Server Install</packageName> diff --git a/hyracks-fullstack/NOTICE b/hyracks-fullstack/NOTICE index 6e9c46b..e9bb9a4 100644 --- a/hyracks-fullstack/NOTICE +++ b/hyracks-fullstack/NOTICE @@ -1,5 +1,5 @@ Apache Hyracks and Algebricks -Copyright 2015-2023 The Apache Software Foundation +Copyright 2015-2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18126 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: stabilization-667a908755 Gerrit-Change-Id: Ia20ce7d9373f42affa7964d292fa39db46786cbd Gerrit-Change-Number: 18126 Gerrit-PatchSet: 5 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-MessageType: merged
