diff --git a/README.md b/README.md index 8ee27b534a580e055341c74dc75435ee37ebc926..7a6b4d9b71ef111d2d10429c9b2168b07ea1eb31 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,17 @@ Each module has its own license. * <h2>dockingcore</h2> dockingcore is the module that describes eveything needed to do some docking in your application. It proposes some interfaces and abstract classes, the implementation/concretization of which is done in other modules. - This way, it gives some common way to manage docking without knowning the implementation library. + This way, it gives some common way to manage docking without knowning the implementation library. + It is licensed under LGPL V3. * <h2>dockinginfonode</h2> - Concretization of dockingcore using [InfoNode Docking Windows](https://sourceforge.net/projects/infonode/). + Concretization of dockingcore using [InfoNode Docking Windows](https://sourceforge.net/projects/infonode/). + It is licensed under GPL V3. * <h2>dockingvl</h2> - Concretization of dockingcore using a fork of [VLDocking](https://bitbucket.org/akuhtz/vldocking/src/master/). + Concretization of dockingcore using a fork of [VLDocking](https://bitbucket.org/akuhtz/vldocking/src/master/). + It is licensed under GPL V3.