![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: Helltown
Posts: 162
Rep Power: 4
![]() |
difference between open source and ...
Well, I wanted to get some opinions on this. What makes a project open source? Just that it has some sources released? is it enough? does it have to be free? or have one of those "OSI" licenses?
__________________
Spread your wings and fly! Chicken! |
|
|
|
|
|
#2 |
|
Programmer
|
If it's under an OSI license, it's open source as they define it (which tends to be the commonly accepted form). The range of licenses they consider open-source, however, is quite wide.
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
There are many different kinds of "open source" licenses. That does not mean that they are free, as in beer, but that they are free, as in freedom to modify the source code. Whether or not you can redistribute this modified source code, or charge for use of the modified source code, depends on the specific license.
Most of us aren't attorneys. Nevertheless, most of us can understand the terms of a license, if we but read it and apply a modicum of thought. Despite that presumed understanding, if one is concerned about repercussions because of distributing and charging for derived code, one would be wise to consult an attorney.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 317
Rep Power: 4
![]() |
Generally speaking I would say that releasing a little source doesn't make your project open source. You need to release all of it and not restrict redistribution. I haven't read all the various licenses out there but I think these two points are the essence of it.
__________________
"I'm not a genius. Why do I have to suffer?" |
|
|
|
|
|
#5 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
__________________
People who click "images" that end with .exe shouldn't have computers. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To open source or not to open source, that is the question | melbolt | Coder's Corner Lounge | 5 | Apr 30th, 2007 3:07 PM |
| Choosing a License for Open Source Project | smith.norton | Project Ideas | 23 | Oct 7th, 2006 3:27 AM |
| Open Source | kp4621 | Coder's Corner Lounge | 51 | May 19th, 2006 8:58 AM |
| what open source code is good to read for a beginner? | linuxpimp20 | Other Programming Languages | 22 | Aug 30th, 2005 3:01 PM |