Slashdot Mirror


Beware of "Backspaceware"

SubLevel writes "Since conception in 2004, Paint.NET has been generously been offering the software community the taste of successful freeware, by allowing anyone to download and decipher the entire working of their extremely popular photo editing program. As posted in the Official Paint.NET blog by Rick Brewster, "Backspaceware" as he has so coined has become a tremendous issue. "Paint.NET's license is very generous, and I even release the source code. All free of charge. Unfortunately it gets taken advantage of every once in awhile by scum who are trying to profit from the work of others. I like to call this backspaceware*. They download the source code for something, load it up in to Visual Studio (or whatever), hit the backspace key over the software's name and credits, type in a new name and author, and re-release it. They send it to all the download mirror sites, and don't always do a good job covering up their tracks.""

7 of 257 comments (clear)

  1. Shady business practices by drspliff · · Score: 4, Interesting

    I've seen this a number of times, shady people who only want to make a quick buck or have entirely unrealistic expectations of what software development costs or how it's done. At the root of this problem are either the shady people trying to make a quick buck, or the shady freelancers trying to meet the requirements on a non-existant budget.

    Lets take the average scenario:
    - Shady person sees a piece of software and thinks they can make some money if they made their own.
    - Shady person has no programming knowledge, so posts on rentacoder or similar.
    - Because they have no idea of what software development entails, or in order to make money it must cost next to nothing.
    - Shady freelancer or outsourcing business wins the bid.
    - Shady freelancer re-brands an existing piece of software in a day and the job's complete.

    Quite a few times this is down to freelancers knowing they can just re-brand an existing open-source project, or even the shady business knowing they can get it cheap if freelancers do that.

    Some times they get lucky and their "product" gets more success than the original project, but it's origins are now hidden and will be forever because you can't just come clean 6-12 months down the line when it's making money.

    I've long called this pump and dump software, companies or individuals trying to build up a large portfolio of software under a common brand covering the widest market possible in the remote hope that they'll profit from some.

  2. Statutory damages by tepples · · Score: 3, Interesting

    Yes, thats wrong, but does it hurt you that much? Under United States law, whether it hurts the author does not matter, except in the narrow reckoning of fair use (17 USC 107). Some free software maintainers are smart enough to register major releases of the software with the United States Copyright Office. If such a release gets backspaced, a jury may award the author $750 to $30,000 in statutory damages (17 USC 504(c)) despite that the author cannot prove economic harm.
  3. this happened to me by drtsystems · · Score: 5, Interesting

    I spend a lot of time writing a PHP script for myself and decided to release it to the public. I think I threw a GPL notice on it but the source was included either way due to it being PHP. Well I put it up on my website and a few months later go back to update it. I search online and find someone selling it for $50. He refused to take it down when I asked him to which really added insult to injury. (He claimed he downloaded it from limewire therefore its fair game? wtf?) Considering he was actively advertised "his program" (mine with my name and stuff backspaced) he got a lot more people to download it then I did even though mine was free. I eventually got him to take it down by sending a cease and desist notice. (Thanks for the template RIAA)

    1. Re:this happened to me by drtsystems · · Score: 4, Interesting

      well he completely got rid of any GPL notices. The fact that it was a PHP script meant that the source was there but he was trying to sell "licenses." I would have no problem with someone adding features to my script and releasing it as a derivative work. I'm obviously not trying to make money off of this seeing as I released it for free in the first place. Its the fact that he pretended it was his, gave me no credit, and tried to make money off of it without doing anything besides backspacing a few lines in the code.

  4. Re:Let me introduce you by pkadd · · Score: 4, Interesting

    Regardless of the lisence, people still breach it by making backspacewar eof it. I've seen it happend to alot of my work, which is why i avoid making it opensource unless people ask for it, or when it's a project i don't really care about. I don't make much commercial software, although i like to keep my name on my work to receive credit where credit is due.

  5. Re:Closing the source? by mysticgoat · · Score: 3, Interesting

    OTOH, his behavior is consistent with having first decided to close the source, and then coming up with this as an acceptable excuse to lay out before his user base.

    Perhaps the people at his day job, at Microsoft, have offered to buy his copyright. There would be a need to close the source in a way that would not offend potential purchasers of any Microsoft product that would be marketed as a follow-on to the users of his original work.

    Either the author of TFA is incredibly naive about the software community, or he is attempting to do something clever in the way of marketdroid spin. I doubt very much that he could have gained sufficient experience to write a major piece of software without losing his naivety along the way. OTOH, he works in an environment that values cleverness in exploiting markets and marks above honesty, ethics, or legalities.

    Just saying.

  6. Re:Let me introduce you by TopherC · · Score: 5, Interesting

    If you RTFA, you'll see that this guy violated Paint.NET's current license, so putting a different license in there would solve absolutely nothing.

    But the GPL has been "tested" in court, while Paint.NET's current license has, I assume, not been yet. Also there are organizations that will help you in court if it's a GPL violation. So in part it's a matter of practicality, not principle.

    Also Paint.NET should consider exactly how they want legitimately derived works to happen. If the GPL prevents certain kinds of derived works that they might like to see others create, then it's not the right license on principle.

    Hmm, currently they're using the MIT license, which is extremely permissive. I don't even see a prohibition against re-branding and re-crediting in the license. So it's not obvious to me that the current license is being violated. Perhaps it is and I'm just not seeing it because IANAL. Anyway, consider that the current license provides next to nothing in terms of protection, and that's what the authors chose. The GPL provides substantial protection against abuses, and if paint.net wants to whine, they should "sublicense" (which is explicitly permissible under the MIT license) first to demonstrate that they really don't want this stuff to happen. The MIT license looks to me like a big "kick me" sign.