Welcome to Dream.In.Code
Getting Help is Easy!

Join 86,254 Programmers. There are 2,122 online right now! Ask your question and get quick answers from Dream.In.Code experts. Join the #1 programming help community on the internet! Registration is fast and FREE... Join Now!

Chat LIVE With a Expert
Powered by LivePerson.com

Register to Make This Box Go Away!

Open Source Licenses

 
Reply to this topicStart new topic

Open Source Licenses, What can I use for what?

NickDMax
post 8 Apr, 2008 - 11:51 AM
Post #1


2B||!2B

Group Icon
Joined: 18 Feb, 2007
Posts: 2,022



Although I should go though and read all the various licenses that I use I really don't have the time nor the energy. Those documents are really not very interesting.

Does anyone know where I can get the cliff-notes version and a general comparison chart?

I ask because I tend to use a lot of Open Source libraries in my Java programming. But I really have never taken the time to actually find out what I can do with the software I develop. So far it has all just been for my own use, but I would like to see what my options are.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


Nova Dragoon
post 8 Apr, 2008 - 12:23 PM
Post #2


The Innocent Shall Suffer, Big Time

Group Icon
Joined: 16 Aug, 2001
Posts: 5,754

It has an faq on gpl.

http://www.gnu.org/licenses/


I remember seeing another article that explained licenses for programmers, I'm trying to find it.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

yanom
post 8 Apr, 2008 - 02:46 PM
Post #3


New D.I.C Head

*
Joined: 5 Apr, 2008
Posts: 23

GPL is undoubtedly the best, because it requires people who make modified versions of yous software to make the modified version open source. With "complete freedom" licenses, like the BSD license, people can sell modified versions of the software for profit and not release the source, making money off you hard work.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

NickDMax
post 8 Apr, 2008 - 03:29 PM
Post #4


2B||!2B

Group Icon
Joined: 18 Feb, 2007
Posts: 2,022

See, I am not looking for what license I should use (although that is a good topic) but what I need to look for when looking at open source libraries to add to my project.

From what I can tell of GPL it sounds like it actually sucks to me. I like open source as much as the next guy, but sometimes someone has to eat. So if I am creating software that I plan on using to feed me, then I need to know that I may have trouble using libraries that use the GPL license.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Tom9729
post 8 Apr, 2008 - 05:34 PM
Post #5


D.I.C Addict

Group Icon
Joined: 30 Dec, 2007
Posts: 574

Disclaimer: I am not a lawyer, and I have no schooling in law, but...

GPL libraries -> Your program has to be GPL
LGPL libraries -> Your program does not have to be GPL

Most libraries you'll find are protected under the LGPL. Even when they aren't, you can still sell your program, you just have to provide the source code to your customers (ie. the people who buy it) IIRC.

If your program being GPL is an issue, write your own library or find one with a more compatible license. smile.gif

This post has been edited by Tom9729: 8 Apr, 2008 - 05:35 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

NickDMax
post 8 Apr, 2008 - 07:26 PM
Post #6


2B||!2B

Group Icon
Joined: 18 Feb, 2007
Posts: 2,022

QUOTE
If your program being GPL is an issue, write your own library or find one with a more compatible license.


yea thats kind of the idea... determining which licenses are acceptable for what I would like to do. Basically I work for a nice big Corp. and I am working on a piece of IP and I wanted to make sure that the libraries I choose are not going to cause problems. In the end I suppose it is a question for legal but while I am working I wanted to have a rough idea...

it would be nice if GPL and LGPL were the only two licenses smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

yanom
post 11 Apr, 2008 - 03:17 PM
Post #7


New D.I.C Head

*
Joined: 5 Apr, 2008
Posts: 23


QUOTE

From what I can tell of GPL it sounds like it actually sucks to me. I like open source as much as the next guy, but sometimes someone has to eat. So if I am creating software that I plan on using to feed me, then I need to know that I may have trouble using libraries that use the GPL license


Source code itself is not a commodity that can be bought and sold. You can still make money, however, even if you make your source freely available under the GPL. I'm not well versed in how you do this exactly, but I do belive the owner of Red Hat (An open source company) drives a Ferrari....... or mabe it's a Porsce. I'm no sure.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

KYA
post 13 Apr, 2008 - 02:37 AM
Post #8


DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC DIC

Group Icon
Joined: 14 Sep, 2007
Posts: 1,318

QUOTE(yanom @ 11 Apr, 2008 - 04:17 PM) *

Source code itself is not a commodity that can be bought and sold.


I'd argue that it is intellectual property. The people who demand MS to reveal their source code are just plain dumb. The EU fine was outrageous!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Tom9729
post 13 Apr, 2008 - 11:01 AM
Post #9


D.I.C Addict

Group Icon
Joined: 30 Dec, 2007
Posts: 574

QUOTE(KYA @ 13 Apr, 2008 - 02:37 AM) *

QUOTE(yanom @ 11 Apr, 2008 - 04:17 PM) *

Source code itself is not a commodity that can be bought and sold.


I'd argue that it is intellectual property. The people who demand MS to reveal their source code are just plain dumb. The EU fine was outrageous!

The EU fine isn't for Microsoft not releasing their source code. It's for Microsoft continuously ignoring the EU's anti-trust laws. You may not like them, but if Microsoft wants to operate in other countries then they have to obey their laws, just like everyone else.

Microsoft released specs for a lot of communication protocols as a result of those fines. icon_up.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

yanom
post 13 Apr, 2008 - 04:52 PM
Post #10


New D.I.C Head

*
Joined: 5 Apr, 2008
Posts: 23

QUOTE
I'd argue that it is intellectual property


yes, it is intelectuall "property". The term is a bit misguiding, as knowlege is not a comodity, and humans have no right to keep knowlege to themselves.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 5/16/08 09:27AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month