Add Apache LICENSE

Add a license terms for inarp.

Change-Id: I7a182e9cd62dfe51f8e0d83ab00119bfe4388afb
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 283c3e2f5c79bd865a878f4467be9582fd666916
  1. bootstrap.sh
  2. configure.ac
  3. inarp.c
  4. LICENSE
  5. MAINTAINERS
  6. Makefile.am
  7. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.