We are just trying to add EMA implementation inside our gradle project using the dependency from https://search.maven.org/artifact/com.thomsonreuters.ema/ema/3.5.1.0/jar
///*|-----------------------------------------------------------------------------
// *| This source code is provided under the Apache 2.0 license --
// *| and is provided AS IS with no warranty or guarantee of fit for purpose. --
// *| See the project's LICENSE.md for details. --
// *| Copyright (C) 2019 Refinitiv. All rights reserved. --
///*|-----------------------------------------------------------------------------
package com.thomsonreuters.ema.access
But can see some license doc inside the class files as "no warranty or guarantee of fit for purpose".
So just confirming is it just added as an info or this dependency not recommended to used inside any application?