X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=844570068157951e1e369f099161d1ed76058744;hb=dd4c9c11ba5e1f9068ddd20e06db6dca067f01b9;hp=af499a15b9726cfcd90a3476706d1123a67c9b2e;hpb=b596b217c9b82d6be2b1d5486cdced31831aebc3;p=src%2Fapp-framework-binder.git diff --git a/README.md b/README.md index af499a15..84457006 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,7 @@ This is an undergoing work, publication is only intended for developers to review and provide feedback. ### License -As of today, the code is licensed under GLPv3. While no decision as been taken yet, -it will certainly switch to a different licence: GPLv2, Apache or MIT e.g.. - -Final goal is to keep the engine publicly accessible and modifiable, still allowing people to load non open-source plugins. -The code itself already leverages open-source libraries, including libmicrohttpd & libjson. - -Finally, whatever license is chosen, it should be compatible with dependencies and automotive industry requirements - as the primary target for this code is AGL. +Apache 2 ### Building Building Application Framework Binder has been tested under **Ubuntu 16.04 LTS (Xenial Xerus)** or **Fedora 23**, and requires the following libraries: @@ -73,7 +67,7 @@ $ sudo make install
VERSION=2.0 GIT_TAG=master PKG_NAME=app-framework-binder -git archive --format=tar.gz --prefix=${PKG_NAME}-${VERSION}/ ${GIT_TAG} -o ${PKG_NAME}_${VERSION}.orig.tar.gz +git archive --format=tar.gz --prefix=agl-${PKG_NAME}-${VERSION}/ ${GIT_TAG} -o agl-${PKG_NAME}_${VERSION}.orig.tar.gz ``` ### Testing/Debug