A
A
Alexander Shishenko2013-10-10 02:21:20
Licenses for software and other works
Alexander Shishenko, 2013-10-10 02:21:20

Using GPL and BSD licenses in the same project?

I have a project that is divided into two logical parts: a network daemon and a software library. They closely interact with each other. The daemon can start itself, perform some actions. The library allows you to connect to a daemon as a client and provides an API via RPC. At the same time, the library does not contain gpl-code, unlike the demon.
The bottom line is that I want to license the daemon as GPL, so that there are no closed forks (and, accordingly, incompatibility of the closed protocol with the open one), but the library as BSD (3-conditional), because I would like to provide the opportunity to use it in closed third-party software.
Do I have the legal ability to apply these licenses?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
K
kenny_opennix, 2013-10-10
@GamePad64

The BSD license is compatible with the GPL.
If it's compatible, then you can use it however you want.

1
1001001 111, 2014-11-06
@IgorO2

Open the console and look at the errors

Y
YemSalat, 2014-11-06
@YemSalat

"Number of elements: " + students . [4]
Period before square bracket.
And nifiga not "The value 4 should be displayed"
In general, you need to tear off your hands for such a code.

G
GavriKos, 2014-11-06
@GavriKos

Why 4 and not 5? You want to withdraw the quantity. This is done like this:
document.write("Number of elements: " + students.length);

I
Ivan Gontarenko, 2014-11-06
@dez-fafara

jsfiddle.net/kqn6afs8/2
should output 5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question