Domain: opensource.org
Stories and comments across the archive that link to opensource.org.
Comments · 1,973
-
Re:Like Organic Farmers
In the US, at least, labeling food as organic requires that it meets the US's organic certification requirements. Wikipedia suggests that other countries have similar laws. I am not well-versed in the issue, so perhaps you disagree with the requirements for marking food as "organic".
On the other hand, the term "open source" is not legally regulated and not trademarked. However, it is commonly understood to refer to software covered by a license meeting The Open Source Definition.
-
Re:Still Open Source
By their very nature many products cannot be ported without their foundations being ported as well. Do any forbid different platforms, though? Perhaps not. But show me one clause in the official definition (according to RMS) at http://opensource.org/docs/osd that says open source can be tied to a specific platform?
I will assume you mean "can't" instead of "can", for otherwise your post is meaningless.
Points 3 and 10 are clearly against a restriction to a platform.
It talks of products, but that's only that open source can be extract from part of a product an true open source can't forbid it. Last time I checked, CodePlex projects are part of Windows itself.
Huh?
-
Re:This is microsoft trying to help kill open sour
Isn't this pretty much why RMS argues against using the phrase "open source"?
IIRC, his point was basically that "free software" allows you to study, modify, and use the software. Open source, on the other hand, means just that; the source is there for you to look at, but different licenses have different restrictions on the use and modification of the code.
In RMS's own words: http://www.gnu.org/philosophy/open-source-misses-the-point.html
OSI's definition of Open Source: http://opensource.org/docs/osd -
Re:Still Open Source
By their very nature many products cannot be ported without their foundations being ported as well. Do any forbid different platforms, though? Perhaps not. But show me one clause in the official definition (according to RMS) at http://opensource.org/docs/osd that says open source can be tied to a specific platform? It talks of products, but that's only that open source can be extract from part of a product an true open source can't forbid it. Last time I checked, CodePlex projects are part of Windows itself.
-
Re:not to nitpick...
See points 8 and 10 of the open source software definition http://www.opensource.org/docs/osd
-
Re:The source code is available.
This is one end of the spectrum of definition of "open source".
The more commonly understood definition is a license that meets the Open Source Definition, which MS-LPL obviously does not (contravenes point 10 at least).
It would not be outlandish to suggest that MS are trying to dilute the expectations of those hearing the words "open source" to include their more, well, useless definitions like MS-RSL which allows you to refer to the source for the purpose of increasing your understanding of the library (so you can make your stuff work around their "quirks", presumably), but doesn't actually grant you the right to build it, fix it, distribute it, or even use the binaries.
-
Re:There is no problem here
Open source does not mean open platform, case closed.
WRONG. Open source does mean the right to modify code to work on your platform of choice.
See the Open Source Definition. The definitive explanation of what open source software is that the public knows of and takes for granted (currently).
-
quickly corrected
From http://www.opensource.org
Open source doesn't just mean access to the source code. The distribution terms of open-source software must comply with the following criteria: [...]
Emphasis mine.
-
Re:This is microsoft trying to help kill open sour
It used to be registered as a service mark of the Open Source Initiative.
However, I believe the trademark registration was allowed to lapse in 1999. It is a shame, because this is the type of confusion that the trademark and trademark law should have prevented.
-
Re:There is no problem here
No, "open source" means no license restrictions on what you do with the code. If the license forbids you to run the code on another OS, or another pieces of hardware, it is not open. Neither is it open if you prevent the use of the code for a particular purpose. If you want to use the code to tabulate a list of people who you intend to round up, incarcerate, and incinerate, people will deplore your morals, but the OSS movement in principle defend your right to use open source code to do it (but does not allow you to create a license that says that same group of people cannot use your software).
Read point 10 of the Open Source Definition
-
Re:Nothing new here.
Please mod the parent down. Open Source must conform to the Open Source Definition, which lists ten points. Free Software must respect the Four Freedoms that the FSF enumerated. These are roughly equivalent. The FSF prefers the GPL, but they accept other licenses are Free Software.
-
Re:Nothing new here.
Hopefully you won't be modded Troll. But "Open Source" is a little more than being able to see the source code.
Have a peer at the definition. -
Re:This is microsoft trying to help kill open sour
-
Copyright Condition vs. Contract Covenant
Thanks for the mp3 link.
The big part of the debate is what the specific license is: conditions based on copyright or a contract agreement between two parties.
The license in question is the Artistic License 1.0, which the justices pointed out has this in the preamble:
The intent of this document is to state the conditions under which a Package may be copied
Question answered.But Artistic License 2.0 lacks this language, as do other OSI licenses. Does this mean that we will hear this same "this is only a contract" argument again for other license?
This is a big deal: contracts allow only specific monetary damages (which often doesn't exist for gratis software)--this is one of the so-called "loophole" arguments against open source. Copyright violations can be seen as leading to irreparable harm. This leads to larger penalties, injunctions, etc.
-
Copyright Condition vs. Contract Covenant
Thanks for the mp3 link.
The big part of the debate is what the specific license is: conditions based on copyright or a contract agreement between two parties.
The license in question is the Artistic License 1.0, which the justices pointed out has this in the preamble:
The intent of this document is to state the conditions under which a Package may be copied
Question answered.But Artistic License 2.0 lacks this language, as do other OSI licenses. Does this mean that we will hear this same "this is only a contract" argument again for other license?
This is a big deal: contracts allow only specific monetary damages (which often doesn't exist for gratis software)--this is one of the so-called "loophole" arguments against open source. Copyright violations can be seen as leading to irreparable harm. This leads to larger penalties, injunctions, etc.
-
Modified zlib license
Zlib license
http://opensource.org/licenses/zlib-license.php
Just take out the:
"""
an acknowledgment in the product documentation would be
appreciated but is not required.
"""And replace it with:
"""
an acknowledgment in the product documentation is required.
"""Or some other wording that you like better.
You could do similar things with licenses such as the MIT or BSD. But, for the love of god, do NOT use the [L]GPL. If you respect the academic freedom of others, you'll stay *very* far away from that license.
-
Explanation should be
Licenses can and should restrict use of source code.
Results are obtained by using the software, not by using the source code. A source code license cannot restrict use of the compiled software, because it is out of the scope of copyright law.
There is no law against using source code you were able to download and doing what you like with the results. You don't have to accept a software license of any kind to be able to do what you want with the results.
Your end user has to accept and follow a software license to modify and distribute a copyright work, or to perform other acts restricted by copyright law.
The data in a table of results is not a copyright work; they're just the facts of that run of a computer program.
To legally restrict use of results: you require instead a EULA or a contract. Which also makes the software not considered 'Open'
It is better to use a license that requires maintaining copyright disclaimers for distributions of the source code, for example, GPLv2 (since GPLv3 is considered bad).
Or say the Open Software License
Or if you wish to not require source code distribution in derivative works: MIT License, Academic Free License, or a Creative Commons Attribution license.
-
Explanation should be
Licenses can and should restrict use of source code.
Results are obtained by using the software, not by using the source code. A source code license cannot restrict use of the compiled software, because it is out of the scope of copyright law.
There is no law against using source code you were able to download and doing what you like with the results. You don't have to accept a software license of any kind to be able to do what you want with the results.
Your end user has to accept and follow a software license to modify and distribute a copyright work, or to perform other acts restricted by copyright law.
The data in a table of results is not a copyright work; they're just the facts of that run of a computer program.
To legally restrict use of results: you require instead a EULA or a contract. Which also makes the software not considered 'Open'
It is better to use a license that requires maintaining copyright disclaimers for distributions of the source code, for example, GPLv2 (since GPLv3 is considered bad).
Or say the Open Software License
Or if you wish to not require source code distribution in derivative works: MIT License, Academic Free License, or a Creative Commons Attribution license.
-
Explanation should be
Licenses can and should restrict use of source code.
Results are obtained by using the software, not by using the source code. A source code license cannot restrict use of the compiled software, because it is out of the scope of copyright law.
There is no law against using source code you were able to download and doing what you like with the results. You don't have to accept a software license of any kind to be able to do what you want with the results.
Your end user has to accept and follow a software license to modify and distribute a copyright work, or to perform other acts restricted by copyright law.
The data in a table of results is not a copyright work; they're just the facts of that run of a computer program.
To legally restrict use of results: you require instead a EULA or a contract. Which also makes the software not considered 'Open'
It is better to use a license that requires maintaining copyright disclaimers for distributions of the source code, for example, GPLv2 (since GPLv3 is considered bad).
Or say the Open Software License
Or if you wish to not require source code distribution in derivative works: MIT License, Academic Free License, or a Creative Commons Attribution license.
-
Re:OpenSource University?
I would think that most \.ers would be cheering this since its akin to open source
I'm cheering it, but it's not akin to open source. The open source definition explicitly states several conditions that must be satisfied for something to be called "open source". In this case, the license forbids commercial use of the material, so it's not open source.
-
Re:So what if it gets patented?
What if someone takes your code and patents a part of it? BSD then says you cannot claim the patent or protect yourself from it.
This is incorrect. The word "patent" or derivatives do not appear in the BSD license. You can read it here
And patent law says you can't use your BSD code.
Patent law says you must license legally patented methods to include them in a product. It does not interact with the concept of software licensing.
It therefore doesn't matter if you feel confident in obeying the BSD. Your feelings will not make a hill of beans difference. And you will be disallowed.
?.
Stripping away the FUD here makes this a lot simpler. I make widgets, and tell the world how to make widgets. Company X patents my widget making process. Company X's patent is invalid because of my prior art.
Patent law is too complicated as it is. Don't make it worse with FUD. -
Re:Moonlight under MSPL
So what? These licenses don't grant patent protection.
Citation needed. From the Ms-PL:
Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
-
Re:GPL
I think the Microsoft Public License or the Microsoft Reciprocal License might be more likely.
-
Re:GPL
I think the Microsoft Public License or the Microsoft Reciprocal License might be more likely.
-
Re:Mean-spirited?
-
Re:Mean-spirited?
Are there any licences that provide the same kind of stuff without linking me to them, or should I just change the name of the GPL when I licence my software?
Certainly. Have a browse through http://www.opensource.org/licenses/category. I suggest using the Microsoft Reciprocal License (basically equivalent to the LGPL, and perfectly GPL-compatible), just to piss off the FSF...
-
Re:Mean-spirited?
Are there any licences that provide the same kind of stuff without linking me to them, or should I just change the name of the GPL when I licence my software?
Certainly. Have a browse through http://www.opensource.org/licenses/category. I suggest using the Microsoft Reciprocal License (basically equivalent to the LGPL, and perfectly GPL-compatible), just to piss off the FSF...
-
Re:The Devil must be pissed off
FUD and lies. The Apache license requires you share the code that is under the Apache license.
No it doesn't. It says 'Source or Object form'.
-
Re:You forget the iPod Touch
>> The iPod Touch is also a serious contender.
> No, it's a serious oxymoron - "Apple" and "Open Source". -
Huh?
Maybe because it's freaking NASA?
What's that have anything to do with it?
NASA has an OSI approved license:
It could probably be easier to find NASA software, and I doubt this particular software would ever be released, but there's lots of NASA software that's been released:
- from Ames
- from Goddard
- from NAS
- ... and whatever stuff's out in the wild that's not being tracked.
There's issues because much of NASA stuff is done as part of grants, and so it's officially owned by the academic / research institution that won the grant
... as such, there might be other NASA funded code that's out there, that you don't know is NASA code... at least one program (AISRP) has started a place to collect software by grantees.I've been to NASA workshops where there's plenty of code that's being written where people would LOVE to have their software find a broader audience. At the last one, we had an hour debate on if we were allowed to release code as GPL, as that'd place restrictions on the use of the code (that derivative copies have to be open), which should not be done as the software was developed w/ federal money and as such citizens should be free to do whatever they want with it. I think someone was assigned to talk to NASA's legal department and find out what we had to do to release our code.
-
Re:Free Software versus Open Source
While there is a large overlap between the approved Free Software Licenses and the approved Open Source Licenses, the fact that a project has a license that is in both lists doesn't make it both Open Source and Free Software.
Sorry, but that's insane. You may dislike the other term ('Free Software' if you call your work 'Open Source' and 'Open Source' if you define your work as 'Free Software'), but the Linux kernel is both Free Software and Open Source, Python is both Open Source and Free Software, and so is all of the software in Debian main.
Consider the GPL - it's approved by both. But Red Hat doesn't publish Free Software, it publishes Open Source
According to your theory, the Linux kernel is partly Open Source and partly free, because some of the developers adscribe to the Free Software philosophy, while others are paid by Open Source companies. Does that make Linux 89% (or whatever) Open Source and only 11% free?
I too prefer to call it "Free Software" (I am Spanish, so "software libre" rolls of my tongue better than "open source"), but we can't pretend that Open Source and Free Software are exclusive terms.
The academic community studying Free and Open Source Software call it that, or by its acronym FOSS/FLOSS (the L standing for "Libre"). That way they can do away with the terminological hairsplitting and devote their attention to whatever aspect of Free Software they want to study.
-
Free Software versus Open SourceWhile there is a large overlap between the approved Free Software Licenses and the approved Open Source Licenses, the fact that a project has a license that is in both lists doesn't make it both Open Source and Free Software.
Consider the GPL - it's approved by both. But Red Hat doesn't publish Free Software, it publishes Open Source - and software written by Richard Stallman isn't Open Source - it's Free Software, and RMS is happy to explain the difference.
I'm squarely in Stallman's camp; my audio project Ogg Frog is definitely Free Software, not Open Source.
You see, the distinction isn't the license - it's the purpose behind making the project either Open or Free.
As Stallman explains, Open Source is about efficiency - volunteer coders, and "many eyeballs" finding and correcting bugs and security holes. Free Software is about creating a community - Stallman has made it very clear he hopes to get back to the way things were back in the day, when source was shared openly with no non-disclosure agreements, copyrights or licenses.
Unfortunately, the English language has a problem: Free can mean "as in Freedom", or "without cost". When I speak of my Free Software project to non-techie people, they think I'm just not going to charge money for it, and question my sanity. They have no clue about the meaning behind Free Software.
Spanish doesn't have that problem: Free as in Freedom is "Libre", free as in beer is "gratis". But those words don't make sense to English speakers.
I have developed a convention, but it's too subtle for most to take notice. Perhaps they will if you join me: I capitalize the "F" if it's "Free as in Freedom", but use lowercase for "free as in beer". I think that emphasizes the difference, and maybe if we all wrote it that way, more people would understand.
Stallman is a great man, IMHO, but he has a marketing and image problem: very few non-technical people have the first clue as to what Free Software means. Most think it means "freeware".
But Open Source doesn't have that problem; many who don't know source code from Shinola do understand what Open Source is all about.
Thus I long ago gave up trying to describe Ogg Frog as Free Software in casual conversation. I only say that when speaking to others who will likely understand. Most of the time I describe it as Open Source, but feel guilty in doing so. I feel like Matthew in these verses:
Peter said unto him, Lord, why cannot I follow thee now? I will lay down my life for thy sake. Jesus answered him, Wilt thou lay down thy life for my sake? Verily, verily, I say unto thee, The cock shall not crow, till thou hast denied me thrice. -- John 13, 37-38
(BTW - there's no Ogg Frog to download yet, not even CVS or Subversion. Out of consideration for my non-technical target market, I'm not releasing anything until it reaches it's planned 1.0 feature set, and is reasonably bug free. At least for non-technical users, I feel The Cathedral is better than The Bazaar.
-
Re:That's quite a TROLL...First of all, the question is not why they didn't use the GPL, but why they didn't use one of the many GPL-compatible licenses.
That question is answered in the link, at least as far as the most common OSI approved licences, GPL, LGPL, MPL...
Second, a license that prevented programs from running on GNU/Linux would (by definition) not be an Open Source license.Neither GNU nor Linux is mentioned in OSI's definition of Open Source.
Third, I suspect the GPL is the Open Source license *most* court-tested.You may be correct here, but don't be surprised if it does eventually break apart, businesses (especially U.S. based businesses) are accustomed to dealing with extremely complex laws and if GPL gets in the way of the likes of Microsoft/GM/ADM... look out! Many companies have higher revenue than the GNPs of all but the G8 and they don't even like abiding by U.S. tax law, much less Kyoto, WTC etc. GPL is hardly a bit of road-kill, much less an obstacle to the wishes of these mega corprations.
Fourth, Linux's GPL license does not prevent any codec from running on it. It's the authors of the codecs and patent holders that do that.Then you'd better spend your time trying to lobby Sony, Apple, Microsoft, Fraunhoffer, the MPAA... instead of worrying about what license Sun frees its software under. You can blame the bad people who wrote these CODECs or you can look into the real incompatibilities between GPL and codecs, problems which LGPL, BSD, MPL and CDDL don't have:
This is taken from the fluendo website http://www.fluendo.com/resources/fluendo_mp3.php) "If you are living in a country where the mp3 patents don't apply you can of course use the source code provided by Fluendo (or anyone else) to get legal mp3 support onto your Unix/GNU/Linux desktop. On the other hand, if you live in a country where the patents apply, or if you are a distribution maker who sells your distribution in countries where the patents apply, then you need the licensed binary from Fluendo. This of course is no problem, but be aware that even if our binary is made from MIT licensed source code the resulting binary combined with our license is not free software, at least not GPL-compatible. This means that if you ship GStreamer with our binary mp3 plug-in, you need to be sure that you don't ship any GPL-licensed plug-ins that could end up being used together with the mp3 plug-in, as this would violate the GPL. And you don't want to violate the GPL. You also need to make sure you don't ship any GPL-licensed players which would use this plug-in.
And finally, the GPL hurts Linux's stability? Truly it is a powerful license, but I never imagined that it had such capabilities...It hurts Linux's stability by allowing Stallman and thousands of others to live in a fantasy world where GPL's viral nature overcomes Microsoft/Sony/Apple and other IP holders will bow to a non-paying 1% marketshare and make things convenient for this minority. It allows Linus to "not care about ABI stability" because he too lives this fantasy.
-
More DRM?
Nokia should get back to us when they finally realize what open-source is really all about.
-
Re:No
Good point, and well made.
However, Freedom 5 anyone? -
EU promoting electronic security through OSSAlthough that's the EU's position I don't think that you should take it as an endorsement of Open Source.
Oh, that one again? It's 2008 — time to re-tire that M$ talking point. I suppose that Ken Thompson's presentation from 24 years ago is also not an endorsement of Open Source? Re-read A5-0264/2001 and European Commission technology strategy They're quite clear and the 2001 resolution even pre-dates the main start of MS EU-level lobbying efforts.
If M$ wanted to play, it's executives could decide to release product code as open source, but the company hasn't. Further, it can't. M$ products just aren't engineered for security. In fact, M$ code is so bad that it threatens US national security. So, although ditching M$ products won't in and of itself make your site secure, it's a necessary first step.
It's about security and for that you need open source.
-
Re:No-one has ever claimedYou haven't been paying attention to many Open Source proponents if you haven't ever seen them claim that Open Source code is of vastly superior quality than proprietary. Hell, ESR's claim to fame is a whole paper he wrote on that exact topic. For example, the OSI itself puts this claim at the very top of their advocacy document on selling OSS to your management: The foundation of the business case for open-source is high reliability. Open-source software is peer-reviewed software; it is more reliable than closed, proprietary software. Mature open-source code is as bulletproof as software ever gets.
Open Source Case for Business There is a pretty clear divide in the F/OSS community between the OSI-side-people, who view Open Source as a development model that leads to better software with fewer bugs and quicker turnaround; and the FSF-side-people who think of Free Software as a moral imperative that leads to more freedom in addition to better software with fewer bugs and quicker turnaround.
Having worked heavily in both areas of software development, I think this particular article's conclusion was obvious: code quality depends on the people who wrote it, not the process the used to license it. But only people who have done extensive proprietary and open-source development could really see that first-hand, and our opinions are automatically dismissed as being pro-Microsoft shills. Thus, I predict this paper will be roasted over an open flame, crushed into a tiny ball, soaked in gasoline, lit on fire, and ejected into deep space by the most devoted open source proponents in both camps. -
The smell of patents
The Ms-PL (and also the other license) are an interesting read. Nearly half of the text is about software patents. First it says:
Patent Grant - Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to ... its contribution in the software or derivative works of the contribution in the software. Sounds nice. This is an assertion not to get sued over software patents. Let's check section 3. Among other things it says there: If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. Sounds reasonable. If I sue Microsoft, they should be able to assert their patents against me as well. But then section 3 says: If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. This text does not make sense as part of an OSI approved license. While trying to solve problems caused by software patents the license requires me to spread the patent FUD at the same time.Let's play out this license in a different setting. What happens if I contribute and Microsoft or a third party like SCO or Novell sues me? In this case the license allows me to withdraw my software patents. But I don't have any software patents! LOL
There is an article about Ms-PL and patents on Oreillynet.com which confirms my concerns. Furthermore the article points out that only contributors have these rights. If you are a user of the software, the license doesn't offer you protection against software patents at all. Well. I certainly prefer the GPL which allows me to withdraw my contribution if patent claims are made by Microsoft or a third party.
-
Re:What is Open Source?
Who said anything about Windows? Of course you can't legally fork Windows, because Microsoft has not licensed the Windows source code under its "Shared Source" initiative. You can't fix bugs in Windows, either. But that's irrelevant, because both the article and the post to which I responded talk specifically about source code which Microsoft releases under one of its "Shared Source" licenses. And for that source code, the answer is yes, you can fix bugs and release a competing product.
Can we do so in a manner that no longer requires anyone to pay Microsoft?
If you read the OSI's explanation of the shared source licenses, you'll see that Ms-PL and Ms-RL are more competition-friendly than most of the traditional open source licenses because they also indemnify all contributors against patent infringement. So you wouldn't be legally obliged to pay Microsoft anything if you wanted to rebrand their code and release a competing product.
-
Re:What is Open Source?
Who said anything about Windows? Of course you can't legally fork Windows, because Microsoft has not licensed the Windows source code under its "Shared Source" initiative. You can't fix bugs in Windows, either. But that's irrelevant, because both the article and the post to which I responded talk specifically about source code which Microsoft releases under one of its "Shared Source" licenses. And for that source code, the answer is yes, you can fix bugs and release a competing product.
Can we do so in a manner that no longer requires anyone to pay Microsoft?
If you read the OSI's explanation of the shared source licenses, you'll see that Ms-PL and Ms-RL are more competition-friendly than most of the traditional open source licenses because they also indemnify all contributors against patent infringement. So you wouldn't be legally obliged to pay Microsoft anything if you wanted to rebrand their code and release a competing product.
-
Re:What is Open Source?Cant you even be bothered to read the site you linked to?
The term 'open source' is NOT trademarked. OSI says so quite clearly on their website which you linked to but didnt actually look at.
http://www.opensource.org/docs/certification_mark.html The Open Source Definition spells out the essential qualities of open source software. Unfortunately, the term "open source" itself is subject to misuse, and because it's considered descriptive, it can't currently be legally protected as a trademark (which would have been our first choice). -
Re:Auditable source
Sorry, the link was just to the OSI homepage. The direct link to the definition is: http://opensource.org/docs/osd
And remember, just as FSF defined what Free Software is, the OSI people defined what Open Source means. That any random newbie now believes he can redefine what Open Source means is irrelevant. -
Re:Auditable sourceOSI has a trademark on the term "Open Source", so naturally they are allowed to define what "Open Source" means. The ignorance on
/. is appalling.
From the OSI website:
http://www.opensource.org/docs/certification_mark.html Unfortunately, the term "open source" itself is subject to misuse, and because it's considered descriptive, it can't currently be legally protected as a trademark (which would have been our first choice). From that same page, they DO have a trademark, but its not on 'open source': Since the community needs a reliable way of knowing whether a piece of software really is open source, OSI is registering a trademark, Open Source Initiative Approved, for this purpose. If you see this mark on a piece of software, either the software really is being distributed under a license that conforms to the Open Source Definition, or the distributor is misusing the mark and thereby breaking the law. Please make some sort of attempt to be at least remotely factually accurate in your postings. -
Re:Auditable source
"Shared source" IS open source.
Uh, no, it isn't. Microsoft knows very well why they call it shared source, and not open source. If you want to know why, read the definition of open source, or just shut the f* up. -
Re:What is Open Source?Yes, you're missing something quite fundamental. The term "Open Source" is a trademark. NO IT IS NOT. The term "Open Source" is most certainly not a trademark. The OSI is attempting to build a case for their formerly-denied trademark application for the term "Open Source". The Open Source Marks themselves are trademarked. This is, of course, deceptive business practice - they have YOU fooled, don't they?
This fact is more obvious when you look at the largest logos, e.g. opensource-550x475.gif. In this logo you can clearly see that the TM applies to the logo, not to the words "Open Source". The smaller logos deceptively make it look like the TM applies to the whole thing (and it SORT OF does - but to the graphic representation of the phrase "Open Source", and not the phrase itself.)
I did the research into this issue when the OSI announced its intention to "crack down" on vendors who "misuse" the term Open Source. That issue, and the comments in the slashdot story made me somewhat nauseous (and still do.) I subsequently wrote a journal entry detailing the situation. I've since exchanged comments with Bruce Perens, who defends his stance on redefining the term from what it used to be. Rather than taking responsibility for selection of an already-overloaded piece of terminology, Mr. Perens insists that he is correct and that the OSI (and by extension and some truly addled logic, the entire computing community) is the injured party here.
In reality there is no injured party, just some geeks with an overdeveloped sense of their own importance. Arguably, that includes myself; but then, I'm trying to preserve history, not rewrite it.
-
Re:Sounds like Open Source to me
By what definition? How about The Open Source definition? They did kind of coin the term, after all. In which case you're wrong.
-
Re:What is Open Source?Open source software doesn't mean you can just LOOK at the source. It means you can look at it AND modify it and use it (redistributing it is another matter, and depends on the specific license). What you are talking about is the OSI definition of Open Source. There are a lot of definitions for Open Source.
I think we can say that there are OSI Approved Licenses, and Shared Source licenses. Both grant the user a right to *see* the source code, but the big difference is that an OSI license also gives the user additional rights, as explained here.
Once this is clear, we can discuss about what the term "Open Source" means, and what rights it grans to the user. Personally I think that the "rights" part should be determined by the license attached to the code, not by a term like "Open Source" or "Shared Source", but that is just me. -
Re:What is Open Source?Open source software doesn't mean you can just LOOK at the source. It means you can look at it AND modify it and use it (redistributing it is another matter, and depends on the specific license). What you are talking about is the OSI definition of Open Source. There are a lot of definitions for Open Source.
I think we can say that there are OSI Approved Licenses, and Shared Source licenses. Both grant the user a right to *see* the source code, but the big difference is that an OSI license also gives the user additional rights, as explained here.
Once this is clear, we can discuss about what the term "Open Source" means, and what rights it grans to the user. Personally I think that the "rights" part should be determined by the license attached to the code, not by a term like "Open Source" or "Shared Source", but that is just me. -
Re:What is Open Source?Open source software doesn't mean you can just LOOK at the source. It means you can look at it AND modify it and use it (redistributing it is another matter, and depends on the specific license). What you are talking about is the OSI definition of Open Source. There are a lot of definitions for Open Source.
I think we can say that there are OSI Approved Licenses, and Shared Source licenses. Both grant the user a right to *see* the source code, but the big difference is that an OSI license also gives the user additional rights, as explained here.
Once this is clear, we can discuss about what the term "Open Source" means, and what rights it grans to the user. Personally I think that the "rights" part should be determined by the license attached to the code, not by a term like "Open Source" or "Shared Source", but that is just me. -
Re:What is Open Source?
Yes, you're missing something quite fundamental. The term "Open Source" is a trademark. You can't use it without permission of the OSI, and they've set the criteria of what qualifies as "Open Source". Most of the Microsoft "Shared Source" licenses do not qualify and thus can not be called "Open Source".