Skip to main content

Questions tagged [bsd-license]

BSD (Berkeley Software Distribution) licenses are a family of permissive open-source licenses.

-2 votes
1 answer
420 views

I have included OpenCV libraries in the enterprise software written in c++. I know that OpenCV is a BSD 3-Clause license, which means most of its libraries are free to use, modified, and redistribute. ...
cao scarlett's user avatar
9 votes
1 answer
435 views

An open source project licensed under BSD, MIT or another permissive license accepts code contributions from the community. How can I prevent someone from taking GPL-licensed code that they don't own ...
Joe's user avatar
  • 119
2 votes
2 answers
1k views

I think the main difference between BSD and LGPL is that someone who modifies an LGPL library has to publish his modifications. I think this is usually a good idea because it guarantees that someone ...
alfa's user avatar
  • 183
1 vote
1 answer
310 views

I create Application for my client. I use some libraries released on GitHub under MIT, BSD and Apache license. I create also documentation (PDF file) where I would like to point what libraries and ...
nicq's user avatar
  • 113
8 votes
3 answers
421 views

I'm working on a software project which I intend to release as FOSS in some way. My code includes quite a few header/source files written by others: Better Enums A slightly modified GSL Lite An ...
einpoklum's user avatar
  • 2,808
-1 votes
2 answers
8k views

I was looking to use OpenCV to program an image recognition app for iOS. One thing I wanted to check is if I were to charge $0.99 or $1.99 for the app, would I be breaking OpenCV's license? I didn't ...
user187979's user avatar
2 votes
1 answer
3k views

If I were to write a header exposing functions in a sample source file that was licensed under the BSD 3-Clause License, what would I put up in the header? Should I simply copy-paste the license text ...
Sufi Al Hussaini's user avatar
6 votes
2 answers
3k views

I have a program written in Python that I would like to make available to the public under a three-clause BSD license. My program has an import blah statement, where blah is a Python module that is ...
JCOidl's user avatar
  • 161

15 30 50 per page
1
2 3 4 5
7