Slashdot Mirror


Can an Open Source Project Be Acquired?

prostoalex writes "Can an open source project be acquired? ZDNet's Between The Lines says yes, one just did. Software startup JasperSoft acquired Sourceforge-based project JasperReports, which involved acquiring the copyrights and hiring the lead developer for the project." I guess the point he tries to make is that the new corporate overloads can essentially have a free and non-free version of the code, and more or less orphan the free version. The problem of course is that if the non-free version gets good, others will simply fork.

65 of 336 comments (clear)

  1. Not possible in the EU by Anonymous Coward · · Score: 5, Informative

    At least in some large parts of the EU, for example Germany and Austria: You cannot sell the copyright to the work you did or give it away in some other way. It's just not possible. But of course you can sell exploitation rights.

    1. Re:Not possible in the EU by Cow+Jones · · Score: 4, Informative

      There is no such thing as a "copyright" in Germany and Austria. You're probably referring to the "Urheberrecht", which is a very different concept. It can't be registered, it can't be sold, but it can be passed on to your heirs.

      --

      Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
    2. Re:Not possible in the EU by JoeBuck · · Score: 4, Interesting
      Any European lawyers in the audience can correct me, but here's my understanding of the issue:

      In the US, you can buy the copyright to an artwork, and then vandalize it in any way you like and sell the vandalized copies (the classic example is painting a moustache on the Mona Lisa). In most of Europe, this would infringe the creator's moral rights, and moral rights cannot be sold. The exploitation rights cover the rights to make money from the work in a way that does not damage the integrity of the work.

    3. Re:Not possible in the EU by Anonymous Coward · · Score: 3, Informative

      Not true.

      Under US law, several distinct rights exist as part of copyright law:

      - reproduction (the right to make copies)
      - distribution (the right to sell or otherwise distribute copies)
      - adapation (the right to create derivative works)
      - performance and display rights

      The owner can sell or license any of these rights separately. So you can sell a right to copy without selling the right to make modifications (derivative works). Just because someone can sell prints of the Mona Lisa doesn't mean they can create a painting with a moustache on the Mona Lisa and sell prints of that, too.

      Section 106A of the US Copyright Act of 1976 covers rights of attribution and integrity, which are sometimes called "moral rights", and are probably what you are thinking of. In addition to their presence in the Copyright Act of 1976, these rights are also required by the Berne Convention.

      Authors of works of visual art have the rights to:
      - claim authorship of a work
      - prevent use of his name as the author of any work he didn't create
      - prevent use of his name as author in the event of "distortion, mutilation, or other modification of the work which would be prejudicial to his or her honor or reputation"
      - prevent any intentional distortion, mutilation, etc.
      - prevent any destruction of a work of recognized stature, and any intentional or grossly negligent destruction of that work

      The next to last right prohibits "vandalizing" a painting in the sense of the original post; the last point covered literally vandalizing it. These rights always belong to the original creator and cannot be transferred, but may be waived.

      The biggest missing piece here is the language that restrictions the rights of attribution and integrity to "works of visual art", as opposed to say written works.

    4. Re:Not possible in the EU by Basje · · Score: 2, Insightful

      Well, IANALYet, but both Germany and Austria are bound by international treaties to implement copyright:

      a. there's the WIPO Copyright Treaty, to which Germany is a party
      b. there's the Berne Convention, to which both Austria and Germany are party
      c. there's the European Copyright Directive, for which the deadline of 2002-12-02 has passed, and thus should be implemented in Germany. As for the last one: European Law was determined in the "Van Gend en Loos Case" to have preference over local laws. So where there's a conflict of European copyright law and German copyright law, the German law is considered lower law.

      --
      the pun is mightier than the sword
    5. Re:Not possible in the EU by pommiekiwifruit · · Score: 2, Interesting

      Computer programs are explicitly excluded from certain moral rights.

    6. Re:Not possible in the EU by kauttapiste · · Score: 2, Interesting

      Any copyrights expire in 70 years after the death of the copyright holder. Thus, paintings by Da Vinci are "free game", as it were.

      What comes to selling copyrights, you can license all the rights to your copyright material, including rights to resell and relicense your works. You can even make a license that forbids yourself from selling your work! (this has happened many a time before!)

      In Europe, copyrights are considered "moral rights"(droit d'auteur); the right to claim something was made by you; in U.S. the rights protect your privilege to economically profit from your work.

      As such, it's possible to acquire an open source project - you just need to hire everyone who has worked on the project and change the license of all future versions.

  2. What's the problem by javamann · · Score: 5, Insightful

    The original source is still available. Another company is just going to continue on their own line and sell it. If you don't like it you can code to the original.

  3. This isn't the first project to have this happen.. by drunkennewfiemidget · · Score: 4, Insightful

    Many other projects have had large corporations buy them up, fork them, and ignore the free version.

    But as the article plainly says -- and where the real beauty in open-source lies -- if the free version is good ENOUGH, someone else will come along, pick up the pieces, and continue making a better product out of it.

  4. I'm sorry, what? by Dancin_Santa · · Score: 3, Insightful

    You're going to have to give some concrete examples of dually licensed projects where the closed one is worse off than the open one.

    That's a pretty big claim.

    As for open source projects getting bought up, I think that's great for everyone. The open source stuff still remains open and the programmers who worked on the project get some real (read monetary) appreciation for their work.

    1. Re:I'm sorry, what? by sylvandb · · Score: 5, Interesting

      Sometimes the code for an open source project pretty much just disappears. I'd say that makes the open version much worse off than the closed version.

      http://dvarchive.sf.net/ or http://www.sf.net/projects/dvarchive/

      It was GPL licensed, but the original author changed the license terms and managed to get sourceforge to delete everything that had once been available from the SF page. For a year or more he had claimed that he had lost the sources and was going to upload when the new version worked. Obviously that didn't happen.

      I think this happened because the project's primary user base was not open source fans, so very few copies of the source were ever archived elsewhere. Apparently, open source developers were never interested enough to create a fork or even keep a copy of the source while the source was available.

      Now the source simply is not available for the current version (3.x), nor even the last versions which were ostensibly GPL'd (2.1 or 3.0). (The license for the current version is not GPL.)

      It has happened with other projects, and will undoubtedly continue to happen. It won't happen any time soon with Linux kernels or emacs, but when something isn't incredibly popular, it can and does happen.

      My lesson leared from this, is to keep a copy of the source for anything and everything in which I am even a little bit interested. Still get burned sometimes though.

      sdb

    2. Re:I'm sorry, what? by Redfriar · · Score: 5, Informative

      I think if you take a look at the TOra project, you'll see an example of the closed fork doing worse than the open one. TOra stands for Toolkit for Oracle, it is a feature competitor to Quest Software's TOAD toolkit.

      I was thrilled when I found TORa, and when I found the project had a windows port. It's DDL/Data extraction is by far the best feature for my day-to-day work.

      At some point, Quest Software hires the TOra developer, and closes the source on the Windows port. I was still so enamoured with TOra that I pestered the Quest sales staff monthly to find out when it will hit the price sheet, so I can buy the now closed version. I don't think they ever intended to sell a competing product, though.

      So, 9-12 months later, the Windows port is defunct, with Quest claiming that all features of TOra are now available in Toad.

      I wouldn't call this a successful acquisition, unless you count Quest Software (for squishing a competing product) or the original developer of TOra (which, I admit, has to make a living some how). Perhaps you could count Mac and Linux users as winners here, as they still enjoy an open-licensed version, whose developer is now on a steady payroll related to the project.

      Had they kept TOra intact for Windows users, and priced it competitively with TOAD, I would have been happy to be a paying customer.

    3. Re:I'm sorry, what? by swv3752 · · Score: 2, Informative

      Netscape. Worse in Security and worse in bloat.

      --
      Just a Tuna in the Sea of Life
    4. Re:I'm sorry, what? by Goo.cc · · Score: 2, Informative

      How about OpenSSH vs SSH?

  5. Yes by kevin_conaway · · Score: 3, Informative

    The author answers his own question in the first sentence of the article (emphasis mine):

    Here's a wrinkle that many devotees of open source either don't know about or don't talk about: Open source projects can get acquired by commercial software companies.

    1. Re:Yes by Qzukk · · Score: 4, Insightful

      either don't know about or don't talk about

      Or don't care about. If you're a user of open source, you're free to continue using the open source version you received before they were acquired. If you're a developer of open source, it's your source to sell or not to sell, depending on how idealistic you are versus how hungry you are.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    2. Re:Yes by maxwell+demon · · Score: 2, Insightful

      And if you are a developer using other OSS for your development, you're also secure because OSS licenses cannot be terminated, except by violating them.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  6. You -Really- Don't Get This? by American+AC+in+Paris · · Score: 5, Insightful
    I guess the point he tries to make is that the new corporate overloads can essentially have a free and non-free version of the code, and more or less orphan the free version. The problem of course is that if the non-free version gets good, others will simply fork.

    Taco, please tell me you're not really having trouble wrapping your head around this one, and that you're just pretending to be staggeringly obtuse for the sake of, well, whatever reason you'd want people to think that you're staggeringly obtuse.

    If I own a piece of code, I can do whatever the hell I want with it--including sell it to somebody else. It doesn't matter whether or not I've licensed it out under the GPL or other such Open Source license. Unless I surrender it to the public domain, I own that code, and I can license a GPL version, sell a closed version, offer a crippled demo, auction off a signed copy of the source code for a million dollars, and build an extra-shiny-and-nifty-for-my-eyes-only version--or whatever else I'd like to do with it.

    --

    Obliteracy: Words with explosions

    1. Re:You -Really- Don't Get This? by Fjornir · · Score: 2, Insightful

      Don't bother replying to Taco (or any other /. admin ) in the threads. They don't read slashdot. (Or there email, but that's another story).

      --
      I want a new world. I think this one is broken.
    2. Re:You -Really- Don't Get This? by photon317 · · Score: 5, Informative


      There are some subtleties that most people don't realize, however.

      For the sake of example, assume a given project has only a single author. Said author owns the copyright to the code, and distributes it to the public in an unrestricted fashion under the terms of the GPL.

      If a random member of the public wanted to fork/commercialize his code, they are bound by the GPL to keep re-releasing their changes under the GPL. However if the original Author wanted to fork his own work and make a commercial effort out of it, he can do that and make his future contributions proprietary, as the GPL doesn't apply to the Author himself (he didn't license it to himself, he owns the copyright to begin with).

      Therefore, it is entirely possible for an individual author to write and maintain a peice of free software for years, and then fork his own work into a proprietary commercial derivative that nobody has any future rights to the code of except him. What he cannot do, of course, is revoke any code he already published under the GPL. This leaves his user community able to pick up the work from the last GPL version the Author released and continue the effort under the terms of the GPL.

      However, most significant projects have multiple Authors, and all of the Authors would have to agree on this course of action in order to do it. That's why such a thing can't really happen to a body of work like glibc, gcc, or the linux kernel: there are far too many authors with the copyrights in the code all over the place, and you could never get them to all agree to come under one commercial roof together and make a proprietary fork.

      --
      11*43+456^2
    3. Re:You -Really- Don't Get This? by MrLint · · Score: 2, Insightful

      Agreed,

      It looks like these guys followed the proper channels. Bought the rights and hired the author. This is the same procedure as any other SW project (like a shareware author).

    4. Re:You -Really- Don't Get This? by maxwell+demon · · Score: 4, Informative

      Well, actually for code in the GNU project (GCC, glibc, etc.), you have to assign copyright to the FSF in order to contribute your code to the official version. Therefore from a copyright perspective, the FSF could actually make any such code proprietary. Of course actually it cannot anyway, because part of the copyright assignment contract is AFAIK that the FSF contracts not to do that, so if they did it anyway, it would be breach of contract (which is unrelated to copyright). Not that I'd suspect the FSF of a desire to do so. ;-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
  7. Nothing wrong with that by Anonymous Coward · · Score: 5, Interesting

    We've always known that an author can remove the license on software they wrote. Of course, that doesn't change YOUR license, and they do still need to provide access to the source if it was under the GPL, specifically, when you got it. However, they're under no obligation to give you updates or changes from future versions of their own code.

    So, the corporate buyout angle is a red herring. This is no different from any developer taking their ball and going home.

    1. Re:Nothing wrong with that by karmatic · · Score: 4, Insightful

      Actually, they don't have to provide the code at all, unless they distributed 3rd party code along with it. You cannot violate a copyright license on your own works; authors don't need a license from themselves to distribute their own works.

    2. Re:Nothing wrong with that by stg · · Score: 2, Insightful

      The problem with your logic is that he isn't bound by the GPL. What the GPL says is that if you don't follow it, you can't distribute the software because you don't have the copyright - but the original author still does.

      Relevant quote from the GPL, v2:

      You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License.


      For the original author, something else grants permission to distribute - the copyright. Thus, the GPL is null for the original author.

  8. GPL not retractable by redelm · · Score: 2, Insightful
    Once out, the licensor of GPL code has no way of withdrawing the licence.

    Sure, the corp can buy the original copyright (and maybe some important later contributions) but that only gives them the ability to relicence the code.

    Practically speaking, they'd have to make substantial improvements/service (ala sendmail) or market to the uninformed before the product would be saleable. And any improvement likely could be added into the free tree.

    1. Re:GPL not retractable by coyote-san · · Score: 2, Insightful

      The owner can't withdraw the license of previously published code, but they can certainly change the license on subsequent releases.

      (This assumes that the code has a single owner. Code with many significant contributors will need to have all of the contributed code rewritten before it can be relicensed.)

      --
      For every complex problem there is an answer that is clear, simple, and wrong. -- H L Mencken
    2. Re:GPL not retractable by mindstrm · · Score: 5, Informative

      No.. as the original author of some code, I am not bound by the GPL.. it's MY code, I can do whatever i want with it, including license it to whoever I want under whatever terms I want. The GPL is irrelevant to me.

      The only thing I can't do is revoke the GPL from code I've already released.. you are still free to distribute that code as long as you follow the terms. I myself, however, have no obligations towards you.

  9. Depends who wrote the code... by Evro · · Score: 5, Insightful

    If Bob writes a program (owns the copyright on 100% of the code) and releases it under the GPL, and then later decides to sell his project to some random guy, he is free to do so, but the people who have the GPL'd version would still have full rights to do with it everything specified under the GPL.

    If Bob writes a program, releases it under the GPL, and incorporates contributed code into the project, that's another can of worms. I would think if he wanted to "go private" with the code base at that point he would need to get the permission of everyone who contributed any code, much like Mozilla did. If he couldn't get their permission he would have to rewrite those chunks of code.

    Of course, IANAL, but that's what logic would seem to dictate; though logic has little to do with most software licensing schemes...

    --
    rooooar
  10. JasperReport announcement text by Anonymous Coward · · Score: 5, Informative

    Open Source Company JasperSoft to Advance JasperReports

    A new company called JasperSoft (http://www.jaspersoft.com) has formed to invest in JasperReports and offer support, services and complimentary commercial products for JasperReports. I will be joining JasperSoft as Founder and Architect for JasperReports. This will allow me to work full-time on JasperReports enhancements, and direct a new team of professional open source developers to accelerate the JasperReports roadmap.

    JasperReports has become more popular than I ever imagined it would. And the community has been demanding a higher level of investment and advancement in JasperReports than I alone can deliver, even working full-time. JasperSoft will help to increase the investment in JasperReports by adding full-time professional open source developers to the project.

    JasperReports will stay open source forever, and its advancement will accelerate with the additional resources now being applied to it. JasperSoft and I are committed to investing in, and building the best open source reporting products available.

    JasperSoft will also offer Support and Services for JasperReports, which a number of JasperReports customers have been requesting. See http://www.jaspersoft.com/services_tech_support.ph p for more information.

    JasperSoft is a new company, headquartered in San Francisco that was formed by a combination of open source and commercial reporting domain experts. We have some of the brightest minds in the world now working on JasperReports. JasperSoft also has a commercial product line, JasperDecisions that will offer complimentary capabilities for advanced functionality to the JasperReports community. The JasperDecisions product line consists of:

    Scope Server: a java server-based operational reporting solution for interactive, self-serve reporting and analytics.

    Scope Designer: a swing-based report designer for Scope Server report development.

    JasperDecisions is currently deployed in over 50 leading corporations and ISV's including IBM, British Telecom, Informatica and the US Department of Defense.

    Today, JasperDecisions is based on its own XML report definition, called RDL (Report Definition Language) and does not support JRXML at this time. However, future versions of Scope Server will have support for JasperReports. For more information on JasperDecisions, see http://www.jaspersoft.com/products_jsps.php

    This is a significant day for JasperReports, which has graduated from an open source project developed and supported by me when I could find time, to an open source product supported by a community of developers around the world, and now backed by a company and a team of professional open source developers who are committed to building the best available open source solution. I hope you will continue to work with me to make JasperReports better than ever.

    Teodor

    1. Re:JasperReport announcement text by hey! · · Score: 4, Informative

      JasperReports will stay open source forever, and its advancement will accelerate with the additional resources now being applied to it.

      Well, then it's a good thing.

      As a JasperReports user, I can say the system is fundamentally sound and well designed, but squirrely to use. The big picture stuff is great, but it needs a major dose of attention to detail (like documentation for example). It also needs a decent set of design tools. Out of a half dozen people working with this product at my work place, I'm the only one able to have consistent success with it.

      There's no reason this product can't take out crystal reports -- it's basically sound and very powerful, it just lacks polish.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  11. Re:Old Version? by Professor_UNIX · · Score: 2, Insightful
    If a company buys out an OSS, you can often still get the older, free version somewheres on the internet. It may not be as updated, but at least it is free.

    But would you begin using a piece of software if you knew it was a dead end? Think about it, the authors will never produce another update for that version and if you want to continue using it you'll either have to hope someone else will come along and fork it (unlikely) or you need to buy the commercial version. Why bother using it in the first place in that case?

  12. No Problem by mfh · · Score: 4, Interesting

    He's talking about the problem that exists when a company acquires an open source project to close it -- but it can't ever truly be closed now can it.

    The problem of course is that if the non-free version gets good, others will simply fork.

    That's only the problem for the company that bought it. It's no problem for any of us to take the open source version and de-orphan it. Having a deep pocket benefactor is actually a positive for open source. Look at IBM. They haven't acquired rights to anything yet, but in the future they may start buying up Open Source projects... you never know.

    But acquiring an open source project can be a solid benefit for any business. This is good when companies take an open source project and fully fund it. That's part of the Open Source dream, IMHO. Money can still be made on services!

    Who cares if it's forked into a closed area? There still is the old source to build on!

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:No Problem by KarmaMB84 · · Score: 4, Interesting

      And what happens when the lead developer only works on the closed version? Realisticly, most open source projects will die off if the core dev(s) stop working on it. The forking idea is a fantasy for anything other than the most important/popular projects like X.org/XFree86.

    2. Re:No Problem by Total_Wimp · · Score: 3, Insightful

      Who cares if it's forked into a closed area? There still is the old source to build on!

      I think this breaks down somewhat when you consider the importance of the developers. In this particular case, the purchasing company not only got the code, but the lead guy who created and/or managed the code.

      The FOSS community would not have a huge problem on it's hands if some company acquired and closed a branch of the Linux kernel, but there would be much wringing of hands if Linus went to the closed branch and stopped managing the free one.

      TW

    3. Re:No Problem by kfg · · Score: 5, Insightful

      That's part of the Open Source dream, IMHO.

      The American Dream(tm) has been a bit perverted of late. It has come to mean getting a Good Job and acquiring lots on money and stuff so that you may hire people to wipe your ass for you.

      This isn't The American Dream. The American Dream was becoming independant, unbeholden to anybody, on one's own property no matter how poor one was, because land and independence is the greatest wealth. The mortgage burning party used to be a big deal. It meant you had bought your freedom. Now everyone will take you for a financial idiot if you aren't indebted to the maximum your creditors will allow, simply because you can't acquire the most money and stuff otherwise.

      Free software is The American Dream applied to "intellectual property." Its dream is to insure that the code remains independent, no matter how poor.

      But you may be right in that the dream of Open Source(tm) is more akin to The American Dream(tm) and that this is the primary division between rms and esr.

      The GPL is still squarely aimed at independence, however.

      KFG

    4. Re:No Problem by ScottEllsworth · · Score: 5, Insightful

      This is how it should be.

      Open source has two benefits: customers of the product have access to the source, and a wider community can read, change, and improve the source. Announcements like the Jasper ones force the community to decide where they stand.

      Put another way: if the lead devs decide to move, and get paid for their work, then we find out whether the project was robust or fragile. If the community does not step up to the plate, then they did not care enough.

      To me, that is just fine. It makes it clear where we put our time and treasure. Projects that fail for this reason were fragile, depending on the good will of one person.

      Scott

      --
      --- scott_ellsworth@alumni.hmc.edu Java, Databases, and Software Magic
    5. Re:No Problem by 1u3hr · · Score: 2, Insightful
      This is a lot of why companies (my employer included) are scared of open source.. What if your company invests time and money deploying app XYZ in their enterprise, and the lead developer either takes off or has a tiff with other devs on the project? Then the company either is up a creek with no paddle, or has to hire developers to take over dev on a project they know little about.

      Exactly the same can happen with closed source, except then you don't even have the option of paying someone to keep working on it. Or, consider when MS or Adobe buy a company to get some key technology, or just to remove competition, chances are several product lines are going to be EOLd. How long can Macromedia Freehand last in the same company as Adobe Illustrator? The whole point of Open Source is that software can live forever if anyone wants to use it.

    6. Re:No Problem by 2short · · Score: 2, Insightful


      The whole point of it being open source is you don't need the original developer. If someone else cares about it enough, they'll become the new lead developer on the open version. The alternative becomes a pretty silly question: If no one cares, who cares?

      If someone develops something cool, and makes it open source, I say good for them. If someone else thinks it's cool enough to buy the copyright and hire them, I'm not going to criticise them for taking the money.

      Normally I hate the open source argument that says, don't complain about something you don't like, shut up and code it yourself. But, if you don't like that some developer no longer wants to work on an open version of something he wrote, feel free to work on it yourself. That's why open is cool after all.

  13. Size of the Project / Consent by Inkieminstrel · · Score: 2, Interesting

    Doesn't it also depend on the size of the project and consent of contributors?

    I mean sure for a handful of developers on a small project it'd be pretty easy to acquire the project, assuming none of them were OS zealots. However, good luck trying to acquire something as big as, say, the Linux kernel.

  14. No, the sky is not falling. by dutchd00d · · Score: 3, Informative

    According to http://jasperreports.sourceforge.net/message.html:

    JasperReports will stay open source forever

    So it's probably premature to cry wolf.

  15. Author relicenses work! News At 11... by dominator · · Score: 4, Interesting

    If you are a copyright holder, you've always been able to reassign copyright or relicense your work. This is not earth-shattering news just because it's a FOSS work being relicensed. Relicensing FOSS code is far more common than you'd think.

    The good thing here is that the original work is still covered under the TOCs of its original FOSS license, so the original author and others can continue making improvements and otherwise maintain the software.

    Otherwise, move along. Nothing to see here.

  16. So what? by spiritraveller · · Score: 2, Informative
    Yes, like any software project, someone can come along, acquire the copyrights and rerelease it under whatever license they want.

    The difference with open source is that you have to track down individual contributors. With any popular open source project, it's going to be very difficult to find and get all those contributors to sell you their copyrights.

    Even still, versions released prior to the buyout would still be subject to the GPL (for example) and only new versions could be made non-free.

    Yes, it can happen. No it isn't anything to worry about.

  17. I'm not sure this is entirely evil by Noctrnl · · Score: 3, Interesting

    Ok, so, a company bought up an open source project and put the lead developer on the payroll... How is this an inherently bad thing? Yes, I'm fundamentally pro-OSS, but one of the basic ideas is that it makes for better code. It just seems like the purchasing company in this case is taking a step in that direction by buying up a good project and paying a good developer.

    Having said all that; I really hope it's not a continuing trend.

  18. Re:Corporate Overloads = Insightful Freudian Slip by plopez · · Score: 2, Insightful

    "Too much work demanded of too little infrastructure"

    sounds like a typical IT department to me :)

    --
    putting the 'B' in LGBTQ+
  19. It can be tricky... by Spoke · · Score: 2, Informative

    It can be tricky to acquire the Copyright an open source project if there are multiple developers involved, as each one will need to agree to the aquisition.

    Unless each developer who submits code to the project also turns over the copyright to a single entity, it can only take 1 developer to dissent and prevent the aquisition from happening except under the terms of the original license.

  20. No problem! The new products are "complimentary" by 14erCleaner · · Score: 2, Interesting
    According to the JasperReports page:

    A new company called JasperSoft (http://www.jaspersoft.com) has formed to invest in JasperReports and offer support, services and complimentary commercial products for JasperReports.

    Unless, of course, he meant "complementary"...

    Seriously, the above statement seems to be saying that they will be offering mostly support and add-ons, not taking the core product private. The JasperReports software is currently under the LGPL, so there is some assurance that the original will still be available in the future, if anybody cares enough to fork the project.

    --
    Have you read my blog lately?
  21. Not very good recommendation by Spy+der+Mann · · Score: 3, Interesting

    Take a look at SourceForge. The project was acquired by some company and abandoned.

    Another company forked, and brought us GForge, which incorporates SVN and other improvements. Too bad GForge isn't used by the SourceForge site itself.

    Food for thought.

  22. Re:I don't get it. by Tassach · · Score: 2, Insightful
    So what's the whoop here?
    None at all. Taco's trying to drum up ad impressions by posting an intentionally inflamatory article. Push the GPL Violation hot-button around here and people get more worked up than a bunch of Southern Baptists do over gay marriage.

    Can we moderate an entire story as "Flamebait"?

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  23. Re:Hrm, there's a wrinkle here, I think by the_germ · · Score: 3, Insightful

    No, he ows the copyright, so he can do with it whatever he wants - including to start a commercial fork.

    Others could not do that, but the copyright owner can!

  24. Re:Looks good to me... by tomhudson · · Score: 2, Informative
    What happens if the author removes all the links to the sourcecode though, are you legally entitled to ask for it?
    for 3 years only copy of the gpl
    Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
    Of course, after 3 years the code is pretty stale anyway, so the only people who would want it would be litigious bastards so that they could incorporate it into their trailing-edge products.

    And there's always the wayback machine, the internet archive, etc ...

  25. Re:Multiple contributors by Anonymous+Custard · · Score: 2, Insightful

    No. One person owns the copyright to the overall body of code. Your contributions are just that... gifts.

    Wrong. You might have given them as gifts.

    But if you didn't, and you released the code under the GPL, then the other guy must have agreed to your licensing terms in order to use your code. You own the copyright to your own portions of the code unless you transfer it.

    If the person who owns the copyright to the rest of the code wants to release a non-GPL'd version, he either needs to get your approval, or he needs to remove your portion.

  26. Re:I don't get it. by bsd4me · · Score: 2, Interesting

    Can we moderate an entire story as "Flamebait"?

    No, but people with mod points can refrain from moderating any posts in the story. It may not do much, but it's something.

    --

    (S(SKK)(SKK))(S(SKK)(SKK))

  27. Tora anyone by IvanHo · · Score: 2, Informative

    Quest basically acquired Tora to kill-off one of the biggest "competitors" to their Toad product.

    A GPL version is still available from
    http://sourceforge.net/projects/tora/

    But, for how long? Will development continue?

  28. This isn't the first time by EvilStein · · Score: 3, Interesting

    Remember that little piece of software called SpamAssassin? And Vipul's Razor?

    Both "bought up" by corporations, but the free versions are still very much alive and kicking.

    At least these JasperSoft folks have tried to answer the obvious questions and they'd continue with the free version.

  29. Re:Hrm, there's a wrinkle here, I think by slcdb · · Score: 3, Interesting

    IANAL, but I though I'd add to the other poster's comments, just to clarify.

    The creator (aka "lead developer") owns the copyright to the software. The GPL does not transfer ownership of the copyright. All it does is license the software for others to use. GPL or no GPL, the copyright stays firmly in the hands of the creator.

    The creator, of course, does not need to license the software to himself. That would be silly. So the creator, unlike everyone else, is NOT obligated to abide by the "licensee" terms of the GPL. The creator must still uphold his end of the GPL, which is to ensure that the software AS IT WAS when it was licensed to the licensee remains licensed to the licensee as long as the licensee abides by the terms of the GPL.

    However, the creator can re-license NEW versions of the software under any license he chooses.

    In theory, I imagine you could create a license which could restrict the creator's rights to license future versions of the software. This would be akin to a "promise" to not license the software EVER under anything but, say, the GPL. The GPL as it stands, however, has no such clause, and I can't imagine that most creators would want to tie their hands in such a way.

    --
    Despite what EULAs say, most software is sold, not licensed.
  30. Re:Copyright Assignment at FSF by cheesedog · · Score: 2, Informative
    Found it. Here's an example.

    So why is this not easily accessible at www.fsf.org?

  31. Re:Copyright Assignment at FSF by k98sven · · Score: 3, Informative

    The FSF describes, generally, how assignment of copyright to the FSF works for GNU projects, but I am having a devil of a time finding a copy of the assignment questionnaire that they mention.

    Yes, that's because the FSF purposefully doesn't have them available online. The reason is that the FSF has several different assignment forms depending on what kind project you are contributing to (e.g. original work or an implemenatation of something else), on what kind of contribution you're making (new original code or old code) and depending on whether your employer (if any) possibly has claims to your work.

    Too many people were filing the wrong forms, and it was wasting time.

    Does anyone know what this thing looks like? Surely it involves more than emailing the maintainer and saying "I assign the copyright of my contribution to the FSF?"

    Yes, they want a paper form, signed and mailed. Typically it'll require you to confirm that all your contributions are your own original work and that your employer does not have claims to your work.
    (This being the form for original contributions where the employer has no claim. If you have an employer who might have a claim they want a different form where the employer waives all claims.)

  32. Article missleading: project not exactly bought! by Arkan · · Score: 3, Informative

    The article author should have checked the relevant URL: http://jasperreports.sourceforge.net/message.html

    It says, black on white, that the company "(...)called JasperSoft (http://www.jaspersoft.com) has formed to invest in JasperReports(...)". "Has formed to invest in". Not "has bought the project". The project has spawned a company, that it.

    Again, a wannabee journalist spinning some "news" on the basis that its brainwashed readers won't read the original announcement.

    Could some please teach those guys how to read, and how to report unpartially?

    --
    Arkan

  33. Re:LOL by jusdisgi · · Score: 2, Funny

    AMD is German!

    Um, no.

    AMD is and always has been a U.S. corporation, headquartered in Sunnyvale, CA from the very first year of its existence. They do have a fab in Dresden, but that makes them German about as much as Nike's sweatshops make them Chinese.

    --
    Given a choice between free speech and free beer, most people will take the beer.
  34. Urheberrecht translated. by infonography · · Score: 5, Informative

    For clarification purposes here is the full text translated In Germany one proceeds from a uniform copyright, with which the protection of the material as well as the economic interests are closely with each other connected (so-called monistische theory). Copyright is therefore explained for in principle untransferable. Copyright is by the copyright law and used patent rights ( copyright law - UrhG) of 1965 regulated, last extends by the law for the regulation of the copyright in the information society of 2003 , which particularly with Multimedia applications is concerned. It belongs to the commercial legal protection and thus to private law .

    --
    Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
  35. Happened to SSH... by BookRead · · Score: 2, Informative

    IIRC this happened to the original version of SSH. It was originally an Open Source project, then later versions were progressively closed down until SSH Communications took it proprietary. The BSD folks picked up the last version that was truly open and made OpenSSH. Of course, one of the things that allowed it to work was that it became a standard that could be written to.

  36. happened with Sendmail and Bind by emptybody · · Score: 2, Interesting

    Sendmail has a commercial product with a bunch of features for people who like that sort of thing.

    Course their pricing is off the wall.
    I couldnt believe the FUD their sales skunks were telling the windows fools in my previous job.

    I convinced the company to save the $Kash and we went with the standby from sendmail.org.

    --
    comment directly in my journal
  37. Comments from the horses mouth by bearklaw · · Score: 2, Informative

    Hi all, I'm an employee at JasperSoft, and I would like to take some time to clear up some misconceptions going around in this discussion about JasperReports and JasperSoft. First off, nobody ever said anything about JasperReports becoming closed source. JasperReports will always remain open source, and the open source projectwill continue to be enhanced. We are helping Teodor Danciu (the author of JasperReports) devote more time to JasperReports and bring on more contributers. Frankly, to acquire all the rights to a successful open source project and then close the source would be insane - what's the point? Take a look as JBoss as an example of a company doing similar work. They have "acquired" Hibernate, Nukes, jBPM, etc in a manner very similar to what we have done with JasperReports. I think there is concern here because JBoss is an open source company, and the ZD story calls us "a commercial software company". We (and JBoss) are both - a commercial company that offers open source software. The commercial side makes its profit by selling support and services, and possibly add-on functionality. Personally I think a lot of the discussion here is ignoring the real question - "what does the acquisition mean to current users of JasperReports?" The heart and soul of an open source project consist of the developers AND the community using and enhancing the project. What does JasperSoft mean to the JasperReports users? It means that JasperReports development will continue, and that Teodor Danciu will spend more time working on it than he could previously. It means people who want to use JasperReports but require support will have a place to go to. -Barry Klawans

  38. I did this two years ago by hpj · · Score: 3, Informative

    I was the main developer and copyright holder to the open source project TOra (Still on sourceforge at tora.sf.net) and it was acquired and I was hired by the company Quest Software.

    One important aspect was that all code (I was carefull about getting copyright to any patches I applied at the time) was owned by me and I was the only person with CVS write access. Otherwise it probably wouldn't have been posible.

    Also, at the time I lived in Sweden (Which is part of the EU) so the talk about this not being posible in the EU is simply not true since I've done it.

    What happened with the purchase was that Quest forked the code and the designs and in some parts the code was used in Quests own projects. The original project is still very much alive and active though.