Slashdot Mirror


FOSS Community Criticizes SFLC over SFC Trademark War (lunduke.com)

Earlier this month Bruce Perens notified us that "the Software Freedom Law Center, a Linux-Foundation supported organization, has asked USPTO to cancel the trademark of the name of the Software Freedom Conservancy, an organization that assists and represents Free Software/Open Source developers." Now Slashdot reader curcuru -- director of the Apache Software Foundation -- writes: No matter how you look at it, this kind of lawsuit is a loss for software freedom and open source in general, since this kind of USPTO trademark petition (like a lawsuit) will tie up both organizations, leaving less time and funds to help FOSS projects. There's clearly more to the issue than the trademark issue; the many community members' blog posts make that clear.

GNOME executive director Neil McGovern
Apache Software Foundation director Shane Curcuru
Google security developer Matthew Garrett
Linux industry journalist Bryan Lunduke


The key point in this USPTO lawsuit is that the legal aspects aren't actually important. What's most important is the community reaction: since SFLC and Conservancy are both non-profits who help serve free software communities, it's the community perception of what organizations to look to for help that matters. SFLC's attempt to take away the Conservancy's very name doesn't look good for them.

Bryan Lunduke's video covers the whole case, including his investigation into the two organizations and their funding.

64 comments

  1. Explain these goddamn acronyms! by Anonymous Coward · · Score: 0

    The /. summary should explain, or at the very least expand, all of the goddamn acronyms it's using.

    1. Re:Explain these goddamn acronyms! by Hal_Porter · · Score: 1

      The situation is exactly analogous to this video

      https://www.youtube.com/watch?...

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  2. "FOSS Community Criticizes..." by Anonymous Coward · · Score: 1

    Really, the whole community? That's not what I'm seeing.

    1. Re:"FOSS Community Criticizes..." by Anonymous Coward · · Score: 0

      You're seeing marketing. A publicity campaign to make it seem like the good guys and the bad guys are told apart from what they themselves say. One that the SFLC (the plaintiff) appears to be fastidiously not reciprocating. And wise they are not to; ideas like "an attack on X is an attack on Y (which X represents, per their own words)" aren't well-received among those who like to make their own decisions.

      On the other hand, the SFC's (the defendant) actions look as though they themselves feel they'll either win out of court, or lose in it. This begs the question: why not give up and change name?

    2. Re:"FOSS Community Criticizes..." by Anonymous Coward · · Score: 0

      \This begs the question: why not give up and change name?

      What if someone demanded that YOU change YOUR name and you thought they were wrong.

      Lawsuits seldom have any relation to reality. In many cases, the party that is wrong wins.

    3. Re:"FOSS Community Criticizes..." by Anonymous Coward · · Score: 0

      >Lawsuits seldom have any relation to reality. In many cases, the party that is wrong wins.

      In the case of trademark law, first comer wins. There's no need to appeal to unknowns.

  3. This is what happened to the Rutles by boudie2 · · Score: 4, Funny

    In 1970, Dirk sued Stig, Nasty and Barry. Barry sued Dirk, Nasty and Stig. Nasty sued Barry, Dirk and Stig, and Stig sued himself, accidentally. It was the beginning of a golden era for lawyers.

  4. Summary bats .625 by tepples · · Score: 0

    As of right now, the used are FOSS, SFLC, SFC, and USPTO. The summary spells out "Software Freedom Law Center", "Software Freedom Conservancy", and FOSS paraphrased as "Free Software/Open Source". This leaves USPTO, which context implies is an organization with power to cancel a trademark. In fact, trademark is the T in United States Patent and Trademark Office.

    With half credit for the imperfect expansion of FOSS, it's batting .625.

  5. Plaintiff created the defendant, no name objection by raymorris · · Score: 2

    It's interesting to note that the Software Freedom Law Center helped create the Software Freedom Conservancy. SFLC staff probably came up with the name "Software Freedom Conservancy", so they'd have a tough case to make in court now.

    In trademark law, one must either defend your name, or lose rights to it to the extent that you didn't defend it. "Defend" could include granting explicit permission for someone else to use it. You can't just ignore someone using a variant of your name for years, then sue them later, after they've already established a reputation under that name.

    It seems SFLC has a VERY weak case unless they have a written agreement with SFC tying the use of the name to specific contract terms, such as what activities SFC was created to do. I don't think they have such a contract. Even if they do, their more likely remedy would be suing for breach of contract.

  6. Fuck off by Ryanrule · · Score: 1

    Judean People's Front. We're the People's Front of Judea! Judean People's Front. Cawk.

  7. All software is free, all that is free is mine by bhetrick · · Score: 1

    I am a fan of open source, and typically publish my personal software under AGPL3+. Now, that said, I think the free and open source software (FOSS) community has been hiding from the implications of the increasingly rabid interpretations of its philosophy for some time, and now the chickens are starting to come home to roost—although I admit the parent suing the child for using the family name is an odd first visible symptom.

    One of the criticisms of the "viral" GNU Public License (GPL) when it was first introduced was that a third party could use the GPL to force proprietary software into the open source world: using a GPL compiler, for example, "infect" the code with the GPL; or releasing a program running on this Linux thing would mean you had to hand out your source code. Nonsense, said the technologists. And yet that is exactly what Moglen's current statements require: that the Linux kernel (GPL2, all agree) can be made to use the ZFS file system (CDDL, all agree) somehow relicenses ZFS under GPL2—even if the copyright owner disagrees. Say what?

    GPL was an attempt to establish a bastion behind which free software could flourish; and flourish it has. The GPL even won the open source/free software wars: the phrase "open source" originally meant you could look at the source and see what it did, and now the phrase means you can look at, copy, modify, and redistribute the source. That is what was originally called "software libre," or "free software," and Stallman used to rail about how "open source" wasn't enough, you needed "software libre." Well, they're the same now; he won.

    As long as we don't mix licenses, all is well. But once variant licenses, or licensed and proprietary meet, then the majority of the open source community says it's whatever the Free Software Foundation (FSF) wants that day. Proprietary software can't use open source subroutines (except it's okay if the subroutine is exposed through a public API (except it's back to not okay if the subroutine with the public API is in user space even if the GPL code is just an alternative implementation specified via a configuration file (except it's back to okay if the user space subroutine is part of an assemblage of subroutines that calls itself an operating environment like GTK# or NuttX (except it's back to not okay in situations to be revealed next week)))). But open source software can use all the proprietary software it wants: want to link to a proprietary library? That's not a problem, even if you can't distribute the code because you don't have it. GPL code can use BSD code and magically exempt itself from the need to distribute GPL code (here's the code, but it's not GPL, sorry about that), but BSD code cannot use GPL code: bad, bad BSD code. It's somehow a GPL violation not to be able to distribute a complete build environment for the application. What? I really need to give you a Windows license so you can build my code? How are you fixed for spit?

    The idea is wonderful. The creeping "all software is free software, all free software is mine mine mine" is a little worrisome.

    1. Re:All software is free, all that is free is mine by Bruce+Perens · · Score: 4, Informative

      Actually, the appeals court in Oracle v. Google ruled that APIs could be copyrighted. We were previously interpreting based mainly by the finding in CAI v. Altai. As a result of the new finding, I do not believe that dynamic linking works as an insulator between GPL and proprietary software. There will be more litigation and maybe this new ruling will be overturned, or maybe not. I always felt that dynamic linking of proprietary and GPL was risky and never advised my customers and their attorneys to do it.

      The point about having a build environment is that the AGPL3, which you use, is a sharing license, and if you only share unbuildable software that is in general an attempt to avoid what the license requires. There is not any rule saying you have to provide a Windows build environment, but you are supposed to provide all of the Makefiles, etc., and whatever internal tools you built that are necessary for compiling and installing the software. These are generally things that make a manufacturer-specific installable BLOB file.

      Nobody is compelled to use GPL code. If sharing and license compliance is going to be a problem for your business, you are not part of the target user community of the developers, and please don't build it into your proprietary product.

      People who have problems understanding this stuff are welcome to contact me privately at bruce at perens dot com. I don't charge and sometimes there is complexity and implication that I can clear up for you.

    2. Re:All software is free, all that is free is mine by bhetrick · · Score: 1

      One can hardly ask for a more authoritative response. Thank you.

      The SFLC's guide to GPL compliance denies the dynamic linking isolation claim. The dynamic linking claim has always seemed like voodoo to me: "I have magic pixie dust that permits GPL violations" seems unlikely. But I have heard (non-authoritative) claims that (i) a proprietary application providing a specification for plug-ins, (ii) a GPL plug-in being written and released, and (iii) the application being configured by the user to use the GPL plug-in causes the proprietary application to violate the GPL, for which (iv) release of the proprietary software under the GPL is the only remedy open to the proprietary software owners; and I know a company that has been on the receiving end of exactly such a demand. It seems somewhat far-fetched to me, but then I'm not an intellectual property attorney. But given the "no magic pixie dust" principle, I can't say it's impossible.

      Again, thank you.

    3. Re:All software is free, all that is free is mine by phantomfive · · Score: 1

      As a result of the new finding, I do not believe that dynamic linking works as an insulator between GPL and proprietary software...I always felt that dynamic linking of proprietary and GPL was risky and never advised my customers and their attorneys to do it.

      It is almost certain that dynamic linking (or any other kind of linking!) is not an insulator between GPL and proprietary software......For example, even connecting over the network will not prevent it from being infringement, if the connector is a derivative work. The was clear that the abstraction, filtration, comparison test should be used. Briefly, you filter out everything (in the accused code) that was not derived (at least conceptually) from the original code, and whatever remains is infringing (interoperability fair use can still apply).

      There will be more litigation and maybe this new ruling will be overturned, or maybe not.

      The appellate court ruling is high quality, clear, and logically ties together a lot of the loose ends in software copyright. It will not be overturned, and will guide software copyright for generations to come (that is, although there are still procedural ways it could be overturned, any reasonable judge is likely to be convinced of the solidness of that decision). Future litigation will revolve around what exactly should be filtered out, and what can be abstracted, thus building on the appellate court decision.

      --
      "First they came for the slanderers and i said nothing."
    4. Re:All software is free, all that is free is mine by Aighearach · · Score: 1

      It seems to be (I am not a lawyer) that copying for the purpose of interoperability is Fair Use, and that plugins are a system for allowing and encouraging third-party interoperation. Therefore, it does not automatically follow that there would be a violation there.

      Certainly if that lawsuit came up, those details would affect the exact things that the lawyers on each side would need to argue, but it looks like a wash to me; whoever it turns out might have needed a license was only engaging in fair use!

      Also, if the user is the one who installed the plugin, how is the company that wrote the plugin system even a party to the case? That seems the bigger hurdle for the GPL authors to sue there. Contributory infringement:

      absence of such express language in the copyright statute does not preclude the imposition of liability for copyright infringements on certain parties who have not themselves engaged in the infringing activity.

      One who knowingly induces, causes or materially contributes to copyright infringement, by another but who has not committed or participated in the infringing acts him or herself, may be held liable as a contributory infringer if he or she had knowledge, or reason to know, of the infringement.

      https://www.law.cornell.edu/we...

      So first you'd have to prove that the user was violating the GPL by installing the GPL software; that seems an impossible row to hoe! And then if you could do that, if you could convince the Court that your claimed facts, if true, would make the user an infringer, then you ask to add the proprietary software vendor, but probably only if they had advertised compatibility. And again, their fair use defense would seem to win. But on what theory is the user creating a new work by installing a plugin? Good luck with that one!

      There is no magic-pixie-dust on either side of it. You may or may not be able to do dynamic linking; it may or may not infringe, and it may or may not be fair use. As Bruce Perens says above. But plugins seem to be very clearly OK if they are installed by the user. If the GPL plugin is distributed with the proprietary software, then it is very much more like dynamic linking, and the proprietary developer is also more likely to be a valid party to the case. So that is the real lesson; don't bundle GPL software with proprietary software without getting legal advice first, and maybe also a second opinion.

    5. Re:All software is free, all that is free is mine by Tough+Love · · Score: 1

      There will be more litigation and maybe this new ruling will be overturned, or maybe not.

      The appellate court ruling is high quality, clear, and logically ties together a lot of the loose ends in software copyright. It will not be overturned, and will guide software copyright for generations to come (that is, although there are still procedural ways it could be overturned, any reasonable judge is likely to be convinced of the solidness of that decision). Future litigation will revolve around what exactly should be filtered out, and what can be abstracted, thus building on the appellate court decision.

      The whole truth please. In 2016 a jury found that Google's use of Oracle's (newly deemed) copyrighted APIs is fair use. Final score: greed 0, common sense 1.

      Never mind that the "high quality" appellate decision you laud is actually idiocy in the supreme, the structure and sequence of function declarations not deserving any more copyright protection than a list of names and phone numbers does. Now that that stupidity has been effectively neutered by a jury it does not matter whether it stands or falls, but in any case it remains an embarrassment to the rule of common sense.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    6. Re:All software is free, all that is free is mine by phantomfive · · Score: 1
      Well you've certainly displayed your ignorance loudly, and cheered for your team.
      The bottom line remains, if you want to use an API, make sure you have a license.

      The whole truth please. In 2016 a jury found that Google's use of Oracle's (newly deemed) copyrighted APIs is fair use [arstechnica.com].

      The whole truth is the jury's decision hardly matters at all, as the appeal process continues.

      --
      "First they came for the slanderers and i said nothing."
    7. Re:All software is free, all that is free is mine by Bruce+Perens · · Score: 1

      I work with more than one attorney who is much more dubious about the appellate court ruling. I don't think you can make so sure a bet yet.

    8. Re:All software is free, all that is free is mine by Bruce+Perens · · Score: 1

      Given that the Supes already denied cert on the first case, I am not clear why you are so sanguine about the appeal in the second. Want to explain any more?

    9. Re:All software is free, all that is free is mine by Tough+Love · · Score: 1

      I am not sure what planet you live on, where juries hardly matter.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    10. Re:All software is free, all that is free is mine by Bruce+Perens · · Score: 1

      release of the proprietary software under the GPL is the only remedy open to the proprietary software owners

      This is never the case. There is no required performance in copyright infringement cases.

      The defendant has to stop the infringement. They should no longer distribute infringing software (or perform it in case of AGPL) and if they technically are capable of updating software in the field to a non-infringing version they should do so. They can either do this by removing the GPL software from the product and replacing it with something else, or the can GPL the proprietary part. This is a choice.

      Very often it is only necessary to separate the two pieces better. For example, people static link their proprietary stuff into busybox and uclibc. Someone just has to sit down with their programmers and teach them how to erect bright lines between the Open Source and proprietary stuff.

      Subsequent to that they need to settle with the plaintiff. If they are using the Community Principles, the plaintiff is probably not asking for significant money. SFC asked one of my customers, a Fortune 100 company, for $5000! This was their cost to audit compliance. This is chicken feed next to what any legal-technical professional other than SFC would charge and does not include damages, which from any proprietary plaintiff would be north of USD$1M. SFC may charge the next folks more (they need some money to operate) but they are still the opposite of greedy.

      In general, SFC wants to audit your new releases containing Open Source before release for a period of three years after settlement. This is the most difficult part of the settlement for most companies, but still really fair.

    11. Re:All software is free, all that is free is mine by phantomfive · · Score: 1
      I'm not sure what you're talking about here. The second case has already gone to the appellate court, plenty of filing has been done and answered, and that's what I was referring to. As to your other argument:

      I work with more than one attorney who is much more dubious about the appellate court ruling

      Have those lawyers actually read the ruling? I've talked to lawyers who were dubious about it, but none of those had actually read it. If you do know a lawyer who has read it and formed a coherent argument why it is false, that would be interesting to hear (or if they've formed a coherent argument even without reading it, that would be interesting to here as well).

      --
      "First they came for the slanderers and i said nothing."
    12. Re:All software is free, all that is free is mine by Bruce+Perens · · Score: 1

      One teaches at Boalt and I will try to engage him on it the next time I speak with him. The other was involved in the lower court case and thus probably won't say more.

    13. Re:All software is free, all that is free is mine by phantomfive · · Score: 1

      Welcome to Planet Earth, my friend.

      --
      "First they came for the slanderers and i said nothing."
    14. Re:All software is free, all that is free is mine by Tough+Love · · Score: 1

      Not clear on the concept of case law?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    15. Re: All software is free, all that is free is mine by Bruce+Perens · · Score: 1

      You only mean they don't create case law, right?

    16. Re:All software is free, all that is free is mine by phantomfive · · Score: 1

      One teaches at Boalt and I will try to engage him on it the next time I speak with him.

      Yeah, that would be interesting to hear if you get a chance.

      --
      "First they came for the slanderers and i said nothing."
    17. Re:All software is free, all that is free is mine by phantomfive · · Score: 1

      It has gone to the appellate court, and at this point what the court thinks is really all that matters.

      --
      "First they came for the slanderers and i said nothing."
    18. Re:All software is free, all that is free is mine by cas2000 · · Score: 1

      Your mind is like a sponge and a blender - it soaks up everything and blends it into an incoherent mishmash of bizarro-world nonsensical sludge.

      none of what you just said makes any sense, and none of it is true.

      for example, absolutely no-one "agrees" that using ZFS with the Linux kernel "somehow relicenses ZFS under GPL2". Nobody even seriously thinks that.

      What everyone agrees is that it is completely legal for an end-user to combine software distributed under two different, incompatible licenses (such as the GPL and the CDDL) and compile it for their own use, and it is also legal to distribute scripts and wrappers (e.g. in dkms packages) to help end-users automate that process.

      There is a lot of disagreement about whether it is OK to distribute the end result of that combination. Given that copyright works in an all-rights-reserved manner by default, that only explicit permission from the copyright holder(s) (e.g. in a license agreement) can allow re-distribution, it seems to me that the "it's OK" argument boils down to a bet that "neither Oracle nor any of the kernel copyright holders will sue us for it, so we'll get away with it".

      Even if Oracle decided to distribute Linux+ZFS together in pre-compiled form, they'd be in violation of Linux's GPL license, and there are only two ways to remedy that:

      1. They can relicense ZFS with a GPL-compatible license(*)
      2. They can cease distribution of the combined derivative work

      (*) normally, IMO the GPL is the most appropriate license for all free software. In the case of ZFS, the BSD license is the most appropriate because it's not only compatible with the GPL and thus Linux, it's also compatible with all the existing *BSD and Illumos and other derivatives. It is extremely unlikely that Oracle will relicense ZFS, though - they've shown less than zero interest in doing that over the years.

  8. Re:Plaintiff created the defendant, no name object by Bruce+Perens · · Score: 2

    In trademark law, one must either defend your name, or lose rights to it to the extent that you didn't defend it.

    This is oft-quoted but incorrect. You do not lose your trademark by failure to defend it. You lose it if your trademark becomes generic. So, arguably Xerox could have difficulty enforcing their trademark if the defendants can prove that it has become synonymous with photocopying.

    You do not have to go after all possible infringers in court. That would make trademarks horribly expensive and impractical to own.

    Also, a trademark is for a specific category of products or services. So, Linux is a trademark of Linus Torvalds for compter software, but there is also a Linux Detergent (I kid you not) and it does not infringe on the software Linux because it is in a different trademark category.

  9. Where are the SFC Member Organizations? by Bruce+Perens · · Score: 2

    Software Freedom Conservancy has at least 46 member projects for whom they hold property as a corporation, provide a corporate veil against liability for the project and its develoers, provide legal advice, and act as a tax-exempt organization on behalf of the projects (a 501(c)3) so that the projects can receive donations which the donors write off of their income to reduce their overall tax load by a portion of the donation.

    This is a big deal for the projects concerned.

    So, where are those projects? Why do I not yet see the project's official comments on behalf of SFC, but only a few personal comments from projects that are not SFC members? Why haven't they grouped together and all signed a letter to the community in support of SFC?

    Please wake up, folks.

    1. Re:Where are the SFC Member Organizations? by Aighearach · · Score: 2

      Are you sure they even have users? It is just crap like Boost [wretch], Darcs, Git, Incscape, Mercurial, phpMyAdmin [pause for 90s flashbacks], QEMU, Samba [crying], Selenium, Squeak, SWIG [thanks for the code I promise not to look at it], uCLibc [I actually use this one], and WINE.

      Probably they don't come out in support of their great Champion because they don't have users and don't care. /s

      The good news, without Darcs, Git, or Mercurial we'd still have SVN and CVS to choose between.

      It all reminds of the Free Internet Chess Server... originally it was GPL. They had all the contributors sign the copyrights over the Free Internet Chess Server organization... and then they closed the source and licensed it out as proprietary software! It continues on today, still closed source, still with the word "free" in the name. If they had registered their corporation as a non-profit, somebody might have been able to sue to get it back! Lawsuits aren't always the worst result, sometimes the worse result is that the behavior couldn't be stopped at all!

      I can understand signing copyrights over to the FSF, because of their history. But developers should think twice about signing copyrights over to an organization to "safeguard" when all they have is a name that purports to be about software freedom.

    2. Re:Where are the SFC Member Organizations? by Jeremy+Allison+-+Sam · · Score: 1

      > Are you sure they even have users?
      > The good news, without Darcs, Git, or Mercurial we'd still have SVN and CVS to choose between.

      Now you've just outed yourself as a troll, which I was starting to suspect. Saying "Are you sure they even have users?" in the same sentence as git means you're deliberately trolling, or so unfamiliar with modern software development and the importance of git as a Conservancy project that I'm surprised you are even aware of a site like slashdot.

      Either way, you're not worth responding to anymore.

    3. Re:Where are the SFC Member Organizations? by Bruce+Perens · · Score: 1

      Why did anyone up-moderate this??? Git certainly has users. Anyone who thinks otherwise lives in a different reality.

      Maybe you don't like Boost and C++, but they are very big among corporates. Hey, I don't like Java (and for that matter do not use Boost because I tend to write C+- when I use that language) but I acknowledge that there are billions of lines of Java written written.

      QEMU is a component of virtualization systems and you may think you're not using it but odds are you are. uClibc is in pretty much all embedded Linux including Billions of wireless access points, etc.

      And ultimately this is about the people behind the organizations. Bradley and Karen at SFC are behaving ethically and devote their whole lives to charity when they could each make 10 times more in industrry. Eben is behaving very much differently from the Eben we know for 25 years and we don't understand why. As the bloggers referenced in the story have noted, his optics are terrible.

    4. Re:Where are the SFC Member Organizations? by Anonymous Coward · · Score: 0

      Probably they don't come out in support of their great Champion because they don't have users and don't care. /s

      Why did anyone up-moderate this??? Git certainly has users. Anyone who thinks otherwise lives in a different reality.

      That '/s' at the end told me the entire thing was pure sarcasm. You seem to disagree. Why?

    5. Re:Where are the SFC Member Organizations? by Aighearach · · Score: 1

      LOLOLOLOLOL Bruce, Bruce, I haven't ROFLCOPTERed like that in years, thank you man! Thank you. ---{--{@

      You're right, I hate C++. As soon as C stops being the best tool, I either jump upwards to Ruby or down to ASM. Never never never switch to C++, it is all knife and no handle.

      Also, an astute reader would notice that I said I use uCLibc, so then there must be at least an 85% chance I use QEMU.

    6. Re:Where are the SFC Member Organizations? by Aighearach · · Score: 1

      Grampy, meds. Meds, Grampy. Don't ask about the lawn, there is an injunction.

      It isn't like I left bare sarcasm waiting to trap an unsuspecting reader, I put the /s right there on the part that was a joke, and then made serious comments.

      I find it interesting that two different people who are close to this story responded to my comment, and they both attacked the joke, pretended not to see that it was clearly labeled as a joke, and did not in any way respond to the substance of my comment.

      You take it a step further and even call me names. To which I reply, "Are you stupid, or just an asshole?"

  10. Re:Plaintiff created the defendant, no name object by Dutch+Gun · · Score: 1

    I can't disagree with your analysis, but what do I know? That being said, I had sort of automatically given the moral high ground to SFC until I saw this little tidbit from the SFLC blog:

    We have tried repeatedly for almost three years to get a meeting with Karen and Bradley in order to discuss this and other claims we have concerning their and the Conservancy’s activities. In all that time, they have never once agreed to meet with us to hear and discuss our concerns. They have presented transparently dilatory responses, such as being “too busy,” or even “always too busy” when we asked them to set their own time. Sometimes we have not been offered so much as the courtesy of a refusal.

    The SFC had posted this:

    We were surprised by this spurious action. In our eleven years of coexistence, SFLC has raised no concerns nor complaints about our name, nor ever asked us to change it. We filed our formal answer to SFLC’s action yesterday.

    It's a bit hard to bring up these issues if you are refused meetings. What they say may be "technically" true, but if they'd been refusing to have meetings, they had to have a pretty good idea of what those meetings would be about. What a mess. It makes them both look pretty bad at this point, to be honest.

    --
    Irony: Agile development has too much intertia to be abandoned now.
  11. virtue is no panacea by Anonymous Coward · · Score: 0

    The problem with organizations that pursue virtue are disagreements on exactly what is virtuous. I'll stick with the pursuit of money - more is better.

  12. Solution is clear by mysidia · · Score: 1

    The community should withdraw all support from the SFLC, support the SFC solely instead, and distance themselves from any organization continuing to sponsor the SFLC.

    I think the problem will work itself out.

    1. Re:Solution is clear by Aighearach · · Score: 1

      I think

      As clear as air, in that you didn't give any reasons and so there is nothing to see in your opinion.

    2. Re:Solution is clear by jjohn_h · · Score: 1

      Lawyer Moglen has presented the case for dynamic linking under GPL2 and honestly concluded that it is not clear. He and SFLC accepted dynamic linking, SFC did not and started a war.

      I personally got the impression that the fanatics are on SFC side. The pragmatics can only support SFLC. Their position makes everything easier and no freedom is lost with it.

      The trademark fight is not the real issue. The two parties should sit down and talk.

    3. Re:Solution is clear by Anonymous Coward · · Score: 0

      Don't forget to give as much money as you can to the SFC in these trying times. They need it, because Free Software is in Danger! You wouldn't leave it helpless, would you, you hopeless reprobate

  13. Re:Plaintiff created the defendant, no name object by jjohn_h · · Score: 1

    The SFConservancy's reply is B. Kuhn's reply and is a classical example of non-denial denial. The SFLawCenter was trying for years to talk to them over a wide range of issues and not simply about a name.

    They coulnd't talk because Kuhn was soo busy. Well, I guess he will have to find the time to appear in court and answers a few questions. It smells of bastards as far as I'm concerned.

  14. Re:Plaintiff created the defendant, no name object by Jeremy+Allison+-+Sam · · Score: 1

    There is a good answer to this here, which I'm surprised isn't linked to from the main article:

    http://www.rants.org/2017/11/c...

    Notably:

    "These paragraphs are disingenuous in several ways.

    First, Conservancy has consistently been willing to meet, but merely insisted as a ground rule that the conduct of the meeting must be professional and civil. This was both responsible and a smart move on their part. The meeting isnâ(TM)t going to be productive if it involves shouting and insults, and they had reason to believe that was a real possibility.

    If you donâ(TM)t know the personalities involved here, you might not understand why such a ground rule would be necessary. Let me simply say this: I have known Conservancyâ(TM)s Executive Director, Karen Sandler, for a decade now, and worked very closely with her on a number of efforts, some of which involved contentious counterparties. I have never seen Karen lose her temper nor engage in personal insults or ad hominem arguments, not even with parties who frankly deserved it. She has consistently gone out of her way to keep dialogue constructive, to treat people with respect, and wherever possible to find solutions that work for everyone, even in very difficult conversations. If Karen is unwilling to meet with someone without getting agreement on ground rules, there must be a very serious reason for that.

    So when SFLC says âoethey have never once agreed to meet with usâ, I read that as âoeConservancy wasnâ(TM)t willing to waste time on a pointless face-to-face meeting on SFLCâ(TM)s home turf with no written agenda and with SFLC refusing to explicitly commit to basic ground rules of civil discourseâ. If I were running Conservancy, I would have made exactly the same decision."

  15. Re:Plaintiff created the defendant, no name object by Jeremy+Allison+-+Sam · · Score: 3, Informative

    Please read this:

    http://www.rants.org/2017/11/c...

    for a possible answer to your question. I'm surprised this isn't linked to from the main article.

    Full disclosure, I'm on the Board of Directors of SFC.

  16. Re:Plaintiff created the defendant, no name object by Anonymous Coward · · Score: 0

    The SFC claimed they were surprised when clearly they weren't. That statement was a lie. They lied right off the bat. Everything in the response you posted is just bullshit to try cover up the fact that they told such an obvious lie.

  17. Re:Plaintiff created the defendant, no name object by Aighearach · · Score: 1

    I'm curious, why would slashdot users, who are careful about what we click to the point of often not even clicking on the story, click on a link to a place whose domain name implies it is unserious content?

    Having not read it, and only seen your appeal to read it, I've now become suspicious of you.

  18. Re:Plaintiff created the defendant, no name object by Aighearach · · Score: 1

    What a mess. It makes them both look pretty bad at this point, to be honest.

    I don't really comprehend that. To me it seems obvious that it makes the people refusing to meet look bad, and it makes the other people look like they tried to avoid this unfortunate result.

    Maybe I'm the only person on slashdot who believes in seeking Justice where there are systems in place to achieve it. But I doubt it.

    If they're always too busy to meet with people who helped found their group, and who they potentially have ongoing entanglements with, then they're also always too busy to be doing charitable work and should not be squatting on a trademark! If you stop doing business with a trademark, you lose it. It has to be in use.

    Remember, charities are owned by the community, they're controlled by their board but they are not owned. That is why they get tax benefits. If they did things to be sued over, by definition they're not providing the good faith oversight that is required of board members.

  19. Re:Plaintiff created the defendant, no name object by Aighearach · · Score: 1

    That sounds like a lot of slanderous statements to me! Accusing people of yelling at you and acting unprofessionally... at a meeting that hasn't been held?! That is offensive both to my sense of civics, and to my understanding of what words mean.

    If you attend a meeting and somebody is yelling at you, just leave. Then you can say, "We did meet, but we had to end the meeting early for [reasons]." And it would be honest. But when the meeting didn't happen, you certainly don't get to make accusations like that. Especially when you haven't yet been willing to certify that you've stopped beating your wife!

  20. Re:Plaintiff created the defendant, no name object by Dutch+Gun · · Score: 1

    I don't know either of these parties, so all I have to go on is what I'm reading now (thx for the link - I read the entire post). You can take this as the observations of a neutral outsider.

    I think I might consider the refusal to meet a tactical error on the part of the SFC, because it makes them appear unreasonable. Setting preconditions on a meeting and requiring participants to sign documents promising to "be nice" seems fairly insulting to me, even if someone considers it warranted. I would never sign such documents myself on principle, because the implication is that I need to be held to civility by a piece of paper with my signature on it.

    Is it not a possibility to simply walk out of a meeting if it erupts into "shouting and insults"? If the SFC had at least met with SFLC once, and talks had broken down due to less-than-civil behavior, that would have made for a powerful argument in SFC's favor.

    On the other hand, there may have been no point to such a meeting except for posturing, if the SFLC was intent on forcing the SFC to change their name, and the SFC had no intention of doing so. As such, they may have been bound to end up here regardless. I will say that the threatening language the SFLC used appeared to try to make organizations associated with the SFC nervous about future legal troubles, and such tactics certainly don't paint them in a very favorable light.

    --
    Irony: Agile development has too much intertia to be abandoned now.
  21. Re:Plaintiff created the defendant, no name object by Aighearach · · Score: 1

    It seems SFLC has a VERY weak case unless ...

    Since corporations can't file lawsuits pro-se, they're required to hire a lawyer to do it, this seems to be a very weak default assessment.

    More logical would be something like, "if I think they would require X and Y in order to have a strong case, and they did indeed file the case, and it isn't a case that would reasonably involve any type of cash settlement, then most likely X and Y are implied."

    I would at least want to some reason to believe X and Y are a certain value before believing that they imply an outcome.

  22. LAW Center. They ARE lawyers. They hire themselves by raymorris · · Score: 1

    >Since corporations can't file lawsuits pro-se, they're required to hire a lawyer to do it

    The Software Freedom LAW Center is a bunch of lawyers. Any of them can represent the Center, or indeed they can HIRE themselves, putting donation money in their own pocket.

  23. Genericide is one of FOUR ways to lose your TM by raymorris · · Score: 2

    Genericide is one of four different ways to lose your trademark rights. The others are laches, abandonment, and excessive licensing. Three of them can result in complete loss of all rights, laches results in loss of rights to the degree that complainant failed to defend them in a timely fashion.

    Laches is probably the best fit here. As I said originally, with laches you lose For recent high-profile cases see Fitbug v. Fitbit, No. 13-1418, 2015 U.S. Dist. LEXIS 8775 (N.D. Cal. Jan. 26, 2015) and Eat Right Foods, Ltd v. Whole Foods Mkt., Inc., No. C13-2174, 2015 U.S. Dist. LEXIS 63578 (W.D. Wash. May 14, 2015). In each, the trademark holder failed to file suit quickly after they became aware of infringement, and therefore they were barred from enforcing their rights at all.

    Abandonment meant is mainly focused on complainant not using the mark in commerce for a period of time, but use include licensing. Actively requiring other users to enter into a licensing agreement will prevent abandonment.

    Excessive licensing occurs when a rightsholder allows too many other people to use the mark, even with a license agreement. If Wendy's allowed just any hamburger joint to use their Wendy's trademark for a fee of $100/month, with no other control of hamburger quality etc, they would lose the mark because the Wendy's would no longer indicate a specific hamburger restaurant concept with a specific menu, specific quality standards, etc.

  24. A few words went missing by raymorris · · Score: 3, Informative

    A few words went missing in my post. That should say:

    "As I originally stated, with laches you lose the right to enforce to the degree that you failed to police it."

        For example, if a university allows local businesses to print and sell T-shirts using the university logo, and doesn't take any action to stop them over a number of years, they'd lose the right to enforce it on T-shirts printed by the local businesses. They wouldn't lose all trademark rights.

    Here SFLC not only ALLOWED the SFC to use the name, officers of SFLC helped *choose* the name for SFC to use and did the trademark registration. This is like if you helped write the Debian Social Contract, borrowing wording from the Open Source Definition, then you turned around and sued Debian for copyright infringement on the Definition - suing them for doing something you helped them do.

    1. Re:A few words went missing by Bruce+Perens · · Score: 1

      Laches has two elements, delay and prejudice. The concept here is that if the plaintiff waits for the defendant to build public awareness of their use of the trademark and thus a valuable business in infringing the trademark and then the plaintiff sues, the plaintiff loses. The defendany has to demonstrate both delay and prejudice in order to win using a laches defense.

      Not all infringements ever meet that standard and thus must be enforced early. I would indeed imagine that most infringements do not.

  25. Red Herring by Local+ID10T · · Score: 1

    We have tried repeatedly for almost three years to get a meeting with Karen and Bradley in order to discuss this and other claims we have concerning their and the Conservancy’s activities.

    This is a red herring. Requesting a meeting is not how you go about asserting a trademark.

    Typically a letter is sent stating your position. The opposing party can agree, disagree, request to discuss terms, or ignore you... Where you go from there varies, but you always start by giving notice in writing that there is an issue to be resolved.

    --
    "You want to know how to help your kids? Leave them the fuck alone." -George Carlin
  26. Re:Plaintiff created the defendant, no name object by davecb · · Score: 1

    Just for context, Jeremy is one of the major developers of Samba, and Samba is one of the projects referred to.

    --
    davecb@spamcop.net
  27. Only the ones that matter by raymorris · · Score: 1

    > Not all infringements ever meet that standard and thus must be enforced early.

    The first half is delay, so that applies to all cases under discussion. The second part is, to use your words " a valuable business" - so only in cases that matter.

    In this particular instance, there are at least three clear grounds on which FSC should win, all related to the same concept - Eben Moglen, Executive Director of SFLC, is the one complaining, but he himself was on the board of SFC when it launched, when it was created with that name in 2006. Eleven years later, it's a bit late for him to decide his own actions were illegally harming his SFLC and sue his own creation over the name he and his friends selected for it. Laches, estoppel, etc.

    Separately, trademarks are not allowed to be "merely descriptive". You can trademark "Mustang" and "Cobra" for cars because those words have nothing to do with cars. You can't trademark "Fast" as a car name because it describes the car. "Software Freedom Law Center" sounds pretty descriptive to me, it describes in plain ordinary English exactly what the organization does. SFLC may be foolish to start talking about the validity of trademarks. On the other hand:

      conservancy (Merriam Webster)
    1 British :a board regulating fisheries and navigation in a river or port
    2 :an organization or area designated to conserve and protect natural resources

    Since SFC neither regulates boats nor protects natural resources, their name may not be merely descriptive, and therefore a stronger trademark than software freedom law center.

    1. Re:Only the ones that matter by Bruce+Perens · · Score: 1

      So, I am still at a loss why Eben Moglen, law teacher at Columbia, would bring this proceeding. The legal part seems so shaky, and if they prevail they make pariahs of themselves. Or have already made.

      Here are all of SFC's stated defenses:

      1. Petitioner's claim fails to state a claim upon which relief can be granted. (this is standard for any such case)
      1. Petitioner's claim is barred by the doctrine of unclean hands.
      2. Petitioner's claim is barred by the doctrine of laches.
      3. Petitioner's claim is barred by the doctrine of estoppel.
      4. Petitioner's claim is barred by the doctrine of acquiescence.

  28. Two possible reasons by raymorris · · Score: 1

    > So, I am still at a loss why Eben Moglen, law teacher at Columbia, would bring this proceeding.

    Yeah it seems silly. I don't know why he's doing this, but I do know that there has been bad blood between he and SFC for a couple years now. I also know that people, including really smart people, do really stupid things behind emotion. He may be thinking "I created the Conservancy, heck I came up with the name, and now you guys are doing things I hate. I made the organization, you should do things my way, the way I created the organization to do them!". That would be understandable, but he/they created both SDLC and SFC as separate legal entities from any of the people. Just because Eben created the program doesn't mean they need to do things his way, and this may be his attempt to "take his ball and go home", where the phrase "Software Freedom" is the ball.

    It's also entirely possible that Even and/or cooler heads at SFLC don't expect to actually win. This may be either a bargaining chip or simply a strike at SFC. It's certainly a pain in the ass for SFC to deal with, even if they win in the end.

  29. Gnome...Lunduke by Anonymous Coward · · Score: 0

    Look at the first letter of each- is this a gaggle of groups or what?

  30. ORLY by Anonymous Coward · · Score: 0

    The title in this article, full of acronyms, reminds me of something I saw in the web days ago:

    "GAS 2U!

    DQMOT, BSF IDK WCA 2TXT W/LOA.

    IYO, ITS EZ &PDQ... IDTS.

    IMHO, ARE =ADIH. TBH, FUBAR &2M2H. GIAR, PLZ! KISS. .02

    RX"