janhoy commented on code in PR #3750: URL: https://github.com/apache/solr/pull/3750#discussion_r2553391024
########## solr/licenses/msal4j-NOTICE.txt: ########## @@ -0,0 +1,12 @@ +Microsoft Authentication Library for Java (MSAL4J) +Copyright (c) Microsoft Corporation. All rights reserved. + +This product includes software developed by +Microsoft Corporation (https://github.com/AzureAD/microsoft-authentication-library-for-java). + +Licensed under the MIT License. Review Comment: So the msal4j lib is licensed under MIT license. Then you need to change the LICENSE file to ba `-MIT` and the package probably does not require a NOTICE file at all. Please check that correct license (and if ASL, also NOTICE file) is in place for each new dependency. Copy exactly the license and notice they provide with the lib. There may be issues with more than this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
