Tagged Questions

BSD licenses are a family of permissive free software licenses. The original license was used for the Berkeley Software Distribution (BSD), a Unix-like operating system after which it is named.

learn more… | top users | synonyms

16
votes
3answers
744 views

python readline license horror. How to really be free?

I love the GPL as much as the next guy, but it should help to share code, not prevent to do it. I am currently in a situation where I have to provide a python free from GNU readline, which is GPL, ...
11
votes
4answers
6k views

Blog engine for Rails application

I have a Ruby on Rails application, and now I would like to add blog into it. Just a simple blog with basic features and single author. What are the possible solutions? I need to use my ...
9
votes
4answers
974 views

Can I sell closed source software that depends on an open source application?

I intend to sell a closed source software that depends on PostgreSQL (BSD-style license). Can I bundle PostgreSQL server in the package and install it with my software? Would it be also possible if I ...
7
votes
2answers
339 views

Minified JavaScript and BSD license

BSD license says: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce ...
6
votes
6answers
393 views

Existing parsers in c# (BSD license or similar)

Looking for parsers (in C#) for a bunch of formats. (PHP, ASP, some XML based formats, HTML,...pretty much anything I can get my hands on.) So far we have: HTML: * Majestic-12 * Html Agility Pack ...
6
votes
2answers
269 views

How to modify code with a New BSD License?

So I found some code (a PHP class) that almost does what I want it to do. At the top is a phpdoc block with info about the original author and the license being New BSD License. I want to respect the ...
5
votes
3answers
1k views

Difference between MIT License and public domain

What is the difference between licensing a program under the MIT license (or the BSD one) and putting it in the public domain?
4
votes
1answer
118 views

Relicensing code including both Apache2 and BSD licensed sources

I have 2 software systems that have been combined. one of them has an Apache2 license, and the other, the BSD license. Now, the resulting system uses code from both of the systems. What kind of ...
4
votes
1answer
166 views

Derrived work from BSD Licensed code

I'm not exactly sure that stackoverflow is the right *overflow to post to concerning this, but w/e. Just don't flame me. If i took a file with a BSD-style license (or MIT/X11, or ISC, or NCSA, etc.) ...
2
votes
2answers
150 views

Is it possible to fork an open project and change the licence of code modifications?

I developed an open source software using CeCILL-B license (french BSD like) now I'm leaving the institution where I coded the project and owns the rights. I want to fork that project to continue the ...
2
votes
1answer
41 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 ...
2
votes
2answers
332 views

I still have some questions about the BSD License usage

Let's say I'm doing this application where I include some class I found on the web with the BSD License attached. I know that this license allows me to modify the code and I have the need for it. ...
1
vote
0answers
23 views

Multiple license & notice files in a jar

I have to release a library as a JAR file which includes modified (shrinked/obfuscated/optimized/package renamed with ProGuard) code from 2 libraries: One using Apache 2.0 license One ...
1
vote
1answer
66 views

When and where to mention usage of OpenSSL

I'm a bit confused about the OpenSSL license. I have an open-source application (MIT licensed) that I'm preparing for its public release. One of the libraries that's being used uses OpenSSL (cURL ...
1
vote
1answer
169 views

How do the Dual BSD/GPL licences work for Linux drivers?

I see this type of license listed at http://tldp.org/LDP/lkmpg/2.6/html/x279.html What exactly does it mean? Does it mean GPL or BSD? i.e.: if I release a driver under this license can I use changes ...
1
vote
2answers
148 views

can I release a pure c++ MySQL API under 3-BSD based on available documentation?

I'm the author of Dolphin Connector, and I'm planning to release (v2.0) a pure C++ MySQL library, then it no longer depends on MySQL C API (GPL). Is it legal?
1
vote
4answers
84 views

Which license should I use for my code?

I have written a shell script for extracting table from a MySQL dump interactively. I want to release the code under a liberal/permissive license. Which one should I use? Or should I dual license the ...
1
vote
1answer
77 views

Etiquette for maintaining and updating abandoned open source project

There are couple of abandoned .NET project which released ZIPs of source code that I would like to do some maintainance work on, and make my own additions. These were simply distributed as ZIPs and ...
1
vote
2answers
166 views

BSD license - adding author

I significantly modified some BSD licensed code. Can I add myself as the author to the Copyright statement list under the 'redistribution clause'?
1
vote
1answer
128 views

Distributing source code with several different licenses

(This is a follow up question to my question about combining GPLv3, Ms-PL and BSD licenses). I have a piece of software I would like to release under the GPLv3, however it requires two other pieces ...
1
vote
2answers
169 views

How should I use this piece of open-source code with the BSD License attached?

I just found some nice open-source code at The Code Project and it's attached with the BSD License. Well, the article states in the end that the code is licensed under the BSD License. But none of the ...
0
votes
2answers
55 views

Can a BSD piece of software copy features from a GPL project? [closed]

I know that I cannot copy code from a GPL project into a BSD project, but can I copy features? In my specific case, I am interested in making a web and later android based accounting program. I would ...
0
votes
1answer
8 views

Transferring GNU GPL v2 from parent to child project

We work on a project whose parent is another project licensed under the GNU GPL v2 license. Is it mandatory that we also would need to acknowledge that we fall under GPL v2 too (in terms of attaching ...
0
votes
1answer
25 views

Are New BSD and wxWidgets Licenses compatible?

Can I license my app with New BSD, that using wxWidgets?
0
votes
1answer
378 views

Non-copyleft free Augmented Reality framework?

I need a AR library that allows me to overlay 3D Object or animations on a marker/markerless pattern. I do not need the AR library that is based on GPS. But looks like all of the Augmented Reality ...
0
votes
1answer
217 views

About GPL v2 license and BSD (3-point) license

I would like to know, Can I use a javascript library which is made available under both the GPL v2 license and a BSD (3-point) style license in my commercial web application ? What do I need to do, ...
0
votes
1answer
119 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 ...
0
votes
1answer
136 views

Is the WTFPL license compatible with the new BSD license?

I have written some snippets for an application that uses the new bsd license. I used to release my snippets with the WTFPL. If it is not compatible, what do I have to do?
0
votes
2answers
147 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 ...
0
votes
1answer
700 views

Using Qt Solution (Qt Service) with FOSS

I am creating a piece of FOSS to handle all the extra buttons ony my keyboard (through g15daemon). As part of this, I wish to create a daemon to handle parsing events. I am planning on using the Qt ...
0
votes
1answer
115 views

Changing code of an LGPL project and licenses on installers

I have a project I am working on, which links to: Qt Qt Solutions' QtSingleApplication Botan I have a license dialog in my application, which shows the licenses for the application itself and ...
0
votes
2answers
237 views

Are there any BSD or LGPL libraries for calculating amortization schedules?

I'm looking to do some testing of loan calculations on the Mac. I know what an amortization schedule is, and yes, I know how to convert an algorithm into code, but I'm don't want to worry about ...
-2
votes
2answers
32 views

LGPL with BSD-Like [closed]

Here's the setup: there's a nice library that is BSD-style licensed and want to contribute to it. My "extension" uses an LGPL JavaScript library. The JS library itself is very big, and I want to ...