3
votes
6answers
2k views

What exactly are the rules for using gpl, lgpl, bsd software interally in the enterprise?

Are there any restrictions of using lgpl, gpl, bsd licensed software in a commercial venture if the tools/software are only used as part of internal processes and not integrated or incorporated into ...
1
vote
6answers
1k views

relicensing a BSD library

I like a library released under BSD license. This library is not actively maintained since late 2007. Can I fork the library and relicensing under an Creative Commons license? The original author ...
8
votes
3answers
2k views

Can I use LGPL library in BSD/X11 licensed project?

I am writing a small general purpose library, which i would like to use in my BSD/X11 licensed project. I want to include globalisation support in it, specifficaly, i would like to use Glib::ustring ...