Skip to main content
AM.16.31
Associate II
June 9, 2020
Solved

I am using ST25SDK.jar for reading st25 nfc tag from android app. as i m being part of organization, is this library required any license to use? . My organization asks for compliance of using this library and its part of my android application.

  • June 9, 2020
  • 1 reply
  • 884 views

..

    This topic has been closed for replies.
    Best answer by Damien G.

    Hello,

    the up-to-date list of licenses attached to the ST25 SDK can be found in the Data Brief.

    The Software License Agreement associated with the ST25SDK is the SLA0052 which handles ST source code + source code from third parties. In the ST25SDK example, you will find FEIG licenses (found in the SDK package in the \readers\feig directory) as well as Apache 2.0 licensing schemes for open source components.

    As you develop on Android, you do not have to worry about the FEIG license.

    Best regards,

    Damien

    1 reply

    Damien G.Best answer
    ST Employee
    June 10, 2020

    Hello,

    the up-to-date list of licenses attached to the ST25 SDK can be found in the Data Brief.

    The Software License Agreement associated with the ST25SDK is the SLA0052 which handles ST source code + source code from third parties. In the ST25SDK example, you will find FEIG licenses (found in the SDK package in the \readers\feig directory) as well as Apache 2.0 licensing schemes for open source components.

    As you develop on Android, you do not have to worry about the FEIG license.

    Best regards,

    Damien

    AM.16.31
    AM.16.31Author
    Associate II
    June 11, 2020

    Thank you Damien