**********************************************************
Overview
**********************************************************
This tool provides you with the details of your DPI engine license such as
the expiration date(if any), pps limitations(if any) and the list of available
protocols in the license. It also enables you to test the license
loading API using your product serial number and your license file.

**********************************************************
Installation
**********************************************************
make: build application
make install: install application in src/bin directory

Notes:
build is dynamic by default.
Set STATIC=1 for static build.
Set DEBUG=1 to get debug info.

**********************************************************
Usage
**********************************************************
Usage:
        ./license_info [option]
options:
        --list-protocols : display every enabled protocols in the license
        --list-attributes : display every enabled attributes & protocols in the license
        --list-non-generic-attributes : display every enabled non-generic attributes & protocols in the license
        --list-build-flags : display every enabled build flags

        --serial-number serial_number : set the license serial number for dynamic license loading. Also requires --license-filename.
        --license-filename filename : provide the path to access the file containing the license.

Examples:
        ./license_info
        ./license_info --list-protocols
        ./license_info --list-attributes
        ./license_info --list-non-generic-attributes
        ./license_info --list-build-flags
        ./license_info --serial-number MY_SERIAL --license-filename license_file

The LD_LIBRARY_PATH variable can be set as follows from this directory:
$ export LD_LIBRARY_PATH=../../../lib
