Slashdot Mirror


SugarCRM 6 Released, But Is It Open Source?

darthcamaro writes "SugarCRM markets itself as a professional open source company and this week released version 6 of its Sugar platform. But the main new feature is a new user interface that isn't available to users of the community version — it's only available to paying users. No they don't claim to be open core either, they claim it's all open source, even if you have to pay for it. '"Open source doesn't mean free and was never really meant to mean free," Martin Schneider, senior director of communications at SugarCRM, said. "Open source runs through everything we do, it enables us to be transparent and gives customers more power. We are an open source company and it's why we're better than proprietary companies."'"

51 of 357 comments (clear)

  1. He's right by iplayfast · · Score: 4, Insightful

    There's nothing about open source that means no cost.

    1. Re:He's right by mwvdlee · · Score: 2, Insightful

      Not directly.
      But (AFAIK) if you pay for an open source (as OSI defines it) product, you are allowed to copy and give it away at no cost.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    2. Re:He's right by snowgirl · · Score: 2, Informative

      Not directly.
      But (AFAIK) if you pay for an open source (as OSI defines it) product, you are allowed to copy and give it away at no cost.

      That depends upon the license used. With the GPL and BSD, then you're absolutely right.

      However, there could be an open source license that doesn't allow this. Find a counter-example is left as a problem for the reader.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    3. Re:He's right by shaitand · · Score: 3, Insightful

      If there were it wouldn't be open source. Anything that would prevent this would prevent you from modifying and distributing your modified version. That is the core of open source and without that ability a license isn't open source.

    4. Re:He's right by NNKK · · Score: 3, Funny

      Have you tried actually reading the first criteria of the open source definition?

      http://opensource.org/docs/osd

    5. Re:He's right by snowgirl · · Score: 3, Informative

      Section 1 only requires that redistribution rights be granted to people when made a part of an aggregate work from multiple sources.

      This means you are not guaranteed the right to just copy the code out to anyone and everyone... without created an aggregate work.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    6. Re:He's right by shaitand · · Score: 3, Insightful

      When did I deny section 1? I just said it isn't the relevant section.

      Change the title and you'd fall under section 3, package it alongside the source to any of the required libraries and you'd fall under section 1.

      Any way you slice it, there is no license that could in any practical manner prevent free redistribution and still be open source let alone free software.

    7. Re:He's right by shaitand · · Score: 2, Insightful

      I think Microsoft came up with one, shared source.

    8. Re:He's right by h4rm0ny · · Score: 5, Informative


      Has anyone here actually read the article (I know, stupid assumption). SugarCRM has a dual licence. There's a "Community Edition" and a "Professional Edition" (also an Enterprise Edition, but that's not different from Professional - it's just the support offers sort of thing as far as I recall).

      Now the Professional Version is obviously not "closed source" because it's a great sprawling PHP application so they have to give you the source. But that doesn't make it "Free Software". It requires a licence on a per user basis. In contrast, the Community Version is what we call "Badgeware". You can download it free, you can deploy it free with whatever users you like and you're free to make and distribute plugins and such for it. But you can't remove the SugarCRM logo and weblink for example. (In fact, there are some amusing little attempts to prevent people from doing that in the code, e.g. the legal notice that comes up if you alter the SugarCRM image doesn't appear as text in the files, but encoded as base64).

      Anyway, there's an open sourcish community around the Community Edition that write tools for it. But, IMO, the whole thing doesn't feel very open sourcey. What it comes down to is not an issue of programming, so much as it comes down to business needs. SugarCRM has a system of "modules" - pluggable business entities such as Contacts, Product Lists, Accounts, etc. The great big difference between the Community and Professional versions is that the Professional version comes with additional modules. And for most businesses (I would say), they're modules that you really need. There are various other bits and pieces like the Professional Edition supports workflows whereas the Community Edition does not.

      What it comes down to, is that SugarCRM has a community edition which serves as a good bit of PR, a hook to get in new users and a source of occasional free bug-fixes. But most serious businesses - the ones who actually are potential customers - will end up needing the features of the non-Free Professional Edition. There are attempts to replicate some of what the Professional Edition does in the Community one, but from what I've seen they don't really compare and of course the company itself isn't helping much because primarily they want people to buy the Professional Edition to get those features. Their forums are also littered with unanswered technical questions. If you're a paying customer and you file a support request with them, you get fixes (in my limited experience with them), but if you're a Community type asking questions on the forums, you take your chances. It would also be pretty difficult to make any substantial changes to the code base because you're always tailing the Professional Edition which SugarCRM control. So if you write a wonderful new thing for it (the do-it-yourself Open Source way), expect there to be a good chance that it will be incompatible shortly.

      I actually quite like the model of a free version of software and then a paid-for pro version with extra coolness. It's a model that works well. But when you combine that with Open Source, it becomes a little more dubious (maybe) because there's the possibility that you use the name of Open Source but create a system where in practice, people can't meaningfully participate and it's primarily a hook into the paid version. This is where I feel SugarCRM are. I have no doubt that there are people using the Community Edition for business purposes, but I think what I describe is the bird's eye view of the situation.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    9. Re:He's right by Richard_at_work · · Score: 5, Insightful

      That's *an* open source definition, not *the* open source definition.

    10. Re:He's right by RoFLKOPTr · · Score: 2, Insightful

      If there were it wouldn't be open source. Anything that would prevent this would prevent you from modifying and distributing your modified version. That is the core of open source and without that ability a license isn't open source.

      The term "open" means the source is open for you to view and perhaps compile for yourself. That's it. The problem with today's open source movement is that people now automatically assume that because something is open source, it must be free. There's more benefit to being open source than just being free. You can view the source and see exactly what's powering the program, run your own audits, find your own bugs, and make sure that what's running on your machine is exactly and only what you want running on your machine. Being free happens to be an extra perk for most open source software, but it is definitely not required.

    11. Re:He's right by Eivind · · Score: 3, Informative

      http://opensource.org/docs/osd

      Requirement #1 is "Free Redistribution", i.e. that you have the freedom to, without limitation, redistribute the software.

      Would you like ketchup with that ?

    12. Re:He's right by h4rm0ny · · Score: 2, Interesting


      No, Snowgirl is right. Though I see you got your +1 Sounds Confident mods. What you are describing is Free (capital 'F') software, also known as "libre" software. Open Source does not mean anything other than you have the source available. For example, so you can inspect it for security reasons, so you can make in-house only changes. Free Software however, is what you get under the GPL. Free Software must of course be Open Source, but the inverse is not the case.

      Hear that booming tread? That's Richard Stallman walking up your drive with a four hour lecture of the philosophy of information sharing. I'd hide under your desk if I were you. ;)

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    13. Re:He's right by snowgirl · · Score: 2, Interesting

      I imagine this is why people hate lawyers...

      everything is couched in such terms that they know are unassailable, and even when a reasonable argument can be mounted against it, there are still the technicalities introduced intentionally at the start to ensure that they can't be wrong.

      I cannot claim that the vast majority of people reading what I wrote will not make invalid assumptions about what I meant, and thus make me sound like I was wrong, but seriously...

      The OSI requirements for open source license definitions would allow me to make a license that prevents people from distributing unmodified copies of my program in anything but aggregated products.

      Essentially, only avoiding the specific case of people pawning off my direct unmodified works individually. Which is the only thing I objected to in the first place.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    14. Re:He's right by harlows_monkeys · · Score: 4, Funny

      That's nice. However, there are other sections besides section 1. They aren't there just to help with the feng shui of the site.

    15. Re:He's right by snowgirl · · Score: 2, Interesting

      It would be far more interesting if you could cite even a hypothetical license that meets the commonly accepted criteria of open source but manages to disallow "indiscriminate distribution".

      The license does not allow redistribution of the original code in any form except when included in an aggregate work. (Satisfies section 1)

      The license requires that distribution of the original source code cannot be done, but that modifications and derivative works may be distributed as patches. (Potentially satisfies section 3)

      Alternatively, the license requires that the original code may not be distributed unless modification is made or a derivative work made. (Definitively satisfies section 3)

      Thus, this prevents the specific claimed action, of simply buying and then distributing unedited.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    16. Re:He's right by Chrisq · · Score: 3, Insightful

      http://opensource.org/docs/osd

      Requirement #1 is "Free Redistribution", i.e. that you have the freedom to, without limitation, redistribute the software.

      Would you like ketchup with that ?

      Only in an aggregate work. Not as an individual work... which I believe the original objection was about.

      OK so I package it with a picture of your mum sucking my dick

    17. Re:He's right by tapanitarvainen · · Score: 2, Insightful

      No, Snowgirl is right. [...] Open Source does not mean anything other than you have the source available. For example, so you can inspect it for security reasons, so you can make in-house only changes

      No. It used to be fairly common to sell software with source code, with explicit restriction that it may not be redistributed: source was only provided for in-house use. That is certainly not open source.

      Open Source does imply the right to redistribute, and that's explicitly allowed in every OSI license, snowgirl's legalistic quibbling notwithstanding: the definition referred is not a license or any other legally binding document, and if someone really tried to make a license that explicitly forbids redistribution of the program in unmodified and non-aggregated form, I'm sure ISO would reject it - possibly clarifying their definition, if they thought it was necessary - but the intent of the definition is clear enough, whether or not it appears legally watertight.

    18. Re:He's right by h4rm0ny · · Score: 2, Interesting

      No. It used to be fairly common to sell software with source code, with explicit restriction that it may not be redistributed: source was only provided for in-house use. That is certainly not open source.

      I remember those days, believe it or not. :) No, that really was (and still is) open source. What we have going on here, is a group (the OSI) attempting to re-define Open Source to be synonymous with Free Software. Perhaps one day they will succeed and we'll have to start referring to any open source software that isn't also licensed under something like the GPL as "shared source". One day, perhaps, but (best Aragorn voice) it is not this day!.

      Seriously, if you want to refer to software that is both open source and includes the right to distribute and modify, call it "Free Software" like the FSF, or "Libre" software. It's nice, unambiguous, is an existing term and doesn't confuse half the software world which is still filled with people like me who recall Open Source meaning only that the source code is available.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    19. Re:He's right by AlXtreme · · Score: 2, Insightful

      ie. they use the "open core" model like what the submitter hinted at: have an open source portion of your system but for any practical use you need to buy the 'professional edition'.

      El reg had a small discussion about this a while back due to in part this blog post.

      IMHO this is a business/marketing decision that will alienate open source fans. I have had to use similarly-licensed software in the past, don't think I'll actively pitch in with new features or submit bugreports for either the open or licensed version. You can make a business out of open source alone, you don't have to handicap your open source version to make your professional edition look better.

      Thankfully this tactic should quickly lead to forks. For niche markets the community will need to rally in order to support the fork, but for that to happen you need a strong community, which tends not to develop around an open core product.

      --
      This sig is intentionally left blank
    20. Re:He's right by tapanitarvainen · · Score: 3, Informative

      No. It used to be fairly common to sell software with source code, with explicit restriction that it may not be redistributed: source was only provided for in-house use. That is certainly not open source.

      I remember those days, believe it or not. :)

      So do I (yeah, I'm old). Did you really use the term "open source" then? I'm sure I didn't, the vendors certainly didn't, actually I'm pretty sure I never heard the term back then.

      Of course I may have missed someone using it, but it certainly wasn't a common term.

      As far as I can tell, the very term was invented as a generic term for freely redistributable source - as a substitute for "free software", which had too heavy political and philosophical connotations.

      Seriously, if you want to refer to software that is both open source and includes the right to distribute and modify, call it "Free Software" like the FSF, or "Libre" software. It's nice, unambiguous, is an existing term and doesn't confuse half the software world which is still filled with people like me who recall Open Source meaning only that the source code is available.

      Can you point out any references to "Open Source" that predate the current common meaning (that includes free redistributability)?

    21. Re:He's right by Richard_at_work · · Score: 2, Insightful

      Their definition is *a* valid one, regardless of the fact that they 'invented' the term (if they even did), they do not get a monopoly on it.

    22. Re:He's right by icebraining · · Score: 3, Informative

      You can't do neither, because you need a key for each copy of the paid version - you pay by the user. It's not OSI approved in any way, it's just a marketing abuse, imho.

    23. Re:He's right by misiu_mp · · Score: 2, Informative

      No need to do that. #2 clearly states: "The program must include source code, and must allow distribution in source code as well as compiled form".
      Note: "The program must (...) allow distribution in (...) compiled form". No mention it has to be derived.

    24. Re:He's right by hey! · · Score: 4, Insightful

      I actually installed the community edition of SugarCRM a few years ago. My take on it is that it's got the right problem (a big, big, big part of creating a great piece of software), but that the system design and implementation is painfully amateurish. The database schema was an incoherent joke, the code meandering, verbose and inarticulate. There's no reason for code (even PHP) to be that bad.

      Obviously a huge amount of work went into the thing. The kind of work you do when you've got a poorly thought out system and real customers to satisfy. The thing about that kind of work is that if you hack away at a system long enough *in response to customer needs*, eventually it will fill those needs fairly well. Being badly engineered doesn't preclude providing value to users. We certainly found it useful, but whenever I had to fix a bug or tweak something, I was constantly amazed that the system worked at all.

      Now we all know there are two schools of thought about software development: the incrementalist (make the software work even if it is ugly) and the purist (make it elegant even if you have to rewrite it). The reason these two schools persist is that they are both right in different situations. There are times you have to live with less than elegant, and times when you have to bite the bullet and do major rewrites. I think most successful programmers balance these impulses, tidying up and refactoring as they fix bugs and meet customer's needs. The sign of a skillful programmer is that the more he works on a body of code, the simpler and more elegant it becomes. But when you have a gawdawful mess like SugarCRM, it makes no sense to invest anything more than occasional trivial effort unless you're willing to commit to a complete fork. You'd have to do major refactoring unless you were willing to spend all your time hacking your way through cruft, and the SugarCRM folks probably wouldn't because they actually understand all that unnecessary complexity.

      Overall I'd say that SugarCRM is a useful, but mediocre piece of software. If you can live with its limitations, it is an asset, particularly in a small business where you have to introduce management to the novel concept of CRM before getting them to part with money. SugarCRM is not much of an asset to F/OSS, because it's not likely to attract many talented contributors to the core system, yet discourages them from developing competing solutions because it is "good enough" for not-too-demanding users.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    25. Re:He's right by rsborg · · Score: 2, Informative

      Overall I'd say that SugarCRM is a useful, but mediocre piece of software. If you can live with its limitations, it is an asset, particularly in a small business

      Quite an insightful and valid assessment, as I have worked on it. The major work I ended up doing aside from configuring the basic objects involved lots and LOTS of jQuery to make the UI more responsive and add in non-Sugar JS widgets (which were fed json with a seperate data model layer I wrote myself). Overall, this suite really pales in comparison to Salesforce, but is useful if you need something good OSS wise, I'd go with a smaller lightweight CRM like Fat-Free CRM (RoR), or small/medsize CRM like SalesLogix (Sage).

      --
      Make sure everyone's vote counts: Verified Voting
  2. Well.. by ak_hepcat · · Score: 4, Insightful

    Sure, if it's open source, then one paying customer can take the source and fork it back out to everybody else for gratis.

    That's what open source means.

    Trying to disguise commercially licensed software as open source is setting yourself up for failure.

    --
    Support FSF: Stop thinking with your wallet, and think with your imagination. (cc/non-commercial)
    1. Re:Well.. by ducomputergeek · · Score: 4, Informative

      Depends, things like PA-DSS and HIPPA suddenly can throw a monkey wrench into things. We forked an opensource project with the goal of getting it PA-DSS certified so we could use it to continue processing credit cards after July 1st of this year. We've done the audit and now just waiting for the paperwork to go through to get it listed as "certified" software. However, only versions signed and distributed by our organization is certified. Like SugarCRM, we only give out the code to customers who are paying for support contracts.

      They are free to download the code and they could even compile and use the code in house and be okay under PCI-DSS. However the monkey wrench comes if they decided to compile the application and then distribute their version to other parties. Technically those 3rd parties would not be able to use the software to process credit cards since the version would not be "PA-DSS certified". And while the software would still be functional, if you used the uncertified version to process credit cards, then one could lose their merchant account. And processing credit cards is a MAJOR feature of the product and too risky for a lot of businesses to consider using it without that certification.

      So while one could have all the source code, the source code without the "PA-DSS Certification" certificate doesn't do folks much good in practice.

      Magento is doing something similar. Only their "Enterprise" version is PA-DSS certified. The Community Edition is not. And I suspect we're going to start to see more of this as time goes forward. I'm not saying it will be impossible to do it, but it is extremely hard. PA-DSS certification requires a lot of documentation and about $25k up front to pay for auditing, the PCI-SSC, and the best part is the validation is only good for 3 years. That's either a lot of community donations or someone bank rolling the operation.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    2. Re:Well.. by ducomputergeek · · Score: 2, Informative

      Sort of. MySQL has a really interesting clause in the community edition, you are not allowed to bundle the database with 3rd party applications. If we wanted to use MySQL and package it with our Point of Sale software, the cost is $500 per install last time I checked. (That was with Sun, god only knows with Oracle). Hence this was one of many reasons we elected to go with PostgreSQL as part of our installation.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    3. Re:Well.. by vrt3 · · Score: 2, Interesting

      As I understand it, the problem is not with the database but with the client library. That library is dual-licensed GPL and something proprietary. There's no problem if you use that library in a GPL application, but otherwise you have to use the proprietary-licensed version. Which costs money.

      If I'm right, you could work around the problem by writing your own client library (I have no idea how difficult that would be) and using that instead of theirs.

      --
      This sig under construction. Please check back later.
    4. Re:Well.. by gbjbaanb · · Score: 2, Informative

      then one paying customer can take the source and fork it back out to everybody else for gratis.

      And that's vTiger, see a comparative review between the two.

  3. Open source by Eric+Smith · · Score: 3, Insightful

    They only give the source to paying customers. But do they prevent those paying customers from redistributing the source? If not, then it really is open source. Nothing about open source requires that owner of the code give it out to everyone, but if there are restrictions on redistribution, it's not open source.

    1. Re:Open source by emurphy42 · · Score: 2, Interesting

      A bit of poking around indicates that the community edition is released under GPL v3 and the paid edition is released under this variation of the Mozilla PL. Someone want to dig through it and work it out?

    2. Re:Open source by jamesh · · Score: 4, Insightful

      "open source" is one of those terms made up of two words who's meaning appears to be redefinable to suit the needs of any given agenda. That's why terms like 'GPL' and 'BSD' are more useful as they define what the terms of the 'openness" are. On slashdot "open source" and "GPL" are mostly synonymous but not necessarily in some industries.

      but if there are restrictions on redistribution, it's not open source.

      Well even GPL fails at that. It places the restriction that if you distribute the binary then you must make the source available too. That's kind of the opposite kind of restriction to what you were saying but it's still a restriction in that it limits your freedom to do what you want with the code, but only in as far as you can't deny others the freedom you were granted, which is widely considered to be a good restriction.

      Even Microsoft open their source to various organisations (academic mostly). I think they don't ever refer to it as "open source" though but "shared source" instead, so I guess they are off the hook.

    3. Re:Open source by snowgirl · · Score: 3, Interesting

      A bit of poking around indicates that the community edition is released under GPL v3 and the paid edition is released under this variation of the Mozilla PL. Someone want to dig through it and work it out?

      *reads reads reads*

      Section 2.1, and Section 2.2 pretty much say you can distribute the original code with or without modification indiscriminately. ... So... yeah, one should be able to simply buy it once and then "fork" it from the original and provide it free.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    4. Re:Open source by hweimer · · Score: 2, Informative

      A bit of poking around indicates that the community edition is released under GPL v3 and the paid edition is released under this variation of the Mozilla PL. Someone want to dig through it and work it out?

      The Pro edition is being licensed under a proprietary EULA, which even contains Bitkeeper-like non-competition clauses regarding the community edition. It that sense it is even worse than MS-EULA, which at least allows you to mess around with the few open source components Microsoft has released.

      --
      OS Reviews: Free and Open Source Software
  4. Use "gratis" not "free" by El_Muerte_TDS · · Score: 4, Insightful

    Can we please stop using "free" when we mean "gratis". You know, when something doesn't cost anything. "free" is too ambiguous.

    1. Re:Use "gratis" not "free" by iamnobody2 · · Score: 2, Informative

      or how 'bout we use "open" instead of free. "free" is too ambiguous. (i'd much rather use free as gratis then free as in open)

      --
      nobody's perfect
    2. Re:Use "gratis" not "free" by drsmithy · · Score: 2, Insightful

      Can we please stop using "free" when we mean "gratis". You know, when something doesn't cost anything. "free" is too ambiguous.

      How about we stop using "free" to mean "restricted by a particular set of rules that I happen to agree with", since that's a vastly less honest equation ?

    3. Re:Use "gratis" not "free" by leenks · · Score: 2, Insightful

      "You are free to go" / "You are free to duplicate this"
      "This item is free"

      All have similar meanings, ie there is not "cost" involved (of whatever kind - monetary, legal, ...), but the currency of "cost" is different in each case.

      Nobody hijacked anything. English has been this way for a long time.

  5. This has bothered me for a while... by Anonymous Coward · · Score: 3, Interesting

    Strong advocates of "open source" always talk about how having access to the source is a kind of freedom, and that's true. Personally, I would prefer if all software that I purchased came with the source code (and the means to rebuild it) - because this gives me the freedom to fix bugs or make enhancements myself (and also to pay someone else to do it, i.e. to avoid vendor lock-in). It's an important freedom to have, **but** it's a big jump to then say that not only should I have the freedom to see and modify the source, but I should be able to share the whole source - even the parts I didn't write myself - with anyone I want to, without permission from or kickbacks to the original author(s). That is certainly nice, but it's not a "freedom" so much as it is a privilege.

    Is the source "open" just because I have access to it along with the software...? I say it is. If I can also give it away to others then it's also "free", but that would be in the as-in-beer sense, not the as-in-speech sense.

    The main reason I often prefer "open source" software is because I, personally, get access to the source code - not because it's free in cost, but not either because everyone else "in the wild" can get it too.

    1. Re:This has bothered me for a while... by Requiem18th · · Score: 2, Insightful

      Wrong, to put it bluntly. You miss the point of software freedom/openness. Basically it's freedom from lock-in.

      Software freedom means freedom from lock-in. As long as the original vendor retains control about who runs the software, how the software is run and what the software can do then it lacks that *freedom*.

      Software openness is about distributed development/ownership of the software. Everybody is considered an author of the software even just potentially so and everyone can use it as they see fit, including sharing it with others.

      SugarCMR is neither free nor open, they are simply dishonestly representing themselves.

      Yes sure they can come up with whatever definition of open they want, for that matter I can call say I sell holy software, or rainbow software, I just have to make up whatever definition will sell.

      --
      But... the future refused to change.
  6. Want open source? by kimvette · · Score: 4, Informative

    Check out vtiger

    SugarCRM has been guilty of decepting customers with their "open source" claims in the past. They originally released under a modified Mozilla public license (the Sugar Public License), with requirements that derivatives remove any and all SugarCRM branding. A few enterprising folks forked it to form vtiger, which supposedly led to SugarCRM threatening to file suit for actually exercising their rights outlined under the license, and the CEO publicly lambasting the vtiger folks for actually taking SugarCRM up on their offer extended by the original SPL.

    http://forums.vtiger.com/viewtopic.php?t=11
    http://blog.tmcnet.com/blog/rich-tehrani/crm/sugarcrm-vs-vtiger.html
    http://developers.slashdot.org/comments.pl?sid=188554&cid=15541264
    http://www.zdnet.com/blog/open-source/is-sugarcrm-open-source/867

    I've posted previously about sugar vs. vtiger before:
    http://slashdot.org/comments.pl?sid=223770&cid=18118754 (which drew out anti-F/OSS zealots and folks who didn't bother to read the licenses fully and obviously did not compare it to the previous SPL as it was originally written and released)

    Now, the SugarCRM folks may have updated their licensing to remove the restrictions about moving to the free/community edition after having used the "enterprise" edition but honestly those folks were so scummy when they threw a fit after folks actually exercised their rights to create a derivative project that I can't be bothered to check.

    Does vtiger functionality stack up well against SugarCRM's enterprise version? Not exactly. However, reverse is also true; vtiger offers some bells and whistles you don't get with Sugar - but in any event, vtiger does not use a license to try to restrict using your own data in another product.

    Don't get me wrong: SugarCRM is a pretty good product, but I don't like to use products made by companies which engage in deceptive practices, even when some of the product editions may be "free."

    --
    The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    1. Re:Want open source? by bigsteve@dstc · · Score: 5, Insightful
      Here's an excerpt from the current Evaluation License, copied from the SugarCRM website.

      Licensee shall not bifurcate the source code for any SugarCRM open source licensed products into a separately maintained source code repository so that development done on the original code requires manual work to be transferred to the forked software or so that the forked software starts to have features not present in the original software.

      That smells of "not open source" to me.

  7. My understanding is .... by ksandom · · Score: 2, Informative

    that open source is simply that users have access to the source code. The license then defines what you are allowed/obligated to do with it. Making it freely available/redistributable to everyone works very well with open source since it's very hard to control who can use it and who can't. But as far as I'm aware, open source does not actually define what people can do with it. It's just saying that the source code is available to its users.

    --
    Funnyhacks - Wierd, unusual, and fun hacks
  8. Re:Microsoft also release MFC and the CRT library. by shutdown+-p+now · · Score: 2, Informative

    Well, Microsoft will certainly insist so.

    Actually, no, it will not. MS is careful with OSS in general, and this extends to labeling its own products. It will only be called open source if it really is open source - e.g. IronPython or ASP.NET MVC, both released under licenses which OSI considers "open source", and FSF considers "Free software".

    For other cases where code is available but there are strings attached (typically this means no redistribution) - MFC & ATL, .NET class library, Rotor etc - different terms, such as "shared source" and "reference source", are used.

  9. Re:Do something else then. by shutdown+-p+now · · Score: 2, Informative

    Honestly, it's their business model.

    That is not an issue. But them claiming that they're OSS when they really do not conform to the conventional definition is deceiving their customers.

  10. Commercial software WITH source code by Rsriram · · Score: 3, Informative

    Many commercial software developers provide their software along with the source code. But they do not qualify as "open source". If there is a restriction on forking the source code or maintaining it yourself, it is not open source.

    "Open Source" Software is different from "Source Available" software.

    --
    O this learning! What a thing it is - William Shakespeare
  11. Re:SugarCRM could do it by misiu_mp · · Score: 2, Informative

    What a bunch of total human crap (a worse kind of excrement than bull shit). Its _not_enough to see the code for it to be open source.

    This is from MS-Public License:
    2. Grant of Rights
    (A) Copyright 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 copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.

    This is from SugarCRM public licence:
    2. Source Code License.
    2.1. The Initial Developer Grant.
    The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and

    Finally, this is from Open Source Definition:
    2. Source Code
    The program must include source code, and must allow distribution in source code as well as compiled form.
    3. Derived Works
    The license must allow modifications and derived works, and must allow them to be distributed under the same terms as the license of the original software.

    Its clear all of those give the right to modify and/or redistribute the work as source or binary.

  12. SugarCRM is Faux-pen Source at best by DoctorLard · · Score: 2, Informative

    My thoughts: 1. SugarCRM, at least when I was using/hacking it (version 4.5 - 5), was an unmitigated pile of PHP spaghetti crapness. 2. They are a proprietary software company that periodically dumps a six-month-old, pared-down zip file of their code on a "community" of people who haven't realised they're wasting their time. 3. They use "open source" as a marketing gimmick to attract people who don't want to pay shitloads of cash for Salesforce et al. 4. They are not in the slightest bit interested in community contributed patches, code, or design ideas. 5. Periodic requests on the forums for access to their SVN repo are not even denied, it's all "oh yeah, we'll do that next week". And sorry, but all I've ever been able to get out of the vtiger developers is an inactive mailing list, a silent IRC channel, and one guy in India occasionally updating his blog with "went to some conference yesterday" every few weeks.

  13. License conflict? by Keldrin1 · · Score: 2, Interesting
    The documentation for SugarCRM Community Edition is located here: Sugar Community Edition 6.0 Documentation.

    License This work is licensed under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License (“License”). To view a copy of this license, visit http://www.creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

    This license forbids both commercial use and creation of derivative works. Now, download a copy of the community edition here. Unzip it and look at the "license.txt" file.

    GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007

    So, which is the mistake?