Slashdot Mirror


What to Protect in Open Source Software

eldavojohn writes "I found a brief blog by Marc Fleury on something that seems to almost be an oxymoron — what you need to legally protect in Open Source Software. The short of it is that you should trademark your name and brand it. Which might explain Xen's stance on the use of the brand 'Xen'. Another short blog notes that you should also maintain control of your distribution channels. Fleury also states this interesting tidbit on protecting intellectual property in OSS, 'Short of filing patents, there isn't much you can do in OSS. Let's face it the IP is there for everyone to see. If you are in a mode where a lot of the value is the code itself then open sourcing under GPL or equivalent reciprocal license may be a good choice for you. At least you will make sure that ISV's that re-use your license get in contact with you and many of them will pursue dual-licensing, a strategy that is known to work to monetize an OSS user base (mySQL).' Is there anything else you should take measures to protect in open source software? Is it possible to maintain control of a project under the GPL or are you constantly faced with forks?"

30 of 96 comments (clear)

  1. The same as with anything by andy666 · · Score: 5, Insightful

    You protect anything that is truly new and creative. Which is rare in most technology.

  2. Duh, by pb · · Score: 4, Interesting

    Didn't Red Hat already demonstrate this principle, years ago? Hopefully for his sake, they didn't trademark it too, pfft...

    --
    pb Reply or e-mail; don't vaguely moderate.
  3. Re:Repeat After Me by calebt3 · · Score: 3, Funny

    Have a weekend No thanks, I'm full.
  4. Err, what? by Penguinisto · · Score: 4, Insightful
    By the by - RedHat has had the same stance: you trademark the name and logos, no problem. That protects your name.

    Otherwise... protect it from what? If somebody swipes the code and locks it down under proprietary license, you can go after them for violating copyright terms. Otherwise, the whole stinkin' point of Open Source is to share the code. Can the author of TFA say "duh" for us?

    If what you're licensing as open source code is covered by software patents (blecch), then it's already covered under patent law.

    If you're that worried about distribution, do what RH and nearly every other distro maker does - have official mirrors. Anything outside of that and you don't have to take responsibility for it.

    Otherwise, unless you fully grok what it is you're getting into by doing so, maybe you shouldn't open the license on your source code? This ain't rocket science here...

    /P

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
    1. Re:Err, what? by webmaster404 · · Score: 4, Insightful

      Exactly, and if they are so worried about forking, make the code good in the first place. Other then ports and the like, most forks are caused by bad leadership or poor maintenance of the code. And also, a word to all potential "open source" businesses, if your code is open and not-proprietary and you let the community contribute and such you will succeed, if your just trying to make a Windows-like OS and sell it for $45 at a retailer with some proprietary things mixed in, chances are your going to fail. Only the truly open companies that are in Open Source will triumph otherwise, the hobbyists who collaborate will be better.

      --
      There is no "disagree" moderation, and troll, flamebait and overrated are not valid substitutes
    2. Re:Err, what? by djikster · · Score: 3, Insightful

      RHEL, the major source of income for RedHat, has been distributed for free under the CentOS name. They simply take the RHEL source repository, and build everything, and create a "new" distro. Of course, most of the work is done by RHEL, and they're losing revenue because people don't buy RHEL due to the fact that they can get it for free as CentOS. However, RedHat does not seem to be doing too poorly recently, so I assume most of the money they make comes from support, which is odd, since AFAIK the level of support they give can easily be bypassed by a competent sysadmin.

    3. Re:Err, what? by Penguinisto · · Score: 4, Insightful

      Of course, most of the work is done by RHEL, and they're losing revenue because people don't buy RHEL due to the fact that they can get it for free as CentOS.

      You oughta talk to a CIO some time...

      SysAdmin: "Sir, We don't need to buy RHEL subs. We can just use CentOS instead."
      CIO: "Okay, and what happens a couple years down the road if the CentOS project goes 'splat' and all our mission-critical stuff is still on it? And how do we know it's exact RHEL code? And what about the apps and bits that only RedHat makes (like certificate tools for instance)? What happens when you're out on vacation or leave for another job, and we gotta get tech support on this thing?"
      SysAdmin: "Umm, err, umm..."
      CIO: "Who do we rely on if something isn't quite working on the hardware side? You do know that Dell and HP won't even touch an OS or software issue if you're not using an OS that they support, right? And if our Oracle RAC servers starts goofing up, how do we explain to their tech support that we're using an RHEL variant that they simply don't support?"
      Sysadmin: " ... "

      ...you get the idea. It isn't for lack of tech know-how to run the day-to-day stuff that keeps most corporations buying RHEL in spite of CentOS, it's all those nasty little side issues that keep cropping up.

      Sure, with a bit of forethought, you can actually get around all the hypotheticals I put up there. Problem is, it'll eat more time and energy to do so than to simply use something that the hardware and app makers support - and invalidating support (either by warranty or contract) is going to be seen as wasteful by the PHB's - cost savings in subs-not-bought be damned.

      Personally and professionally, I like CentOS. I squeeze it in wherever there's a need for a non-mission-critical Linux server, and the hardware isn't still under warranty or service contract. This way I save the beancounters some dough but still fill the needs as they arise.

      OTOH, there are perfectly real reasons why RH makes so much dough off of RHEL (same with SuSE).

      /P

      --
      Quo usque tandem abutere, Nimbus, patientia nostra?
    4. Re:Err, what? by dbIII · · Score: 2, Insightful

      I squeeze it in wherever there's a need for a non-mission-critical Linux server

      Personally I prefer not to have mission critical servers if I can help it. If you have a few machines for some other purpose, have the software installed so things can switch roles and enough disk capacity for copies on different servers then losing any single server doesn't slow you down much.

    5. Re:Err, what? by houghi · · Score: 3, Interesting

      By the by - RedHat has had the same stance: you trademark the name and logos, no problem. That protects your name.


      Novell did the same and went one step further. If you want to make a distribution based on openSUSE, all you need to do is remove the trademarks and such. Now how do you do that? Novell has kindly made rembrand which removes the branding.

      That way it is fairly easy to make your own distribution. No need to recompile, unless you want to. If you so desire, you CAN recompile everything and then use makeSUSEdvd to make your ISO.

      All the rest of the packages has their own licences and regulations.
      --
      Don't fight for your country, if your country does not fight for you.
    6. Re:Err, what? by allcar · · Score: 2, Insightful

      Also, Red Hat has by allowing Cent OS has gained much more respect as a business
      I'm not sure what you mean by "allowing". The license allows Cent OS to do what they do, not Red Hat. This is a triumph for the whole OS system, not one particular company.
    7. Re:Err, what? by bignetbuy · · Score: 2, Interesting

      Wow. Such nonsense. Let's deal with you:

      1) Yum is a single point of failure for RHEL? Your flagrant abuse of IT vocabulary is a single point of failure for your career. The use, or lack of use, of yum will not break a RHEL server -- thus disproving that yum is a single point of failure.

      2) multiple CDS/merging? RHEL5 has a DVD ISO available.

      3) Lack of NTFS drivers? Why should Red Hat risk incurring copyright/patent issues? To satisfy your need to read from inferior filesystems? I'm glad they don't.

      4) Lengthy release time? That's a *FEATURE*, you moron. It's called stability. Real IT shops don't like upgrading their servers every six months, ala Fedora. Real IT shops with hundreds or thousands of servers need stability. They need time to plan their upgrades. Only gurlie men with 3 servers in a bathroom rack want distros released every month. Also, RHEL is supported for SEVEN FREAKING YEARS after release. That's the result of the stability and "lengthy" release time you bitch about.

      5) Horrible RHN v/s yum? You just slandered yum by calling it up2date in drag and now you praise it? Make up your mind.

      In closing, enjoy your 3 server shop and your CentOS. Keep suckling off the Red Hat teet. Real companies with real business needs will keep Red Hat and indirectly supporting your pathetic career.

  5. Why "protect" it? by webmaster404 · · Score: 4, Insightful

    Why even "protect" it? First off, the most you should do is trademark your name or possibly your logo, the problem is, if you have a large enough base of people using your software, and you go out of your way to make it "protected" chances are someone is going to fork it into a more free version such as what happed with Firefox and Debian. As for forks, very, very, very few people are going to fork your code unless either there is a leadership disagreement, your work is not free enough, there is serious problems with the code or it is unmaintained, those are just about the only cases where it actually "forks" now if it is big enough of a project, there is going to be forks, however probably 80% die out within the first year and the 20% that remains are either lagging behind the main version or have very limited appeal. People will be quick to point out such things such as Cent OS and Red Hat Linux, however Cent OS is aimed for hobbyists or small businesses who don't need commercial support. Red Hat sells support, not Red Hat Linux. So moral to this post is, don't over "protect" your work, its no big deal if someone forks it, in Open Source, may the best code win.

    --
    There is no "disagree" moderation, and troll, flamebait and overrated are not valid substitutes
  6. Fork... the nightmare of the OSS developer.. by xtracto · · Score: 3, Insightful

    Is there anything else you should take measures to protect in open source software? Is it possible to maintain control of a project under the GPL or are you constantly faced with forks?"

    FORK!! FORK!! there, run scared... haha

    It is really funny how open source developers are so afraid of a fork. It seems that it would be the worst thing that can happen to their precious software/idea... imagine some forking Linux and making it so good that Linus does not matter any more? or what about apache, or any other project.

    Recently, I was in a talk given by the founder of Moodle, and when asked which where the treats of his project, he named, maybe competitors, lack of interest and almost as if he did not want do acknowledge it, with a very weak voice, he said "forks".

    Of course a fork would mean that the oh great lords and owners of the source (Linus, Theo, Miguel, etc...) would be put aside and they could end as simple coders...

    Sorry for the flame :) have a nice day

    --
    Ubuntu is an African word meaning 'I can't configure Debian'
    1. Re:Fork... the nightmare of the OSS developer.. by mmcuh · · Score: 3, Interesting

      Of course a fork would mean that the oh great lords and owners of the source (Linus, Theo, Miguel, etc...) would be put aside and they could end as simple coders... Linus Torvalds has said many times that he thinks that forks are a good thing, and he don't mind Linux forks at all (although he'd of course want to merge back any good ideas and good code from them). Theo de Raadt started OpenBSD himself as a fork of NetBSD (the entire *BSD family is a tree of forks originating from the original Berkeley software). People in these positions in the free software world have usually thought enough about "free software" to understand that forking is very seldom bad, most of the time harmless, and sometimes very good.
    2. Re:Fork... the nightmare of the OSS developer.. by Kjella · · Score: 2, Interesting

      The reason they're rightfully afraid of forks is that most of those trying to make a business selling service and support get the majority of service and support because they're the company behind the product. Red Hat gets RHEL support because they're Red Hat and not someone else. If someone forked it off and made a better $foo-Linux, then company $foo would get the service and support. Same goes for those in it for recognition, being the guy "who made some software which another company took over and now everyone associates with them" obviously has a lot less in it than *being* the personified leader, like Linus is to Linux. But yeah, if you're completely neutral towards your baby project, you've got nothing to fear...

      --
      Live today, because you never know what tomorrow brings
  7. Freedom immigrants vs freedom natives by wikinerd · · Score: 5, Insightful

    Free/libre and open-source software is a product of freedom natives, people who regard freedom as a fundamental non-negotiable human value. Many freedom natives have been born in environments where they were in interaction with lots of other freedom natives.

    A freedom native will make money with free software by offering great user support.

    Now people who believe in control (control freaks) have learnt about the free software community and try to monetise by building upon its spectacular success. But being freedom immigrants, and keep being in interaction with other control freaks, they cannot comprehend how you can make money without using control. They think that the essence of capitalism is to squeeze the customer, lock users in proprietary platforms, etc. Thus, even though they adopt the free software insignia (they may use the GPL and place wikis on their sites), their mindset is still that of a control freak (they use their trademarks abusively, etc). They aren't true freedom natives.

    So, a freedom immigrant will try to make money with free software by maintaining a dual-licensing scheme for corporate clients, by maximising as much as possible their grip on their trade marks, by making shadow deals with distributors, etc. And if they succeed to create a cash flow with these methods, their user support may suck.

    When I evaluate a free software application for use in my personal and business machines, I try to understand whether it is made by a freedom native or a freedom immigrant. I prefer software written and supported by freedom natives, even if the freedom immigrants use the same licence.

    1. Re:Freedom immigrants vs freedom natives by s.bots · · Score: 3, Funny

      Xenophobe!

    2. Re:Freedom immigrants vs freedom natives by cdrguru · · Score: 2, Interesting

      A useful software product needs no "user support". If the user has to call for help, the product is incomprehensible or it fails when the user needs it the most.

      Some very complicated products require training (e.g., Oracle) to use properly. However, once trained nothing further is required other than using the product.

    3. Re:Freedom immigrants vs freedom natives by jhoger · · Score: 2, Interesting

      Your mistake is assuming all users have the interest and are qualified or with short-term training can become qualified to install, maintain or extend this "useful software product." Quite often this is simply not the case. For the vast majority of businesses, IT is a cost center, not a profit center. Businesses will look outside their company for support rather than build up the expertise inside the company. That's why selling support around most any software product above a certain level of complexity, however well designed, can be successful. -- John.

    4. Re:Freedom immigrants vs freedom natives by TheRaven64 · · Score: 2, Interesting
      It depends on what you mean by support. The lowest level of support is answering the phone and helping people with problems. Good (which includes well documented) software does not need this.

      The next level of support means fixing bugs. Perfect software has no bugs, but almost no software is perfect (some is designed using formal methods, but it costs a few orders of magnitude more and so is very rare). Ideally, however, software should contain very few bugs and so fixing them for money is not a viable revenute stream (and if it is, your customers are likely to leave quickly).

      The top level of support means adding features. This is where an open source company is best able to make money. They employ the people most familiar with the code and so they have the lowest costs to make changes to it. Very few software packages do exactly what the customer wants out of the box; this is why even closed things like Microsoft Office include scripting languages to add some of the missing features. The kind of support that people are thinking of when they say 'selling support' for Free Software is answering in the phone to people who say 'We are using this program, but we need it to be able to do x, y and z. How much will that cost and how soon can it be done?'

      --
      I am TheRaven on Soylent News
  8. no protection against forks except excellence by markhahn · · Score: 4, Interesting

    being GPL means, most of all, that there is no protection against forks. after all, GPL _is_ the ability to fork (ignore RMS's politics and all the other noise.)

    how do you avoid forks? by being on the right side - everyone pulls in slightly different directions, and any project would be a mess if it accepted all of them. it's also not just a matter of choosing - ideally, if a fork is threatened, the mainstream would trump the fork. that is, instead of some little feature X, develop a bigger, more general thing that is a superset of X. turn the fork into a trivial an unappealing, limited special case. I'm not advocating hyper-featurism, but to embrace big-picture generalizations.

    1. Re:no protection against forks except excellence by Nazlfrag · · Score: 2, Interesting

      Why would you want to avoid forks? If it splits the community evenly, well in time there will hopefully be two strong communities. If it splits for a specific purpose and forms a small dedicated community (eg. IceWeasel) it does little harm to the main package, and provides for improvements to be fed back via merging (like Cegega with WINE). The whole 'forks are bad' concept is flawed, some forks fail, some work fine independently, some create a symbiotic system of dozens of forks that interoperate (eg. Linux). Forks are a vital aspect of the open source landscape, providing specialist needs as well as diversifying communities.

  9. No. by WestCoastJTF · · Score: 5, Insightful
    Is it possible to maintain control of a project under the GPL or are you constantly faced with forks?

    No. It is utterly impossible. That's why Linux and the GNU project had to close up shop.

    --
    JTF: In your heart, you know we're right.
  10. I didn't see the second blog advocate control by einhverfr · · Score: 2, Insightful

    over distribution.

    However, I think that projects should try to position their official site as the primary point of distribution (i.e. have the project actually manage getting packages for main distros up), and control main distribution points through the project. This doesn't mean you can control secondary distribution points, but it does mean you should try to influence and coordinate the distribution channels so that new updates get pushed out fast.

    This is a major issue with licenses like Mr Rosen's OSL and the AGPL. Forced distribution makes it more difficult to protect your trademark and ensure that people are getting the most secure versions from you.

    --

    LedgerSMB: Open source Accounting/ERP
  11. It's very important to protect... by tttonyyy · · Score: 4, Funny

    ...the comments. They get bullied by the rest of the code because they're "different". Even the compiler excludes them, the poor little buggers.

    --
    biopowered.co.uk - catalytically cracking triglycerides for home automotive use since 2008. Just say no to big oil!
  12. Forks not neccesarily bad by Todd+Knarr · · Score: 4, Insightful

    One of the selling points of open source is, I'm afraid, precisely that the creator doesn't have final control over it. This is what gives users assurance that they'll be able to maintain the software even when the creator's interests diverge from theirs. If adding a particular feature or fixing a particular bug wouldn't be of any benefit to the creator, or worse might actually go counter to the creator's plans for the software, but would be of major benefit to me as a user it's a good thing for me when the creator can't assert control and prevent me from adding that feature or fixing that bug.

  13. Knife the Fork -- Listen to Users by darkonc · · Score: 4, Insightful
    The only real reason for successful forks is that you're not listening to the users and the developer community. If you're listening to the developers' comments, providing wanted changes and accepting good quality patches, then you're not going to face much in terms of parellel forks.

    Ubuntu is an exception that proves the point. It went off in a very different direction than Debian. -- as such, I don't consider it as much a parallel fork as a symbiotic tangent.

    --
    Sometimes boldness is in fashion. Sometimes only the brave will be bold.
    1. Re:Knife the Fork -- Listen to Users by houghi · · Score: 2, Insightful

      Ubuntu is not an exeption. It is how forks work. At a certain moment you have a large enough user base that different people will see things differently. At that moment one or the other will say, hey we will fork. In an ideal situation this would mean that 50% use the old version and 50%.

      It is evolution, one could say. Not forking is the unnatural way. It would mean no diversity. I leave it to the reader as an excersise wether this is a good or bad thing.

      A developers community can only listen to so many people at the same time. Some will have opposite interests and conflicting interests.

      --
      Don't fight for your country, if your country does not fight for you.
  14. OSS developers really should secure patent rights by The+Empiricist · · Score: 2, Informative

    Maison Fleury glosses over patent protection too glibly. The Open Source Software community has been aware of the threats from software patents for years, yet has done little more than argue that software should not be patentable. During this time, OSS developers have created countless innovations. Had some of these innovations been patented, software patents would not pose as much of a risk because the OSS community would have powerful leverage. Even the risk from patent trolls would be somewhat mitigated because OSS developers could withhold licenses for key innovations from potential licensors of the patent trolls' technologies, drying up all streams of revenue. OSS would also have greater political leverage because it would be easier for groups like the FSF and the OSI to point to the patents as evidence that OSS spurs innovation, not just high-quality craftsmanship.

    Patent protection is known to be expensive. But, a lot of money has been invested in OSS. Some of that money could go to paying the costs of securing and maintaining patent rights for OSS innovations. Furthermore, many law firms encourage pro bono work. The OSS community could probably leverage those free legal hours as easily as it leverages developers' hours. The real obstacle to securing patent protection for OSS is political: OSS developers tend to boycott the entire patent system and hope that it will just go away. Unfortunately, ignoring the value of this form of intellectual property protection is a mistake.

    Some of the rights that can be secured through software patents are much better suited to OSS goals than copyrights or trademarks. Some OSS developers try to bend copyright and trademark protection in ways that, if accepted, would be harmful to the OSS community, if not the entire software industry. For example, "[s]ome have claimed that an application program that needs a library for its operation is a derivative work of that library." This line of thinking would make Gimp for Windows a derivative work of the Win32 API, making Gimp a product that is ultimately owned by Microsoft. Using patent rights to exclude use of a library by non-OSS would produce the desired result of encouraging the development of OSS without distorting copyright law in such a self-destructive manner.

  15. Something I suspect Trolltech do with qt.. by lpontiac · · Score: 3, Insightful

    Keep your test suites to yourself. That's a significant advantage over anyone else when it comes to maintenance of the codebase.