Relative Content

Tag Archive for dependencies

Is this the correct way to use Bower

I’m using Bower whereby I run bower install and it downloads dependency files to /bower_components directory. Then, I create symlinks from my /public/.. directories to the dist files:

Is this the correct way to use Bower

I’m using Bower whereby I run bower install and it downloads dependency files to /bower_components directory. Then, I create symlinks from my /public/.. directories to the dist files:

Do I need to handle licenses of immediate dependenies?

Let’s assume within my project which is GPLv3 based I’m using a single library called a-lib.jar. That jar itself is licensed using Apache v2 license, so I should be fine with the GPL as long as I respect the Apache v2 terms (basicly inclueding the license file).

Do I need to handle licenses of immediate dependenies?

Let’s assume within my project which is GPLv3 based I’m using a single library called a-lib.jar. That jar itself is licensed using Apache v2 license, so I should be fine with the GPL as long as I respect the Apache v2 terms (basicly inclueding the license file).