Tagged Questions
2
votes
1answer
149 views
Can I distribute a software in BSD license when it is made using Eclipse Public License licensed technology? [closed]
I am working on an open source project using Clojure programming language which is licensed in Eclipse Public License.
I would prefer to make my open source project to use BSD license rather than EPL ...
3
votes
3answers
537 views
May GCC only be used for GPL projects?
I was reading through the clang comparison page, when I found this sentence which shocked me:
GCC is licensed under the GPL license. clang uses a BSD license, which allows it to be used by ...
0
votes
1answer
42 views
Term of use/Policy for a website [closed]
Sorry I am not sure if here is the right place to ask this question!
I am developing a free website which generates some codes. I am looking for a "Term of use" and "Policy" for my website.
my ...
0
votes
2answers
98 views
Which Licence To Use For FOSS? [closed]
I've been working on some open source software and for the first time I have written something that is actually useful and may be used by people other than myself, however I am having some trouble ...
4
votes
1answer
280 views
Can I rewrite a piece of GPL code in another language and release it under BSD?
I have writing a BSD licence software in C#, and I hope to use some stable numerical code in C, which is under GPL.
Can I rewrite the GPL C code in C# and release the C# code under the BSD license?
...
2
votes
2answers
201 views
Do i have to open source a website code for example if I used some gpl2 jquery plugin?
Alright - I realize that most of you are like "what a dumb question". But really - can someone clear the situation for those of us who aren't lawyers?
I wan to use some jquery plugin for my website.
...
0
votes
1answer
207 views
Do I have to release my sourcecode when I choose to release my software under the (new)BSD license?
this is a more or less theoretical question:
When I write Software and don't want to release the my sourcecode can I choose the BSD license? I want that people can do with it whatever they want, but ...
1
vote
3answers
520 views
GPL component in BSD project
I'm developing a PHP project, which is licensed under a 3-clause BSD license. I want to add a new feature, which would depend on a third party PHP component. But this component is under GPL.
My ...
1
vote
3answers
594 views
What license (eg. BSD, GPL, etc) can I use for an open source app that can be used commerically, for free?
I've got an application on Codeplex. It's based on some other free open source code which comes with a BSD license.
As such, people keep asking if they can use my open source code/library in their ...
1
vote
2answers
317 views
Using BSD-licensed framework in GPL-licensed project
Can I use framework that licensed under BSD license within my project that licensed under GPL or LGPL?
5
votes
1answer
686 views
Using a BSD licence library, which uses a GPL library, for the iPhone
I'm getting rather confused when looking over the details of the various licenses and was wondering if someone could give me a hand. Basically, I'm looking at making a simple SSH client to release on ...
1
vote
2answers
161 views
Are certain open-source licenses more suitable than others for career growth? [closed]
As a software engineer/programmer myself, I love the possibility to download the code and learn from it. However building software is what brings food to my table. I have doubts regarding the type of ...
3
votes
3answers
1k views
Propietary modules within GPL and BSD kernels
Since the Linux kernel is GPL and not LGPL I suppose that it is illegal to link proprietary code to it. How does the industry circumvents this? I would expect that the GPL license will force any ...
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 ...
8
votes
4answers
1k views
switching licence from GPL to BSD in later time
I wrote an software which I would like to release on BSD license.
Unfortunately I am linking to library which is based on GPL.
Right now I do not have time to rewrite that library.
Can I release my ...
4
votes
5answers
281 views
Can I release an extension to a GPL'd library under a BSD-esque license?
Consider a Java library "A", which is available under GPL v2, and under a proprietary commercial license.
My company has licensed library A under its commercial license, and I've developed an ...
3
votes
3answers
1k views
Using a BSD licensed library in a GPL application?
Say I'm writing a program I'm going to release under the GPL. I want to use NLog as the logging module, which is released under the BSD (I'm not just concerned specifically with NLog as there are ...