0
votes
1answer
46 views

Open Source Licensing New BSD steps

I've created some Java classes, is not a "product" nor a "program" which you can download and run it, is more like a library, not sure which is the proper name. And I would like to know which are the ...
0
votes
0answers
44 views

Releasing free, open-source application with additional libraries (MigLayout, JDOM, iText) [closed]

I want to share my (Java) application for free, and I dont mind sharing the source code (everything as long, as it is not beign sold). At this moment Application includes two libraries: MigLayout ...
0
votes
2answers
55 views

License issue - Can I build a commercial OS based on FreeBSD? [closed]

Can I build a commercial OS based on FreeBSD? Can I distribute such a system without source code? I dont wanna have any legal issue. What is the true way to distribute a new Os based on freebsd ...
2
votes
1answer
150 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 ...
1
vote
1answer
68 views

I've reproduced LWJGL license in my application. But it also includes a JOGL BSD license. I don't know why, but do I have to reproduce that too?

I've copied the LWJGL BSD license (it's visible within the application). The files provided with the LWJGL library have a folder "3rdparty" that includes several licenses. I'm not using Izma, JInput ...
2
votes
1answer
116 views

PyPI packages and licenses

Consider a Python package distributed through PyPI (aka CheeseShop). This package has adopted several classes/functions/ideas from 3d-party Python libraries (e.g. Django, PyMongo, Flask etc.). ...
1
vote
1answer
98 views

Yii Licence requirements (GFDL and BSD)

I am not sure if this is the best place to post it so I do apologize in advance if this is off-topic. I am slightly confused by the licence requirements of Yii - If a website uses Yii (or any other ...
3
votes
1answer
1k views

MIT license changed to non-commercial BSD

I run into unpleasant situation and I need your opinion. In one of my products I am using a jQuery plugin which was licensed under MIT license (until yesterday). When the creator of the script saw ...
3
votes
1answer
367 views

LICENSE and AUTHORS Maintenance

I have started an open source project a few days ago, it's licensed under BSD 3 clause license and written in Python. I am not clear on when and how I need to maintain my LICENSE and AUTHORS files. ...
2
votes
2answers
376 views

BSD License: How to manage attribution and project name in a fork

I have forked a BSD-licensed project and made significant rewrites. In terms of numbers of characters, around 70% of the code was now written by me. I want to respect the original author's copyright ...
3
votes
3answers
543 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
0answers
40 views

Licenses merging

Say I distribute a software under a some proprietary license. I'm adding the open source library which is under non-copyleft BSD license. How should I merge my software license information? BSD ...
1
vote
2answers
137 views

Do I need to change my BSD licensed software license when including non-BSD modules?

This question seems like it's been asked to death but I need to be 100% sure that I've got this right. We modify and freely distribute a custom version of an open source project, both of which are ...
0
votes
2answers
671 views

bsd license binary distribution [closed]

So, if I use some source code with BSD license, compile, and distribute the application (as a single binary), then the application must have BSD license notice, hence BSD license applies to the new ...
1
vote
1answer
180 views

License BSD, copyright protection

If I use part of the source code with a BSD license, how do I maintain the copyright protection of the original code in my new code? What would be an example and where should I put this copyright ...
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
523 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 ...
0
votes
2answers
319 views

Redistribution of BSD license component

I need to reuse a BSD license component in my product. Once the product is developed I am going to redistribute that to several users with this component embedded with my product (I am using it as a ...
1
vote
2answers
318 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 ...
0
votes
1answer
220 views

Question about the New BSD license

The Zend Framework uses the new BSD license, right? http://framework.zend.com/license I'm developing a CMS that uses ZF. Look at the third condition of the license. Does that mean that I cannot ...
2
votes
1answer
51 views

IEEE 1003.1 licenses compared

Software or real people can technically copy a BSD software, install it and sell it. What are technical and licence advantages and disadvantages compared to taking Linux or other 1003.1 and delivering ...
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 ...
2
votes
1answer
373 views

How to properly wrap code which is BSD licensed

I would like to ask how to properly include the BSD copyright notice within a derivative work (which will not be licensed under BSD). The original work has a License.txt file attached, stating: ...
1
vote
1answer
77 views

copying parts of code from an Artistic License 2.0 package. Possible?

The artistic license talks about modified and standard releases of a package, but nothing is said about chunks of code. Of course nobody here is a lawyer, but can you find something reasonable in the ...
4
votes
1answer
315 views

BSD licensing - what do I put in the organisation tag, if I'm the sole programmer?

Point three for example: Neither the name of the ORGANIZATION nor the names of its contributors may be used to endorse or promote products derived from this software without specific ...
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 ...
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 ...
2
votes
3answers
1k views

BSD-new license binary redistribution clause

The following is a clause in the new-style BSD license: Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the ...
13
votes
4answers
4k views

using BSD-licensed libraries on iPhone

I would like to use the JSON-framework ObjC library, which is licensed under BSD license, in my iPhone application. The thing is, I'm not sure what does the BSD license require me to do. The text of ...
1
vote
4answers
409 views

BSD License, reference to other software

Where do the reference to other softwares that my software uses(and I shipped with) and their authors? Here is the scenario. I have this software done by the technology department of my ...
2
votes
1answer
138 views

Is Ms-CL BSD-compatible?

Does anyone know if the Microsoft Community License (Ms-CL) is compatible with the BSD license? That is, if I am working on open-source code that is BSD-licensed, can I reference a library that is ...
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 ...