Slashdot Mirror


CherryOS Mac Emulator Resurfaces

Clash writes "Following its initial announcement and subsequent controversy last October, Mac emulator CherryOS has finally been released. Its creator, Arben Kryeziu, found himself in hot water last year amid claims the software was simply stolen from the open source PearPC project. With the code now under public scrutiny, it appears that such allegations are true. According to BetaNews, CherryOS boots up in the exact same manner as PearPC, and its error messages and source files are nearly identical. The emulator also includes MacOnLinuxVideo, which is the same driver used by PearPC to speed up graphics. The CherryOS configuration file also closely mirrors that used by PearPC. Trial download without registration found here."

574 comments

  1. Um. by Capt'n+Hector · · Score: 4, Interesting

    Why would this be released? Isn't that sort of... illegal?

    --
    Quid festinatio swallonis est aetherfuga inonusti?
    Africus aut Europaeus?
    1. Re:Um. by Anonymous Coward · · Score: 0

      Why?

      It doesn't contain MacOS X, it has just (apparently) reversed engineered the necessary bits and pieces.

      And if it is just a copy of PearPC, I have my doubts towards the legality of the OS license.

    2. Re:Um. by Anonymous Coward · · Score: 0

      Only if what you read in /. is gospel, carved-in-stone truth.....

    3. Re:Um. by Anonymous Coward · · Score: 0
      And if it is just a copy of PearPC, I have my doubts towards the legality of the OS license.

      Elaborate. Why, exactly, would it be illegal to say what other people can do with your code?
    4. Re:Um. by Anonymous Coward · · Score: 0

      That's a silly notion. Everyone knows it's Netcraft who finally confirms stuff.

    5. Re:Um. by sysgeek01 · · Score: 2, Insightful

      The GPL states that a person can download, make changes, redistribute, and sell a particular product. How does this violate the GPL? For Instance, If this violated the GPL than Trustix, Mandrake, Conectiva, CentOS, and many many more could have been taken to court a very long time ago for doing the exact same thing. The onlything CentOS got a slap on the wrist for was having the words "Redhat" in their code.

    6. Re:Um. by FLAGGR · · Score: 1

      You still have to give credit for where you got it from.

      http://www.gnu.org/copyleft/gpl.html

      Also, "You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee." What Mandrake etc do is either offer their own tools bundled with your purchase, free techsupport, manuals etc etc. You can't just change the code around a bit, and charge 100$ for it, and not give the customer anything. Also note that the download of CherryOS is a *trial* download. You are supposed to be allowed to download the thing for free since it's GPL'd code.

    7. Re:Um. by weierstrass · · Score: 2, Informative
      You can't just change the code around a bit, and charge 100$ for it, and not give the customer anything.

      Yes you can. The GPL allows this. You just might not get too many customers.

      Also note that the download of CherryOS is a *trial* download. You are supposed to be allowed to download the thing for free since it's GPL'd code.

      Also wrong. The GPL says that if you redistribute, you must make source code available to your customers, and give them the same rights you have. It doesn't say you have to give anything away.

      --
      my password really is 'stinkypants'
    8. Re:Um. by AstroDrabb · · Score: 2, Informative
      Did you read TFA? This guy/company is trying to take GPLed software and make it proprietary and pass it as their own work. Did you read the license that comes with the donwnload? It is not a GPL license any more:
      2.07 LICENSEE may not assign this Agreement or transfer the Licensed Work.
      Well, that certainly isn't valid for a GPLed work.
      2.04 The license granted to LICENSEE under this Agreement is non-exclusive and shall expire on the fifteenth day following download of the Licensed Work by LICENSEE from MXS
      Huh? How can this guy cancel your right to the GPLed work?

      The problem here is that this guy has stole the code from PearPC and is passing it off as CherryOS and selling it as a proprietary work. Now if this guy had been selling it as CherryOS and kept it a GPLed work, there would be no problems, however that is clearly not the case.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    9. Re:Um. by shaitand · · Score: 1

      Because YOUR code is NOT YOUR code. Like all works which fall under copyright it belongs to knowledge pool of the human species. As a way of recognizing that contribution you are given a gift of select LIMITED and TEMPORARY controls over how the material is distributed and copied for distribution. You are given NO controls over how the material is USED.

      Quite frankly if I have legally aquired a copy of the work you created, it is none of your damn business what I do with it as long as I am not making copies and giving/selling them to others.

    10. Re:Um. by Anonymous Coward · · Score: 0

      XBench running in OS X 10.3 in CherryOS on my Thinkpad T42 1.7Ghz (2MB Cache)
      http://ladd.dyndns.org/xbench/merge.xhtml?doc1=101 262&doc2=1&setCookie=true

    11. Re:Um. by ne0nimda · · Score: 1

      Yup ^_^ It doesn't just violate the GPL in any way by stealing the prevoius way of loading OS X on an x86 machine, but the EULA for OS X specifically states that OS X can only be installed on a computer manufactured by Apple or with the Apple logo on it. Using PearPC is thus illegal and, it could be reasoned, creating software exclusively for illegal activities is also illegal P.S. Ironically, I couldn't find the EULA online at apple's website, if anyone has a credible link, I would appreciate the post

    12. Re:Um. by ZhuLien · · Score: 1

      just like recording a tv program in Australia where we have no fair use rights.

  2. GPL by b0lt · · Score: 5, Interesting

    If CherryOS is sued for this, won't this test the GPL furthermore? It might finally get a court to acknowledge that the GPL is not "unconstitutional" (*cough* SCO *cough)

    -b0lt

    --
    got sig?
    1. Re:GPL by Anonymous Coward · · Score: 0

      No.
      if they get sued, it will be for plain copyright breach due to not having a license (since they obviously aren't conforming to the terms)

    2. Re:GPL by Nichotin · · Score: 2, Insightful

      And what if some crazy court decides that the GPL is invalid? Woldnt CherryOS still be guilty, as they now have no license to redistribute at all?

    3. Re:GPL by moonbender · · Score: 1

      Yup. At least, that's the idea.

      --
      Switch back to Slashdot's D1 system.
    4. Re:GPL by damian+cosmas · · Score: 1

      It might finally get a court to acknowledge that the GPL is not "unconstitutional" (*cough* SCO *cough)

      Perhaps this is way off-topic, but IANAL, and I've always wondered about it, so I must ask:

      Is the GPL even enforceable? Nothing's being exchanged, so you can't really consider the licence agreement as contractually binding in any sense.

    5. Re:GPL by node+3 · · Score: 1

      Is the GPL even enforceable? Nothing's being exchanged, so you can't really consider the licence agreement as contractually binding in any sense.

      What do you mean, "nothing's being exchanged"? You are getting the right to use/modify/etc, the software in exchange for agreeing to the terms.

    6. Re:GPL by Anonymous Coward · · Score: 0

      True, but the GPL is also granting permission to copy and redistribute the software - if you claim you aren't bound by the GPL to provide source, then the original authors aren't bound not to sue you for copyright infringement.

    7. Re:GPL by node+3 · · Score: 1

      If CherryOS is sued for this, won't this test the GPL furthermore? It might finally get a court to acknowledge that the GPL is not "unconstitutional" (*cough* SCO *cough)

      Isn't that a little like having someone brand you in order to answer once and for all whether branding scars you?

      Certainly, some good would come out of such a case, and maybe you're just looking at the silver lining, but the cloud of having to go through such a lawsuit to begin with is still there.

    8. Re:GPL by BillyBlaze · · Score: 1

      When you only use GPL software, you're right, nothing is being exchanged, so there would be no contract. The GPL even explicitly states this. (This should also apply to EULAs also, though it doesn't seem to.) However, when you distribute any software, you're violating copyright by default, and the only way to save yourself is to have entered into some license agreement that allows you to do so. And for GPL software, one, and probably the only, such license is the GPL. There is compensation - you give up your right to keep your modifications secret, and in exchange, you get the right to distribute binaries.

    9. Re:GPL by shotfeel · · Score: 1

      I seem to remember Eben Moglen making that argement in an article explaining that the GPL has been legally tested over and over again. He argues its essentially a Catch-22 for anyone who violates the GPL. Either they acknowledge the valididy of the GPL and are bound by its restrictions, or they argue the GPL is invalid, in which case they have no valid license and are in violation of copyright law.

      According to Moglen, when faced with the reality that they can't win the court case, they settle (which means they comply with the terms of the GPL). So, paraphrasing Moglen, the GPL has been legally tested many times, the only reason it hasn't made it to a court case is because violaters soon realize they don't have a chance in court.

  3. Intellectual Property? by mosb1000 · · Score: 4, Insightful

    Sounds like some of the people on slashdot are developing respect for intellectual property. Be careful, our willingness to respect property is what makes it real. If too many people start to respect intellectual property, it will become as real as normal property.

    1. Re:Intellectual Property? by Telvin_3d · · Score: 2, Funny

      SOunds a little like Santa Clause One too many people start believing and the next thing you know some fat guy in a bad suit is breaking into your house once a year

    2. Re:Intellectual Property? by mosb1000 · · Score: 0, Offtopic

      No, think about it. If we had no respect for each others property, the whole concept would be meaningless. This isn't anything like believing in santa claus (unless you mean believing in the spirit of christmas or some such silliness).

    3. Re:Intellectual Property? by FidelCatsro · · Score: 5, Informative

      OK first off
      IP is broken down into three main areas comenly on slashdot

      1:Patents - Mainly refering to software patents , or the ownership of an idea , most slashdoters are against this and rightly so , as it stiffels freedom

      2: Trademarks - Can be both very usefull on one hand to stop cheap rip offs but also gets abused alot by companys (IE: why pentium is called pentium as intel tried to trademark a number )

      3: copywright : also a two sided blade , abused alot in the DMCA which companys use to stop us enacting our rights to fair use , and used properly in the GNU GPL and Creative commens license which i hope i dont need to explain to people here

      Ok i do dice over the issues , but IP is not just one thing , and in this case its totaly right to complain about people violating IP , its the copyright equivelent of identity theft( well close enough)

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    4. Re:Intellectual Property? by orasio · · Score: 1

      On your point #3:

      Copyright is bad always. The GPL uses it to tun it around. In no way does Copyright help GPL. The GPL is a tool we use _against_ the aggressive use of copyrights.
      Of course, there are lots of people who use copyright in a non abusive manner. That doesn't mean that copyright laws do work.

    5. Re:Intellectual Property? by FidelCatsro · · Score: 1

      I would agree copyright laws are bad , however the spirit of copyright i see as good , as i really dont want people claim my work as their property , copyright gives me in my guise as an artist the right to share my work with people and keep it known that it is my work .also keeping the work free .
      If i spend a long time working on something i want peple to enjoy it , and maybe i have a slight ego , but i want people to know it was my work and i want them to look to me in the future if they need more of the same , not someone rebranding it
      and claming it as their work

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    6. Re:Intellectual Property? by Dave2+Wickham · · Score: 1

      Copyright does help the GPL. Without copyright laws, any entity can just take "GPLd" (no copyright, no GPL) code and put it into a closed source application. Without copyright, everything would be public domain, which is not what the GPL is about.

    7. Re:Intellectual Property? by TERdON · · Score: 1

      Actually copyright is what is making the ripoff of PearPC illegal. Without copyright, you would be free to take any source code, modify it, and pretend you wrote it.

      At least in Sweden, you differ between two parts of the copyright - "ekonomisk upphovsrätt" (economical copyright), and "ideell upphovsrätt" (ideal copyright").

      The first one is referring who is able to copy, earn money off of your work etc. (That's the kind being abused in P2P-pirating and which *AA is so aggressive about, and which may be debatable).

      The other one is concerned with the problem in TFA. Some one is copying something you've done, claiming it is an original work. As far as I know, there isn't any big disagreements about this one - IT IS GOOD.

      --
      I have a really elegant proof for Fermat's last theorem. If this sig was only a bit longer...
    8. Re:Intellectual Property? by QMO · · Score: 3, Interesting

      Copyright is NOT bad always. I like to read Isaac Asimov, Robert A. Heinlein, Orson Scott Card, Charles Dickens, Anne Perry, Cynthia Voigt, Edgar Rice Burroughs, Weis & Hickman, Louis L'amour, C. S. Forester, P. G. Wodehouse, Roald Dahl, Agatha Christie, , etc.

      All of these authors are(were) prolific (at least in some sense), and wouldn't have been nearly so if no one had been obligated to pay them for use of their writings. Anything that creates this kind of obligation is a copyright of some kind.

      Asimov is a great example. He loved to write. Money wasn't even his main motivation for writing (according to him). He (again, according to him) worked 80 hours/week on writing sometimes. If he had had to keep teaching college chemistry and doing chemistry research (though he never really did that) to support himself and his family he wouldn't have had nearly as much time to write.

      Burroughs is an example of someone that wrote almost solely (probably) for the money. If the money hadn't been there he would have kept looking for (other) work.

      In these cases copyright is a GOOD thing for me, because otherwise I would have been deprived of many of their writings, and that would be a BAD thing.

      --
      Exam 4/C again. Maybe I'll do better this time.
    9. Re:Intellectual Property? by Raphael · · Score: 3, Insightful

      From my point of view, copyright is good if it is limited, both in time and in scope.

      If I write a book, an essay, a piece of software, or if I create some nice pictures or music, then I don't want to have my work copied by others unless I allow them to do so (the GPL or the Creative Commons licenses are ways to allow that under some conditions).

      I think that it is reasonable to allow authors to protect their original works for a limited amount of time. Most authors expect some kind of tangible or intangible benefits when they publish their works. Copying without permission may deprive them from these benefits, so it is good to have some copyright laws protecting the authors.

      However, these laws should allow fair use and should include a reasonable time limit. By "fair use", I mean having the right to make personal copies (including conversion to other formats - for example converting music or video to Ogg Vorbis or Theora) or to distribute short excerpts of the works. Note that "fair use" does not include distributing copies to your neighbors or to anybody else via the Internet.

      --
      -Raphaël
    10. Re:Intellectual Property? by Daytona955i · · Score: 1

      Sounds like some of the people on slashdot are developing respect for intellectual property. Be careful, our willingness to respect property is what makes it real. If too many people start to respect intellectual property, it will become as real as normal property.

      Except this isn't about intellectual property, it is about plagerism. If I make something and you copy it and market it as your own, that's plagerism. Now the GPL allows you to copy it and use it but you still can't claim it as your own or sell it without giving out the source code to anyone who wants it.

      Most open source advocates don't tell you to go out and steal software, they may advocate writing your own open source application but they certainly wouldn't recommend stealing someone elses code and claiming it as your own under the GPL.

    11. Re:Intellectual Property? by drinkypoo · · Score: 1

      IP is already precisely as real as "our" normal property. In both cases you only have rights to the item in question (real or virtual) because law says you do. Someone else could just take your stereo away without the legal concept of property - it's just "stuff in your posession".

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re:Intellectual Property? by mosb1000 · · Score: 2, Insightful

      No, the difference is that "real" property is not just supported by law, but a strong consensus of public opinion. Very few people choose not to respect property rights. Many more people, but certainly not a majority of people in the US, do not respect intellectual property rights.

    13. Re:Intellectual Property? by Jah-Wren+Ryel · · Score: 1

      In these cases copyright is a GOOD thing for me, because otherwise I would have been deprived of many of their writings, and that would be a BAD thing.

      You are assuming that copyright is the only way "to promote the Progress of Science and useful Arts."

      Before the invention of the printing press, the primary method of compensating artists was via comission and patronage. This business model worked well enough because the reach of distribution of the artist's creation was roughly equivalent to the geographic range of buyers willing to pay up front - roughly the same town or city.

      The press allowed the reach of distribution to far exceed the range of people willing to pay up front - with printed copies numbering in the thousands it was feasible to sell copies to people in different countries, even on different continents. But
      getting payment up front from people in other cities, much less on other continents was technically infeasible. Thus copyright served the purpose of enabling the artist to take a risk and produce his creation ahead of time, with the hope of making up his costs and maybe a profit via sales afterwards.

      Today, with the internet and modern financial systems like credit cards, paypal, electronic check drafts, etc the reach of distribution once again equals the range of people potentially willing to pay up front - both are essentially anyone on the net.

      So, a modern form of comission is once again a viable business model for the artist. He no longer must take the gamble of creating and then hoping for enough sales to cover his costs and maybe make a profit. Instead, he can offer the product of his labor on commission - people from all over the world can pay into an escrow account for the artist. Once the account's balance reaches his asking price, the artist can release his creation to the public domain. The buyers get the results and the artist is guaranteed a profit - no more risking his livelihood to the fickle taste of society.

      All with no need for any sort of copyright law at all.

      --
      When information is power, privacy is freedom.
    14. Re:Intellectual Property? by Jah-Wren+Ryel · · Score: 1

      For what it is worth, you are specifically talking about the "right of attribution" which is a part of copyright law, but is mostly seperate from the stuff that the copyright cartel abuses. But there is a question of derived works, at what point does a derived work become original enough that the right of attribution to the original creator becomes silly? Just something to think about.

      You might consider releasing your own creations under a creative commons license that preserves the right attribution.

      --
      When information is power, privacy is freedom.
    15. Re:Intellectual Property? by Jah-Wren+Ryel · · Score: 1

      Actually copyright is what is making the ripoff of PearPC illegal. Without copyright, you would be free to take any source code, modify it, and pretend you wrote it.

      In a world dominated by open-source software, rather than closed-source as it is today, such a ripoff would probably be economically unviable. Its very nature of being closed would probably be a very large disincentive for potential buyers.

      At least that is my interpretation of where RMS would like the GPL to lead us. I should probably ask him since I haven't seen him spell it out anywhere and your objection is a common one.

      --
      When information is power, privacy is freedom.
    16. Re:Intellectual Property? by QMO · · Score: 1

      Except when you're writing a book and let your *friend* see it and he copies it and sells it on via this model that you've described before you're ready. You did the work, the *friend* gets the reward. With no copyright this is entirely legal, if very unethical.

      --
      Exam 4/C again. Maybe I'll do better this time.
    17. Re:Intellectual Property? by nathan+s · · Score: 1

      For what it's worth, some people just write because they like to.

      Me, for instance.

      I won't complain if I ever get a publishing deal, but my works will remain available for free regardless. I write in my spare time because I enjoy it. My writing may or may not be in the same league as the aforementioned authors, but in any case a lack of money has not stopped me from completing one novel and working on another.

    18. Re:Intellectual Property? by FidelCatsro · · Score: 1

      ;) I do for some , but as who under what name , who knows

      Indeed i thank you for clarifying my points as i have been extrodenerly vauge today (long story)
      And a derived work in my mind , is not a direct clone . I am extremly liberal , all i do ask is that people credit me
      however i think to be fair a derived work must apear difrent to the origional , it must seem to be a difrent work or even a remix ,
      You can quote me , you can clip me , you can take a photo and plaster me on your wall , but please dont rip my work and shove an extra drum track on it
      or take a close up photo of the art and sell it as a print

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    19. Re:Intellectual Property? by Anonymous Coward · · Score: 1, Insightful

      GP post recognizes that some people like to write, but getting paid for writing allows more time to write.

    20. Re:Intellectual Property? by drinkypoo · · Score: 1

      Which means exactly jack shit in court. Besides, people are floppy on the issue of IP rights; they think it's awful when a corporation violates the little guy but most of them don't care when the little guy violates the corporation's IP licenses. I think it's too simplistic to say that people don't respect IP rights, they're just selective about who they think it applies to.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    21. Re:Intellectual Property? by Anonymous Coward · · Score: 0

      Duh! Your fault for letting your *friend* see it unencumbered.

      If you need a proofreader, or reviewer or whatever, have hum sign a contract preventing him from distributing it.

      NDA's are all contract law, and do not rely on copyright.

    22. Re:Intellectual Property? by TERdON · · Score: 1
      In a world dominated by open-source software, rather than closed-source as it is today, such a ripoff would probably be economically unviable. Its very nature of being closed would probably be a very large disincentive for potential buyers.
      Where did I say it was going to be re-released as a closed-source-product? In the PearPC case that certainly may be, but I actually didn't say it had to be re-released as closed source. To re-release under GPL (a supposedly not well-known software, ripping Linus Torvalds off probably won't work) a GPL software, only stripped of copyright notice (well the notice who wrote it) and exchanged with your own, would be totally possible if copyright was no more. However - thanks to copyright this isn't possible. Copyright makes GPL enforcable - and such behaviour, actually, would be inconsistent with GPL, I think at least. As I've understood GPL copyright notices must be preserved - which they wouldn't be in the above scenario.

      To make a comparison - the nowadays not that alive tracking scene is the closest I can think of GPL software in music. Lots of musicians basically have released "source code" for their music on pages like this one, distributed for free. Copyright infringement IS unusual, but not unheard of. There's always one or another lunatic who think you can get away with changing "famous tracker artist" to "own nick" to boost their own fame...
      --
      I have a really elegant proof for Fermat's last theorem. If this sig was only a bit longer...
    23. Re:Intellectual Property? by Luke-Jr · · Score: 1

      Except that proper laws would require that source code be available under GPL-like terms. The middle-ground (no source requirements as above *and* no copyrights) would hurt GPL, but proper software laws including the one above would simply make the GPL redundant.

      --
      Luke-Jr
    24. Re:Intellectual Property? by Jah-Wren+Ryel · · Score: 1

      Where did I say it was going to be re-released as a closed-source-product?

      Well known or not, just about any open source software can not be anonymized simply by stripping the original attribution. All it takes is for one copy of the original code to be in google somewhere and anyone can readily connect the dots.

      Because of that, Right of attribution is really a minor issue when it comes to Free software.

      --
      When information is power, privacy is freedom.
    25. Re:Intellectual Property? by Anonymous Coward · · Score: 0

      "Once the account's balance reaches his asking price, the artist can release his creation to the public domain."

      I was thinking about this model for OSS, but I assumed that this would slow the sale of the product, as the people wait for the product to be release as free, and thus jeopardizing the survival of the author. I still intend to do it but in stealth mode - once the sales treshold is reached, the product become OSS. Is this model realistic ? We'll see.

    26. Re:Intellectual Property? by Jah-Wren+Ryel · · Score: 1

      I think the ghostscript guys do something similar - they initially release their product under their own not-quite-Free license and then when they release the next version, the prior version gets relicensed. I presume that each new release is funded either through support contracts or directly paid-for enhancements by their commercial and proprietary customers.

      At least I think that's how they do it, I haven't looked at it for a few years.

      --
      When information is power, privacy is freedom.
  4. why would it be illegial? by CarrionBird · · Score: 0

    Despite what several companies may have told you emulation, by itself, is not illegial.

    --
    Free Mac Mini Yeah, it's
    1. Re:why would it be illegial? by imsabbel · · Score: 3, Informative

      but selling a program ripped of from a open source app violating the GPL should be.
      Or didnt your even RTFSummary?

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    2. Re:why would it be illegial? by bygimis · · Score: 2, Informative

      Yes but stealing someone elses source code and releasing a commercial product based on it is illegal. You need a valid license from the copyright holder to distribute someone elses work.

    3. Re:why would it be illegial? by FidelCatsro · · Score: 5, Insightful

      Yes Emulation is fine , Although Stealing someones work and claming it as your own work is unethical and illegal in the way that it violates PearPCs license . This is not a DMCA type nonsence Copyright issue , This is blatently rebranding someones work without permission and selling it as yourown .
      No matter how you feel about Intelectual property , This is immoral , unethical and illegal and rightly so

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    4. Re:why would it be illegial? by 91degrees · · Score: 2, Informative

      Which is somethign they have. PearPC is released under the GPL. This does permit redistribution. It's the main point.

      Unless they're breaching the terms of the GPL without permission from the original authors of the software, this is legal. They may be breaching these terms, but that's still to be proven.

    5. Re:why would it be illegial? by pe1rxq · · Score: 4, Informative

      The GPL doesn't permit just distributing binaries wihtout informing the receivers what the License terms are.
      They should atleast put a notice with it saying 'This contains GPL code, send your request for the source here:'

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    6. Re:why would it be illegial? by Anonymous Coward · · Score: 4, Informative

      I dont think anyone is arguing that. The problem is YOU MUST GIVE BACK. If you take GPL code and modify it, and ship it, then you MUST provide the modified source. If CherryOS does this then no one can complain.

    7. Re:why would it be illegial? by 91degrees · · Score: 0, Troll

      Are they doing this? Have you acquired a copy and checked for the LICENCE.txt document?

      If it's not there then you're right. If it is there then you're still right, but your point is moot.

    8. Re:why would it be illegial? by pe1rxq · · Score: 2, Insightful

      Under the GPL any software can be "hijacked" and sold on the commercial standpoint as another name.

      Yes you can sell it under another name and ask a billion for it... But you still have to acknowledge that there is GPL code in it and have to supply the source code upon request.

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    9. Re:why would it be illegial? by CarrionBird · · Score: 1

      Sad as it is, these losers DO have a valid license, the GPL. Since they obviously did no actual work, there are no changes to the source that they would have to give back.

      --
      Free Mac Mini Yeah, it's
    10. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      . . . should be

      Indeed, but this will only be proved illegal when someone takes the CherryOS distributer to court. Until then, there ain't much people can do, except complain.

      So who is willing to take this evil man to court? Anybody?

      Anybody at all?

    11. Re:why would it be illegial? by Lonewolf666 · · Score: 4, Insightful

      More exactly, you can sell a program ripped of from GPL project. But then you also have to provide source code and grant your customers the right to re-distribute as specified in the GPL.

      If you don't do that, you are violating the GPL and asking to be sued.

      If you follow the GPL, others can re-distribute YOUR program which will limit the price you can charge without being undercut by others. Linux distributions are a good example for this:
      Companies like Novell/SuSE can get away with charging up to 100 Euros for a nice package of installation disks, manuals and some installation support. But you won't find a 1000 Euro distribution without some proprietary software add-ons or extended support included.
      As opposed to the server versions of Windows, where the OS alone may cost some thousand dollars.

      --
      C - the footgun of programming languages
    12. Re:why would it be illegial? by cortana · · Score: 2, Interesting

      It's up to the copyright holder whose intellectual property has been infringed to bring action upon MXS.

    13. Re:why would it be illegial? by FidelCatsro · · Score: 1

      Perhaps i should of made myself more clear
      as you really are allowed to take someones work under the gpl and use it with your own name , however you must abide by the copyleft , and not claim it all as your own code and keep your changes free
      If i wished to sell a version of Bash on cd called FISH (fidel shell) or something I could , but if i were to not make the source avaliable and totaly hide any referce to the GPL claming it was all my doing , then i would be breaking the terms . I do appoligise that my lack of clarity has caused you to go off on a rant about the GPL

      you should take a long read through it someday , its good to know your rights

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    14. Re:why would it be illegial? by Ohreally_factor · · Score: 2, Informative

      However, you do need to include the relevant copyright notices in the source.

      --
      It's not offtopic, dumbass. It's orthogonal.
    15. Re:why would it be illegial? by pe1rxq · · Score: 1

      They have to offer the source (even if not modified) if they distribute binaries. There is an exemption in the GPL if it is really small scale distribution (ie your neighbour) but they are aiming to high for that.

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    16. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      Perhaps you could point out where this "exception" in the GPL is please? I only ask because I know you're wrong.

    17. Re:why would it be illegial? by Dwonis · · Score: 1

      I think he's referring to Section 3c... which only applies to noncommercial distribution of binaries made from unmodified source code.

    18. Re:why would it be illegial? by blanks · · Score: 1

      The company is still swearing up and down that it does not contain any pearPC source code.

      Yes many people have found things that are simular (to the point that yes this seems like a license violation), but until the developers can audit the code, or they are taken to court, there is not enough proof (legal proof?) that this is a license violation.

      They do not claim to use any other source code, and after downloading the applicaton, their license is not related to or reference the GPL at all.

      As for the suppying the source, I never understood why people belive that they need to have a link available to the source online to comply with the GPL. Hell if a company wanted to they could supply you the source in the form of a print out (or alphabit soup) and they would comply with the terms of the GPL license.

    19. Re:why would it be illegial? by Nicholas+Evans · · Score: 1

      They *did* change the source, silly. How do you think they managed to change everything that said PearPC to CherryOS?

    20. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      I'd agree with you. However that's that a very odd way to read section 3C (It doesn't say anything about the scale of the distribution of course). It's also clear from even the most cursory glance at that section that you still need to provide a copy of the written offer along with the binary you're distributing.

    21. Re:why would it be illegial? by TheRaven64 · · Score: 1

      Sure, but they could put the GPL near the end of a click-through EULA box (and who reads those?). The GPL only specifies that they may not add additional restrictions - they are free to add a load of definitions in meaningless legalese at the top of it (i.e. the bit people actually read).

      --
      I am TheRaven on Soylent News
    22. Re:why would it be illegial? by pe1rxq · · Score: 1

      Section 3c:

      c) Accompany it with the information you received as to the offer
      to distribute corresponding source code. (This alternative is
      allowed only for noncommercial distribution and only if you
      received the program in object code or executable form with such
      an offer, in accord with Subsection b above.)


      This means that if you get a binary with offer you can give a copy to your neighbour (no money involved, noncommercial) and just supply him with a copy off the original offer (from the guy you got it from) instead of offering the source code yourself.

      So if cherryOS was distributed noncommercially they could just put a note on it saying you can get the source at pearpc. But only if they got the binaries from pearpc and it seems they made their own.

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    23. Re:why would it be illegial? by CarrionBird · · Score: 1
      Thats true. These guy were a scam from the get-go anyway.

      For some reason I was thinking the person I orginially was replying to was talking about the emulators in general, not just cherryos.

      It must be too early.
      --
      Free Mac Mini Yeah, it's
    24. Re:why would it be illegial? by Lalakis · · Score: 1
      As for the suppying the source, I never understood why people belive that they need to have a link available to the source online to comply with the GPL. Hell if a company wanted to they could supply you the source in the form of a print out (or alphabit soup) and they would comply with the terms of the GPL license.

      No, they wouldn't comply with the GPL. GPL explicity requests that source code must be supplied in the form used to make the binaries and all build scripts or other things used, must be also supplied. For example, if you distribute an rpm you must provide the scr.rpm.

    25. Re:why would it be illegial? by nickname225 · · Score: 2

      I am a lawyer - although copyright and IP are not my main area - but one of the problems any GPL violation suit is going to have is damages. Courts like to measure damages in money and if you're claim is that he stoled the thing that I was giving away and didn't offer to give it away too - well - lots of courts will ask - where are your damages? Exactly how much money did it lose you? I understand that there are other issues that are important to the community and the authors - but courts like to see actual damages to a plaintiff. Let me be clear - I'm not saying you can't win a suit for violation of the GPL (maybe someone already has - I don't know) but the issue of damages will be a hard on for a court to deal with. Believe it or not - courts don't like to rule on strictly technical violations.

    26. Re:why would it be illegial? by RayTardo · · Score: 1

      Even worse, if someone doesn't step up and fight, it could set a precedent and make it open season for Open Source.

      Is this the first time a high-profile alleged breach of an Open Source licence has happened?

    27. Re:why would it be illegial? by cyberkreiger · · Score: 1

      Section 3a of the GPL:

      "Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange"

      Emphasis mine.

      --
      Stumbling in the dark
      I hear slavering of jaws
      Eaten by a grue.
    28. Re:why would it be illegial? by Cyberax · · Score: 1

      I think punch cards suit this definition. They are machine readable and were used as customarily interchange medium 30 years ago.

    29. Re:why would it be illegial? by Raphael · · Score: 2, Informative
      As for the suppying the source, I never understood why people belive that they need to have a link available to the source online to comply with the GPL.

      It does not have to be online. The GPL requires you to provide the source code to those who get the binaries from you (e.g., on the same CD or from the same web site) or to include a written offer to give the source code to any third part who requests it. This is stated in paragraph 3 of the GPL.

      So the source code does not have to be available online, even if this is a convenient way for some companies to comply with the license. It can also be sent on CD-ROMs or floppy disks to those who request it. The online distribution happens to be cheaper in many cases, but this is not a requirement.

      Hell if a company wanted to they could supply you the source in the form of a print out (or alphabit soup) and they would comply with the terms of the GPL license.

      Wrong. In paragraph 3 b) of the GPL, you can see that it requires a "complete machine-readable copy of the corresponding source code [...] on a medium customarily used for software interchange". Furthermore, the same paragraph 3 adds: "The source code for a work means the preferred form of the work for making modifications to it.". So distributing the software in some obfuscated form would be a violation of the GPL.

      --
      -Raphaël
    30. Re:why would it be illegial? by cortana · · Score: 1

      Of course it can't set a precedent.

      One party's choice not to pursue a violation of their copyright does not invalidate other copyrights.

    31. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      There is this stupid argument again - what are the damages for copying GPL'd code when you are giving it away anyway?

      Let's say I have hundred dollars in my pocket which I want to donate to the Red Cross. You steal my wallet. Do you think there is no damage because the money would have gone anyway? Nonsense.

      If I spend hundred hours writing software which I then publish under GPL, I would be quite willing to sell you a non-exclusive proprietary license for 100 hours times 40 GBP = 4000 GBP. If you steal it, the damage to me is 4000 GBP. I bet it took more than 100 hours to write that emulator.

      To evaluate the damages, you would just check for how much similar but proprietary code was sold. For example, the source code for SoftWindows was sold a few years ago, and Connectix (makers of Virtual PC) was bought by Microsoft. Look at the numbers involved and you will be able to calculate damages.

    32. Re:why would it be illegial? by Qzukk · · Score: 1

      Given that the summary says they compared the source for cherryos to pearpc, I'd have to say that they are distributing the source with it. Whether they are complying with the rest of the GPL or not, you'll have to look and see.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    33. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      That's not really what you originally said of course; you refered to "small scale distribution" and the GPL contains no references to the scale of distribution. A work is either distibuted or not distributed.

      You're correct now however. As you say CherryOS is a modified work and the author of the modified work must provide the modified source or a written offer to supply the modified source in order to comply with section 3 of the GPL.

    34. Re:why would it be illegial? by pe1rxq · · Score: 1

      Couldn't you force them to pay you the money they would have had to spend if they had someone write it for them legally?

      --
      Secure messaging: http://quickmsg.vreeken.net/
    35. Re:why would it be illegial? by RayTardo · · Score: 4, Insightful

      Not a legal precedent, obviously, but if unscrupulous developers see there's no retribution for doing this, they're just going to do it again.

    36. Re:why would it be illegial? by ajs318 · · Score: 3, Informative

      This is why I believe in Source Code Escrow for closed source projects {though I'd favour a simple outright ban on Closed Source even more}. If you aren't willing to give out your source code to every user of your software, then you should be forced to place a sealed copy in the care of some trusted third party. In the event of any dispute, this copy can be unsealed, and the dispute resolved by independent experts. Likewise, the very same day your copyright expires {whether as a matter of time, or sooner if a court so orders} this copy can be unsealed to ensure its entry into the Public Domain.

      The GPL also stipulates in clause 3 that the source code must be "machine-readable" and "on a medium customarily used for software interchange". So you might be expected to produce an "alphabit soup reader" in court.

      Don't forget that there isn't really such a thing as "violating the GPL". The GPL is a licence to do something above and beyond your "fair dealing" rights -- determined by the courts -- applicable to copyright law. If you aren't in compliance with the GPL, and what you're doing isn't considered "fair dealing", then you're in breach of plain old copyright law.

      --
      Je fume. Tu fumes. Nous fûmes!
    37. Re:why would it be illegial? by Spolster · · Score: 1

      The way I see it, he didn't mean a legal precedent as such, but that if people see someone breaching the GPL and getting away with it, they may be inclined to see if they can get away with it too.

    38. Re:why would it be illegial? by cortana · · Score: 1

      Fair enough--I apologise for the tone of my reply.

      I wouldn't worry too much about unscrupulous companies making a habit of ripping off code from GPL projects--since each project has a different copyright holder, it's hard to say in advance who is likely to retaliate with a lawsuit and who is not.

    39. Re:why would it be illegial? by danheskett · · Score: 1

      Right, well, a lawyer would have fun with that little bit.

      Machine-readable = OCR. I'll print the source code in OCRA font size 10 to a PDF. Hardware-based OCR scanners can read that at over 99.999% accuracy.

      Medium Customarily Used for Software Interchange = 360K 5.25" floppy disk drive, DOS formatted, the PDF gzipped and split into sections. For a typical program, that's about 500 disks worth.

      On top of that, you have to manually build the source. No scripts, no make, no autoconf.

      That'd all be within the letter of the GPL, right?

    40. Re:why would it be illegial? by secolactico · · Score: 0, Offtopic


      If I spend hundred hours writing software which I then publish under GPL, I would be quite willing to sell you a non-exclusive proprietary license for 100 hours times 40 GBP = 4000 GBP. If you steal it, the damage to me is 4000 GBP. I bet it took more than 100 hours to write that emulator.


      And this is the same argument that piracy apologists like: "I wasn't going to pay you, so you haven't lost anything... and you still have your code, so nothing was stolen".

      (I'm not saying that you support piracy, only that IP is not the evil concept so many people like to think it is)

      --
      No sig
    41. Re:why would it be illegial? by QuaZar666 · · Score: 1

      you forgot subsections b and c which allow for someone to sell the object code to you, without the source code If one wanted to they could sell your software for $1,00,000 without source and then offer to provide the code to anyone that has both purchased it and has asked.

      b) 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,

      c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

    42. Re:why would it be illegial? by Requiem+Aristos · · Score: 1

      This sounds like it would be a good idea to register GPL projects with the Copyright Office (assuming we're playing in the US), if only to open a route for statutory damages.

      What I'm wondering is, how well might an argument to the public interest fly, especially if the plaintiff elects to recover statutory damages instead of actual damages? (I.e. would this make the court more likely to consider the damages from a punitive angle instead of a loss-recovery angle?)

    43. Re:why would it be illegial? by Gerv · · Score: 2, Informative

      No, because:

      a) The GPL specifies that build scripts need to be included

      b) 360K disks are no longer a medium *customarily* used for software interchange

      c) while you could argue that printed text is readable by a small number of specialised machines, a judge would take into account the usual meaning of the words in the context in which they are being used... and laugh in your face.

      Gerv

    44. Re:why would it be illegial? by n0-0p · · Score: 1

      There is a trivially simple way to address damages that fits entirely into the spirit of the GPL. The license specifically requires that any modifications to the source also be open source. So, when suing for damages, you sue for unrestricted access to the source and any associated legal costs. The purpose of the GPL is not to generate revenue, it's to guarantee that the code remains open.

    45. Re:why would it be illegial? by Martin+Blank · · Score: 1

      I would suggest that damages be equal to the amount of money taken in via the sale of CherryOS, and if the product is registered (probably not), then it would be treble damages. Add attorney fees on top of that. MXS's violations of the GPL make his gains illicit, and so the ill-gotten gains should be turned over to the copyright holders.

      Not that I'm a legal scholar, but within my understanding of the law, it seems this is about the furthest they could get, not to mention a reasonable (to me) line of thought for the courts to follow.

      --
      You can never go home again... but I guess you can shop there.
    46. Re:why would it be illegial? by tommyth · · Score: 0

      The GPL isn't a magic license that lets anyone do whatever they want with it. Yes, they can modify, redistribute modifications, charge money, etc, BUT they have keep the software under the GPL, and provide the source. Something that, as far as I know, CherryOS isn't doing. IF this guy wanted to create a closed-source PearPC installer, in which he acknowledged that the PearPC software is free and GPL, and that the close source software is just an easy to use installer for PearPC. But he isn't, so he's violating GPL.

    47. Re:why would it be illegial? by 91degrees · · Score: 1

      Something that, as far as I know, CherryOS isn't doing.

      And as far as you know, they might be doing this.

      IF this guy wanted to create a closed-source PearPC installer, in which he acknowledged that the PearPC software is free and GPL, and that the close source software is just an easy to use installer for PearPC. But he isn't, so he's violating GPL.

      Have you bought a copy? How do you know he isn;lt doing this?

    48. Re:why would it be illegial? by tommyth · · Score: 0

      Doh! Typo:
      "easy to use installer for PearPC, he'd be fine. But he isn't..."

    49. Re:why would it be illegial? by tommyth · · Score: 0

      Let's see... He didn't do it the first time, and no where on his site does it have a GPL notice (not that it's required to). If the guy aggressively argued that he didn't use PearPC the first time until he was faced with undeniable proof (prev /. story), why would he suddenly change face and go legit? But to answer your question, no, I have not installed the free demo download because I don't use Windows. Anyway, RTFAbstract: "Its creator, Arben Kryeziu, found himself in hot water last year amid claims the software was simply stolen from the open source PearPC project. With the code now under public scrutiny, it appears that such allegations are true." Your opinion may vary, but it's not the opinion of the article and the guy that wrote is has lost all credibility ever since October when "Ooops, turns out I totally ripped off PearPC... back to the lab to make sure I've obfuscated the code some more..."

      Regardless, if English is your first language you should know that the qualifier "As far as I know" (which you quoted and used), means exactly what I ment it to say: "As far as I know." It means I'm not 100% sure. I could be wrong. If you have proof that I am, please show me, as (and I'm being serious) I'd rather be proven wrong than believe something that's false.

    50. Re:why would it be illegial? by wirelessbuzzers · · Score: 1

      Medium Customarily Used for Software Interchange = 360K 5.25" floppy disk drive, DOS formatted, the PDF gzipped and split into sections. For a typical program, that's about 500 disks worth.

      Yeah, that would be so slick. That way when someone asks them for the source, they have to ship them 500 floppy disks...

      --
      I hereby place the above post in the public domain.
    51. Re:why would it be illegial? by AstroDrabb · · Score: 3, Insightful
      Did you RTFA? The problem here is that this guy has taken the code to PearPC and is trying to sell it as his own proprietary work _not_ under the GPL. Well, you cannot do that with the GPL. To put it another way, basically this guy went and took MS Office, made a few changes to the look and is now selling it as CherryOffice. Do you think MS would sit back and just smile at him? Hell no. He would be in court in no time at all. So exactly why should GPL authors sit back and let their own works be stolen and passed off as proprietary works?

      There is a _huge_ difference between code reuse and stealing code. If this guy simply was trying to sell CherryOS (really just the GPLed PearPC) but he kept it as a GPLed work, there would be no legal problems for him.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    52. Re:why would it be illegial? by 91degrees · · Score: 1

      Let's see... He didn't do it the first time, and no where on his site does it have a GPL notice (not that it's required to). If the guy aggressively argued that he didn't use PearPC the first time until he was faced with undeniable proof (prev /. story), why would he suddenly change face and go legit?

      Being faced with undeniable proof may well persuade him to go legit.

      With the code now under public scrutiny, it appears that such allegations are true.

      So it appears that the code is available. It may or may not be in a manner compliant with the GPL.

      Your opinion may vary, but it's not the opinion of the article and the guy that wrote is has lost all credibility ever since October when "Ooops, turns out I totally ripped off PearPC... back to the lab to make sure I've obfuscated the code some more..."

      Or perhaps "Back to the lab to make sure I follow the letter of the GPL". He wants to sell it. He might decide to rely on people not being aware of their rights.

      Regardless, if English is your first language you should know that the qualifier "As far as I know" (which you quoted and used), means exactly what I ment it to say: "As far as I know." It means I'm not 100% sure.

      It's a fallcy. You don't know whether you're right or not. You can't go from a lack of proof of the opposite to a reasonable belief that something is the case. I don't like to make allegations about people without proof. Provide proof that it violates the GPL.

    53. Re:why would it be illegial? by tabrnaker · · Score: 1

      So if you don't know, then why are you even posting anything? What makes you so special that we should listen to you instead of the facts?

    54. Re:why would it be illegial? by tommyth · · Score: 0

      What the hell is wrong with you? Did I make you read it? My comment doesn't even have a positive score so it shouldn't be showing up on the top thread, unless you set your preferences to, in which case you're going to get a lot of comments similar to mine.

      In any case, your response and the other responses do not do anything to prove my theory wrong, so they are equally as pointless if that is your criteria.

      I wrote in the original comment "As far as I know." I wasn't being deceitful. I honestly don't understand what you have against my comment. You act like I'm the first person to ever say something based partially on incomplete information, history of a programmer, or intuition. I'd like to read your similar replies to all speculation about Longhorn and other behind-closed-doors projects in which people speculate on incomplete information or history of the particular company.

    55. Re:why would it be illegial? by jericho4.0 · · Score: 1
      I'm amazed how many people in this thread are trying to defend this guy. I'm assuming none of them have RTFA, or read the last FA on this. This guy is a lying scumbag thief. His excuses are weak, and he needs to be taken out for a tour of the back fourty.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    56. Re:why would it be illegial? by 91degrees · · Score: 0, Troll

      There is no substantial evidence of guilt in the article. It's all speculation.

      It's all about presumptiuon of innocence even if he has acted like a scumbag in the past.

    57. Re:why would it be illegial? by Wdomburg · · Score: 1

      Not by a long shot. There have been a large number of discovered violations, most of which have been settled without a legal battle.

      Most of the recent ones have involved the iptables/netfilter code. Among the companies who have settled after being cited for violations are Gigabyte, Siemens, Fujitsu-Siemens, Asus, and Belkin.

      Another fairly recent one was the folks behind MPlayer discover KiSS Technology were using both their code and several other GPL products in their video players.

    58. Re:why would it be illegial? by shotfeel · · Score: 1

      And the part I'm wondering about is. lets say I pay the $50 they're asking and request the source code, which they send to me. Based on the GPL am I not allowed to then compile my own version, call it PearryOS and give it away, undermining their "business"?

    59. Re:why would it be illegial? by Anonymous Coward · · Score: 1, Interesting

      (I ran out of replies I'm allowed to post in 24 hours, so I have to use AC):

      I already told you I don't have admin rights to an XP machine, but I did sign up at their site and downloaded the installer, which I ran on my work computer. Of course, I couldn't install it w/o admin rights, but both the EULA on their site and the EULA in the setup program clearly state the generic "This is not redistributable, you don't own it, it's intellectual property, etc" EULA that comes with every commercial program in which the end user is just "licensed" to use it. No where on the site, or in the installer does it say that it is just an installer for a GPL program, in fact, it claims the CherryOS is the software that is enabling a PC to emulate a G4.

      If you have an XP machine, then prove me wrong instead of trying to sound high and mighty because you can't accept five simple words. Additionally, per your original reply, it's a free download, not $50. So go try it and prove me wrong, please, I don't have a machine to test it on but all indications (see above paragraph) indicate that it's is violating GPL. Also, please refrain from asking me loaded questions or comments in which I've already answered. I already told you I can't provide 100% proof that it violates the GPL because I don't have a test machine, but per my above comments, and TFA, it's fairly clear that there's a strong chance that it's not GPL compliant.

      For that matter, why don't you point out that TFA uses the same logic I did, and comment about that? To summarize it, in case you didn't read it, it points out many similarities but offers no 100% proof:

      "its error messages and source files are nearly identical. The emulator also includes MacOnLinuxVideo, which is the same driver used by PearPC to speed up graphics. The CherryOS configuration file also closely mirrors that used by PearPC."

      Seems to me that a news website linked by /. is more deserving of your scruteny than I, but if it makes you feel like big to tell me that I shouldn't comment without 100% proof (even when I acknowledge that) instead of saying the exact same about the original article, be my guest. Although strangely, the comments you have already made tend to be along the lines of "It's not theft because nothing was taken," in which case debating anything related to the GPL with you would be a moot venture, as you seem to not care about ripped off work since the original author 'still has a copy.'

      It makes sense now that I've read your other comments on this article. You're completely anal about the use of words like "theft", "stolen" and "as far as I know" and can't accept anything but the dictionary terms, which in almost all cases do not apply to technology (see: patents, p2p file sharing). If you really do have a problem with speculation and non-websters use of words, I don't know how you survive on /., although your thousands of comments seem to indicate you're doing fine.

      Tell me if I've summarized your overall argument:
      'Who cares because he didn't literally break into the PearPC developers computers and steal it, and I don't believe anything even when strong evidence is presented but I'll tell everyone else how wrong they are.'

      I really would like you to return to this thread some time and prove me wrong. Really. Put me in my place. Don't argue word usage or GPL, just show me that he didn't violate the GPL instead of flooding this thread with "Nobody's taken anything." and other SPECULATIONS. (oh wait, literally no one has removed the bits from anyone's hard drive so it't not theft at all!)

    60. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      Blah, blah, blah de blah, blah

      Just admit it - you've jumped in like a proper slashbot and been caught out. To defend an opinion it is often best to form one in advance.

    61. Re:why would it be illegial? by Anonymous Coward · · Score: 1, Informative

      Yes.

    62. Re:why would it be illegial? by Drakonian · · Score: 1
      But it's not fair for us to put pressure on the PearPC developer to bring the lawsuit. Lawyers are expensive. There is a bit of Catch-22 in that.... he can't afford to defend the GPL because his product is under the GPL and hence won't make any serious money.

      (Yeah, I'm sure someone will say you can make money with GPL code but let's be realistic... any of your customers can release the code for free if they like.)

      --
      Random is the New Order.
    63. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      Gah, I don't understand some of the users of this site. I can't have an opinion, I can't defend an opinion, I can't say this, I can't say that. Look up the word 'debate'. Some people such as myself like debating, which can only be done when there are sketchy facts or no facts at all, otherwise there can be no debate if something is fact. If you feel the need to chime in with your pointless remarks that do not contribute, I'm not going to stop you.

      Whatever.

    64. Re:why would it be illegial? by jericho4.0 · · Score: 1
      Please. Are you suggesting that, this time, he actually did write a complete PowerPC emulator from scratch?

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    65. Re:why would it be illegial? by 91degrees · · Score: 1

      Please. Are you suggesting that, this time, he actually did write a complete PowerPC emulator from scratch?

      No. I'm suggesting that he may be complying with the terms of the GPL. Have you acquired a copy, and verified that the text of the GPL is not present and/or the source code is not available?

    66. Re:why would it be illegial? by 91degrees · · Score: 1

      If you have an XP machine, then prove me wrong instead of trying to sound high and mighty because you can't accept five simple words. Additionally, per your original reply, it's a free download, not $50. So go try it and prove me wrong, please, I don't have a machine to test it on but all indications (see above paragraph) indicate that it's is violating GPL. Also, please refrain from asking me loaded questions or comments in which I've already answered. I already told you I can't provide 100% proof that it violates the GPL because I don't have a test machine, but per my above comments, and TFA, it's fairly clear that there's a strong chance that it's not GPL compliant.

      The article is highly speculative. It presents no evidence to support its claims. You haven't provided any evidence that this violates the GPL. All that is required is that the cource and a copy of the licence is available. If you have adequate evidence the the contrary, then fair enough. I would point out that if you don't have evidence, claiming that he violates the GPL is borderline libel.

      If you have an XP machine, then prove me wrong instead of trying to sound high and mighty because you can't accept five simple words. Additionally, per your original reply, it's a free download, not $50. So go try it and prove me wrong, please, I don't have a machine to test it on but all indications (see above paragraph) indicate that it's is violating GPL.

      I can't be bothered. It doesn't concern me. If the PearPC devloers care to prove that it is breaching the GPL, they have my full support.

      You're completely anal about the use of words like "theft", "stolen" and "as far as I know" and can't accept anything but the dictionary terms,

      I think accuracy is important. "Theft" isd a loaded term. "Stolen" is a loaded term. "Copyright infringement" is an accurate term. The point is to avoid fallacious arguments. I agree theft is wrong. If copyright infringement is theft, then copyright infringement is wrong. I don't neccesarily agree that copyright infringement is theft or that it is inherently wrong. Calling it theft detracts from this point. I think that the morality of copyright infringement in itself is the important factor, and not whether it is analagous to theft.

      'Who cares because he didn't literally break into the PearPC developers computers and steal it, and I don't believe anything even when strong evidence is presented but I'll tell everyone else how wrong they are.'

      There is strong evidence to suggest he is using the PearPC codebase. In fact I'm fairly certain of this. However, I accept as fact that it is explicitely permitted to make derivitive works from PearPC and distribute them as long as certain conditions are met. There is very little evidence that these conditions have not been met. There is some evidence that the source code is supplied.

    67. Re:why would it be illegial? by Anonymous Coward · · Score: 0

      Leet hax. Did you even consider the possibility of leet hax?

    68. Re:why would it be illegial? by downbad · · Score: 1

      Yes, I read the article. It was a joke.

    69. Re:why would it be illegial? by AstroDrabb · · Score: 1

      My bad ; )

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    70. Re:why would it be illegial? by tabrnaker · · Score: 1
      Why so defensive? I'm not attacking you.

      I'm asking you a simple question that everybody should ask themselves. Why are you so special that we should listen to you over facts?

      Why are you avoiding the question? Do you know the answer?

      I don't have similar questions on other threads. This one was for you. You seem to enjoy analyzing things, but do you analyze yourself?

    71. Re:why would it be illegial? by Lord+Kano · · Score: 1

      If you follow the GPL, others can re-distribute YOUR program which will limit the price you can charge without being undercut by others. Linux distributions are a good example for this:

      Red hat is still in business.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    72. Re:why would it be illegial? by Dwonis · · Score: 1

      I agree with your entire post.

      Note that I wasn't saying the poster was *correct* (there's a reason why nobody except SCO has been stupid enough to try to fight the GPL in court); I was just trying to guess where the idea came from. Of course, maybe you weren't trying to say that, either. :-)

  5. Wondering how developers feel about this by aendeuryu · · Score: 5, Interesting

    This is kind of off-topic, but...

    I was always wondering how developers behind BSD-licensed products felt about this whole thing. Before you pounce on me, I know PearPC is a GPLed product, but the way I see it, the risks are pretty similar.

    So, how would BSD developers feel about creating something, having it ripped off, and bandied about by someone else as if it was their own creation, with the original developers getting no credit? Has it happened? Did it cause you to think about switching to GPL, or maybe some other license?

    1. Re:Wondering how developers feel about this by Nikademus · · Score: 3, Informative

      How do you think MS services for Unix has been created? It's just a complete OpenBSD ripoff.

      --
      I gave up with the idea of an useful sig...
    2. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 4, Insightful

      "So, how would BSD developers feel about creating something, having it ripped off..."

      The fact is that BSD developers are beyond that and the lack of ego is codified into the license. Its a much more 'mature' license in some ways.

      As such, you can't 'rip off' BSD applications as long as you leave the copyright files alone. You don't even have to display them, you have to leave the credits in there somewhere and we are happy.

      This post is licensed under the BSD. I'd prefer that you kept it under BSD, but if you want to edit it and take credit for it, feel free to do so.

    3. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      I'm no expert, but if CherryOS is simply PearPC repackaged, and PearPC is GPL open-source, then why would anyone choose CherryOS over PearPC. They'd just get PearPC in the first place, wouldn't they?

    4. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 5, Funny

      "So, how would BSD developers feel about creating something, having it ripped off..."

      The fact is that BSD developers are beyond that and the lack of ego is codified into the license. Its a much more 'mature' license in some ways.

      As such, you can't 'rip off' BSD applications as long as you leave the copyright files alone. You don't even have to display them, you have to leave the credits in there somewhere and we are happy.

    5. Re:Wondering how developers feel about this by amonredotorg · · Score: 5, Insightful

      Let me quote something...

      Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

      1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
      2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

      Which means that they'd still have to credit you.

    6. Re:Wondering how developers feel about this by Lisandro · · Score: 1

      Well, if it happens, it's you fault alone for picking the BSD license in the first place. No, i'm not bashing BSD (i think it's a oss great license) - but you've got to understand it's entirely possible to happen if you choose to use it.

      Having said that, i feel most BSD hackers don't really care much about it - they do it for the love of art, sort of speaking. BSD-licensed code tends to be high quality and used in a lot of places, for some reason (Microsoft TCP/IP stack, f.ex., or atleast it used to).

    7. Re:Wondering how developers feel about this by ehanuise · · Score: 1

      It's true that _many_ aspects of MS windows' TCP-IP stack smell BSD-ish :-)
      (and since it's from an old codebase, there's lots of old bugs that were fixed long time ago in bsd netstack but which are still present in windows'...)

    8. Re:Wondering how developers feel about this by 0BoDy · · Score: 1

      Um... not the best example of good code.
      Have you ever tried to do anything with microsoft tcp/ip stack? one of the most self-corrupting pieces of software on the window platform: win9x->XP. I'm not bashing BSD either, Just pointing out you contradicted yourself; probably on accident.

      --
      Can I be a Luddite too?
    9. Re:Wondering how developers feel about this by flydpnkrtn · · Score: 1, Troll
      Rather than just spreading slander do you have a link that verifies this? Even running strings on something in SFU that matches some OpenBSD utility? Or a website?

      OpenBSD is released under the BSD license (hence the name.) See here for details.

      So it's OK to use their code and not release the source. PearPC is GPL'd. Big difference.

      Don't just throw something out there with no proof... that's just like people claiming MS licensed code from VMS/DEC

    10. Re:Wondering how developers feel about this by Lisandro · · Score: 1

      Yeah, probably not the best example i can come p with... the BSD TCP/IP had the so called "slow start" bug, and some BSD variants even crashed with the "Ping of death" (a.k.a WinNuke).

      Still, there's a lot of quality BSD code used outside BSD systems, both in other OSS systems and comercial ones.

    11. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      It's common knowledge, mate. And as you say, there's nothing wrong with it.

    12. Re:Wondering how developers feel about this by Otter · · Score: 4, Insightful
      I was always wondering how developers behind BSD-licensed products felt about this whole thing. Before you pounce on me, I know PearPC is a GPLed product, but the way I see it, the risks are pretty similar.

      That's not a risk, it's the point of BSD licensing. Just because "the community" flies into a rage about "taking from 'us' and not giving anything back" doesn't mean the developers feel that way. Why do you think they decided to use those licensing terms?

    13. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      The BSD license expressly permits this. Only someone who went into using BSD blind would think of changing license if it occurred. The original copyright still needs attaching, however, and if anyone did it without attribution they'd be sued under the BSDL as under the GPL.

    14. Re:Wondering how developers feel about this by Nikademus · · Score: 1

      MS has the right to use, modify, and sell every bit of BSD code. I just wanted to point at something that had happened and is allowed, and doesn't make BSD developpers into fury.
      Of course GPL license wouldn't permit this.
      It was just a reply from former thread.

      --
      I gave up with the idea of an useful sig...
    15. Re:Wondering how developers feel about this by releppes · · Score: 1

      I'm not much of a developer, but it's your statement that draws me closer to the BSD world as opposed to the GPL camp. I know the GPL is suppose to be about protecting freedom, but the wording and personal actions of RMS himself (let's call it GNU/Linux blah blah blah) leads one to feel the GPL is more about people trying to protect ones egos than anything else. I never understood why anyone cared if someone ripped off a GPL/BSD project. Personally, yeah I think it's cheap and dirty, but who cares? The original code is still free. It's not like they copied it, sold it, and now you can't run it anymore without paying. People who do that sort of thing don't need to be chased out of town by some court case. Public image will do all the work by itself. Getting back to your statement, I think BSD license coders are more concerned about making their software availible to everyone (corporate and end users). GPL folks seem to be wrapped up more in the religion of what they interpret as being free. I think both licenses really protect ones ego as I think both require the credits to be distributed. So my previous statement is a bit strong. It's just my observations from hearing Debian like avocate groups compaired to FreeBSD/NetBSD advocate groups. I personally favor BSD and in general support free software.

    16. Re:Wondering how developers feel about this by anpe · · Score: 1

      It's just a complete OpenBSD ripoff.

      This could hardly be true:
      $ strings $(which ftp).exe | grep -i copyright
      @(#) Copyright (c) 1983 The Regents of the University of California.


      OpenBSD started as a fork from NetBSD in 1995. So this code comes probably from a Berkeley UNIX derivative (which is legal from a BSD license point of view) but not OpenBSD.

    17. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      Of course GPL license wouldn't permit this.

      Yes, it would in the Interix case. Remember it's the unix tools they've borrowed from OpenBSD not the Interix API layer - they could quite happily ship the GNU version of tar, ls, etc. under the GPL without having to open up any of the Interix core. They do in fact ship a lot of GNU tools e.g. gcc and gdb, and all the source is available on the install CD.

    18. Re:Wondering how developers feel about this by QMO · · Score: 1

      Now you know why the CherryOS people wouldn't want to admit that it is PearPC (if that's what it is).

      --
      Exam 4/C again. Maybe I'll do better this time.
    19. Re:Wondering how developers feel about this by alonso · · Score: 1

      Ask that to Wine people.... they switch to GPL :))

    20. Re:Wondering how developers feel about this by R.Caley · · Score: 2, Insightful
      So, how would BSD developers feel about creating something, having it ripped off, and bandied about by someone else as if it was their own creation, with the original developers getting no credit?

      If they cared they wouldn't have used a licence which allowed it, so your question makes no sense.

      Put another way, it wouldn't have been `ripped off' but `used as intended'.

      --
      _O_
      .|<
      The named which can be named is not the true named
    21. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      You stole my answer.

      we (BSD devolopers) code for the joy of coding. Who cares about who uses it. We take joy in looking at our program and having a feeling of PRIDE that we coded something both usefull and secure.

      How many Linux developers can feel that?

      Yes, we are better then you. You know, we know, and the world knows it. Keep complainang about your GPL and SCO and we will continue to provide the most rock solid, secure OS available for consumption.

    22. Re:Wondering how developers feel about this by flydpnkrtn · · Score: 1
      Right... I agree with you. I can remember in Windows 95 going to properties on winsock.dll and under the Summary it saying "BSD Sockets API" or something along those lines.

      I was just curious if you had proof of this somewhere... other than "the grapevine."

    23. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      "So, how would BSD developers feel about creating something, having it ripped off..."

      The absolute fact really is that BSD developers, in UNIX do we trust, are way beyond that and the incredible lack of human "ego" is completely codified into the license, which is analogous to rule of GOD. Its a much more 'mature' and satisfying license in so many ways.

      As such, you can't 'rip off', fold, spindle, or mutilate BSD applications, forever will they not crash, as long as you leave the copyright files, which are spelled perfectly, alone. You, or anyone else, don't even have to display, expose or otherwise commute them, you have to leave the credits in there somewhere and we are happy.
      And if you buy us a beer, we'll be even happier.

      This post is still licensed under the BSD post agreement license. I'd prefer that you kept it under BSD, but if you want to edit it and take credit for it, feel free to do so.

    24. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      Yes, we are better then you. You know, we know, and the world knows it. Keep complainang about your GPL and SCO and we will continue to provide the most rock solid, secure OS available for consumption.

      You mean Solaris?

    25. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      The fact is that BSD developers are beyond that and the lack of ego is codified into the license. Its a much more 'mature' license in some ways.

      Yeah, right. Zen masters all, are they?

    26. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      I think both licenses really protect ones ego as I think both require the credits to be distributed.

      I guess that's the big difference between "ripoff" and "using" with BSD. I firmly believe that if you use someone else's code (especially for free) that they should be given credit. And is that really that much to ask? And who really understands those credits anyway? =)

      Each licence has its place. BSD being flexible and being for use for pretty much anything (without warrenty as long as credit is given) and the GPL with all its quirks defending "freedom". To me the GPL is about "If I don't make any money off of it, you should either" much of the time. Although I'm a BSD advicate and all my systems are BSD, everything I write goes GPL - mainly because I write things for fun so I believe that the code should stay open.

      And although I think Stallman is a wacko much of the time, I think he's right about GNU/Linux when you actually read up on his reasoning behind it.

    27. Re:Wondering how developers feel about this by LurkerXXX · · Score: 1

      Microsoft included the BSD authors copyright notice. That's all they were required to do. That's how you can properly use BSD licensed material. There was no ripoff. Please learn how the BSD license works.

    28. Re:Wondering how developers feel about this by LurkerXXX · · Score: 1

      Which microsoft tcp/ip stack are you talking about? There are severl. Microsoft used the BSD stack for early versions of of the NT family, but did a complete in house re-write of later versions.

    29. Re:Wondering how developers feel about this by WhiteWolf666 · · Score: 1

      Other posters said the BSD developers are above this:

      They live in an Ego free world, where they code for the love of game.

      This maybe true in some cases, but is DEFINITELY not true in other cases.

      Case in point: The Wine project. Transgaming took their BSD licensed code, created WineX.

      The Wine Project got upset, and relicensed Wine using the LGPL/GPL, to prevent that from happening again.

      A couple ego-less programs forked the old wine again, creating a BSD licensed ReWind.

      So, not all programers are that beneficient, some people using the BSD license are just hoping that no one "rips them off".

      As for myself, I don't think it matters. If you don't mind that summon is may use your code in a closed project, than use BSD.

      If you will mind, and want to keep the code open, use the GPL.

      It's a simple matter of choice, its a good thing that both licenses are avaliable, and neither one 'impedes' the other.

      --
      WhiteWolf666 an exBush supporter. All you new-school,compassionate,save the children Republicans can rot in hell
    30. Re:Wondering how developers feel about this by untaken_name · · Score: 1

      They needn't be. Thus the point about 'codifi[cation] into the license'. The only one who was a Zen master was the original author. The rest are simply following the teaching.

    31. Re:Wondering how developers feel about this by Sheepdot · · Score: 1

      Respective Answers I receieved when asking my buddy (Coder who uses the BSD license on all his projects and who refuses to read Slashdot):

      What do you think about creating something, having it duplicated by someone else as their "own creation" without getting credit?

      "I don't care."

      Has it happened?

      "Yes."

      Did it cause you to think about switching to GPL, or maybe some other license?

      "No."

      I'm judging from the curt replies that he's being honest when he says he doesn't care.

    32. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      Someone should mod this up, and the grandparent down, just to see how happy is then :)

    33. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      G4U *bsd project was ripped off by g4l. They stripped out the copyright info and it stinks.

    34. Re:Wondering how developers feel about this by menace3society · · Score: 1
      The GPL isn't about ego. In fact, the GPL is probably even less about ego, since it doesn't require the original copyright notice to be maintained in all the source/binaries distributions.

      If anything, it's impossible to 'proprietize' GPL software in the way that it is with BSD license. Any idiot can release a fork, but since he still has to release the code, it can just be merged back into the original source.

      That said, there are a great many really egotistical developers of GPL software. But then, that's true of software developers in general. Occasionally, you'll even find developers with a good reason to be egotistical (*cough cough* The de Ratt *cough)

    35. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      I'm the grandparent, and as such, I'd just laugh.

    36. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      You are missing my original point or have been brainwashed.

      We don't care if it is 'proprietized' or not. We allow you to make your own choice as if you want to recontribute or not. We don't force an oppinion on you. This is how its more mature.

      Ego would state I believe in this way of thinking, as such, you should subscribe to my way or thinking too.

      As for the original copyright notice, this is only true if you reassign the copyright to someone else, such as the free software something or other (which is what they always encourage). Even then, you need to leave the copyright in place listing them. The same could be said of the BSD -- if you wanted, you could reassign your code elsewhere and not have your name anywhere.

      But all in all, the copyright laws of the land protect the GPL just as much as it protects proprietary applications as well as the BSD.

      And again, this is why this is a more mature license for more mature individuals.

      -- I'l actually surprised how well this main thread has gone over. I love the freedom of being an AC.

    37. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      Of course, just like GPL'd apps have to retain copyright notice unless the original author gives it over to some licensing body.

      I could easily contact the sanctioning body for the BSD and reassign the rights -- if they want it -- and I wouldn't need to have my credits at all.

      If someone using a GPL'd app were to change it, they'd still not own the copyright to it, that goes back to the original author and as such needs to be denoted. If the copyright is abandoned, then the license is null and void.

      What this allows for in the BSD is to allow others to use the app, but at the same time, not allowing them to sue you and claim that you are infringing on 'their' app -- in theory. It could still happen (and has happened with GPL'd apps too).

      So yeah, you still need to give credit where it is due...but that doesn't need to be splashed on the screen nor does it need to anywhere that could be casually run into so long as it is there.

      Face it, BSD is supperior and we are more mature than you, so Nah Nah Naaboooobooo, We Are Better Than You Is!!!!

      Smile. Its just another take on life that we think is right.

    38. Re:Wondering how developers feel about this by Nimrangul · · Score: 1
      You're an idiot, he said services for unix, not the programme ftp.exe.

      Are you hard of reading?

      Dumbass.

      --
      I'm sick of following my dreams - I'm just going to ask them where they're going and hook up with them later.
    39. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0
      Yes, we are better then you.

      Ah, a true egoless programmer.
    40. Re:Wondering how developers feel about this by menace3society · · Score: 1

      The GPL doesn't force an opinion on you either. You don't like it? Don't redistribute the code. If anything, you're being an immature egotist, Mr. Anonymous Coward, because you're telling everyone that BSD licensing is better than GPL. That's just what you said BSD-license software writers were above.

    41. Re:Wondering how developers feel about this by clymere · · Score: 0
      I've come across plenty of BSD developers with quite healthy egos. Largely in one particular flavor.

      You come across as very condescending...and yet too afraid to post such things as anything other than AC. Doesn't seem very "mature" to me.

      That said, its a very liberal license. From an external perspective, its defintly more desirable to deal with BSD licensed code than GPLed code, because you can do damn near anything you want with it, and have no obligation to reveal your own code.

      Of course if more things were licensed this way, we probably wouldn't have quite the growth in open source that we have seen. People wouldn't be hacking alternate firmwares for WRT54G's, because Linksys would never have been obligated to release the code.

      I really don't know that either license is "better", I personally am glad we have both. It is however certainly true that any large corporation will choose to keep their code closed given the choice...unless forced by something like the GPL. Sometimes they are dragged kicking and screaming into it...and ultimately benefit. Again, I give the WRT54G as an example. They've sold countless extra units thanks to those firmware hackers.

      --
      once you go slack, you never go back
    42. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      If they cared they wouldn't have used a licence which allowed it, so your question makes no sense.

      Not necesarily - they might not have understood the licence. In which case, they might care, but be powerless to stop it (I've heard stories about it - but it happens with other licenses too - things like Smoothwall (GPL), with the creators getting pissed because someone forked their project.)

      it wouldn't have been `ripped off' but `used as intended'.

      I'd go with 'used as licensed'.

    43. Re:Wondering how developers feel about this by shotfeel · · Score: 1

      I agree. I assume developers choose the BSD license instead of GPL precisely because of the differences.

    44. Re:Wondering how developers feel about this by dark_requiem · · Score: 1

      How the fuck did two comments, posted minutes apart, with identical text, apparently written by the same AC, end up with one modded 5 funny, and the other 5 insightful? Redundant anyone?

    45. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      Try thinking about it for a minute. You'll get it eventually.

    46. Re:Wondering how developers feel about this by dark_requiem · · Score: 1

      I missed the one different line. Now it's funny, but you made me feel bad, so it negates the humor. Thanks a lot...:)

    47. Re:Wondering how developers feel about this by R.Caley · · Score: 1
      Not necesarily - they might not have understood the licence.

      A BSD style licence's are remarkably simple. Anyone who could fail to understand is not someone likely to be able to produce software anyone else would want to use:-).

      Now, the GPL is a different matter. The amount of bandwidth on Usenet and other places which has been eaten trying to explain the ramifications of the GPL is an indication that it is fundamentally too complex to be sane.

      --
      _O_
      .|<
      The named which can be named is not the true named
    48. Re:Wondering how developers feel about this by le_defaut_tragique · · Score: 1

      dirty hippie.

    49. Re:Wondering how developers feel about this by Anonymous Coward · · Score: 0

      yeah, was meant to be a joke, no one got it :)

  6. Free publicity. Why? by Anonymous Coward · · Score: 5, Informative

    Why is this fraudster getting so much free press? It would be different if the headline read "Stolen code illegally released", but as it is you might think CherryOS is something other than someone elses stolen property.

    At least this time the schmuk has taken the "trouble" of removing all references to PearPC in the binary. Sadly he's too stupid to remember to change the configuration file format, or the hard coded MAC address that PearPC uses for the emulated NIC.

  7. It's stolen ? by jpiggot · · Score: 5, Funny

    ...in Russia, a new site called "ALLOFPEARPC" is selling the software for mere pennies. Apparently, there's no law against selling it, you know...

    1. Re:It's stolen ? by Tony+Hoyle · · Score: 1

      There isn't! It's GPL - you can sell it for millions if you want.

    2. Re:It's stolen ? by Anonymous Coward · · Score: 0

      If you can find the golden (dumber than a brick) customer.

    3. Re:It's stolen ? by pseudochaotic · · Score: 1

      That's nothing. I heard about this awesome warez site, sourceforge.net, that will let you download it for free!

      --
      And the l33t shall inherit the 34r7h.
  8. A bit more on the rip... by Jugalator · · Score: 4, Interesting

    It's said that if you change the line containing prom_bootmethod in the CherryOS configuration file from "auto" to "select", you're supposed to clearly see that it's PearPC. I haven't tried this out myself though, as I already believe in that it's the same thing. There's also word in a Neowin thread that CherryOS has simply upped the screen refresh rate to make it look faster.

    --
    Beware: In C++, your friends can see your privates!
    1. Re:A bit more on the rip... by Mitchell+Mebane · · Score: 1

      Which file is the config file?

      --

      The roots of education are bitter, but the fruit is sweet.
      --Aristotle
  9. I Hope Someone... by Anonymous Coward · · Score: 0, Funny

    Pops this guy's cherry

    1. Re:I Hope Someone... by ceeam · · Score: 1

      With a pear?! Now that would've been nasty. But I doubt his ass is pleural.

  10. Re:So what? He's just forked a GPL project. by Anonymous Coward · · Score: 0

    Except that CherryOS hasn't published their source code.

  11. Re:So what? He's just forked a GPL project. by pe1rxq · · Score: 4, Insightful

    You mean besides lying about it, and not telling people they have a right to the source code?
    (He should have supplied the License allong with the binary)

    Jeroen

    --
    Secure messaging: http://quickmsg.vreeken.net/
  12. Could this give succour to beleaguered SCO? by SimianOverlord · · Score: 0

    Here we have one vendor incorporating GPL'd code into their product without attributation. It's on the record. Now SCO are arguing the same thing happened with IBM / Novell / whoever it is this week. This sets the precedent that it does happen. This can only aid SCO, especially when they take this to a technically illiterate judge. They can bring up CherryOS in court, and in front of the judge, say "CherryOS incorporates code from PearOS. Why are we bringing this up? It does not make sense.

    If CherryOS incorporates PearOS code you must acquit."

    --
    Meine Schwester ist sehr, sehr reizvoll - Nietzsche
  13. Not the only one. by eddy · · Score: 5, Informative

    I saw that Miranda had been ripped off for (at least) a second time.

    Going to all that trouble just to rip people off and install spyware. It's fucking sad.

    --
    Belief is the currency of delusion.
    1. Re:Not the only one. by LiquidCoooled · · Score: 2, Informative

      Hang on, I followed your link.

      I might be a bit behind now, but the messenger in question says the following on their front main page:

      Overview
      Star Messenger is a multi protocol instant messenger client, based on Miranda IM client, designed to be efficient and easy to use.

      Then, JUST below the download link, theres another that says Source files available here.

      Now, there may be other things wrong with it, but at initial glance, that looks just like any other legitimate derivative works, and if they are complaining about something being a rip-off, then perhaps they shouldn't have used the GPL.

      --
      liqbase :: faster than paper
    2. Re:Not the only one. by Nicholas+Evans · · Score: 1

      If you read the blog post, you'll know that they didn't provide the source until the Miranda team shouted at them for violating the GPL.

    3. Re:Not the only one. by eddy · · Score: 1

      I operative word was had. Which part(s) of "After violating the GPL by changing all of the copyrights and not providing a written offer to the source code" is it that you have trouble understanding?

      > then perhaps they shouldn't have used the GPL.

      Don't be a dumbass.

      --
      Belief is the currency of delusion.
  14. Re:So what? He's just forked a GPL project. by Anonymous Coward · · Score: 0

    I don't see the source code for CherryOS available anywhere, nor a written offer to supply the source code to anybody who downloads CherryOS. CherryOS is violating the GPL, and not even doing a good job at hiding the fact.

  15. I just realised something by Anonymous Coward · · Score: 0, Flamebait

    nobody has actually tried this yet. why not download the trial, install it, try it and when/if you discover that it is pearpc in disguise then rip it to shreds.

  16. It wasn't stolen by 91degrees · · Score: 2, Insightful

    The open source community still has it. No loss of property, therefore no theft.

    For people who believe in sharing, GPL zealots are incredibly possesive about intellectual property.

    1. Re:It wasn't stolen by Xshare · · Score: 1

      Difference is: He's selling it to mass amounts of people, not "stealing" it for personal use.

    2. Re:It wasn't stolen by 91degrees · · Score: 1

      So? If people want to pay for a product they can get for free, then let them.

    3. Re:It wasn't stolen by Anonymous Coward · · Score: 2, Interesting

      The guy took someone else's work, changed it a little bit, and published it under his own name, without complying with the original authors conditions.

      Whether you call that "stealing", "ripping off", "license violation" or whatever is neither here nor there, what does matter is that it's illegal under copyright law.

      Hope he gets sued to hell.

    4. Re:It wasn't stolen by BenjyD · · Score: 5, Informative

      Theft means taking without permission. The GPL only grants permission to 'take' the licensed source code if you obey certain restrictions. This guy doesn't appear to have met those restrictions, so he has stolen the code.

      The point of the GPL, in case you missed it, is that modifications to the source cannot be kept from the community if the modifier wants to distribute their work. If you want to benefit from GPL code, you have to give back in the form of your modifications.

    5. Re:It wasn't stolen by 91degrees · · Score: 1

      Do you have a copy of CherryOS? If so, please could you post a list of files?

    6. Re:It wasn't stolen by 91degrees · · Score: 1

      Theft implies the original owner is deprived of the property (As does the word "Take").

      Theft also has a specific legal meaning which does not cover IP infringement.

      The point of the GPL, in case you missed it, is that modifications to the source cannot be kept from the community if the modifier wants to distribute their work

      Yes they can. There's no clause in the GPL requiring changes are returned to the community.

    7. Re:It wasn't stolen by nametaken · · Score: 5, Insightful

      The purpose of the GPL is to keep the code and any contributions open. Its specifically designed to keep people from taking 4 millions hours of your work, tinkering with it a bit, closing the source, and selling it off as your own.

      It really is all about protecting our ability to keep software evolving... not about ego boosts.

    8. Re:It wasn't stolen by PhoenixK7 · · Score: 1

      The other problem of course is that he's claiming that HE wrote it. It's not that he's selling other people's work, he's claiming that HE is the creator of the work.

    9. Re:It wasn't stolen by 91degrees · · Score: 1

      Its specifically designed to keep people from taking 4 millions hours of your work, tinkering with it a bit, closing the source, and selling it off as your own.

      Nobody's taken anything. The authors still have their 4 million hours of work.

      It really is all about protecting our ability to keep software evolving... not about ego boosts.

      You still have this ability. You still have the source. PearPC is avaialbable on sourceforge.

    10. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Whether you call that "stealing", "ripping off", "license violation" or whatever is neither here nor there, what does matter is that it's illegal under copyright law.

      Why lie and say that it's theft when you could just as easily say that it's copyright infringement?

    11. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      That isn't what he said of course. He said the changes "cannot be kept from the community if the modifier wants to distribute their work". Which is true. There isn't a single clause in the GPL that says this because the original poster has simply described the effect of several freedoms which are provided by the GPL.

      The author of a work derived from a work licenced under the GPL must, at the very least, provide a written offer to supply the source code to any recipient of the work. The GPL, aided by copyright law as defined in countries which are a signatory to the Berne Convention, requires that the source code of the derived work must also be licenced under the GPL. The GPL contains provisions which allow any person who recieves a copy of a work licenced under the GPL to redistribute that work to any person or group of people as they see fit E.g. "the community".

      Therefore the author of a derived work licenced under the GPL has no mechanism by which to withold the source code to their derived work from "the community".

    12. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      The purpose of the GPL is to keep the code and any contributions open.

      It doesn't matter what the purpose of the GPL is, this is not theft. It is copyright infringement.

    13. Re:It wasn't stolen by orasio · · Score: 2, Insightful

      You are right. it's not stolen.
      There's no such a thing as "intellectual property".
      Anyhow, it violates the GPL, so it's unethical and a breach of the license they were handed. So they don't have the right to distributed the GPLed code.
      Unauthorized distribution.
      Theft of identity, maybe, they say they are the authors, and they arent.

    14. Re:It wasn't stolen by BenjyD · · Score: 1

      It's certainly theft in the general use of the word: if I made a copy of an author's manuscript and published it under my own name, most people would be happy with calling that "stealing the author's work", although it's actually just copyright infringment.

    15. Re:It wasn't stolen by orasio · · Score: 1

      It's _not_ stealing.
      It's copyright infringement.
      It's unethical.
      It's fraud. The author claims to have written it, when someone else has.

      Finally, the final user (the one the GPL tries to protect) is ripped off of two fundamental aspects of freedom regarding software, the freedom to change the code themselves (no source) and to share their improvements (again no source).
      Again, it's not stealing. It's wrong and it's a fraud, and it harms the user.

    16. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Just because he profits, and just because he claims that he wrote it, it doesn't make it stealing. It's copyright infringement and plagiarism, but not theft.

    17. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Copyright, not intellectual property, the latter is a misnomer.

      And yes we are. :-P

      Your point is?

    18. Re:It wasn't stolen by hey! · · Score: 1

      OMG you'reright. It's really more of a breach of the common trust -- a betrayal of a social contract. It's... it's... treason

      Thanks for clearing that up.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    19. Re:It wasn't stolen by mosb1000 · · Score: 1

      You can already hear the gears slowly turning. . .

    20. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      What for?

    21. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Therefore the author of a derived work licenced under the GPL has no mechanism by which to withold the source code to their derived work from "the community".

      You were doing so well up until this point. They can certainly withhold the source code from the community. They only have to license their derivative work to people they distribute it to - no distribution == no sharing with the community.

    22. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Theft of identity, maybe, they say they are the authors, and they arent.

      Oh, Jebus. Why do people have a near obsessive need to twist meanings of words to label copyright infringers as thieves? It is NOT identity theft. Don't be so fucking stupid! It's plagiarism. It's copyright infringement. It isn't theft.

    23. Re:It wasn't stolen by TheWormThatFlies · · Score: 2, Insightful

      You're missing the point. There is a kind of "theft" occurring, but what is being "stolen" is not the original Pear OS code, but the Cherry OS modifications to the Pear OS code.

      According to the GPL, if you take GPLed code and modify it, if you distribute it, you must do so under the GPL licence. In other words, any changes to GPL code that you release must be added to the pool of the world's GPL code. If you release a modification of GPLed code without releasing the source code, you are thus "stealing" resources from that pool, and from the open source community.

      This is the entire point of the GPL, and what distinguishes it from the public domain and the BSD licences.

      I have used inverted commas because the theft metaphor has been so frequently misused, and become so loaded with illogical connotations, that I don't think its use should be encouraged.

    24. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      if I made a copy of an author's manuscript and published it under my own name, most people would be happy with calling that...

      ...plagiarism. I've never heard it called theft. I've heard copyright infringement called theft by the RIAA, the MPAA and software vendors, but I've never heard it used as a synonym for plagiarism.

    25. Re:It wasn't stolen by mpe · · Score: 1

      The GPL contains provisions which allow any person who recieves a copy of a work licenced under the GPL to redistribute that work to any person or group of people as they see fit E.g. "the community".
      Therefore the author of a derived work licenced under the GPL has no mechanism by which to withold the source code to their derived work from "the community".


      Actually there is a simple mechanism for the creator of such a derived work to withold it from the "community". That is that they don't distribute it to any other party.

    26. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Try reading the whole post. Specifically the second paragraph, and the bit where I say:

      "The author of a work derived from a work licenced under the GPL must, at the very least, provide a written offer to supply the source code to any recipient of the work."

      Section 3b of the GPL states:

      " 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

      b) 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,"


      As soon as a recipient of the derived work is in possession of a copy of the work they may request the source code from the author of the derived work.

    27. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      There is a kind of "theft" occurring

      No there isn't, and the fact that you feel the need to quote the word "theft" highlights this.

      In other words, any changes to GPL code that you release must be added to the pool of the world's GPL code. If you release a modification of GPLed code without releasing the source code, you are thus "stealing" resources from that pool

      No. Those resources weren't in the pool to begin with, so they can't be stolen from it. You might argue that they should be contributed to that pool, but that would make it breach of contract, not theft.

      I have used inverted commas because the theft metaphor has been so frequently misused, and become so loaded with illogical connotations, that I don't think its use should be encouraged.

      ...yet you've just told everyone that it is theft, when it isn't.

    28. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Try reading the whole post.

      Try reading my comment. I never said that a recipient couldn't redistribute, I said that if there are no recipients, then that keeps the changes from the community legally.

    29. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      For the hard of reading, the first sentence clearly states:

      The GPL contains provisions which allow any person who recieves a copy of a work licenced under the GPL to redistribute that work to any person or group of people as they see fit E.g. "the community".

      If the author of a derived work doesn't distribute their work the GPL doesn't apply full stop; the GPL applies to distribution, not use.

      I could have made the last sentence more precise, for those anal retentives who could crack walnuts between their butt-cheeks:

      "Therefore the author of a derived work licenced under the GPL who distributes the derived work has no mechanism by which to withold the source code to their derived work from "the community".

    30. Re:It wasn't stolen by 91degrees · · Score: 1

      I'm not convinced they're violating the GPL. They may have source. They may have an offer to provide source and a copy of the licence.

    31. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      I could have made the last sentence more precise

      More precise? It was simply wrong. That's why you got corrections.

    32. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      No shit Sherlock. If there are no recipients then the GPL doesn't even apply, because the work has not been distributed. Given that this is a discussion of the clauses within the GPL, talking about situations where the GPL doesn't even apply is obviously useless. The GPL also doesn't cover printing the work on hemp cloth and using it as a main-sail on a ship to sail the seven seas, but I don't think it's worth taking that into account when discussing the GPL.

    33. Re:It wasn't stolen by SpinyManiac · · Score: 1

      No, it's copyleft infringement.

      --
      It's never too late to have a happy childhood.
    34. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Congratulations on your ability to quote out of context. I have two questions for you: Is the modified sentence I provide "more precise"? Is the modified sentence I provide correct?

      Yes. Yes again. The sentence "I could have made the last sentence more precise" is perfectly correct. I could have. Then I provided an example of how I could have done that.

      Wether or not the original sentence was correct is a seperate matter. The answer depends on if you're bright enough to understand context. In the context of the original post, I was discussing distribution of GPL licenced works. Someone with an IQ above 80 would be expected to infer context when reading the original, flawed, sentence; that the "author" I refered to was an author who was also redistributing the work.

    35. Re:It wasn't stolen by releppes · · Score: 1

      "harms the user?"

      I agree with all the statements. Saying it's unethical pretty much sums up all of them, but saying it hurts anyone? The only people this unethical behavior hurts is the original author and the person performing the unethical behavior. The original author gets his ego hurt because he doesn't get the credit he deserves. The unethical person only hurts himself by dragging his own name through the mud.

      I wish the people who really believe in free software could just step back for a second and drop all this GPL, IP protection, Linux vs GNU/Linux crap and grasp the concept that unethical behavior really doesn't need to be enforced by some stupid license. Let public image be the judge for those people.

      And for the people who pay for something stolen that they could have gotten for free...? Yeah, you could say those folks get hurt from their own lack of knowledge. I suppose a court case and fine could help, but in the big picture, uninformed people will always get hurt. The solution to that is to educate the masses.

    36. Re:It wasn't stolen by BenjyD · · Score: 1

      Maybe. Interestingly, looking at my girlfriend's UK criminal law textbook, you can actually be convicted of theft for 'stealing' intangible property under the Theft act.

      Apparently things like patents, inventions and copyrights can be 'appropriated' (stolen), and "assumption of the rights of an owner" is counted as appropriation. Also "a person appropriating property belonging to another without meaning the other permanently to lose the thing itself" is counted as depriving the person permanently of it if "his intention is to treat the thing as his own to dispose of regardless of the other's rights".

      I guess that's why copyright infringement is a criminal offence over here. Not that I understand much of the textbook of course.

    37. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Is the modified sentence I provide "more precise"?

      No. It says something different.

      Is the modified sentence I provide correct?

      Yes.

      The answer depends on if you're bright enough to understand context.

      No. Your original statement was incorrect, regardless of context. You stated an absolute, that there was no mechanism. There is a mechanism.

    38. Re:It wasn't stolen by QMO · · Score: 1

      "I've never heard it used as a synonym for plagiarism."

      Then you've not been reading the same things on /. as I. I've heard (seen, perhaps read) taking anothers creative work without permission referred to as theft, stealing, copyright infringement, piracy and plagarism here on /., in just the past month.

      I have also heard theft used as a synonym for plagarism, by professors of English at more than one of the colleges where I have taught.

      Maybe you just need to get out of the basement more. (jk)

      --
      Exam 4/C again. Maybe I'll do better this time.
    39. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      If there are no recipients then the GPL doesn't even apply

      So it's simply incorrect to state that there's no mechanism to avoid sharing your changes because of what the GPL says, since you don't always have to follow the GPL when making changes.

    40. Re:It wasn't stolen by QMO · · Score: 1

      From dictionary.com
      they got it from Merriam-Webster Dictionary of Law, © 1996 Merriam-Webster, Inc.

      "a criminal taking of the property or services of another without consent"

      I think that software development is a service.
      Notice that the definition of what is theft has nothing to do with the marginal cost of the property or service. (Which may be virtually 0 in the case of software.)

      --
      Exam 4/C again. Maybe I'll do better this time.
    41. Re:It wasn't stolen by jdreed1024 · · Score: 2, Insightful
      Theft means taking without permission.

      But wait, I'm confused. I thought "theft" was actually depriving someone else of the use of something by taking it. I mean, that's why everyone says downloading music isn't stealing, right? So this shouldn't be stealing either. Or is it only theft when it applies to the GPL?

      --
      There is no sig, there is only Zuul.
    42. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Interestingly, looking at my girlfriend's UK criminal law textbook, you can actually be convicted of theft for 'stealing' intangible property under the Theft act.

      I looked into UK law a while back; there's nothing about copyright in the theft acts (there's three main ones, IIRC). I'd certainly be interested in any further information you have on the subject.

    43. Re:It wasn't stolen by rbanffy · · Score: 1
      The GPL only grants permission to 'take' the licensed source code if you obey certain restrictions

      I would prefer to say "...if you don't deny your users certain rights"

    44. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Try again. You still do not understand context.

      By the way, yes, the sentence is different. In being different, it is more precise.

      You're not very good at this, are you?

    45. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      I've heard (seen, perhaps read) taking anothers creative work without permission referred to as...

      I was trying to draw a distinction between plagiarism and copyright infringement. Some people certainly refer to copyright infringement as "theft", but I've not seen people claim that plagiarism is theft.

      It's not "taking", by the way, it's "copying". You are using loaded language.

    46. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      "you don't always have to follow the GPL when making changes."? The GPL doesn't even apply when you make changes. It only applies when you distribute it.

      There is a mechanism by which you do not have to share you changes, yes. That mechanism is not provided by the GPL. If you do not distribute your derived work the GPL does not apply. You can not leverage a mechanism in a licence that doesn't even apply to your work.

    47. Re:It wasn't stolen by BenjyD · · Score: 1

      This is from "criminal law 4th edition", Michael J. Allen, 1997 (potentially things have changed since then):

      "Section 4(1) defines property to be ... things in action and other intangible property"

      "A 'thing in action' is a personal right of property which can only be claimed or enforced by legal action and not by taking physical possesion... Examples of things in action are debts..., a copyright or trade mark..."

      "the Patents Act 1977 treats an invention for which no patent has been granted or applied for as intangible property"

      I was wrong in my analysis, of course: I missed the "in circumstances making it equivalent to an outright taking or disposal" from the end of my last point, but it's interesting anyway.

    48. Re:It wasn't stolen by Lars+T. · · Score: 1

      But you never had the code, so it can't have been stolen.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    49. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      You still do not understand context.

      I understand context perfectly well, thank you.

      By the way, yes, the sentence is different.

      I said "It says something different". I did not say "It is different". The meaning of the sentence changed when you made that addition. If the context mattered then it would not have done.

    50. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      There is a mechanism by which you do not have to share you changes, yes.

      Precisely. So this statement:

      Therefore the author of a derived work licenced under the GPL has no mechanism by which to withold the source code to their derived work from "the community".

      ...is incorrect.

    51. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      If you think the sentence changes by being more precise then this simply proves that you did not understand the context of the original sentence. The meaning of the setence didn't change at all. I know that the meaning didn't change, because I wrote both the original and the modified sentence. Both sentences mean the same thing; one simply requires additional context where the other does not.

    52. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      I concede your point.

      My original intent was to say that an author who distributes their derived work has no mechanism by which to withold the source code. I relied on the context of the post to convey that meaning. The original sentence simply wasn't precise enough.

    53. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      So it's no infringement, then? Copyleft is not a legal concept, so if that's all that's infringed, it's legal.

    54. Re:It wasn't stolen by Morosoph · · Score: 1
      Check my journal for thoughts about the GPL.

      The open source community still has it. No loss of property, therefore no theft.
      Others have answered this one. s/open\ source/free\ software/g
      For people who believe in sharing, GPL zealots are incredibly possesive about intellectual property.
      You mistake the purpose of the GNU GPL, which is to maximise the amount of free software rather than the freedom of subsequent programmers outside their capacity as coders, and to give free software protection in law that is a mirror of that given to proprietry software. "Believing in sharing" is a ridiculously simplistic characterisation of free-software advocates' perspectives. "Maximising freedom" is closer. To pre-empt the reply, few would argue that a right to sell your offspring into slavery maximises freedom. Peacefinder puts it well: free software, like a free people could perhaps less confusingly be called emancipated software, to make it clear that its offspring will also be free.
    55. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Yes, but he's distributing thes software without credit to the creators and is making money off of it. Therein lies the problem.

    56. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      That's a nice preference, but that isn't what it is.

    57. Re:It wasn't stolen by Quixote · · Score: 1
      (puts on 3500K flame suit)

      If the music industry puts restrictions on their "work", would people be as upset when those restrictions are violated? Do we get the same sort of reaction when the music industry's "license" is violated?

      I'm not attempting to troll here, but just trying to see where people draw the line.

      plus, it is cold here, I could use some warmth

    58. Re:It wasn't stolen by rbanffy · · Score: 1

      If you don't deny your users the right to access to the source code and the right to further alter and or redistribute this source code along with the same rights.

      If it's not this, what is it then?

    59. Re:It wasn't stolen by TheWormThatFlies · · Score: 1

      But you never had the code, so it can't have been stolen.

      If someone steals a package which is being mailed to you from the post office, this is very definitely stealing - that package legally belongs to you, even though you have never physically held it in your possession.

      I agree that "theft" is a silly metaphor when applied to information, ever, but in this case the reason you give is not the reason it's silly.

      You, I and the rest of the world are being illegally denied access to this code. According to the terms of the GPL, that code should be made available to us licenced under the GPL. Whether or not we have ever had the opportunity to see this code (that is, ever "had" this code in the past) is irrelevant.

    60. Re:It wasn't stolen by drinkypoo · · Score: 1

      There's no such a thing as "intellectual property".

      Intellectual property is precisely as real as any other property. THERE IS NO SUCH THING AS PROPERTY. It is always a legal construct. Oh, you might have a physical instantiation of an object (unique or otherwise) in your posession, but it is only your property because the law says so. Otherwise someone could take it away from you, and then they would have it.

      Intellectual property is no different in this regard. Neither one exists without a legal framework.

      The only thing these people are guilty of is violation of copyright law. That, and being a bunch of lying bastards.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    61. Re:It wasn't stolen by EnderWiggin99 · · Score: 1

      Are you speaking from a moral or legal standpoint? There's a wide disparity between them, they are not one and the same.

    62. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      If you think the sentence changes by being more precise

      No I don't think that. Go back, re-read my comment and try again. I don't think the second sentence was more precise, and I stated exactly that. If you can't argue against what I said, don't bother attacking stuff you erroneously attribute to me.

      The meaning of the setence didn't change at all.

      Yes, it did. The first version explicitly denied that you could keep changes from the community, the second version was modified to only apply to people who republish.

      I know that the meaning didn't change, because I wrote both the original and the modified sentence.

      What you were trying to say and what you actually said were two different things.

    63. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Intellectual property is no different in this regard.

      It is. You don't wholly own "intellectual property". Copyrights are a non-exclusive, temporary lease from the public. Patents are a temporary lease from the public. Trademarks are a non-exclusive lease from the public.

      "Intellectual property" is an umbrella term that covers some very different concepts. It's hard to argue further when you lump them together under one term, because what applies to one form of "intellectual property" may not apply to another.

    64. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      If someone steals a package which is being mailed to you from the post office, this is very definitely stealing - that package legally belongs to you, even though you have never physically held it in your possession.

      It may be theft, but it's not stealing from you, as you aren't the one it belongs to. This is where the analogy breaks down - the author of a derivative work cannot steal their own changes from the public, because the changes belonged to them all along.

      Side note: in the UK, it's actually treason, as the postal service is operated on behalf of the royal family. Stealing mail from the post office is actually stealing from the Queen, because it belongs to her, not you.

      You, I and the rest of the world are being illegally denied access to this code.

      No we aren't. We have no legal right to the code. The copyright holders have the legal right to demand that the CherryOS people either comply with the license or stop redistributing.

      According to the terms of the GPL

      You can't force access to the code with the GPL. You can force either access to the code or no redistribution, but it's the redistributors that get to decide which they do.

    65. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      "The coalition thought that Saddam Hussein should be removed from power.
      The coalition attacked the Middle East."

      "No they didn't, they attacked Iraq."

      "Iraq's in the Middle East, I just wasn't precise enough. I relied on context."

      Like it or not, the context doesn't stop an incorrect statement from being incorrect.

    66. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      If you don't deny your users the right to access to the source code and the right to further alter and or redistribute this source code along with the same rights.

      They don't have those rights to begin with, so you can't deny them those rights, you can only grant those rights to them.

    67. Re:It wasn't stolen by sgtrock · · Score: 1

      You're right. It's not theft. It's copyright infringement. Thanks to the rather odd situation that we have in the US, each instance of copyright infringement can cost the violator $150,000 per incident!

      Yep, taking GPL'ed code and not following the license terms because it's not theft is real smart. It's been a while since I've been bankrupt. Maybe I should do the same thing! :lol:

    68. Re:It wasn't stolen by noidentity · · Score: 1

      Stealing is bad. If there's something I don't want you to do, I'll call it stealing; then I can explain its badness by pointing to the fact that stealing is bad. Now I don't have to explain why I don't want you do whatever it is.

      Replying to this with criticism is stealing. Please don't steal from me!

    69. Re:It wasn't stolen by Slack3r78 · · Score: 1
      I wish the people who really believe in free software could just step back for a second and drop all this GPL, IP protection, Linux vs GNU/Linux crap and grasp the concept that unethical behavior really doesn't need to be enforced by some stupid license. Let public image be the judge for those people.


      Have you made it out of high school? Because the fact is, the real world is big enough that things just don't work like that, sad as it may be.

      The fact is, there are plenty of people out there who are unethical, immoral, whatever you want to call it, who will try to take advantage of you regardless of right or wrong. I wish it weren't the case, but you simply cannot rely on people's good will to 'do the right thing.'

      Personally, I toy a bit with coding, but I've never written anything I'd consider substantial enough to release. That said, as a *user* I tend to prefer GPL'd software because it means that what was free to me (in both senses of the word) will remain so. In all honesty, I'd prefer that the authors of the software have at least some recourse in a case like this, which the terms of the GPL provides. The GPL is about ensuring that the *software* remains free, rather than relying on people's good will to do so.
    70. Re:It wasn't stolen by spitzak · · Score: 1

      I know you are trying to compare this to the "theft" of copyrighted music by downloaders. But there is a difference.

      He didn't just download the GPL code and look at it, he is selling it and claiming he wrote it.

      If you download Metallica, it's copyright infringement, but not theft. (actually to be fair, the copyright infringer is the one offering you the copy, the download site). If you download GPL code it's not anything, neither theft or copyright infringement (since that is a specific exception to copyright allowed by the GPL).

      If you then took Metallica's songs and made a CD and convinced everybody you wrote and performed them in your garage and started selling copies printed with your own band name, it would be equivalent to what this is. That's is a theft of attribution, as well as a violation of copyright.

    71. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      That's is a theft of attribution

      Like I said in another post, what's with the near obsessive need to twist things so that you can claim it's theft? You don't see that with other offences. You don't say that somebody "stole your health" when they assault you. You don't say that somebody is committing "theft of safety" when they speed. You don't call somebody a "sex thief" when they rape somebody.

      The word for claiming you wrote something somebody else did is "plagiarism". There's simply no need to invent terms such as "theft of attribution", just so you can shoehorn the word "theft" in somewhere it doesn't belong.

    72. Re:It wasn't stolen by spitzak · · Score: 1

      You are right. The correct term is "plagiarism". There is no need or reason to put the word "theft" in there at all, that was stupid on my part. As many people point out the owners of PearOS still possess their code and have not been deprived of it, so this is not theft.

    73. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Taking doesn't only mean not leaving anything behind, it can also mean bringing with you when you leave.

      You also use loaded language, but you don't see that it's loaded 'cause it's loaded in favor of your point of view.

      Perhaps if you created something of value (as proven by the willingness of others to pay you for it) you might think of copyright infringement as theft. I suggest an experiment:
      Create some prose/music/software good enough that someone offers you (personally) US$10,000 for the rights to it. Don't accept the contract, but instead release your creation to the public domain. Let /. know how it felt.

      I tend to discount arguments against calling copyright theft when they come from people that I suspect are on the receiving end of the theft. If you can convince me that not using the word theft doesn't make your personal copyright-related behaviour look better, then I'll take your arguments seriously.

      Unfortunately this will be difficult on a largely anonymous forum like /..

    74. Re:It wasn't stolen by releppes · · Score: 1

      It's a difficult concept, but yes, I've come to the point where I do just have to rely on people doing the "right thing". Try raising kids. You reach a point where you just have to trust them to "do the right thing".

      There is alot of dishonestly out there, but dishonest people are just going to be dishonest. I choose not to waste my time trying to correct that. And for the most part, people who do "correct" others I find very hypocritical.

      By the way, yes I'm pass high school and after attaining my CS and EE degrees and several jobs, I've come to realise just how dumb I am. Being serious of course. I've come to the point where my ego is of very little concern. I'm sure that has a direct effect on my interpretation of the GPL vs BSD wars.

    75. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Taking doesn't only mean not leaving anything behind, it can also mean bringing with you when you leave.

      Er... taking means to take. If you leave it behind then it's not taking.

      You also use loaded language, but you don't see that it's loaded 'cause it's loaded in favor of your point of view.

      I disagree. I haven't used loaded language as far as I can tell, I'm attempting to use accurate language. If you disagree, please point out an example.

      I also wonder what you mean by "my point of view". You haven't assumed that I'm trying to justify copyright infringement are you? There are lots of idiots about that assume that just because I say "copyright infringement is not theft", that somehow I'm saying "copyright infringement is not wrong".

      Perhaps if you created something of value (as proven by the willingness of others to pay you for it) you might think of copyright infringement as theft.

      Ah yes, you're one of those idiots. You think I'm trying to justify copyright infringement.

      For what it's worth, I've created plenty of things of value, I have been paid for it repeatedly, and I don't think of copyright infringement as theft. Because it simply isn't. No stealing is taking place.

      I tend to discount arguments against calling copyright theft when they come from people that I suspect are on the receiving end of the theft.

      What has made you suspect that? It sounds to me like you are using circular logic - you are assuming that I'm an infringer because I argue that copyright infringement is not theft, and you ignore my argument that copyright infringement is not theft because you think I'm an infringer.

    76. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      Wow. In the countless discussions of copyright vs theft on Slashdot that I have read, I have never seen somebody say "actually, I used the wrong word". My respect for you just shot up a notch.

    77. Re:It wasn't stolen by Kymermosst · · Score: 1

      Theft implies the original owner is deprived of the property (As does the word "Take").

      Theft also has a specific legal meaning which does not cover IP infringement.


      No matter how much you say this, it will never be true.

      In the common usage (e.g. what dictionaries say), "theft" is the "act or instance of stealing."

      So, now we look up "steal": "to take without right or permission"

      Ah, so now we look up "take": ah... "to assume for oneself" happens to be one of the senses that does not include removal of the original item. Such sense is exactly what is implied when, for example, you "take credit" for someone else's
      work. Such usage is very old, even pre-RIAA.

      According to what you believe about 'take', that should imply that the original person no longer has the ability to be credited, since the credit is now gone. This is clearly not the case. QED.

      (You may also want to consider "take a picture", as well, as an example of a non-removal sense. Taking a picture of a copyrighted picture is still taking.)

      Also, in Oregon, copyright infringement on music could, in some circumstances, be considered thef t of services. See clause (2) where it says "entertainment". Under your definition, how does one commit theft of entertainment if it cannot be procured without depriving the entertainment from someone else? Kidnap the band? I know this is mostly talking about sneaking into movie theaters, and such, but this could be applied to recording concerts or movies for bootleg distribution. (Or even for private viewing.)

      Disclaimer: IANAL.

      There's no clause in the GPL requiring changes are returned to the community.

      Yes there is, if you distribute binaries that were created from that source code. See GPL v2 Terms and Conditions section 3.

      (Credit for definitions: dictionary.reference.com and American Heritage Dictionary.)

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
    78. Re:It wasn't stolen by drinkypoo · · Score: 1

      Intellectual property is no different in this regard.

      It is. You don't wholly own "intellectual property".

      What part of "in this regard" was unclear? And what does "wholly own" mean? The holder of copyright has the exclusive right to the property. They may distribute copies of the property and they may grant licenses to others to do things with it, or in fact transfer it. They are granted this right by copyright law.

      In the same way, you are granted the right to own property by property law. Without it, anyone could take your stuff away and have no recourse. Sound familiar? Yeah, just like copyright law.

      The one and only thing I was talking about, irrespective of your attempt to make my words mean something they do not, is that all property is only property because of law. Whether it's an idea or an item, you can only claim to own it because the legal framework allows to allow you to control it.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    79. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      What part of "in this regard" was unclear?

      My mistake. I'll change my statement to "you can't wholly possess "intellectual property".

      The holder of copyright has the exclusive right to the property.

      That's untrue. Copyright holders only have a very specific, limited, temporary set of rights over the covered works. They have the right to stop other people from copying and broadcasting them under some circumstances. Even that is only temporary. They have the right to be identified as the author. That's about it.

      The one and only thing I was talking about, irrespective of your attempt to make my words mean something they do not

      I made no such attempt.

      Whether it's an idea or an item, you can only claim to own it because the legal framework allows to allow you to control it.

      I've since amended my statement to read "possess", not "own". You can possess physical property, you can't possess intellectual property entirely, at most, it can be thought of as being rented from the public domain.

    80. Re:It wasn't stolen by Random832 · · Score: 1

      Side note: in the UK, it's actually treason, as the postal service is operated on behalf of the royal family. Stealing mail from the post office is actually stealing from the Queen, because it belongs to her, not you.

      i think the US post office works the same way [i.e. the mail is government property] - but our definition of "treason" is a lot more strict than yours so it's still just theft [but it's theft of government property and thus a federal crime]

      --
      We've secretly replaced Slashdot with new Folgers Crystals - let's see if it notices.
    81. Re:It wasn't stolen by 91degrees · · Score: 1

      Ah, so now we look up "take": ah... "to assume for oneself" happens to be one of the senses that does not include removal of the original item.

      Oneself. One person, that being the self.

      What's wong with copyright infringement as a term!? "Theft" is a loaded term. It distracts from the real argument. It's misleading and suggests that copyright infringement should be considered the same as physical theft.

      Also, in Oregon, copyright infringement on music could, in some circumstances, be considered thef t of services. See clause (2) where it says "entertainment". Under your definition, how does one commit theft of entertainment if it cannot be procured without depriving the entertainment from someone else?

      What are you talking about? This does not imply copying of software. Potentially it may include sneaking into a cinema, and also getting free cable TV (although I feel the legislators are stretching the definition of the word "theft" here as well) but copying a piece of software is not considered a service.

      Yes there is, if you distribute binaries that were created from that source code. See GPL v2 Terms and Conditions section 3.

      Didn't see any mention of the word "community" there. You have to distribute to the recipient who may or may not be part of the community.

    82. Re:It wasn't stolen by drinkypoo · · Score: 1

      You can posess intellectual property indefinitely in the form of trade secrets. Okay, so it's a nit, but it's still true - or of course, you can choose not to public copyrighted material. I am aware of fair use, but that allows very limited uses. And, you can never redistribute copyrighted materials in their entirety without permission, only short items (of specified length) and only for the purposes of critique. In theory, copyrights eventually end... I'd like to see it happen, too.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    83. Re:It wasn't stolen by Kymermosst · · Score: 1

      What's wong with copyright infringement as a term!?

      Nothing. I never said there was. I'm just saying that in the common use (as defined by a dictionary), theft is a perfectly reasonable term to use in this situation.

      "Theft" is a loaded term. It distracts from the real argument. It's misleading and suggests that copyright infringement should be considered the same as physical theft.

      Ask someone who's been the victim of copyright infringement what they think the difference is.

      So which "real" argument are you referring to? Most of the "real" arguments I've seen on Slashdot are:

      "Information wants to be free! It doesn't matter that someone invested a long time (and possibly money) working on this song/movie/software. Copyrights sux0r!" - Typical attitude of someone who wants something and doesn't want to pay for it.

      "I never would have bought it anyway." - proof that you don't need it. Why break the law for something you don't need?

      "By committing infringement I didn't deprive anyone else of the use of the work..." - well, it devalues the work as a whole. Just imagine a counterfeiter using this argument: "I didn't deprive anyone else of their money..."

      About the only legitimate thing anyone has ever said about copyrights on slashdot (and I agree with them) is that Congress has gone way past any reasonable definition of the Constitution's requirement of "limited time".

      What are you talking about? This does not imply copying of software.

      The law specifically mentions "entertainment". It says that accessing entertainment for which someone is entitled fair payment for is "theft of service". If you copy a CD that you don't own (from a friend, for instance), and then entertained yourself by listening to it, you have *exactly* done this. The law will probably never be applied this way since copyright is dealt with by the federal government, but the legal concept is there. Since all copyright infringement is inherently the same, the legal concept (but not this particular law) extends to software as well.

      (although I feel the legislators are stretching the definition of the word "theft" here as well)

      After everything I wrote, you still can't be bothered to look in a dictionary. Amazing. I'm not sure why I bother.

      Your main problem is that you are confusing "theft" and "larceny".

      I'll repeat it again: "theft" means an act fo stealing. "Steal" means to take *ANYTHING* without permission. That includes intangible things like original ideas. If a dictionary even mentions property, it is in parenthesis in order to prevent the confusion you obviously have.

      A particular dictionary I have even defines this as a sense for "steal": "... 2. To approproate (ideas, credit, words, etc.) without right or acknowledgement."

      Violating copyright is appropriating something (by photocopying a book, ripping a CD you don't own and then listening to the music, copying a DVD you don't own and then watching the movie) without right, certainly without permission, and involves appropriating something you didn't have before.

      Larceny, on the other hand, is *specifically* the taking of property with the intent to deprive the owner of its use.

      Didn't see any mention of the word "community" there. You have to distribute to the recipient who may or may not be part of the community.

      Depends on what you consider "the" community. The people that the software is distributed to are the community under one arbitrary definition. If they receive the binaries, they must be provided with access and redistribution rights to the source.

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
    84. Re:It wasn't stolen by 91degrees · · Score: 1

      Nothing. I never said there was. I'm just saying that in the common use (as defined by a dictionary), theft is a perfectly reasonable term to use in this situation.

      So, if we use this specific definition of the word "theft" and this specific version of the word "take" then a dictionary (which is descriptive; not prescriptive) agrees with you. But it's misleading. It has negative connotations. It implies that copyright infringement is inherently wrong in the same way that theft is. Theft is wrong, not because someone gains, but because someone else loses. Copyright infringement is wrong - in general - because society has developed a mechanism to reward creators and the infringer is breaching that social contract.

      Ask someone who's been the victim of copyright infringement what they think the difference is.

      Yes. Ask a vested interest.

      The law specifically mentions "entertainment". It says that accessing entertainment for which someone is entitled fair payment for is "theft of service". If you copy a CD that you don't own (from a friend, for instance), and then entertained yourself by listening to it, you have *exactly* done this.

      Yes, but how is copying a CD a service? Cable TV is a service. The telephone is a service. iTunes is a service. A CD is not a service.

      "I never would have bought it anyway." - proof that you don't need it. Why break the law for something you don't need?

      No. Proof that the cost of it has greater value than the value of the data.

      "By committing infringement I didn't deprive anyone else of the use of the work..." - well, it devalues the work as a whole. Just imagine a counterfeiter using this argument: "I didn't deprive anyone else of their money..."

      Nobody lost money. The counterfeiters potentially caused an instability in the entire nations infrastructure.

      I'll repeat it again: "theft" means an act fo stealing. "Steal" means to take *ANYTHING* without permission. That includes intangible things like original ideas. If a dictionary even mentions property, it is in parenthesis in order to prevent the confusion you obviously have.

      Repetition does not make you right. A counter example: Taking photos is not theft. The parenthesis is to clarify. To prevent the confusion you have.

      Larceny, on the other hand, is *specifically* the taking of property with the intent to deprive the owner of its use.

      And dictionary.com lists "theft" as part of the definition.

      Depends on what you consider "the" community.

      This is just silly. I consider "The community" to be everyone who uses computer software. You have to share your changes with the recipient.

    85. Re:It wasn't stolen by Anonymous Coward · · Score: 0


      Copyright infringement IS theft. The ongoing desperate attempt of the minority to argue otherwise is long lost. The Copyright Office refers to copyright infringement as "theft". Businesses call copyright infringement "theft". You would be best served to acknowledge it.

      People consider it a literal theft of opportunity, which it is. This isn't a difficult concept. Its much like someone walking into a lab somewhere and copying all the designs for Boeing's next aircraft design. Boeing still knows how they're going to make their plane, but the benefit of all their time and money is wasted. It IS theft, plain and simple.

      I'm all about GPL'd software. From the same mindset, I don't like seeing people steal commercial software. If you don't want to abide the terms of the creator, use something else.

    86. Re:It wasn't stolen by Kymermosst · · Score: 1

      Yes, but how is copying a CD a service? Cable TV is a service. The telephone is a service. iTunes is a service. A CD is not a service.

      I know it's a stretch, but in effect when you buy a CD you are *licensed* to listen to the music. It's the ability that is the service.

      I think I mentioned (or meant to mention), that this law would probably never be applied this way. I was trying to point out the presence of a legal concept of theft that does not deprive the original owner of anything.

      Repetition does not make you right. A counter example: Taking photos is not theft. The parenthesis is to clarify. To prevent the confusion you have.

      Different sense of the word. My Websters lists over a dozen meanings, not all of them tangible, and some of them specifically referring to intellectual products.

      And it is, in fact, copyright infringement to take pictures of copyrighted pictures or paintings. Or jewelry, in fact. (My mother-in-law is a jewelry-maker and the design can be copyrighted, and a picture is infringement. This has been upheld in court.) It is also infringement to take pictures of a book.

      The main thing I see about why we even argue is that somehow it doesn't "feel" as bad when you can say that you didn't take anyone's physical thing.

      That is, most people think stealing a car is wrong because they would feel guilty afterward. Many people don't think copyright infringement is wrong, simply because they feel that there is nothing to be guilty about. We see it in every one of these discussions: "Nobody lost anything, I didn't deprive anyone of its use, and I wouldn't have bought it anyway."

      The fact that someone actually *worked*, and probably *worked hard* (I have quite a few friends who are or were professional musicians, I know what kind of work they do to produce an album), doesn't seem to bother the people who benefit from the work without paying for it.

      I'll let you have the last word if you want it, but the TFA has dropped off the main page, so I might not get back to a reply.

      --
      "Alcohol, Tobacco, Firearms, and Explosives" should be a convenience store, not a government agency.
    87. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      I know it's a stretch, but in effect when you buy a CD you are *licensed* to listen to the music. It's the ability that is the service.

      That's utter bullshit. You own the copy. You don't need any special license to listen to it at all, copyright doesn't stop you from listening to it, it stops you from copying it and broadcasting it.

      I was trying to point out the presence of a legal concept of theft that does not deprive the original owner of anything.

      If we are talking about the law, please refer to Dowling vs US, 1985, where the Supreme Court ruled that copyright infringement did not constitute theft.

      The fact that someone actually *worked*, and probably *worked hard*, doesn't seem to bother the people who benefit from the work without paying for it.

      They'd probably point out that the person works no harder if they copy illegally than if they don't.

    88. Re:It wasn't stolen by Anonymous Coward · · Score: 0

      People consider it a literal theft of opportunity, which it is.

      Right. And Microsoft should sue Linus Torvalds because he is stealing their opportunity to sell operating systems.

      If that's your standard for deciding whether something is theft or not, then you can define practically any action as theft. By all means, steal my opportunity to have the last word in this thread, you thief.

      If you don't want to abide the terms of the creator, use something else.

      Look, you fucking moron, this isn't about whether copyright infringement is right or wrong.

    89. Re:It wasn't stolen by Anonymous Coward · · Score: 0
      It really is all about protecting our ability to keep software evolving
      and to constantly expand the GPL code base by infecting anything that is "tightly coupled" to existing GPL'ed code.
  17. Sound by Shinaku · · Score: 5, Funny

    Sound. There is no sound support on this version. We will be releasing an update that will include sound capabilities as soon as it becomes available.

    As soon as it becomes available in PearPC?

    --
    -- :>
    1. Re:Sound by NetNifty · · Score: 1

      Maybe the PearPC sound system can have an obscure "bug" in it - not something that could occur in normal development, but something that would 100% prove (that's if the proof of the obscure variable name being identical between the two pieces of software isn't enough) that CherryOS is definatly based from the GPL'd PearPC code.

    2. Re:Sound by Krach42 · · Score: 2, Interesting

      We don't have to put obscure bugs in the code to make sure it's ours. A simple strings analysis is sufficient.

      --

      I am unamerican, and proud of it!
  18. Re:So what? He's just forked a GPL project. by Mysticalfruit · · Score: 1, Insightful

    The distinction that your missing, is that he violated the GPL when he didn't acknowledge the PearPC work that he derivied (if he actually did any deriving (other than just changing every instance of "PearPC" with "CherryOS" (which any of us on slashdot could easy accomplish with 5 lines of perl or shell script)))

    He didn't enhance the product in any way, he just renamed it.

    --
    Yes Francis, the world has gone crazy.
  19. Mac emulator? by Pan+T.+Hose · · Score: 3, Funny

    I think that comparing Mac and CherryOS is basically comparing apples and pears.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
    1. Re:Mac emulator? by astrokid · · Score: 1

      Not sure why this was modded as troll.
      I found it slightly amusing... but I haven't had my coffee yet.

      --

      Chewie does not get a medal. Come on, George. Can a Wookie get a medal?
    2. Re:Mac emulator? by Anonymous Coward · · Score: 0

      Maybe because he is a known troll?

    3. Re:Mac emulator? by ashishpuliyel · · Score: 1
    4. Re:Mac emulator? by karnal · · Score: 1

      Swing and a miss.

      --
      Karnal
    5. Re:Mac emulator? by Zenmonkeycat · · Score: 1

      That, my friend, is subtle humour.

      --

      *****
      Dear Mary,
      I yearn for you tragically,
      A.T. Tappman, Chaplain, U.S. Army.

  20. Re:So what? He's just forked a GPL project. by Anonymous Coward · · Score: 0

    grandparent and you deserve -1, Wrong.

  21. Enforce the GPL or it loses relevance by muhan · · Score: 4, Insightful

    If cherryos violates GPL, is someone going to actually try to do something about it? Where's the lawsuit? If not, the GPL might as well not exist.

    1. Re:Enforce the GPL or it loses relevance by Anonymous Coward · · Score: 0

      the GPL might as well not exist.

      Er, no. You mean "PearPC might as well be BSD licensed". Whether or not the copyright holders of PearPC enforce their license has no effect on other projects using the GPL.

    2. Re:Enforce the GPL or it loses relevance by mpe · · Score: 3, Informative

      If cherryos violates GPL, is someone going to actually try to do something about it? Where's the lawsuit?

      It's up to the copyright holders of the infringed works to take action.

      If not, the GPL might as well not exist.

      A copyright holder failing to take action does not weaken either copyright in general or the copyrights they hold. The only thing it may do is limit the damages the copyright holder can claim if they later sue. On the basis that they allowed the infringement to continue once they became aware of it.

    3. Re:Enforce the GPL or it loses relevance by shippo · · Score: 1

      As using this software causes a violation of Apple's software license, I can see a lawsuit from Apple on the horizon.

    4. Re:Enforce the GPL or it loses relevance by FLAGGR · · Score: 2, Informative

      It only emulates the hardware that runs OSX, not OSX itself, you still need the osx cd's/dvd to use this. It doesn't violate "Apple's software license" in any way.

    5. Re:Enforce the GPL or it loses relevance by 0racle · · Score: 3, Interesting

      I believe that the OS X eula you agree to when you install it states that OS X is to only be installed on Apple hardware. So yes, instlling OS X under PearPC or any other emulator is probably a violation of "Apple's software license."

      --
      "I use a Mac because I'm just better than you are."
    6. Re:Enforce the GPL or it loses relevance by Martin+Blank · · Score: 1

      That's only if you install OSX. You can also install various other PPC-based OSes through it. I believe Yellow Dog, at the very least, runs more or less properly in PearPC.

      --
      You can never go home again... but I guess you can shop there.
    7. Re:Enforce the GPL or it loses relevance by chromaphobic · · Score: 1

      Actually, it might. From the OS X license agreement:

      This License allows you to install and use one copy of the Apple Software on a single Apple-labeled computer at a time.

      As any PC this is likely to be running on wouldn't be "Apple-labeled" I'd guess that's probably a violation. It doesn't necessarily make CherryOS itself illegal (though Apple's legal team might think differently (no pun intended) should they want to shut this down) it would mean it's a violation of the OS X license agreement to install it under CherryOS.

    8. Re:Enforce the GPL or it loses relevance by NutscrapeSucks · · Score: 1

      > I can see a lawsuit from Apple on the horizon

      Apple can't sue the developers of Pear/Cherry because someone *might* use it to violate their OS X licence. They would have to sue individual OS X customer which is practically impossible.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    9. Re:Enforce the GPL or it loses relevance by nmos · · Score: 2, Funny
      This License allows you to install and use one copy of the Apple Software on a single Apple-labeled computer at a time.


      I'm pretty sure I could draw a picture of an apple and print it on a label if that makes the Apple folks happy :)
    10. Re:Enforce the GPL or it loses relevance by FLAGGR · · Score: 1

      That's not PearPC/CherryOS's fault, they aren't violating anything, the person who installs it is. Remember that there are alot more uses for PPC hardware and its emulation than OSX.

    11. Re:Enforce the GPL or it loses relevance by sylvandb · · Score: 1

      As any PC this is likely to be running on wouldn't be "Apple-labeled" I'd guess that's probably a violation.

      I guess you would need to pick up a
      front panel then as well.

      sdb

    12. Re:Enforce the GPL or it loses relevance by tenton · · Score: 1

      Yeah, I can see people trying to emulate a PowerPC to run Linux. That's got to be the main reason why people do this.

      No, but seriously; they (CherryOS bastards) are advertising the fact that you can do something illegal (according to Apple's license). That is:

      With CherryOS -- a G4 Emulator -- you can install Panther, Apple's award-winning operating system, onto your PC.

      I would expect a call from Apple's lawyers soon, if I were those guys.

    13. Re:Enforce the GPL or it loses relevance by remahl · · Score: 1

      No, that's trademark infringement. Don't go there.

    14. Re:Enforce the GPL or it loses relevance by swdunlop · · Score: 1

      Just buy an iPod Shuffle. An apple logo sticker comes in every box. =)

    15. Re:Enforce the GPL or it loses relevance by isecore · · Score: 1

      Nonetheless, it's not CherryOS who's breaking Apples EULA.

      It's the user who breaks it by installing OS X under CherryOS.

      --
      I enjoy large posteriors and I cannot prevaricate.
    16. Re:Enforce the GPL or it loses relevance by cduffy · · Score: 1
      No, but seriously; they (CherryOS bastards) are advertising the fact that you can do something illegal
      Their grounds are what? Tortuous interference with a contract? That requires actual damages to stick.

      Unless you induce someone to break a contract in such a way to cause damage to the party whom the contract was with, it's not grounds to sue -- and no, it's not "illegal" in the sense of a criminal violation; it's merely potential grounds for a civil suit (but see above).

    17. Re:Enforce the GPL or it loses relevance by shekel · · Score: 1

      Maybe they are waiting until they have some revenue to claim. Kinda like that company now taking apple to court over their internet auth patent claimed to be used by itms. Where were they before things got huge for Apple?

      Not worth suing until you can get some $$$ to at least pay your legal costs with -- unless you just happen to be loaded and don't know what else to do with your money...

    18. Re:Enforce the GPL or it loses relevance by kponto · · Score: 1

      From their website:

      • a software emulator which allows Windows PC users to run Apple's OS on x86 computer architecture
      • Experience Mac OS X on your PC
      • Supports OS X

      The premise you're trying to invoke is the Betamax ruling, where a company cannot be held liable for infringing uses of their product if there is a signifigant legitimate use for that product. That might be applicable here...if they didn't plaster their website with statements saying that you can use their product to voilate the OS X user agreement, which clearly states that you cannot install or run OS X on non-Apple hardware. If Sony had advertised Betamax as "a great way to copy your movies hand them out to all your freinds", then they would have been shot down quicker than TWA flight 800. Apple has more than a legitimate case here.

      --
      This too, will end.
    19. Re:Enforce the GPL or it loses relevance by a20vertigo · · Score: 1

      Actually, I've got one machine I built myself, in an Antec 660B case... with an Apple sticker on the front that came with my SE/30 years ago. Does that mean that machine is legally licensed to run OSX :)?

      --
      No matter where you go, there you are; even before you arrive.
    20. Re:Enforce the GPL or it loses relevance by NutscrapeSucks · · Score: 1

      That all assumes that violating a shrinkwrap contract is copyright infringement .... certainly a discussion for another day.

      (BetaMax was a little more complicated than that because it was advertised as "a great way to copy television programs off the air", and it wasn't clear if that was piracy or not. Turns out not.)

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    21. Re:Enforce the GPL or it loses relevance by Anonymous Coward · · Score: 0

      Apple can't sue the developers of Pear/Cherry because someone *might* use it to violate their OS X licence. They would have to sue individual OS X customer which is practically impossible.

      If Apple's license means what it seems to say, then they would have some kind of case. It would be trivial for PearPC/CherryOs to include code to detect OS X CDs and prevent installing from them, therefore the failure to do so is clearly a sign of bad faith...

  22. Wired link by blanks · · Score: 4, Informative

    Found a good link with info from both cherryos developers and pearlpc developers. here

    1. Re:Wired link by gl4ss · · Score: 1

      though, that's from october.

      now we know for certain that the author(of cherryos) is full of bs.

      --
      world was created 5 seconds before this post as it is.
  23. Great quote from the developer by blanks · · Score: 2, Informative

    Kryeziu said he's under unfair scrutiny because people refuse to believe the product is real.

    "If it isn't, it will ruin my reputation," he said. "I will end up as a bartender. I do not want to be a bartender."

    I guess being a theif is better then slinging booze.

    1. Re:Great quote from the developer by the_2nd_coming · · Score: 2, Funny

      notice his name? semantically it sounds like "Crazy You".

      --



      I am the Alpha and the Omega-3
  24. Re:So what? He's just forked a GPL project. by A.K.A_Magnet · · Score: 5, Insightful

    Happens all the time. If anyone claims CherryOS is a bit suspect perhaps the same could be said about a number of the *BSDs. Ok , he's been a bit underhand but as far as I can see he's done nothing wrong and hasn't violated the GPL.

    That's where you're wrong not only for the OBVIOUS reason "if you fork a GPL software it must remain GPL" (and I just downloaded the installer and afaik the code IS NOT distributed along), but also because he denied having forked PearPC, where the GPL forces to keep the copyleft of the original authors (ok you can still say "it's my software I coded it all alone last saturday" and let the copyleft in the code, but then everybody can read it if it's GPL'd, so I think giving credit to the legitimate authors is something that the GPL implies)

    Even if the PearPC licence had been more permissive (MIT or BSD style), he would still be a moron who cannot even admit he just took the code.

    In the current case however, he's just a thief and I hope the PearPC developpers will get some support to sue and get the GPL tested in an US court.

  25. Re:So what? He's just forked a GPL project. by MrFlannel · · Score: 1

    No he didn't "just for it", he clearly violated the GPL (section 2b):
    "You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License."
    Which means he CANNOT charge for this (among other issues like the source that are dealt with in later sections), which is what he is doing ($50 a pop).

    --
    Clones are people two.
  26. Re:Deal with it by PhilHibbs · · Score: 3, Insightful

    Absolutely. And the way to deal with it is to prosecute them for copyright violation. They have used the GPL'd code in a way that neither copyright law nor the GPL permits, and they should be taken to court for it.

  27. Intellectual property? Test the GPL? by erroneus · · Score: 4, Insightful

    I don't know about any of that. I think it's more of "someone's taking from our community" is the feeling. Either this guy is a moron or someone bigger and darker is out there funding this guy's legal defense.

    It should be pretty obvious that this guy will have legal action taken against him at any moment. He has no reputation as a business owner that I can tell so he has nothing to lose. But this case would have interesting value to those businesses out there who have and who would use GPL code in their stuff. I don't think I'm being paranoid or dramatic when I suggest the possibility is there. After all, isn't it Microsoft that ultimately funded SCO's legal machine? Or at least partly?

    It will be interesting to see how this plays out, and I know that no one could disagree with that.

  28. Clear license violation by Ulric · · Score: 4, Informative
    If this is in fact based on another GPL program, which seems to be the case, and no source is provided, that is a violation of the GPL. Quoting:
    2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

    c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)

    You must not pretend that it's the original code. You must provide source. You must tell the users their rights.

    Note that there is no requirement to credit the original authors, which some people seem to believe.

    1. Re:Clear license violation by blanks · · Score: 1

      The problem is not with them complying with the GPL. They are saying that it does not contain any GPL code, or related to pearPC at all.

      If they would just admit that it does have GPL'ed code in the application, that would be a different story.

    2. Re:Clear license violation by m50d · · Score: 1

      No, read section C again. You must print an "appropriate copyright notice", which will include the names of whoever holds the copyright, almost always the original authors, unless the program doesn't do so. So if the authors want to be credited like this (and haven't sold/given away their copyrights) you have to keep crediting them.

      --
      I am trolling
    3. Re:Clear license violation by Anonymous Coward · · Score: 0

      OKAY PEOPLE

      Read the fucking summary!

      CherryOS boots up in the exact same manner as PearPC, and its error messages and source files are nearly identical.

      Read that? SOURCE FILES! ZOMG!

    4. Re:Clear license violation by Ulric · · Score: 1
      I read the f***ing summary, went to the place where CherryOS can be downloaded and found no source, or even any mention of source.

      If there are in fact source files, and these are released under the GPL like the original, then there shouldn't be a problem. Except for me who can't find them.

    5. Re:Clear license violation by yamla · · Score: 1

      I sent an email to the CherryOS team asking for their source code (and noting that their EULA was not valid). All I've got back so far is an automated response, but they promise to reply within 48 hours.

      --

      Oceania has always been at war with Eastasia.
  29. Re:So what? He's just forked a GPL project. by Anonymous Coward · · Score: 0

    Although he can't charge for the license, he can charge for distributing the program. Otherwise selling Linux distributions would be illegal.

    Where he's going wrong is by not supplying the source code and not licensing the program under GPL.

  30. from the other article by fr1kk · · Score: 2, Interesting

    This is an excerpt i found interesting from the wired article about CherryOS (OCT 2004):
    Kryeziu said CherryOS runs to 36,000 lines of code and was inspired by open-source Mac emulator PearPC, but is not in any way based on it.
    "There's a big difference," he said. "They are way slow."

    Yeah... way slow and identical to CherryOS(?)

    --
    sig: Playfully doing something difficult, whether useful or not
  31. It's not just CherryOS by Anonymous Coward · · Score: 3, Informative

    This guy is a serial GPL abuser:

    VX30 ad stats is a rip of phpadsnew.

    VX30 itself is nothing more than a wrapper for mpeg1 and Ogg, ripped from Jorbis

    Some people have no shame...

    1. Re:It's not just CherryOS by Anonymous Coward · · Score: 0

      To clarify - both of these products are sold by the same chap. Not cool...

  32. Stolen? by KJE · · Score: 5, Insightful

    Ok, stolen? We can't have it both ways. If it isn't stealing music, but copyright infringment instead, how is this any different? Just cause it's not the **AA being ripped off it's stealing now? Gimme a break.

    1. Re:Stolen? by infolib · · Score: 3, Insightful
      Ok, stolen? We can't have it both ways.

      Yes we can. "We" are the several hundred thousand slashdot readers, not some hivemind, and people might use words differently. Now, if you could find a single person being inconsistent you'd be welcome to attack.

      --
      Any sufficiently advanced libertarian utopia is indistinguishable from government.
    2. Re:Stolen? by donscarletti · · Score: 3, Insightful
      Stealing is about wrongful changing of ownership. When one steals a toaster from a department store, that toaster in effect ceases to be the property of the store and wrongfully becomes property of the theif, and there are laws to return ownership back to the rightful party.

      When someone has intelectual property, they own the rights to it, they get the soul ability to control distribution, claim authorship and other rights.

      If someone makes a copy of it, they breech the distribution rights of the original author, however they do not take any of of those parts of the intelectual property. The property is the rights over the data, not the data itself. Only the data is copied, the rights stay where they are and no rights are falsely claimed by the person who copied it.

      However when they modify it, rebrand it and repackage it they are claiming those rights that are in effect the intelectual property. They are claiming distribution rights and claiming authorship.

      What would be equivilant is taking a good, but little known song, then putting it onto a CD and claiming that it is mine. That way the author gets neither the credit for the song, nor the control over how the song is distributed. It doesn't allow the songwriter to disallow the song from being used in ways that they would find offensive to their work, (such as in an album with Achy Breaky Heart and the McCartney/Wonder rendition of Ebony and Ivory) or contrary to their morals (such as in a hardcore fetish porn film).

      I don't pretend to advocate piracy. Control of distribution (such as through the GPL or other agreements) is part of the core of interlectual property rights. But it is a FAR cry from doing what these people did with someone elses software.

      --
      When Argumentum ad Hominem falls short, try Argumentum ad Matrem
    3. Re:Stolen? by halivar · · Score: 1

      Ok, stolen? We can't have it both ways. If it isn't stealing music, but copyright infringment instead, how is this any different? Just cause it's not the **AA being ripped off it's stealing now? Gimme a break.

      People can download and distribute PearPC all day long; they don't care. What this is more akin to is me take a Britney Spears album, adding a really annoying bass beat, and calling it "Halivar's Greatest Hits".

    4. Re:Stolen? by utexaspunk · · Score: 1

      It doesn't allow the songwriter to disallow the song from being used in ways that they would find offensive to their work, (such as in an album with Achy Breaky Heart and the McCartney/Wonder rendition of Ebony and Ivory)

      Why would anyone have a problem being coupled with the genius that is Billy Ray Cyrus? Harumph! [*flips mullet*]

    5. Re:Stolen? by tedrlord · · Score: 1

      I totally agree. I see the exact thing with music and video. Like that guy in front of the Albertson's in Oakland selling copied versions of CDs and DVDs, or those Chinese rips of movies. I totally think that's stealing, just like I think this is stealing.

      Or wait, are you talking about grabbing an mp3 from the net, or ripping a friend's CD? That's another thing entirely.

      Disclaimer: No, I don't download music from the net. I stopped when it became a big deal. And now I've stopped buying CDs, since I can't find out what's good anymore. But I guess that what's in the RIAA's best interest.

      --
      [insert witty quote here]
    6. Re:Stolen? by dubstar · · Score: 1

      Ok, stolen? We can't have it both ways. If it isn't stealing music, but copyright infringment instead, how is this any different? Just cause it's not the **AA being ripped off it's stealing now? Gimme a break.

      If I were claiming that I wrote the music that I download off the net and reselling it then maybe I could see the comparison you are trying to make between the two. It's the credit of the author that is being stolen here though, not the code - that is already freely distributable, and thus difficult to steal. Had the GPL agreement been honored and source code provided this would otherwise just be a not-so-useful fork.

      Offtopic, but coincidentally, the latest album I have 'stolen' from the net was provided by the drummer of the band that wrote/recorded it. I plan on burning it to a CD for which I paid a 'media levy', money which goes to recording industry groups that this band is not a part of. These are groups that continually lobby to have similar levies imposed on every piece of computer hardware or internet connection imaginable if it even has the remotest possibility of being involved in copying any form of digital media. So who's stealing from who there?

      p.s. You are hereby granted a break!

  33. GPL idiots by EEproms_Galore · · Score: 0, Troll

    Im reading some of the posts on the website and Im amazed how few people have a clue stick what the GPL is.. The GPL is a license and doesnt remove copyright at all in any way or form. Yep the code still belongs to the author and you cant just take it and use it as you wish because of the GPL because the GPL is a license it doesnt define copyright it defines usage. Some people are dumb some are just plain stupid then there's those other people, who have to be reminded to breath or they will die...

    1. Re:GPL idiots by Anonymous Coward · · Score: 0

      [...] the GPL is a license it doesnt define copyright it defines usage. [...]

      The GPL doesn't define usage, it defines (or rather, regulates) distribution.

  34. I like your reasoning. by Anonymous Coward · · Score: 0

    So if I have a copy of, say, Photoshop I haven't paid for, it's still not illegal because Adobe still has its source code. And I really wonder what kind of moron modded the parent up as 'Insightful'.

    1. Re:I like your reasoning. by 91degrees · · Score: 2, Insightful

      It is illegal. Just not stolen.

      As to whether CherryOS is illegal or not - Well, the only way to determine this is to acquire a copy and check for violations of the GPL.

    2. Re:I like your reasoning. by Anonymous Coward · · Score: 0

      So if I have a copy of, say, Photoshop I haven't paid for, it's still not illegal because Adobe still has its source code.

      Read what he wrote, moron. He never said it wasn't illegal. He said it wasn't theft. Last time I checked, copyright infringement was still illegal.

  35. this is insane by nashy-nunu · · Score: 0

    I think even the name was stolen. PearPC (a fruit with the word PC) CherryOS ( a fruit with the word OS) I hope this guy doesn't sleep and gets even his grandchildren asses sue for their entire life spam.

  36. Bad Links by Ohreally_factor · · Score: 1

    The last two links of the summary are fugged. One should be for the other, and vice versa. Don't editors check links anymore? Oh, I must be new here.

    --
    It's not offtopic, dumbass. It's orthogonal.
  37. Re:Deal with it by guet · · Score: 1

    Come on ... where is the cry when Apple lifted BSD and never gave Aqua back to it? This is a joke. You can't have it both way. If this company delivers a Mac-on-PC emulator that is 20% better than PearPC it's worth $50. That 20% could include useful things missing from PearPC like a real installer, documentation and support.

    Hi Arben, no it's not ok.

    PearPC is GPL, which is a very different licence, and Apple have given code back *even though they have no obligation to do so*.

    Stop trolling.

    PS, to say this junk is worth 50USD is laughable, I wouldn't trust anyone who rips off software in such a hack-handed way and tries to pass it off as his own. I certainly wouldn't run a binary on my computer from this company - wouldn't be surprised if the installer is a vector for spyware/adware and that's where they make their money.

  38. Blah Blah Blah or shuld that be halB labB lahB by DisprinDirect · · Score: 0

    This looks very like one of the patent threads that run here regularly, but with everyone on the other side of the line.

    If copyright is so right and need protection by the law and litigation, why are patents so wrong???

    1. Re:Blah Blah Blah or shuld that be halB labB lahB by Vo0k · · Score: 3, Insightful

      Patents as such aren't wrong. It's the current implementation of both.
      The idea behind patents is:
      1) Work hard or some novel idea
      2) Get it to work.
      3) Patent it and start selling it without anybody in the way.
      4) Profit!!! - for funding more research on more novel ideas.

      How it actually works is:
      1) Find some obvious thing nobody thought to patent because it's so blatantly obvious
      2) Patent it. Getting it to work is optional.
      3) Wait till a bunch of people use it, then sue them.
      4) Profit!!! - for funding more lawyers.

      Copyright is similarly screwed up, though in most cases significantly higher degree of creativity is needed. Copyrighting silence, copyrighting a single black dot isn't as notorious as patenting triple click. Although in the Trademark field things are VERY screwed up. (site Mobil-X shut down because it's too similar to "Asterix" ????)

      --
      Anagram("United States of America") == "Dine out, taste a Mac, fries"
    2. Re:Blah Blah Blah or shuld that be halB labB lahB by Anita+Coney · · Score: 3, Informative

      Because copyrights protect a particular code. Patents protect a process. Accordingly, copyrights enable competition. While patents destroy it.

      The most egregious example in my mind of a software patent is a Japanese company's patent on linking a help file to a help icon. There is no specific code involved. ANY help icon linked to ANY help file is in violation of the patent.

      Copyrights actually encourage competition, because if someone codes a great word processor, for example. Some other coder might try to make a different and better one, with his own code.

      But patents stop any competition, because nearly every computer process can be patented and monopolized. Think about, right now nearly every piece of software you use is in violation of that Japanese help icon patent.

      And think of all the other trivial processes your computer does that are or soon will be patented. Once you start eliminating all those processes, you end up with a pretty looking empty box under your desk. Unless of course Apple obtained a business method patent on pretty looking boxes under desks.

      --
      If someone says he and his monkey have nothing to hide, they almost certainly do.
    3. Re:Blah Blah Blah or shuld that be halB labB lahB by Trick · · Score: 1

      While your example's not bad in a sort of hypothetical sense, the Japanese patent you're referring to doesn't exist.

      That patent (which belongs to Matsushita) covers a process whereby you click a help icon, then drag it over another item. On dropping the help icon, you are given context-sensitive help about the second item.

      The patent is here (albeit in Japanese) with further explanation in English here. It's not nearly as simple as "ANY help icon linked to ANY help file."

    4. Re:Blah Blah Blah or shuld that be halB labB lahB by Cryogenes · · Score: 1

      Actually, it was Mobilix which was considered too similar to Obelix. Still very bad, but not as far out as you make it appear.

    5. Re:Blah Blah Blah or shuld that be halB labB lahB by Anita+Coney · · Score: 1

      Damn facts always get in the way of a great analogy!

      --
      If someone says he and his monkey have nothing to hide, they almost certainly do.
  39. Emulators? by Tom · · Score: 1

    The story did renew my interest in a Mac emulator.

    Those in the know - which one would you recommend, PearPC or MOL?

    --
    Assorted stuff I do sometimes: Lemuria.org
    1. Re:Emulators? by fr0dicus · · Score: 4, Informative

      PearPC is slower than a calculator rendering doom 3 and MOL only works on PowerPC.

    2. Re:Emulators? by kbmccarty · · Score: 1

      MOL isn't an emulator; it's a virtual machine like VMWare. It actually runs the OS X kernel and GUI inside the VM. See http://www.maconlinux.org/faq.html. That said, it works great - but only on PowerPC hardware.

      --
      - Kevin B. McCarty
    3. Re:Emulators? by Anonymous Coward · · Score: 0

      I've loaded this and tried to install Yellow-Dog and it bombs during the boot.

      Anyone else try to load anything other than OS X on this?

  40. What about speed ?? by Anonymous Coward · · Score: 0

    Somebody here has test it ??

    If is fast and based on GPL, thats mean were are going to see a fast GPL osX emulator near future.

  41. Re:I am sorry but by fr0dicus · · Score: 1

    Suing journalists isn't cool?

  42. On /. stupid remarks are king by Anonymous Coward · · Score: 2, Interesting

    "our willingness to respect property is what makes it real."

    Let me interpret this, since its mumbo-jumbo.

    "If we all agree that a program is property, then its property, regardless of what those dirty hippies say".

    No, seriously, if we all have to pretend that something is property, then its not property.

    Why wouldn't you just say "Respect copyrights"? Or does that spoil the fiction of "Ideas = Property"?

    1. Re:On /. stupid remarks are king by shotfeel · · Score: 1

      No, seriously, if we all have to pretend that something is property, then its not property.

      In which case there is no such thing as "property", intellectual or physical. The only reason the shirt on my back is my property is because "we" as a society have agreed that I've met the requirements to make it my property (I gave the person at the store some funny little pieces of paper).

      Its all pretend.

    2. Re:On /. stupid remarks are king by mosb1000 · · Score: 1

      "No, seriously, if we all have to pretend that something is property, then its not property."

      This is a problem with human perception. We use abstraction to break down our perceived world into thoughts and ideas so that me may organize our world in a way that makes sense to us. But sometimes we make the assumption that the world exists to fit our abstraction. This is not true.

      We use the term property to describe the way that we we determine who may do what, when, with what resource. That is to say, property, like any concept, is not real. It is merely the abstraction of a distribution model to which we all adhere.

      Therefore, it is reasonable so state that it is only the mutual agreement that something, anything, is property that makes it property. If ideas are treated as property by all parties involved, they become property. You may want to call it something else because you're ashamed to admit you're thief, but it is, fundamentally, the same thing.

      Another way of looking at it is that copyright is, itself, our nations common acknowledgment of intellectual property. After-all, it does give distribution rights to the author and to no one else. So saying, "Respect copyrights" means, respect for the right of the copyright holder to his/her intellectual property.

  43. And in other news... by Anonymous Coward · · Score: 0

    ...a new version of X-Chat for Windows is for sale.

    Oh wait, nevermind.

  44. Of course it is! by Anonymous Coward · · Score: 0

    He's pointing out that equating copyrights to property is the equivalent of believing in Santa Claus.

    You're welcome to believe that. Understand that people who know better will mock you.

  45. Steal CherryOS by Anonymous Coward · · Score: 0

    There is nothing to stop anyone from stealing CherryOS and reselling it under another name. They can't prove they own it.

    1. Re:Steal CherryOS by cd_serek · · Score: 1

      That's right. LycheeOS here we come!

  46. Will the PearPC team sue? by Vandil+X · · Score: 1

    This poses some real questions:

    Will the PearPC team sue this guy for violating the GPL, now that the product has come to the market?

    Does the GPL have full legal respect in court or will the courts treated it as a "delete your evaluation copy in 24 hours" readme file?

    I'm very curious how the PearPC team will respond to this.

    --
    Up, Up, Down, Down, Left, Right, Left, Right, B, A, START
    1. Re:Will the PearPC team sue? by tuffy · · Score: 1
      Does the GPL have full legal respect in court or will the courts treated it as a "delete your evaluation copy in 24 hours" readme file?

      The GPL is the only thing that gives other people the right to modify/distribute the code. If it's found to be invalid in some way, then these CherryOS guys have no rights to modify/distribute the PearPC code at all. Thus, they'd be in just as much trouble for copyright infringement as they are now.

      --

      Ita erat quando hic adveni.

    2. Re:Will the PearPC team sue? by borgheron · · Score: 1

      The GPL doesn't give you the right to take someone's code and use it without releasing the result. You must release anything that GPL'd software is linked or combined with under the GPL.

      If they CherryOS guys are using PearPC, which is GPL, they *must* release any modifications to PearPC in addition to their own code under the GPL license.

      The PearPC teams members still hold the copyrights to the PearPC code. They can still sue for copyright infringement AND/OR violation of GPL terms, if they wish.

      --
      Gregory Casamento
      ## Chief Maintainer for GNUstep
    3. Re:Will the PearPC team sue? by borgheron · · Score: 1

      Sorry... let me restate for clarity... you must release ANYTHING OF YOURS which you have combined or linked with GPL code under the GPL.

      --
      Gregory Casamento
      ## Chief Maintainer for GNUstep
    4. Re:Will the PearPC team sue? by Anonymous Coward · · Score: 0

      But not only under the GPL. You can take your additions only (while taking no GPL'd code), and use them in any way you want. But, as it's used in the GPL'd code, it must be GPL as well.

      Just want to make sure nobody gets the idea that once linking a piece of code to GPL'd code, that you must forever distribute that code as GPL, even used with no GPL'd code.

    5. Re:Will the PearPC team sue? by borgheron · · Score: 1

      All true. The GPL is complex, I can't hope to express all of it in just a few sentences. :)

      GJC

      --
      Gregory Casamento
      ## Chief Maintainer for GNUstep
  47. Legal Help by plott · · Score: 1

    Doesn't FSF, GNU, EFF or other free sofware advocates give legal help to PearPC developers sueing CherryOS's? The case would also be of great importance to the GPL as it would a precedent of it's applicability. AFAIK the GPL as never been "tested" in court.

    1. Re:Legal Help by slavemowgli · · Score: 1

      It has, in Germany - see the Netfilter vs. Sitecom case.

      --
      quidquid latine dictum sit altum videtur.
  48. Mod parent up by Anonymous Coward · · Score: 0

    +5 Funny

    1. Re:Mod parent up by Anonymous Coward · · Score: 0

      I wasn't joking.

      BSD is superior in every way to Linux as are we. (the coders)

      Linux is a unix bastard child that would like nothign more then to look as good as its cousin windows. Unfortunatly it constantly falls short becase it has no game and has forsaken it true geek nature. Linux denies what it really is, the bastard child of 1000 bad programmers.

      We (BSD) cater to nobody. We code because to do so is beautiful. We audit our code, we love our code, we live and breath to do nothing more then write better code.

      All this helps keep us thin (As opposed to you fat Linux fanboys) We are employed becasue we don't pretend to "know about unix" we really do know and this allows to live in our own apartments rather then our parents basement.

      I will reiterate for any who still may be confused.

      We are better then you Linux. For all you fake security and "free" mantra, in the end, we produce a better OS with less manpower and in less time.

      Suck It!

  49. It gets worse. FAR worse by sg_oneill · · Score: 1

    http://www.imblaze.com/index.asp

    IM blaze is literally just GAIM, with the source code made unavailable, you pay for it AND it spams your friends with network marketing bullshit.

    I've emailed them again and again demanding the source code as I'm legally entitled to, and they ignore me. However, its really up to the Gaim people to sue. Which perhaps they have decided against at this stage. Its a shame, theres probably a fat million each in there for the gaim developers. And possibly potential jailtime.

    Someone *NEEDS* to send these people a DMCA notice. If they ignore it... jailtime!

    --
    Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    1. Re:It gets worse. FAR worse by Anonymous Coward · · Score: 0

      I know the owner, and he's a good guy (not particularly technically cluefull) with a wife and kids, so perhaps you should think about throwing him in jail a little bit more. Also, according to this (look for imblazeceo) he's tried to resolve the issue...

    2. Re:It gets worse. FAR worse by Anonymous Coward · · Score: 0

      Yeah, that's a great excuse to give to the judge. Let's all commit crimes then claim we can't do jail time because we have a wife and kids.

    3. Re:It gets worse. FAR worse by Anonymous Coward · · Score: 0

      so he has wife and kids?

      wow, he managed to sign a paper and procreate.

      that makes it completely different....

    4. Re:It gets worse. FAR worse by Anonymous Coward · · Score: 0
      Ummm, family hardship is a recognized mitigating factor. See here and here (search for "family").

      Actually, judges have even more leeway now in certain cases because of recent Supreme Court rulings which make previous guidelines merely advisory. See http://www.nytimes.com/2005/01/18/national/18sente ncing.html Besides, I think my friend has moved out of the country, so the point is moot :-)

  50. Already happened? by x2A · · Score: 1

    Hasn't this already happened, with another piece of software? I'm struggling to remember any details, so this post isn't exactly helpful - does anyone else remember recently a court ruling in favour of some GNU/GPL thing? I remember this comment (about the precident it sets) being made :-/

    -2A

    --
    The revolution will not be televised... but it will have a page on Wikipedia
  51. Hold it by varmittang · · Score: 1

    If he took PearPC, and completely rewrote the code, he doesn't have to release it under the GPL does he? Even if they have the same library names he wrote all the code, therefore, he doesn't need to show anyone.

    --
    -----BEGIN PGP SIGNATURE-----
    12345
    -----END PGP SIGNATURE-----
    1. Re:Hold it by Anonymous Coward · · Score: 0

      What is the difference between digitally copying a file, and printing it and retyping a file? There is no difference. The content is still the same an copyrights and the GPL still apply!

    2. Re:Hold it by renelicious · · Score: 1

      Now you're getting into a sticky situation. This would be more along the lines of a violation of the DMCA. I hate that thing too, but reverse engineering is only legal if you have never seen the original product.

      You can sometimes get away with this working as a "team", but he's already said that he wrote the code and not mentioned abother team member. This is still questionable, but a lot of people think its how AMD *used* to copy Intel's chips.

      --
      "Luke, I am your node.parent();"
    3. Re:Hold it by Anonymous Coward · · Score: 0

      That doesn't work if you have the code sitting in front of you -- didn't you pay attention to SCO's argument? What you _can_ do is reverse engineer the software from descriptions of how it works, examining binaries, etc. -- and even then you have to be very careful you do not taint your work.

    4. Re:Hold it by jack_csk · · Score: 1

      Nope, from the moment you modified the original source code to replace it with your own code, yours are still derived work even it does not have any source code in the latest release.

      Although I am not sure if Linux should be known as a derived work of Minix.

  52. Yes Stolen by Anonymous Coward · · Score: 2, Insightful

    If music were GPLed (as it was for centuries), making personal copies (as was done ever since tape recorders and radios came into existence) would not be copyright infringment.

    What CherryOS did was beyond this. They pretended that someone elses "music" was their own and sold it as their own. That's plagiarizing which has been frowned upon since people put pen to paper.

    Yes. It's stealing and no there is no conflict.

    1. Re:Yes Stolen by Anonymous Coward · · Score: 0

      I think you got the idea right, but it is not stealing either - nothing has been taken from the origonal party. Plagirizing is a good description of the situation, but it's sort of hard to think of it in terms of actual code.

  53. Why is it illegal? by nurb432 · · Score: 1

    As long as they follow the GPL rules, they can still 'release and sell' a product based on a GPL application.

    Lots of companies are doing that.. Ever hear of Redhat or IBM?

    --
    ---- Booth was a patriot ----
    1. Re:Why is it illegal? by Megaslow · · Score: 2, Interesting
      The following is the click-through license you must agree to when you download the eval version (the reference to VX30 Release 1.0 is really what it says, obviously they didnt update it for CherryOS) :

      EVALUATION LICENSE AGREEMENT

      This Term License Agreement ("Agreement") is entered into by and between Maui X-Stream, Inc., a Hawaii corporation ("MXS") and the download recipient identified in the accompanying records of MXS for the serialized Licensed Work (defined below) ("LICENSEE"), each singly referred to as "Party" or collectively as "Parties."

      WHEREAS, MXS owns certain rights, title, and interest in and to the Licensed Work, as defined herein;

      WHEREAS, LICENSEE desires to obtain a limited term non-exclusive license for the Licensed Work for evaluation of the Licensed Work for purchase;

      WHEREAS, MXS is willing to enter into this Agreement with LICENSEE, under the terms and conditions set forth herein.

      NOW, THEREFORE, in consideration of the mutual covenants and premises contained herein, the receipt and sufficiency of which is hereby acknowledged, the Parties hereto agree as follows:
      Definition
      1.01 "Licensed Work" shall mean the object code encoder module version of VX30 Release 1.0 as downloaded by LICENSEE from MXS. Terms

      2.01 LICENSEE is permitted to install the Licensed Work solely on a single, non-networked LICENSEE-owned and LICENSEE-controlled CPU solely for evaluation of the performance of the LICENSED WORK.

      2.02 LICENSEE may not duplicate, distribute, sublicense, rent, loan, convey, or permit access to any part of the Licensed Work by or to any third party. LICENSEE shall not reverse engineer, decompile or disassemble the Licensed Work. LICENSEE is prohibited from use of the Licensed Work for any purpose that is contrary to law.

      2.03 LICENSEE acknowledges that the Licensed Work is protected by copyright and pending patent claims vested in MXS. LICENSEE acknowledges that MXS owns legal title to the Licensed Work and all assoc iated legal rights and that no title is transferred to LICENSEE. LICENSEE shall not remove notices or identification in or on the Licensed Work. LICENSEE acknowledges that the Licensed Work is of great value to MXS, and therefore, LICENSEE promises to take all appropriate measures to protect MXS' interests therein.

      2.04 The license granted to LICENSEE under this Agreement is non-exclusive and shall expire on the fifteenth day following download of the Licensed Work by LICENSEE from MXS

      2.05 THE LICENSED WORK IS LICENSED "AS IS", WITH ALL FAULTS AND DEFECTS. MXS MAKES NO OTHER EXPRESS OR IMPLIED WARRANTIES OF QUALITY, PERFORMANCE, MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE

      2.06 This License Agreement does not confer on LICENSEE any right or entitlement to maintenance releases, updates, upgrades, or telephone support for the Licensed Work.

      2.07 LICENSEE may not assign this Agreement or transfer the Licensed Work.

      2.08 LICENSEE shall permit MXS to inspect any installation of the Licensed Work at any time upon prior notice for the sole purpose of confirming compliance with the License Agreement. LICENSEE shall cooperate with and assist said inspection.

      Additional Terms

      2.09 This Agreement is governed by the laws of Hawaii, the United States and international treaties for the enforcement of United States copyrights and patents. Disputes, claims and litigation under this Agreement shall be subject to the exclusive venue and jurisdiction of a court of competent authority in Hawaii. LICENSEE understands and agrees that the disclosure or use of the Licensed Work in violation of this Agreement would cause great and irreparable harm to MXS; further, that such disclosure may cause significant commercial damages which may be difficult to assess. Therefore, it is agreed that MXS shall be entitled to equitable relief in court, including but not limited to, restraining orders; temporary, preliminary, and permanent injunctions

  54. Re:Wired link - OT? by Anonymous Coward · · Score: 0

    I don't see what cheerios have got to do with anything?

  55. So BSD programmers would be angry too, by Anonymous Coward · · Score: 0

    > As such, you can't 'rip off' BSD applications as
    > long as you leave the copyright files alone.

    Which is a round about way of saying,

    Yes, if PearPC were licensed under the BSD license, BSD programmers would complain since the credit was *not left in*.

  56. Illegal, no, in breach of the licence, yes by doodlelogic · · Score: 1

    Merely breaching a licence agreement is not a crime.

    There is a breach of the licence though, which would allow the copyright owners to sue. As it is GPL, it might be difficult to establish loss to claim damages, but it should be possible to get an injunction to prevent future breaches (breach of said injunction would be illegal).

    1. Re:Illegal, no, in breach of the licence, yes by tchuladdiass · · Score: 2, Interesting

      However, you do have the possibility to dual-license your code. What I would do is offer my code both under the GPL, and have the possibility for one to purchase a non-GPL license for, say, a couple million dollars. Then you'd be able to sue GPL violators for that large sum.

  57. Testing to do.... by p3ngu1n1 · · Score: 1

    Well, I too was excited to try out the new cherryOS :) But alas, it it very unstable, at least on win xp pro sp2. I will keep posting here to let everyone know how it installs on each os. But for now NOT STABLE on xp pro. Too Bad, it seems to have alot of potential. I will test 2000pro next and see what happens, but for now my opinion is.....call it LemonOS

    1. Re:Testing to do.... by antikarma · · Score: 1

      I just tried it out. It is quite obviously a blatent ripoff of PearPC with a very unstable GUI. Download PearPC 0.4 and use one of the many GUIs made for it. It is much better and much more legal.

    2. Re:Testing to do.... by Anonymous Coward · · Score: 0

      I just tested it and I don't know what set up you got, but it ran fine for me. Ah finally I can run OSX on windows! w00t!

  58. .exe files by Anonymous Coward · · Score: 0

    I thought to check this thing out at least, see what the fuss was. So I downloaded and unzipped the CherryOS_Software.zip file, and got just one file, called "setup.exe". Now I'm stuck. Normally, unzipping something that isn't a .deb or .rpm gives me a directory where I have to go in and do the usual make and install. I'm guessing it's another kind of archive, but what do I use to extract this one? I tried apt-get install unexe, but there doesn't seem to be such a package.

  59. Go ahead, mod me down on that one... by CarrionBird · · Score: 1

    I was thinking in terms of emulation in general, not the GPL implications. Hey we all put the foot in the mouth sometimes...

    --
    Free Mac Mini Yeah, it's
  60. It's not only PearPC by Philzli · · Score: 0

    It's also hfsutils (also GPLd) Compare CherryOS (grep's output): C:\CherryOS\chktarakh.ctq: error reading MacBinary file header C:\CherryOS\chktarakh.ctq: no error C:\CherryOS\chktarakh.ctq: error writing data to http://web.mit.edu/afs/athena/astaff/project/hfsto ols/src/hfsutils-3.2.6/copyin.c

  61. MOD TROLL DOWN PLEASE by macdaddy · · Score: 1, Informative

    Apple licensed PARC's GUI and hired the PARC inventors away from Xerox. Apple certainly did not "snag" Xerox's windowing GUI or try to pass it off as their own. It was their own. Where the hell have you been for the last 2 decades, troll?

    1. Re:MOD TROLL DOWN PLEASE by FidelCatsro · · Score: 3, Insightful

      Parent is obviously not Flamebait , And i will take the karma hit for being offtopic here ,
      All he is stating is the fact that apple didnt rip off xerox and that the grandparent is obviously a bad troll
      if you want to read about the Xerox GUI and the money apple paid to study it and improvments that were made by apple enginers to the design then a quick google search on the topic will help enlighten

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    2. Re:MOD TROLL DOWN PLEASE by geoffspear · · Score: 1

      Unless, of course, the moderator considers jerks who spam slashdot with their .sigs to all be flamebait, in which case, yes, he's flamebait.

      --
      Don't blame me; I'm never given mod points.
    3. Re:MOD TROLL DOWN PLEASE by Anonymous Coward · · Score: 0

      You moderate a post not a sig (people turn off sigs), however you are right and /. should have a system to deal with troublesome sigs other than choping off the arm to cure the rash

      --Elviro

    4. Re:MOD TROLL DOWN PLEASE by macdaddy · · Score: 1

      Muchas gracias, amigo

  62. SYN flood by Anonymous Coward · · Score: 0

    the bastard.

    Here's a couple of liks for you to play with:
    http://www.mxsinc.com/pages.php?cid=MDEwMDA 4
    http://www.cherryos.com/index.php

    crontab -e
    * * * * * wget http://www.mxsinc.com/pages.php?cid=MDEwMDA4
    * * * * * wget http://www.cherryos.com/index.php

    Yes, I do have a choice of not buying your fucking "product".

  63. Re:Xerox by Anonymous Coward · · Score: 0

    Similar to the way Apple and MS snagged Xerox's windowing GUI system and tried to pass it off as their own?

    Nope, that was a reimplementation of someones idea. The idea was used, but then work was done to create the GUIs. In this case both the idea and the work was used.

  64. My take on the "delay" by LiNuXuNdErDoG · · Score: 1

    It's odd that they were "hacked" and keep getting "hacked". Who in the freaking world are their administrators first off? They should be fired. Second reading the article that said that both apps had the same vairable name "SPRIO MULTIMAX 3000", and the CherryO'Crap guy saying that they had not used "any" code from PearOS is just an astronomical possibility. That programmer for CherryO'Crap should go buy a lottery ticket. Finally, the reason that it is just now being released is because they got caught first and so they took their "OS" off the market so their lame ass programmers could go back and change the code as much as possible to no resemble Pear. My two pesos on the matter

  65. Re:Stolen? Spelling nazi must have his say... by Anonymous Coward · · Score: 0
    theif

    thief

    they get the soul ability to control distribution

    Unless you are into some metaphysical shit I'm not aware of, you should write sole.

    they breech the distribution rights

    Breach! Breeches are for rifles and/or pants!

    equivilant

    Equivalent. Please!

    I don't pretend to advocate piracy.

    Or correct usage of the English language...

  66. Arben's personal photos by Sheepdot · · Score: 1

    Do as you will. These are pictures of Arben and his girlfriend:
    http://www.crystalkai.com/us/index.html

    Personally, I think he's doing this on purpose so someone will sue him and he'll be the martyr that tests the GPL.

    1. Re:Arben's personal photos by Psykus · · Score: 1

      The first Slashdot photoshop contest?

    2. Re:Arben's personal photos by jack_csk · · Score: 1

      Arben? The name Rubin came up in my mind...

      Hi, my name is Rubin...I want you to live like a hippo. By the way, wanna try diving?

    3. Re:Arben's personal photos by Anonymous Coward · · Score: 0

      And you're justified in posting these photos how? Sure, you imply to only be the messenger, but posting these personal items (even though they are available on the net, with the reasonable expectation that they will not be paraded around maliciously by hundreds of people -- it wouldn't be in their self-interests otherwise) to a board, whose majority is clearly not in favor of Arben's political statement, seems to indicate a certain malicious intent on your part.

      Let's keep the fight clean, beating Arben on technical and legal arguments and not through sheer personal intimidation/invasion. Or have you forgotten the RIAA/MPAA?

    4. Re:Arben's personal photos by Anonymous Coward · · Score: 0

      Seriously - you guys are pretty farked if you doing anything malicious with the photos.

      By all apperances, he seems to have a pretty nice family. Attack him for what he has done professionaly but leave his family ALONE!!!

    5. Re:Arben's personal photos by Anonymous Coward · · Score: 0

      Hmmmm, dishonest but cute.
      I vote to let the boys in jail open his source.

  67. I'll Bite by Morosoph · · Score: 2
    Check my journal for thoughts about the GPL.

    1. Re:I'll Bite by Morosoph · · Score: 1

      Mispost: I meant to post this!

  68. Boots PearPC images by Anonymous Coward · · Score: 0

    Well I have just installed CherryOS and setup a profile, copied my PearPC image file over the one created by CherryOS and it quite happily booted and ran my PearPC image.

  69. Sounds like a delicious smoothie to me. by zwilliams07 · · Score: 1

    So you have a CHERRY, that is really a BANANA because its stolen from a PEAR, to run an APPLE.

    Damn now I'm hungry.

    Anyways the sad thing is; quite a few people will probably buy CherryOS (especially if it comes in a box) because they don't know any better. I hope CherryOS meets a horrible demise, along with The Video Professor.

  70. Insightful, my arse. by Rufus88 · · Score: 4, Informative

    Stealing is about wrongful changing of ownership. When one steals a toaster from a department store, that toaster in effect ceases to be the property of the store and wrongfully becomes property of the theif, and there are laws to return ownership back to the rightful party.

    This is a contradiction in terms. A stolen toaster does not become the property of the theif. If it did, it wouldn't be stolen, nor would the store have a right to have it returned. It's still the store's property. It's just that the thief has taken unlawful posession of the toaster. If you're going to be commenting on the subtleties and nuances of property law, you should at least use basic terminology correctly.

    they get the soul ability

    Let's keep religion out of this, ok?

    However when they modify it, rebrand it and repackage it they are claiming those rights that are in effect the intelectual property. They are claiming distribution rights and claiming authorship.

    Yeah, but they didn't remove anything tangible from the posession of the "rightful owners", which is always the distinction that music piracy apologists use when they cry "copyright infringement is NOT theft!".

    What would be equivilant is taking a good, but little known song, then putting it onto a CD and claiming that it is mine

    No, that's plagiarism.

    The grandparent is correct. What they did is copyright infringement, and is every bit as much a theft, nor more and no less, than music piracy.

    1. Re:Insightful, my arse. by dusanv · · Score: 1

      The grandparent is correct. What they did is copyright infringement, and is every bit as much a theft, nor more and no less, than music piracy.

      BS. It's not the same thing. If I were to start printing and selling the latest Britney album and pocketing the money for myself, then it would be the same thing. I gain nothing materially by downloading a tune and listening to it. That CherryOS clown breached the license of PearPC and is making money off other people's hard work. NOT THE SAME THING.

    2. Re:Insightful, my arse. by Rufus88 · · Score: 1

      I didn't say that both forms of copyright infringement you mention (copying a song, and doing what CherryOS did) are equally bad. Yes, your Britney example is a better analogy. I was simply saying that a lot of /.ers say it isn't theft unless you physically remove a bunch of atoms from someone else's posession. All I'm saying is that whether you agree with that definition of theft, or whether you believe that copyright infringement can be a form of theft, the same conclusion would have to be drawn about the Cherry/Pear incident. If only physical removal of posession constitutes theft, then this wasn't theft. If copyright infringement can be a form of theft, then this was theft. The original poster was correct in the qualitative description, though your point about the difference in degree is well taken.

  71. Re:Free publicity. Why? by Krach42 · · Score: 1

    Actually, PearPC does not hardcode the MAC address, it's a configurable option in the config file.

    --

    I am unamerican, and proud of it!
  72. Ask the Man himself info@mxsinc.com by Anonymous Coward · · Score: 0

    you might want to try asking the guys behind CherryOS what the deal is yourself. they've been kind enough to provide an email address: info@mxsinc.com

    Could Seppel, the guy behind PearPC have moved over to the Maui X-Stream camp? is that why they can distribute it without GPL'ing it now?

  73. Yes but how good is it? by Puchku · · Score: 1

    Most of the comments here are about how this guy ripped off PearPC. While that may be true ( and I personally believe it), can anyone provide some hard numbers on how it WORKS? Does Panther run smoothly? Is it easy to use? Can I actualy see how OS X is on my PC? Any reviews out there? ( Yes I googled it, and found old references..) Any answers?

    1. Re:Yes but how good is it? by 33degrees · · Score: 1

      I currently use PearPC to test how websites look in Safari and IE Mac; it's too slow to be used for anything else, on an Athlon XP 2600+. Assuming that Cherry OS's performance is similar (if not the same) I have a feeling that, even with the latest and greatest hardware, it's pretty much unusable for anything more than playing around with OSX

    2. Re:Yes but how good is it? by Mr.+Cancelled · · Score: 1

      If you're looking for a good system for testing webdev on a variety of systems, you can do no better than saving up to get an actual Mac!

      For instance, on my Mac, I can test any Mac browser (Even going backwards to OS9), any PC Browser (either via Virtual PC, or via VNC, or a Remote Desktop session to a networked PC), or any Linux browser (same methods as with the Windows version).

      Add to that the functionality and capabilities of OSX, and you have a developers paradise.

      And if Webdev ain't your thing, all of the above applies for working on other development projects also!

      I know they're expensive, but it's the single best computer investment I've ever made! If you're one who upgrades your PC annually, or semi-annually, do yourself a favor, skip that upgrade for a year, and get a Mac. Even a Mac mini... You'll probably still use your PC, via VNC or whatever, but you'll soon find yourself relegating that PC to more mundane, hands-off tasks (even if it's just running a P2P program in the background), as you discover how productive you can be using a Mac.

      Totally off topic for this thread I realize, but from one developer to another, OSX is what everyone who is tweaking out their Windows boxes for more functionality, is looking for. And CherryOS just isn't gonna cut it! You need a real live Mac if you want to appreciate OSX.

    3. Re:Yes but how good is it? by cbreaker · · Score: 1

      Ohh, PearPC isn't that bad.

      On my AthlonXP 3000+ it's actually not that bad. It's NOT FAST. But it's usable.

      "You need a real live Mac if you want to appreciate OSX."

      I don't really want to appreciate it. I just wanna test stuff on it.

      I really would like to get a Macintosh some day to play with, but when I look at the price of a nice new shiney AMD box versus a new Mac... the price is just too much of a deterrant. Sad, but true. While I've always been very happy with x86 over the years and don't see myself ever accepting the one-button mouse and the dancing title bar, it would still be a fun machine to have around. You know, next to the A4000 and the Alpha I got here too.

      If Apple would lower their prices, they'd sell a lot more macs and get more marketshare. But hey, maybe not. I'm no marketing expert.

      --
      - It's not the Macs I hate. It's Digg users. -
    4. Re:Yes but how good is it? by 33degrees · · Score: 1

      No need to try to sell me on macs, I've already made up my mind to buy one and am already saving up.

  74. The man is a LIAR by vivin · · Score: 2, Interesting

    It is so obvious. He has had previous GPL violations. There was a page that listed them, but I can't find it anymore. He has made a lot of other software that was based off other software under the GPL. Then there is also the fact that he originally claimed to have written from scratch and then there's the time he claimed that he fired a co-programmer. WTF?! He said he had written it from scratch! Then what about the bogus explanation about variable and function names "sounding the same" because there are only "certain ways to do things". The man is a liar - plain and simple.

    --
    Vivin Suresh Paliath
    http://vivin.net

    I like
  75. Is there a by Anonymous Coward · · Score: 0

    crack for it yet?

  76. A vendor-supported PearPC is A Good Thing by davidwr · · Score: 1

    I don't know if CherryOS qualifies, but a license-compliant, vendor-supported CherryOS is A Good Thing.

    If I read my GPL correctly, vendors are free to sell support contracts, write add-on utilities that make installation and maintenance easier, and in some cases replace entire binaries provided it's 100% original code in the replacement binary. This is after all how most Linux vendors stay in business.

    Oh, and they are supposed to not claim authorship of what's not theirs.

    A few months ago I wrote a letter to this effect to the CherryOS people. When they start doing all of the above, I'll give them serious consideration and possibly even $$$.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:A vendor-supported PearPC is A Good Thing by cbreaker · · Score: 1

      Well, that's the thing. I mean, with OSS projects you often get what PearPC is - it works, it's getting better, more features, etc. Very rough around the edges.

      A commercial vendor could step in, put a nice face on it, make it more user friendly, and sell it. They could take their changes to the GPL code and hand it back to PearPC.

      Crossover Office is a very comparable situation. They use Wine and make it work for what they need it for, put a nice installer on it, and integrate it into Gnome and KDE. They sell it. And they are major contributers to the Wine project. Everyone benefits!

      I think it's pretty obvious that this guy is selling PearPC. He'll probably get busted and shut down. And he could have avoided it all by using the Crossover model. Some people are just too greedy.

      --
      - It's not the Macs I hate. It's Digg users. -
  77. so far so good by anourkey · · Score: 1

    started playing around with it and so far the emulation is extremely good! the installation runs similar to a 500MHz G4 on a 2.4GHz P4. The only problem so far is setting up the partition to be able to start up from.. looks like it is going to need an openfirmware hack or something...

  78. Sigh by TheWormThatFlies · · Score: 1

    Slashdot needs a new abbreviation:

    RTFL!

    Apparently the new cool thing is to offer your loud and dogmatic opinion on a licence when you have absolutely no idea what it says, because you were apparently too lazy even to look up a summary written in small words.

    Please, type GPL into Google and click the little search button. It's not hard.

    1. Re:Sigh by TheWormThatFlies · · Score: 1

      ...and I should apparently read the preview more carefully. Apparently.

  79. Review by Mr_Silver · · Score: 4, Interesting
    This guy ran it and seems to think it's just a vb wrapper to the PearPC application. To quote:
    I immediately was suspicious of the software when I noticed it was installing various OCX files and other Visual Basic dependencies, and upon inspection of the software's installation directory, it functions as follows: There's an EXE file called MainCherryOS.exe, which is the VB App they're using as a 'wrapper' to give their PearPC 'booty', if you will (joke), a Virtual PC-like feel. Normally, PearPC needs to be compiled and run from the command-line. Their wrapper then takes the output from PearPC and displays it as if it were actually being generated by MainCherryOS.exe! A creative solution, but I'm not impressed.
    Very interesting.
    --
    Avantslash - View Slashdot cleanly on your mobile phone.
  80. Agreed. It's plagiarism. by r6144 · · Score: 1

    It is plagiarism (assuming CherryOS did copy a large amount of PearPC code). It is more serious than ordinary copyright infringement since it claims other people's work as one's own, and is unethical by most standards. If a substantial amount of code is copied into your program, I think credits should be given whenever possible even if you are not legally required to do so (e.g. the code is in the public domain). Most ordinary people will call this "stealing", but I agree that we had better call it the right name.

  81. Not ILLEGAL, it's GPL.... by Saeed+al-Sahaf · · Score: 0, Flamebait

    So it's OK to use GPLd code, but then again, it's not? Come on guys, you all poot and poo about the GPL, but than you trash someone who takes advantage of it? Can't have it both ways.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:Not ILLEGAL, it's GPL.... by Anonymous Coward · · Score: 0

      Swing...and a miss...

      you are pretty stupid arent you...

      the idea of the GPL is to not simply take a program and rename it to make you look cool and make it appear that it is in anyway original..

    2. Re:Not ILLEGAL, it's GPL.... by AstroDrabb · · Score: 1
      Huh? What are you talking about? CherryOS is just PearPC. The problem is, is that Maui-X-Stream (CherryOS) is trying to claim that CherryOS is not PearPC but their own proprietary creation. Those claims were proven false last year.

      Imagine that this "company" had taken the leaked MS source code and tried to pass it off as their proprietary creation? MS would have busted them up in court by now.

      If this "company" had release CherryOS as a for-pay product but kept it under the GPL, there would have been no problems. However, what this company has done is taken the GPled PearPC code and made a few changes and then release it as their own proprietary work and have locked the source code away. Clearly that is not allowed with the GPL. Legally the company can do two things. They can change their license to the GPL and make the source code and all changes available under the GPL or they can stop distributing the software. No other software company would sit idle and let some other company take their work and pass it as their own, so why should GPL authors be expected to do that? If you want to use copyrighted works you need to adhere to the copyright terms. The GPL gives you far more rights than standard copyright; however there are still a few "rules" that need to be followed in order to be compliant.

      --
      If Tyranny and Oppression come to this land,
      it will be in the guise of fighting a foreign enemy. -James Madison
    3. Re:Not ILLEGAL, it's GPL.... by shotfeel · · Score: 1

      I'm no licensing guru by any stretch of the imagination, but...

      I thought one of the main differences between GPL and licenses like the BSD license was that GPL prevented companies from taking the code and selling it as their own. Isn't that essentially what's being done here?

    4. Re:Not ILLEGAL, it's GPL.... by cduffy · · Score: 1

      Just like any other license (other than release into public domain), the GPL has conditions on it. If you follow those limitations, it's OK to use GPLd code. If you don't, it's not.

      What's so difficult about this?

    5. Re:Not ILLEGAL, it's GPL.... by Saeed+al-Sahaf · · Score: 1

      Of course, but the GPL does not RESTRICT you from doing this.

      --
      "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    6. Re:Not ILLEGAL, it's GPL.... by Suddenly_Dead · · Score: 1

      The GPL restricts them from doing it unless they release the source code, make it available via mail, and some other stuffs.

      Is CherryOS finally open sourced? If so, it might not be a violation. Of course, there might be a part about acknowledging the original creators, I'm mixing my opensource licenses so I can't remember.

    7. Re:Not ILLEGAL, it's GPL.... by Anonymous Coward · · Score: 0
      I thought one of the main differences between GPL and licenses like the BSD license was that GPL prevented companies from taking the code and selling it as their own


      Nope you can do that, you just have to provide an offer for the code valid for three years.

      The chief difference is that the GPL is viral and affects your new code that links with any GPL'ed library, limiting what you can do with the results of your effort and increasing the amount of code that falls under the GPL.
  82. Consider this by That's+Unpossible! · · Score: 3, Funny

    Maybe CherryOS is just emulating PearOS.

    --
    Ironically, the word ironically is often used incorrectly.
  83. Here's why by Jamie+Lokier · · Score: 2, Insightful

    Because copyrights are healthy and patents, particularly patents on intangibles like software, are unhealthy. They're both artificial constructions of law, but their effects on people are quite different.

    Your question is a bit like asking: This looks very like one of the food threads that run here regularly, but with everyone on the other side of the line. If fresh fruit & veg is so right, why are McDonalds burgers so wrong?

    Copyrights promote creativity and competition. Patents punish creativity and competition. (And intangibles patents are worse as they also attack the basic human right of self-expression.)

    -- Jamie

  84. I wonder... by Spy+der+Mann · · Score: 1

    IIRC, the programmer who stole PearPC's code was fired, in the author's own words, he "fired his ass off".

    Now let's suppose the author didn't want to start everything from scratch. So i think he just kept the configuration stuff, and changed only the internals (after all, Linux is from the outside more or less the same than Unix, isn't it?)

    IANAL, but I suppose (someone correct me if I'm wrong) I can look at a GPL code, jot down a list of classes, what they do, and implement my own, without even copying a single byte from it.

    So i'm for examining the source code and comparing it.

  85. Why is violating the GPL considered Theft? by ad0gg · · Score: 1

    And downloading copyrighted songs and movies is copyright infringement in the eyes of slashbotters? Please stop the fanboyism, guy isn't stealing code, he's infringing on a copyright by not redistributing code and his changes.

    --

    Have you ever been to a turkish prison?

  86. flamebait my arse! by Anonymous Coward · · Score: 0

    actually this wasn't flamebaiting at all. i just wanted to point out that people should be a little more openminded over this before making judgement.
    for what it's worth i think this probably is pearpc in disguise but i'll wait until this is confirmed as fact before making judgment.

    flamebait my arse!

  87. spelling? dam, dam , damn by baomike · · Score: 1

    You probably want the last one.
    dam; mother, female
    dam: used to block rivers
    damn; curse

    1. Re:spelling? dam, dam , damn by mabinogi · · Score: 1

      you took the time to make a post about a missing N on the end of a word in a .sig that has 'U' and 'WHT' in it??

      --
      Advanced users are users too!
  88. Re:Cherry tart for me! by Anonymous Coward · · Score: 0, Funny

    A boot to the head for you.

  89. Smoking Gun by canadacow · · Score: 3, Informative

    A few minutes of hex searching revealed that Arben was not diligent enough in removing the embedded images from PearPC's code. In CherryOS.exe, at address hex 0xF9140, you'll find a PearPC gif (see attached link) that is the ChangeCD image used in PearPC (in the stable build I have, at address 0xA6330) (see second attached link). Any questions?

    http://66.42.197.91/FromPearPC.gif/

    http://pearpc.sourceforge.net/screenshots/osx_inst all.png/

    1. Re:Smoking Gun by Suddenly_Dead · · Score: 1

      Dang, someone mod the feller up. Not that the other proof isn't bad, but this is a shiny image! Ooooooh!

  90. WAIT A MINUTE by bonch · · Score: 4, Insightful

    I thought you couldn't "steal" something if you were just making a copy of it?

    As usual, in CherryOS articles, copyright infringement of GPL code mysteriously becomes theft. In P2P piracy articles, copyright infringement mysteriously becomes an okay natural culture movement.

    1. Re:WAIT A MINUTE by Paradise+Pete · · Score: 1
      I thought you couldn't "steal" something if you were just making a copy of it?

      He's not just making a copy of it. He's passing it off as his own work. Making a copy of a something is quite a bit different than claiming you created it.

    2. Re:WAIT A MINUTE by Anonymous Coward · · Score: 0

      Well, that's not "theft" either. That's plagiarism, isn't it?

    3. Re:WAIT A MINUTE by runderwo · · Score: 2, Insightful
      As usual, in CherryOS articles, copyright infringement of GPL code mysteriously becomes theft. In P2P piracy articles, copyright infringement mysteriously becomes an okay natural culture movement.
      As usual, with people trying desperately to expose the mythical Slashdot hive-mind, nonprofit sharing of copyrighted works without permission is morally equivalent to exploiting someone else's copyrighted work without permission for financial gain.
    4. Re:WAIT A MINUTE by Paradise+Pete · · Score: 1
      Well, that's not "theft" either. That's plagiarism, isn't it?

      It's the kind of "theft" that people speak of when they say someone stole their idea.

    5. Re:WAIT A MINUTE by Durf · · Score: 1

      Ah, got it . . . CherryOS is just like allofmp3.com.

  91. Cue the /. hypocrisy by bonch · · Score: 1

    Why sue CherryOS? Wouldn't that be the same as suing copyright infringers on P2P, which nobody here likes (even though it's what Slashdot suggested back in 2000)? What's the difference? It's intellectual property in both cases.

    I thought we were against intellectual property. I thought we were okay with copying such property.

    You can't argue for piracy and copyright infringement against the RIAA and then stomp your feet when someone does it against a GPL project. It's hypocritical and illustrates the weak basis the pro-piracy argument has--it's just a self-serving argument to keep the free ride going.

    1. Re:Cue the /. hypocrisy by Drakonian · · Score: 1
      Well put actually. You even changed your sig for it!

      I like that: "If copyright infringement isn't theft, than CherryOS isn't stolen code."

      --
      Random is the New Order.
    2. Re:Cue the /. hypocrisy by HiThere · · Score: 1

      I think you need to read the GPL. GPL supporters are all in favor of intellectual property.

      There are those are are not in favor of it. If they are honest, however, they favor public domain software, or, failing that, BSD. (The Python and Ruby licenses are also pretty open. So is the artistic license.)

      Where I differ from strict GPL proponents (i.e., supporters of copyright law), is that I feel that if a company has suborned the legislature that it loses all right to protection under the laws. This causes me to not look with gross disfavor on those who "pirate" music from RIAA companies. OTOH, since it doesn't do the RIAA any harm, I'm not really in favor of it either.

      None of that has any bearing on this case, however, so it's quite proper to consider only the GPL and copyright law. And the only hypocrisy is in your view of the situation.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  92. Re: ever heard of by manWorkSucks · · Score: 1

    MacOS X?

    --
    NERDS!!!!
  93. You can't claim BSD licensed code is yours either! by @madeus · · Score: 2, Insightful

    That's not a risk, it's the point of BSD licensing.

    You most certainly cannot use someone elses code under the BSD license and pretend you wrote it, which is what's happened in this case.

    If Pear had been released under the BSD license, the 'developers' of CherryOS would still be in violation of the license by claming they wrote it and that it's an origional work.

    If you don't care if someone takes your work and gets full credit for it, then there is no point in licensing it under the BSD license, just release it as Public Domain and be done with it, but it's rather implausible to claim that those who release code under the BSD license don't care about getting credit when that's the one big restriction it has.

  94. Just like piracy? by bonch · · Score: 3, Insightful

    Illegal, as in copyright infringement? As in piracy?

    I'm confused about the /. position on this.

    1. Re:Just like piracy? by Anonymous Coward · · Score: 0

      Its based on honor. Claiming someone else's code for your own is dishonorable, whilst giving permission to copy things is not dishonorable.

    2. Re:Just like piracy? by Anonymous Coward · · Score: 0

      Here's to Honor:
      Getting on her and staying on her;
      If you can't cum in her, cum on her.
      -Anon

    3. Re:Just like piracy? by emil.ede · · Score: 1

      For me it's a world of difference between abusing peoples non-profit work (because I guess PearPC wasn't developed by some big corp) on a gpl project to make a profit and copying an application for yourself from a large corporation that makes tons of money (like if you would copy windows or photoshop).

    4. Re:Just like piracy? by Makarakalax · · Score: 1

      For years now I have read your anti-slashdot, anti-copyright-violation trolls. I have kept expecting you to somehow become a reasonable person or perhaps find a small moment of clarity in your clouded and strange conclusions.

      I have been proved wrong, apparently you're an idiot, now and forever. I hope you rot in your abject self-delusion and ignorance.

      Despite your disbelief, I believe in copyright, so do almost all slashbots. What we don't believe in is greedy corporations. We also don't believe that complete control of copyrights is reasonable or practical.

      Naturally I don't speak for the entire slashbot population but I think it's bloody obvious that this is the general stance they/we take.

    5. Re:Just like piracy? by Anonymous Coward · · Score: 0

      "We believe this, we don't believe this."

      You sound like a fucking group collective. Sheep.

    6. Re:Just like piracy? by Makarakalax · · Score: 1

      True. But I was trying to make a point about the group of people he generalises about. I spose either you're too ignorant to figure it out or I'm too stupid to make the point properly. I hope the former.

  95. But it's NOT "stolen property"--piracy isn't theft by bonch · · Score: 1

    Remember, copyright infringement isn't theft. Right, guys?

  96. do you work for sco? by sum.zero · · Score: 2, Insightful

    " Nope, from the moment you modified the original source code to replace it with your own code, yours are still derived work even it does not have any source code in the latest release."

    this is sco's ladder theory and it is incorrect. if the final code does not contain any of the original work, it is not "derived." there are standard tests for code comparison [eg the abstraction, filtration comparison test]. it does help your defence in court though to clean room the development in case of any accidental code similarities.

    "Although I am not sure if Linux should be known as a derived work of Minix."

    it is not. linus built it on a "framework" of minix. in other words, the computer he used for the coding process ran minix. other than that they are not the same os. minix is a microkernel os and linux uses a monolithic kernel. even ast [creator of minix] agrees that linux is not derived from minix. it is a new, posix compliant operating sytem.

    sum.zero

  97. No, he's NOT a thief--infringement isn't theft by bonch · · Score: 1

    According to Slashdot, piracy isn't theft. Copyright infringement isn't theft. He can't be a thief if he's just doing what all other copyright infringers do, and since most people here seem to be okay with P2P piracy, they would also have to be okay with this kind of piracy, or else the position would be hypocritical.

  98. It is insightful ... you're just missing the point by FreeUser · · Score: 1

    What would be equivilant is taking a good, but little known song, then putting it onto a CD and claiming that it is mine

    No, that's plagiarism.


    Yes, it's plagerism.

    The grandparent is correct. What they did is copyright infringement, and is every bit as much a theft, nor more and no less, than music piracy.

    No, you're missing the point. Perhaps because you philosophically wish to call copyright violation theft because it offends your notion of right or wrong (it does mine as well, in most cases), or perhaps because the people you're responding to haven't clarified the issue enough.

    What these people did was both copyright violation and plagerism. Copyright violation is not theft ... the copyright holder remains the copyright holder. Plagerism, which is claiming authoriship of someone elses work, is theft ... you have stolen credit and acclaim for the work (at the very least) and probably usurped the original author's rights to restrict reproduction and distribution (copyright) as well.

    The one is not theft, the other is. It really is that simple ... unless one has a specific, political ax to grind in obfuscating the terminology.

    Plenty of reasonable people believe in the current copyright regime. Plenty of other reasonable people think it should be reformed or revamped, scrapped entirely. No reasonable person suggests that plagerism is okay, that a creator of a work should have their identity and work claimed by another. Most of the ideas for replacing copyright involve codifying current scholarly requirements for citation and bans of plagerism into law. Personally, I favor a weak copyright with manditory licensing ... anyone can make a derivative work against the author's will, but the author always gets a good percentage of any and all proceeds of any such derivative work automatically, is given prominent credit for their contribution, and equally prominently disclaimed from any permission or endorsement of the derivative work. But that is a discussion for another day ... for now copyright is what we have, so I work within it and respect it (if not its draconian extentions vis-a-vis the DMCA and similiar laws).

    Stealing credit is, well, theft. The original creator loses credit and has their rightful acclaim usurped, along with whatever legal rights to their work they might have had. Replicating something without the creator's permission is not theft or stealing in any non-doublespeak sense of the word. The creator loses nothing ... except theoretical income they might have made had the copyright violator bought a license, something they often never would have. Indeed, sometimes they gain from it, as the violator likes the work so much they go out and buy it (case in point: in my movie-downloading days ... a brief 2-day stint years ago ... I downloaded the Fellowship of the Ring, loved the movie, and broke my DVD-boycott to buy the movie because I felt the creator deserved my money for my having seen it).

    Both plagerism of a copyright worked and unauthorized duplication or distribution of a copyrighted work are illegal, but they are as different from each other as spraypainting graffitti and punching someone in the nose. You may get fined or go to jail for both, but the moral and ethical implications are entirely different, and the law sees them differently with good reason, no matter the rhetoric from the peanut gallery.

    --
    The Future of Human Evolution: Autonomy
  99. Just like P2P piracy by bonch · · Score: 1

    Going to all that trouble just to rip people off and install spyware. It's fucking sad.

    When I once said this about Kazaa a few years ago, Slashdotters modded me down.

    Why is ripping people off on P2P okay, but this is bad? Because it's a GPL project instead of a nameless artist from a record company?

    1. Re:Just like P2P piracy by Saeger · · Score: 1
      Because kazaa-lite (for windows) REMOVED the spyware, and that's a Good Thing. Or are you talking about GiFT?

      And about your new sig -- If copyright infringement isn't theft, than CherryOS isn't stolen code -- there are some things much worse than copyright infringement: plagiarism. It's only "stolen" code in that context; not in the context of fake property.

      --
      Power to the Peaceful
  100. Mod parent up...this is so hypocritical by Anonymous Coward · · Score: 0

    I'm sick of hearing people whine about CherryOS, using the same kinds of arguments that these same people would mod down in piracy articles.

  101. Actually, No. by Anonymous Coward · · Score: 0
    This is a contradiction in terms. A stolen toaster does not become the property of the theif. If it did, it wouldn't be stolen, nor would the store have a right to have it returned. It's still the store's property. It's just that the thief has taken unlawful posession of the toaster. If you're going to be commenting on the subtleties and nuances of property law, you should at least use basic terminology correctly.
    First, you're wrong.

    Second, the proper terminology is neither "property" nor "possession" -- it's "to exercise unlawful domain."

    I don't have any objection to you discussing law without having attended law school -- but go easy on the catty remarks attempting to ignorantly correct other folks' vocabularies.

    1. Re:Actually, No. by Rufus88 · · Score: 1

      First, you're wrong.

      About what? (I'm assuming that you're stating I'm wrong about something other than what you mention below, otherwise there would be no need to break it down into "first" and "second".)

      Second, the proper terminology is neither "property" nor "possession" -- it's "to exercise unlawful domain."

      Ok, I'll bite. Please explain why stealing a toaster can not be accurately characterized as unlawfully taking possession of the toaster. (I'm assuming you and I agree that stealing a toaster does not make the toaster the property of the thief, which is the assertion that I was objecting to in that paragraph.)

  102. Still hypocritical by bonch · · Score: 1

    It's still hypocritical to complain about this being "unethical" and "unauthorized distribution" when P2P is given something of a pass in Slashdot discussion.

    You're arguing that they don't have the right to distribute this. Uh, yeah. Welcome to what it feels like to be someone whose music or software or movies are copied on P2P networks without your permission.

    1. Re:Still hypocritical by Anonymous Coward · · Score: 0

      It's still hypocritical to complain about this being "unethical" and "unauthorized distribution" when P2P is given something of a pass in Slashdot discussion.

      For fuck's sake, equating P2P with copyright infringement is just as bad as equating copyright infringement with theft.

    2. Re:Still hypocritical by orasio · · Score: 1

      I'm not complaining about unauthorized distribution.

      I'm complaining about its being unethical.

      I'm complaining about the guy defrauding people into believing he wrote the code. It would be like me remixing the last Red Hot Chili Peppers album, and selling it on record stores, like "Orasio's new super hits". It's not the copying the most important thing, it's the fraud I would be commiting.

      mp3 rant in reply to your accusation of being "hypocritical"
      -----------
      I am not slashdot, we have these numbers that can tell us apart. We are not a hive of bees.
      I don't think kazaa is a good way to distribute music, I don't think it's good, ethically, but I think it's worse, ethically, to misguide a buyer into paying 20 bucks for a CD, when just 1 - 2 dollars go to the artist, because the buyer is deceived into believing he is supporting the artist, and he is mostly just supporting the recording company.
      That's what makes mp3 downloading _seem_ right, the fact that there's no better way to get music. You could download the mp3, and send money directly to them, o through a distribution channel that didn't keep 95% of the money you send them.
      Anyhow, I don't do neither. I don't buy CDs, but I only collect mp3 ripping them from loaned CDs. I don't think it's right either, but I can't find a better way to do it, other than buying from the artist, which I have done some times.
      ------
      END of mp3 rant

  103. piracy is theft by sum.zero · · Score: 1

    piracy is pretty widely regarded as a combination of infringement, theft and fraud. not all pirates steal non-material goods. in fact, most pirates primarily steal physical goods. hence, theft. the term piracy is, imho, misapplied to p2p filesharing.

    copyright infringement isn't theft as it is not defined as theft. there is a legal definition behind those words, as there is behind theft. also, copyright infringement only occurs after a user has exceeded fair use provisions.

    i know you're trolling, but i couldn't resist the urge to educate. i'm a teacher at heart.

    sum.zero

    1. Re:piracy is theft by bonch · · Score: 1

      Not according to Slashdot. Here, piracy is NOT theft, and infringement is a right people have because they don't feel like compensating someone for their work. The more amusing reason I've heard is that they should stop making so much crappy music or else people would buy more of it, which begs the question, why are people pirating such crappy music then?

      What I want to know is, how can people call for a lawsuit against CherryOS and then bitch when the RIAA sues infringers?

  104. Just like the RIAA suing P2P downloaders by bonch · · Score: 1

    I thought we were against going after individual copyright infringers on Slashdot? Funny how that position shifts when it's a GPL project instead of a faceless record company.

    1. Re:Just like the RIAA suing P2P downloaders by PhilHibbs · · Score: 1

      We aren't all the same person, you know. Also, they are selling the software, and denying their customers the rights that they should be given under the GPL. A very different situation.

  105. Re:So what? He's just forked a GPL project. by nvrrobx · · Score: 1

    That's where you're wrong not only for the OBVIOUS reason "if you fork a GPL software it must remain GPL" (and I just downloaded the installer and afaik the code IS NOT distributed along)

    That, in and of itself, does not infringe on the GPL. The source code does not have to be distributed with the binary, but it has to be made available upon request. That's my understanding, anyhow.

    I'm not defending the "author" of CherryOS - he's clearly in the wrong. I think you should understand the GPL more clearly before you rip on someone about it.

  106. Re:Free publicity. Why? by DurendalMac · · Score: 3, Funny

    Heck with all that stuff. I'm still laughing my ass off that they're claiming Altivec emulation. HAAAAAHAHAHAHAHAA!! I'd LOVE to see you try to emulate Altivec on an x86 chip! 162 128-bit vector instructions. SSE3 doesn't even come close to that. I'm sure it could be done, but it would be slower than an asthmatic turtle. The guy running this company is a total twatwaffle.

  107. Repeat After Me... by the+pickle · · Score: 1

    Plagiarism is wrong.

    Plagiarism is wrong.

    Plagiarism is wrong.

    Plagiarism for profit may well be criminal fraud. REGARDLESS of any copyright infringement, IP "theft", or failure to comply with the terms of a software licence, PLAGIARISM IS WRONG.

    If you didn't do the work, don't claim you did.

    Asshat.

    p

  108. Re:So what? He's just forked a GPL project. by A.K.A_Magnet · · Score: 1

    But in any case there must be a file called "LICENCE" in the program folder (or somewhere revelant according to your OS). And the file is missing.

    So basically he's forking a GPL software and switchs to a non-free licence : that's wrong. If he effectively put the program under GPL (which doesn't seem to be the case anyway) I'll be totally OK with the fork and the selling of the software.

    I didn't indend to "rip on" you anyhow so I'm sorry if I was a bit rude. And I think I have understood the GPL quite well actually, thank you :)

  109. Cherry's looking for PEARL exp - oo professional.. by cliveholloway · · Score: 1

    They're looking for someone experience in PEARL

    cLive ;-)

    --
    -- Trinity in high heels carrying a whip: The donimatrix - there is no spoonerism
  110. Email address for the company's president by Anonymous Coward · · Score: 0

    I wonder if the company's president is aware of this blatant rip-off. Here is his direct contact info, for anyone interested.

    Jim Kartes

    jim@mxsinc.com

  111. Yup, just like piracy. by cduffy · · Score: 2, Insightful

    Whadaya mean, "the /. position"? There is no one /. position.

    The sane position, though, is this:

    CherryOS isn't stolen code, because copyright infringement and theft are two different things. It does, however, contain code which is illegally distributed without a license (since the auther fails to accept and follow the terms of the GPL), hence its authors are evil bastards.

    1. Re:Yup, just like piracy. by bonch · · Score: 1

      ...illegally distributed without a license...

      Again. Like piracy?

  112. PearPC is also CPU emulation, MOL isn't. by cbreaker · · Score: 1

    Like the other guy said, you need a PowerPC machine already in order to use MOL. Basically, you need a Mac, running Linux, in order for you to run MacOS on MacOnLinux.

    PearPC runs on x86 hardware, enabling you to run MacOS on an Intel or AMD machine. And it's way slower! Terribly slow. But it's actually usable if you have a very fast machine, networking works, and sound is on the way. It's not production quality but it's real cool.

    --
    - It's not the Macs I hate. It's Digg users. -
  113. Re:It is insightful ... you're just missing the po by Rufus88 · · Score: 1

    No, you're missing the point. Perhaps because you philosophically wish to call copyright violation theft because it offends your notion of right or wrong (it does mine as well, in most cases), or perhaps because the people you're responding to haven't clarified the issue enough.

    Perhaps, but I don't think I'm missing the point. Or, at least, we're concerning ourselves with different points. Original poster claimes, rightly so, that you can't claim that copyright violation isn't theft when it comes to music, but it is theft when it comes to software, even if you re-brand it and pass it off as your own. I'm not saying the two are equally bad, and I'm not suggesting that copyright infringement deserves the label "theft". I'm simply refuting the fallacious argument put forth by the person I originally responded to (who responded to original poster), in which he argued that the software case, in the case of CherryOS, was more similar to removing physical posession from someone else (which he wrongly describes as 'taking ownership') than it is to copyright infringement.

    Copyright violation is not theft ... the copyright holder remains the copyright holder.

    This is a ridulous argument. It's like saying that hot-wiring a car and driving off with it is not theft because the Title documents are still in the original owner's name. The fact that the legal Title owner remains so, is the reason why it *is* theft. Similarly, the fact that the copyright holder remains the copyright holder is the reason why copyright violation *is* theft. But anyway, whether or not copyright violation constitutes theft is not the subject of my post. This is an issue upon which reasonable people can disagree. My point is that people who argue that "copyright infringement is not theft because it doesn't involve the removal of tangible property from someone else's possession" are hypocritical if they claim that the CherryOS situation is theft, despite the lack of any removal of tangible property from the possession of the PearOS folks.

    Stealing credit is, well, theft.

    Personally, I agree with you, but that's because I don't restrict my definition of "theft" to the removal of someone else's physical possession of a tangible object by illegal means. I consider it hypocritical to assert that stealing credit is theft, but stealing source code is not theft. Neither credit nor source code is a physical tangible object. I respect the opinion that both are theft. I respect the opinion that neither is theft. I object only to the inconsistent labeling of one as theft and the other not.

    The one is not theft, the other is. It really is that simple ... unless one has a specific, political ax to grind in obfuscating the terminology.


    I disagree on all three counts: (1) that one form of misusing someone's intellectual property is 'theft' while the other is not, (2) that it really is 'that simple', and (3) the anyone who disagrees with your inconsistent labelling must fall on a particular side of the political "copyright infringement is theft" debate.

    The original creator loses credit

    How so? The original creator can still claim credit. Just because one person "claims" something doesn't mean the other person "loses" it.

    and has their rightful acclaim usurped, along with whatever legal rights to their work they might have had

    Really? I've never heard of a plagiarism victim or copyright violation victim losing their legal rights to the work.

    Replicating something without the creator's permission is not theft or stealing in any non-doublespeak sense of the word

    If you claim that "credit" is something tangible that you can "own" and have "property rights" over, but that your "music" or "source code" is not, then you are the one committing doublespeak.

    The creator loses nothing ... except theoretical income they might have made

    And you consider this LESS deserving of the word theft than "taking credit" is? I consider the opposite to be true.

  114. hahah... ooook... by Anonymous Coward · · Score: 1, Insightful

    " as long as I am not making copies and giving/selling them to others." that IS 100% what "cherryos" is doing. they are selling pearpc without the copyright holders permission.

    1. Re:hahah... ooook... by shaitand · · Score: 1

      What does that have to do with Apple having an OS license that requires it be installed on a Mac?

      Yes, PearPC is being DISTRIBUTED as cherryos in violation of copyright law, it blatantly falls within the privlages granted by copyright.

      But that has nothing to do with Apple trying to regulate how software is USED with the OS license, which is what we are talking about.

    2. Re:hahah... ooook... by Anonymous Coward · · Score: 0

      (Original poster here) I assumed that "OS licence" referred to "OSS licence", as that's how I figured it fit best. And yes, in the original post, I did mean use with regards to distribution; I should've been clearer.

  115. wall candy is good! by sum.zero · · Score: 1

    your argument ["Here, piracy is NOT theft..."] is based on fallacious reasoning. piracy and copyright infringement are not the same thing. just because you want to call copyright infringement piracy does not make it so, as i pointed out in my previous post.

    the *aa orgs are suing based on their own very narrow, self-serving, and often incorrect interpretaions of existing [and imaginary] law. they would gladly like you to believe that fair use does not exist. they bend statistics to create a false picture of loss. they misdirect the fact that any real financial losses occur from commercial infringement and piracy in eastern europe and asia. we won't get into the fact that they have been convicted of price-fixing...

    in some countries, some forms of p2p file shariing may be a copyright infringement. in others the same thing may be perfectly legal [eg canada]. however, non-commercial p2p file sharing is most definitely not theft, nor is it piracy.

    cherryos is a clear violation of several sections of the gpl. as such, it is in violation and the the distributors lose all rights to the code under existing copyright law.

    to argue the similarity of a commercial vendor attempting to hijack another group's code with people sharing music with each other is disingenuous at best.

    from this point forward you will be arguing with yourself.

    sum.zero

  116. How about a CherryOS-related post... by GabeK · · Score: 1

    Like - it doesn't have good documentation, and after inserting disk 2 of OSX, it won't see the disk, and there's no way to mount/unmount it.

    Maybe I'm just too used to VMWare.

    Maybe the only realy vision for these guys is to get bought by VMWare...

    --

    [sig] 10 + 10 = 100 [/sig]
  117. AUNT JEMIMA!!! by comet69 · · Score: 1

    would someone POP this cherry already???

    --
    - Hi I'm Linus Torvalds and I pronounce Linux, Lih-nix..
  118. If IBM was smart.... by Sevn · · Score: 1

    Tinfoil hat time!

    If IBM was smart....
    They'd avoid what appears to be a deliberate attempt to test the GPL in court. As ackbar would say, IT'S A TRAP. I think at this point it's just a matter of finding the microsoft link to CherryOS.

    --
    For every annoying gentoo user, are three even more annoying anti-gentoo crybabies. Take Yosh from #Gimp for example.
  119. trial .exe link by wan-fu · · Score: 1

    If you want to try it without registering on this copyright infringer's website, here's the direct link: http://movies.mxsinc.com/CherryOS_Software.zip

  120. How Much Justice Can You Afford? by fm6 · · Score: 4, Insightful
    Where's the lawsuit? If not, the GPL might as well not exist.
    That's the big problem Free Software advocates can't seem to face. They draw up a license that technically guarantees that Free Software remains Free. But suppose somebody ignores that license? The only way to make them stop is to sue them, and that's expensive. I very much doubt that Sebastian Balias has that kind of money.

    Nobody in the tech world seems to grasp that defending your legal rights costs money. Every time Slashdot does a story about another round of Cease and Desist letters, we get a ton of posts saying, in effect, "That's obviously lame, people should just ignore them." But the sad fact is, you don't know how lame any legal action is until you've gotten legal advice. Nor can you take legal action without that overpaid guy in the suit.

    Well, if you're very smart and very patient, you can represent yourself in Small Claims Court. But that's not applicable to this kind of issue.

    1. Re:How Much Justice Can You Afford? by Krach42 · · Score: 1

      His name is Biallas.

      And I'd like to let people be aware, that I wrote the AltiVec code, and Sebastian insisted that I retain copyright of my code. Thus, I have claim against Maui X-Stream, also.

      Both me and Sebastian are speaking with lawyers, who specialize in representing open source projects against license infringement. We were recommended to them by the Free Software Foundation.

      We will find out what our options are, and then choose a course of action. We *are* looking into what we can do to protect our rights.

      --

      I am unamerican, and proud of it!
    2. Re:How Much Justice Can You Afford? by fm6 · · Score: 1
      Please keep us posted. This case is probably worth another couple of Slashdot articles.

      (Sorry for the sloppy spelling.)

  121. Re: from the horses mouth by Anonymous Coward · · Score: 0

    Heh, I just had a 'conversation' with one of their sales people about this...//

    Please wait for a site operator to respond.
    You are now chatting with 'Gene'

    Gene: Hello
    you: Hello
    Gene: How can I help you?
    you: How do you justify selling gpl'd code outside of the gpl? I'm interested in your video product, but your tracking system looks like phpadsnew...
    Gene: I sorry I work support for VX 30 I dont know what phpadsnew is.
    you: phpadsnew is an open source ad sevrer that has ripped off by vx30 for use in your ad stats program
    you: blatently so - your database error message in the demo are identicle.
    you: Anyway, as it's based on open source code, do I get a copy of the source code with ad stats?
    Gene: Sorry I can't help you with that. Do you have a question about VX30 encoder?
    you: Why not? Ad stats is an application that you sell as part of the vx30 line isn;t it?
    you: I'm interested in making a purchase, but want to know about source code availability.
    you: hello?
    Gene: I dont belive it would be available.You could make the request in writing to the company
    you: But as your using an open source code base, you have to provide a copy of the source in an easilly accessable form BY LAW.
    you: I could by a copy and sue you for not providing it...
    you: How does it feel working for scam artists?
    Gene: I am sorry but I don't know that and I would not be the person to talk to any way. I am a support person and you are trying to pick a fight.

    Chat session has been terminated by the site operator.

  122. boo hoo by Anonymous Coward · · Score: 0

    boo hoo hoo fuckers.. somebody stole something, too bad, software was meant to be free right..? Someone re-packaged the same code and called it their own.. ha ha.

    1. Re:boo hoo by steak · · Score: 1

      except they took credit for something they probably didnt do. I imagine if they had just said they were making a comercial product based on pearpc there wouldnt have been so much trouble.

  123. Who has tried it? by Anonymous Coward · · Score: 0

    I believe that we have well established that there are serious GPL licensing issues to CherryOS.
    That aside, who has installed and tried it?

    How does it compare to Pear?
    How much of the OS is emulated?
    How stable is the product?

  124. hate mac users? by Anonymous Coward · · Score: 0

    Here's one Mac user you shouldn't hate...

    Now about MacOS users who never open Terminal....

    *ducks* :)

  125. Re:So what? He's just forked a GPL project. by Anonymous Coward · · Score: 0

    And because he's going wrong there, he can't distribute it, and so can't sell it. Grandparent just got a bit confuzled.

  126. Re: from the horses mouth by Anonymous Coward · · Score: 0

    Fucking funny man

  127. GPL Violation by Anonymous Coward · · Score: 0

    Just a little update on this. I'm on the PearPC developer's list. The code is a blantant rip off of several GPL projects. The violation here is that when the binary is run there is no GPL license agreement, as per the GPL requirements. Whether they provide source code or not is irrelevant. We will be contacting the Free Software Foundation (since they own the copyright) about where to go from here.

  128. names, names, names... by steak · · Score: 1

    im curious about the naming of the two programs; to me naming your ppc emulator cherryos and "releasing" it a short time after a free ppc emulator called pearpc was released is suspicious at least. it doesnt make them theives, but it definitely makes them unoriginal.

  129. court? by mosb1000 · · Score: 1

    Did I say something about court?

    1. Re:court? by drinkypoo · · Score: 1

      Did you miss where we were talking about law, which is handled in court? All property is a legal construct.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:court? by mosb1000 · · Score: 1

      Uh, I never said anything about any law, except that that's not what we are talking about. See here:

      "No, the difference is that "real" property is not just supported by law, but a strong consensus of public opinion."

      I said very specifically, we are talking about public opinion, it has been my point all along. Laws are insufficient.

      The post we're talking doesn't mention any law. . . so. . . no, we're definitely not talking about laws. Maybe you were responding to a different post?

      And no, property is not a legal construct, it is a social construct. As long a people respect each other's property, there is no need for legal enforcement. We simply choose to enforce property rights legally, since it is more orderly than letting people enforce their own property rights.

  130. file not found by pbjones · · Score: 1

    the /. link finally gets you nowhere, the 'authors' site pushes CheryOs as a learning tool, not a replacement. and requires the usual data harvest before possible download, yawn, maybe next year.

    --
    There was an unknown error in the submission.
  131. 1st amendment! by Anonymous Coward · · Score: 0

    He released it on a website. He's a publisher, protected by the First Amendment. Why are people suddenly against freedom to publish?

  132. Re:So what? He's just forked a GPL project. by Anonymous Coward · · Score: 0

    :-( But I don't know perl, just python...

  133. Dancing Mice by PCheese · · Score: 1

    "If Apple would lower their prices, they'd sell a lot more macs and get more marketshare."

    I thought that's what Mac mini was meant to do: have a lower initial price tag. Although just so you know, I got this 4-year-old original TiBook I'm typing on at the moment for $250 for Christmas last year. For twice that price, I could have a Mac mini, but this here laptop runs sooo smoothly. Sure, it's not your dual G5, but I'm not playing Halo; I listen to/write music, code, work with graphics, etc., and it handles what I need it to do. In other words, I'm sure you realize that there are alternatives to brand new computers.

    "one-button mouse"

    As always, all you need to do is plug in a two-button mouse. I've been a Mac user my whole life (I must be young, eh?), but I found a nice $15 two-button + scroll wheel USB mouse, plugged it in, and used it. Not much more difficult than that. And if you buy a Mac mini, you won't feel like you're wasting that one-button mouse because it doesn't come with it. ;)

    "dancing title bar"

    Huh? Do you mean the way the menu bar changes when you switch applications? Personally, I like that better than having to hunt down a new title bar every time I click a new differently-sized window. At least it remains constant within the same Mac application, and honestly I'm surprised that having it change might bother someone. I see it as analagous to the Windows taskbar... you click another window or open something, and the taskbar changes to reflect the current state.

    The only thing I can think of that "dances" in the title bar of windows is the three close, minimize, and zoom button gems. If it's the color that bothers you, you can use the Graphite theme. If it's the fact that x, -, and + symbols appear when you move the mouse over them, I don't know how you can survive the toolbars in Windows. ;)

    "I don't really want to appreciate it. I just wanna test stuff on it."

    You know, I think I understand completely. Virtual PC lets me test my own sites for IE6. I don't want to appreciate Windows (it's even more painful when emulated on my old Mac), I just use it so more people are happy when my site looks right and functions correctly.

    I certainly don't believe that it's disgusting for Mac OS X to be running on x86, because hey, I use Windows on PowerPC. However, there's no way to appreciate either OS when they are being emulated. I know Windows can be usable, user-freindly(ish), and powerful when used on the hardware it was intended for, but it sure is none of these through Virtual PC. I imagine it would be the same for Mac OS X through CherryOS.

    1. Re:Dancing Mice by cbreaker · · Score: 1

      The Mac mini is all well and good and all, but you can't really do much to expand the thing and that's not really my thing. With any new PC I'd want to be able to throw in a new graphics board every once in awhile and maybe a better, more versitile sound card.

      It's cheap and that does solve the price problem, but at the cost of options.

      I'd really like to be able to get myself a nice near-top of the line Mac (doesn't need to be dual processors) with 1GB memory minimum for less then $800. But on the Apple site, the closest you can get is a 1.8Ghz machine with 256MB and a low-end video board for $1500. For $1500 I could build one kick ass AMD box with 2GB ram and a SATA raid with a top of the line video board.

      For someone who's not sure if they'll like the Mac like myself (will it sit on the desk and do nothing? Will I never use it? Will I love it?) it's kinda a high cost to entry. And it wouldn't be fair to judge the Mac based on the Mac Mini. You know what I mean?

      I know the one button mouse can be replaced, and I'd do that as soon as possible, but it's still so annoying! Come on apple! Give up the single button mouse crap. It's more of a persistent annoyance then an actual problem. And maybe it's because every mac I've ever sat at only has the single button mouse. There's other reasons, but I'd rather not get into it =)

      "Do you mean the way the menu bar changes when you switch applications?"

      Yea, exactly. I'm sure I could get used to it to some degree, but every other GUI I've ever used has menu bars as part of the windows. It's true that not all UI's have to conform with the rest but when I use a Mac I find it confusing sometimes when there's many windows up on the screen - which one is the one showing the title bar? Instead of being able to click the window I want where the menus are, I have to click the window, then roll the mouse to the menu bar and make my selection. I just don't like it.

      I like the Windows interface. I find it to be quick and effecient. I don't like the whole monopoly thing and the security and reliability (or lack thereof) but the UI is solid. Maybe that's why I like KDE - it takes many of the design elements of Windows that I like. If they just refine KDE a little more.. standardize on some of the configuration elements and such..

      --
      - It's not the Macs I hate. It's Digg users. -
  134. Altivec? by Naosedna · · Score: 1

    Im not sure if anyone mentioned this yet, but I noticed that CherryOS claims Altivec support, while PearPC does not.

    Has anyone tested this yet? I would do it myself, but I don't have a copy of OSX.

    I'm more curious to see if CherryOS is superior to PearPC then if it is a copy.

  135. Moot by Anonymous Coward · · Score: 0

    There probably won't need to be a lawsuit because no one will be dumb enough to buy it! No profit = no violation of GPL! :)

  136. How to tell if its a copy or not... by cwestpha · · Score: 1

    They claim this is a G4 emulator. Pear PC emulates a G3 processor. Why dont you just do a simple comparison and write a file that checks to see if the additional improvments in the G4 processors are found in the emulator. If they are then Cherry cant be a blaintent copy because Pear PC revolved around G3 emulation. Find true G4 emulation, which would require quite a bit of a reworking of PearPC code along with a bunch of new code, and there you have the evidence that the core of the emulator wasnt copied.

  137. Are we sure this is a PearPC ripoff? by Anonymous Coward · · Score: 0

    I haven't tried it yet, so I'm reserving judgement but I do notice that the CherryOS FAQ claims that it will not run under Windows 2000. But PearPC runs just fine under Windows 2000... so if it's the same thing, why the difference?

  138. Trickery by phorm · · Score: 1

    However, it would be a fun easter-egg. Put something in that detects if the rest of the code has been ripped off (maybe sometthing that searches for CherryOS). If it exists, then after 1 week of use start playing annoying sounds (maybe symphonic flatuation) through the speakers and saying foul things in various languages.

    That ought to get somebody's attention :-)

    1. Re:Trickery by Krach42 · · Score: 1

      We don't need to put an easter-egg for playing annoying sounds, the sound support we have plays not so well anyways. heh.

      --

      I am unamerican, and proud of it!
  139. No, PearPC supports Altivec by koko775 · · Score: 3, Informative
    The "stable" version of PearPC is G3-based, but CherryOS uses the Altivec patch, which has the nice side effect of making it FAR easier to sue the crap out of them in the US. In the words of Andrew Smith (on the PearPC mailing list):

    "It say's G4, the cpu id is set to 0x000c0000. You can change it but
    every time you re-run the program it overwrites it again. (so you
    couldn't change it back to 0x0008wxyz, or whatever the G3 is).

    I've tried using it an couldn't get my old PearPC images to boot at
    first. Then it finally did (although it took WAY longer to boot than
    PearPC does) although I was presented with a Logon screen (which i've
    never had with PearPC) and that failed to logon, crashed the emu and
    then Cherry refused to respond. I then had to spend 5 mins trying to
    close the damned thing since I wouldn't unlock the mouse.

    Fullscreen is also very buggy, as in it takes a good 30 seconds to get
    into it and then i couldn't get out of it again (F5 and F6 didn't do
    anything, that's what they use for fullscreen and mouse grab). And the
    refresh rate was at 60Hz so it hurt like hell to look at it for more
    than 5 seconds.

    There are quite a lot of other things I've found wrong with it (check
    out http://www.h80571.serverkompetenz.net/comments.php ?news_id=155
    right at the bottom I've posted a little of what I found to make it
    crash).

    When I get home I plan on playing around with it a bit more."
    And in Daniel Foesch's words:
    "In the strings for CherryOS: "!!! Unflushed vector register invalidated!"

    This is my string, which I wrote for certain, and it is inconsistant
    with the PearPC debugging output (and thus, the non-vector CherryOS
    outputs) The likelihood of someone "working" on CherryOS on the
    vector implementation, and producing the exact same error warning, and
    in the same format that I choose to use personally, which is in
    violation of the standard reporting formats of the program, is quite
    impossible.

    Thank you CherryOS for including my AltiVec patch so that I have a leg
    to stand on against you, and it's not just "Hey, Sebastian, come sue
    these dorks, in a country that you don't live in."

    I'll be contacting the EFF shortly concerning legal advice."
  140. Step 1 -- beat thyself with clue stick by Anonymous Coward · · Score: 0

    There is no step 2. Unless you want to post images of it for our amusement...

  141. Yes, like piracy. by cduffy · · Score: 1

    I already said that (in the subject line of my message). Why do you ask me to repeat myself?

    Arguably, this is considerably worse than your conventional personal-use copying inasmuch as it's done for purposes of financial gain. Whereas most presently ongoing software piracy would have been unactionable prior to redefinition of the relevant laws (to include receipt of other protected works as "gain"), this in particular would have been illegal even under the older regulations.

    (I'm likewise inclined to argue that from a moral perspective, use of copyrighted material without a license is considerably more reprehensible when done with the expectation of financial gain).

    1. Re:Yes, like piracy. by Anonymous Coward · · Score: 0

      YHBT. YHL. HAND.

      Love,
      bonch (aka rd_syringe aka Overly Critical Guy)

  142. CherryOS doens't work by Anonymous Coward · · Score: 0

    I can't get it to work. It installs fine, or seems to. Then it crashes when you run it. Has anyone got it working?

  143. here comes the clue train! last stop is you by Anonymous Coward · · Score: 0

    apparently there's an error in your web browser that jumbles all text containing references to the main points. i'll be nice and enlighten you.

    PEARPC IS LICENSED UNDER THE GPL. WITH ALL GPL'ED SOFTWARE, YOU MUST MENTION THE COPYRIGHT HOLDERS AND INCLUDE THE SOURCE CODE. TURNING GPL'ED CODE INTO COMMERCIAL SOFTWARE IS NOT COPYRIGHT INFRINGEMENT. TURNING GPL'ED CODE INTO COMMERCIAL SOFTWARE WITHOUT GIVING CREDIT TO THE ORIGINAL AUTHORS OR INCLUDING A COPY OF THE SOURCE CODE IS COPYRIGHT INFRINGEMENT.

    this is what every fourth fucking post has been, you thick-headed moron. do you understand? it's not just that it's "probably" not their code. it absolutely isn't their code. they're about as stupid as you to think they can get away with such poorly concealed copyright infringement.

    also, i'll take this opportunity to slap you p2p-gpl comparison nuts: copyright infringement by offering and receiving COPIES of copyrighted material is not the same as infringing copyright by PLAGIARISING and attempting to profit off of plagairized material. if some guy on the street was giving away free bootleg Binford hammers, that's not the same thing as making a Binford (c) hammer, changing the coloration and sticker on it, and attempting to SELL it on the street as a Benford (c) hammer. both are copyright violations, but one is copyright violation WITH INTENT TO PROFIT FROM IT, while the other is unauthorized distribution of copyrighted material. so you're not STEALING from a record store, because when you steal commercial property, not only do they lose your sale, they lose another sale, because the product can no longer be sold. you're making a copy of the CD that a FOAFOAFOAFOAFOAF bought without compensating the record company. mmkay? yall understand? lemme put on my asbestos temple garments real quick...

    1. Re:here comes the clue train! last stop is you by steak · · Score: 1
      i think the clue train got derailed before your stop. let me supply you with some track to mend your faulty ones. first, get your keyboard fixed; apparently you caps lock key is radomly getting stuck for no reason. second, no source code for cherryos has been produced so no one (other than the author, who is probably unwilling to admit he is a code theif) can with certainty say whether or not it truly is stolen yet.

      "PEARPC IS LICENSED UNDER THE GPL. WITH ALL GPL'ED SOFTWARE, YOU MUST MENTION THE COPYRIGHT HOLDERS AND INCLUDE THE SOURCE CODE. TURNING GPL'ED CODE INTO COMMERCIAL SOFTWARE IS NOT COPYRIGHT INFRINGEMENT. TURNING GPL'ED CODE INTO COMMERCIAL SOFTWARE WITHOUT GIVING CREDIT TO THE ORIGINAL AUTHORS OR INCLUDING A COPY OF THE SOURCE CODE IS COPYRIGHT INFRINGEMENT."


      no kidding, thats what i said with "if they had just said they were making a comercial product based on pearpc there wouldnt have been so much trouble;" i may have only implied that they should have followed the GPL, but i thought that most /.ers were smart enough to pick up on that implication. based on your post im guessing your not from the usa because we americans got this thing called inocent until proven guilty. the internet isnt a court of law, but i believe that people should be considered inocent until they are proven guilty; whether their accused of stealing code or manslaughter makes no difference to me.



      yes i realize im talking to a brick wall

  144. Other buggers efforts by dbIII · · Score: 1
    I thought you couldn't "steal" something if you were just making a copy of it?
    Claiming someone elses work as your own is a completely different issue.
  145. Re:Xerox PARC by Anonymous Coward · · Score: 0

    The Xerox products that were created at PARC were proof-of-concepts that people that worked there have said many times, loudly and publicly, were:
    A. In no way ready for manufacture
    B. Incomplete and quirky
    C. Totally, absolutley unmarketable as they were.

    I believe the quote I read was that if Xerox had tried to sell the computers that they were experimenting with, they would have cost 30 thousand dollars each to buy and wouldn't do any tasks that people wanted computer to do at the time. They were technology experiments, not products.

    Anyone who looks at the Xerox Star interface and thinks that Apple "snagged" the Mac OS from them to any real degree is on techno-crack.

  146. Legal Action fund? by Vthornheart · · Score: 1

    I would be willing to contribute money to some sort of legal defense fund for the makers of PearPC so that they could sue the ever-loving daylights out of these bastards... those of us who admire the concept of Open Source may have to be willing to stand up at times like this and defend it.

    --
    -Vendal Thornheart
  147. Works every bit as well as the last version. by HiyaPower · · Score: 1

    Which is to say that it doesn't. At least not on my tyan dual opteron setup. Woof, Woof, Woof. Return of the bowser...

  148. Re:why would it be illegal? by jblsys · · Score: 1

    As a lawyer you should be aware of section 504(c) which offers the option of statutory damages that can be $150,000 per infringement if it is willful.

  149. WHATS YOUR POINT by line.at.infinity · · Score: 1

    I thought you couldn't "steal" something if you were just making a copy of it?

    Don't try to pretend like you've never heard a counter-argument to that. What's your point? Telling the world that you're in denial of the existance of people who can think P2P piracy is theft, and at the same time can also think plagiarism of GPL'ed code is theft? Plagiarism is stealing other people's work is theft, albeit a different kind from piracy. There's no mystery here. I'm not sure how you're trying to connect these two.

  150. Re:Cherry's looking for PEARL exp - oo professiona by Anonymous Coward · · Score: 0

    Well, it says PERL now but it still says:
    Knowledge of IIS 5.0, IIS 6.0, Apachi, Tomcat, and Unix environments

  151. Re:It is insightful ... you're just missing the po by FreeUser · · Score: 1

    The creator loses nothing ... except theoretical income they might have made

    And you consider this LESS deserving of the word theft than "taking credit" is? I consider the opposite to be true.


    Absolutely. If you define the "loss of potential (i.e. hypothetical, perhaps never-would-have-existed, and by no means certain) income" as theft, then you define all aspects of competition, upon which our capitalist system depends to function, as "theft."

    Steal a man's wallet and you've committed theft -- the guy you stole from is out one wallet, assorted credit and identity cards, and whatever cash/family pics/what-have-you he was carrying. Refuse to buy the man's product, either because someone gave made a knockoff copy and gave it to you for free, or because you simply don't want it, and you've stolen nothing. Nada. Nichts. If the product was copyrighted and you obtained a copy, you violated his right to restrict copying and distribution (copyright), but you still haven't STOLEN anything, regardless of whether or not he lost potential income as a result.

    In short, denying someone income isn't theft. Taking something they already possess away from them is. Or put another way, the potential that something may be does not equal the reality that something is. This applies to potential vs. already obtained income, abortion vs. murder, birth control vs. murder, not-watching-commercials vs. theft, copyright violation vs. theft, patent violation vs. theft, and any host of other controversial topics where logic is muddled beneath rhetoric because of emotional feeling on one side or the other.

    --
    The Future of Human Evolution: Autonomy
  152. But what about Altivec? by Anonymous Coward · · Score: 0

    (Not that I believe anything on the site but) the CherryOS web site lists Altivec (G4) Emulation, which, if true is not yet included in Pear? Anyone verify this claim yet?

  153. FUCK YOU BONCH by Anonymous Coward · · Score: 0
  154. Re:It is insightful ... you're just missing the po by Rufus88 · · Score: 1

    If you define the "loss of potential (i.e. hypothetical, perhaps never-would-have-existed, and by no means certain) income" as theft, then you define all aspects of competition, upon which our capitalist system depends to function, as "theft."

    Non sequitur. Loss of potential income can be the result of the other guy having a superior product, for example, or the result of corporate espionage by the other guy, for another example. I don't equate the two.

    Steal a man's wallet and you've committed theft -- the guy you stole from is out one wallet, assorted credit and identity cards, and whatever cash/family pics/what-have-you he was carrying. Refuse to buy the man's product, either because someone gave made a knockoff copy and gave it to you for free, or because you simply don't want it, and you've stolen nothing. Nada. Nichts.

    Sure, as long as the knockoff copy was made legally.

    If the product was copyrighted and you obtained a copy, you violated his right to restrict copying and distribution (copyright), but you still haven't STOLEN anything, regardless of whether or not he lost potential income as a result.


    I disagree. It's not capitalism if you have to resort to unfair competition. If you compete by breaking the law, it is, for all intents and purposes, theft.