This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 9401486c3dc2fcab6bde9df9b09c08aa4dceb346 Author: Ian Maxon <[email protected]> AuthorDate: Fri Jan 19 17:33:30 2024 -0800 [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]> --- asterixdb/NOTICE | 2 +- asterixdb/asterix-server/pom.xml | 7 +++++++ hyracks-fullstack/NOTICE | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/asterixdb/NOTICE b/asterixdb/NOTICE index a46bfe7f19..06d538de68 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 710aed1107..8aea41b46a 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 6e9c46bca4..e9bb9a4535 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/).
