home.social

#lgpl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lgpl, aggregated by home.social.

fetched live
  1. @nek

    #PamDuress [1] is a small #LGPL package, looks serious and well-written, developed since 2021, though should be checked by people with infosec experience. Fork for #phosh [2]. Up to the user to write or choose "duress" scripts - not necessarily deleting anything - could be emailing an alert or audio/photo files to a trusted address.

    Should be usable on any GNU/Linux desktop/laptop/phone for people whose threat model needs this.

    [1] github.com/nuvious/pam-duress

    [2] github.com/Sirr-OS/phosh-pam-d

  2. @nek

    #PamDuress [1] is a small #LGPL package, looks serious and well-written, developed since 2021, though should be checked by people with infosec experience. Fork for #phosh [2]. Up to the user to write or choose "duress" scripts - not necessarily deleting anything - could be emailing an alert or audio/photo files to a trusted address.

    Should be usable on any GNU/Linux desktop/laptop/phone for people whose threat model needs this.

    [1] github.com/nuvious/pam-duress

    [2] github.com/Sirr-OS/phosh-pam-d

  3. @valorzard this discusses #LGPL 2.1, but #Guile is licensed under LGPL 3 (or later) which gives you a clear path (point 4 d 0):
    gnu.org/licenses/lgpl-3.0

    > Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
    @leogaggl @doctormo

  4. @valorzard this discusses #LGPL 2.1, but #Guile is licensed under LGPL 3 (or later) which gives you a clear path (point 4 d 0):
    gnu.org/licenses/lgpl-3.0

    > Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
    @leogaggl @doctormo

  5. Con una licencia #LGPL los desarrolladores de videojuegos podrían mantener lo que quisieran como software privativo menos #Godot, cuyas modificaciones estarían obligados a compartir con todo aquél cliente que lo pidiera.

  6. Existe la #LGPL que permite enlazar software privativo. Es la licencia que utiliza la #Glibc.

    Así, cosas como las que dijo John #Carmack son erróneas. Ya me dirás qué valor saca #FreeBSD de la #PS5. Si casi no se obtiene nada de #Linux en televisores u otros dispositivos siendo #Copyleft con #GPL.

    "The recent discussions around copilot are a good opportunity to say this: I wish I could have licensed the Id source code releases as #BSD. The GPL virality wound up being a net negative, and more value would have come from BSD. My partners would never have gone for it, though."
    xcancel.com/ID_AA_Carmack/stat

  7. [Перевод] Лицензии слабого копилефта: могут ли они заменить пермиссивные (разрешительные) лицензии?

    Среди открытых лицензий хорошо известны строгие GPL и (с другой стороны) разрешительные — MIT, Apache. Однако менее известен слабый копилефт, который находится между ними. А ведь эти лицензии имеют такие популярные приложения и библиотеки, как Mozilla Firefox, glibc, LibreOffice и другие. Подходящий ли это вариант для интеграции открытого софта с закрытым ? И стоит ли авторам ПО с открытым кодом использовать лицензии слабого копилефта вместо пермиссивных (если GPL/AGPL не подходит) ?

    habr.com/ru/articles/1024508/

    #opensource #patents #lgpl #mpl #epl #copyleft #право #copyright #линковка #gpl

  8. Why genAI means the end of copyright for software and the re-invention of open source

    Most of the discussions about the impact of the latest generative AI systems on copyright have centred on text, images and video. That’s no surprise, since writers, artists and film-makers feel very strongly about their creations, and members of the public can relate easily to the issues that AI raises for this kind of creativity. But there’s another creative domain that has been massively […]

    #ai #chardet #circumvention #claude #cleanRoom #danBlanchard #genai #gnu #gpl #lgpl #licensing #markPilgrim #mit #nebraskaProblem #openSource #openSource20 #python #richardStallman #software #unix walledculture.org/why-genai-me
  9. Why genAI means the end of copyright for software and the re-invention of open source

    Most of the discussions about the impact of the latest generative AI systems on copyright have centred on text, images and video. That’s no surprise, since writers, artists and film-makers feel very strongly about their creations, and members of the public can relate easily to the issues that AI raises for this kind of creativity. But there’s another creative domain that has been massively […]

    #ai #chardet #circumvention #claude #cleanRoom #danBlanchard #genai #gnu #gpl #lgpl #licensing #markPilgrim #mit #nebraskaProblem #openSource #openSource20 #python #richardStallman #software #unix walledculture.org/why-genai-me
  10. Salvatore Sanfilippo (@antirez) and Armin Ronacher (@mitsuhiko) both argue that #AI reimplementation of #copyleft libraries is fine. Their legal reasoning might be correct. That's not the point.

    Legal and legitimate are different things—and both pieces quietly assume otherwise.

    https://writings.hongminhee.org/2026/03/legal-vs-legitimate/

    #GPL #LGPL #license #opensource #freesoftware

  11. Salvatore Sanfilippo (@antirez) and Armin Ronacher (@mitsuhiko) both argue that #AI reimplementation of #copyleft libraries is fine. Their legal reasoning might be correct. That's not the point.

    Legal and legitimate are different things—and both pieces quietly assume otherwise.

    https://writings.hongminhee.org/2026/03/legal-vs-legitimate/

    #GPL #LGPL #license #opensource #freesoftware

  12. An interesting #licence war is happening in the #Python world.

    The popular `chardet` package has apparently been re-written (by assistance of the Claude #LLM). Undergoing this *version* change to v 7.0.0 the current maintainer has shifted the licence away from the #LGPL to the more permissive MIT licence.

    I'm not a lawyer, and I don't know about the deeper backgrounds. While a complete clean slate implementation may justify a different licence, I don't think that anyone who's been maintaining a package for years can claim complete lack of influence on the existing code base. So a licence change from one version to another without consent of the (original) contributors seems wildly inadmissible.

    Additionally, if the author claims a complete re-write using Claude, in many jurisdictions (including the US) AI generated content cannot be IP protected. So in that case he'd have had to remove the #copyright (c) claim to his name as well to be at least consistent with the narrative.

    This is completely independent of the authenticity of the supposed statement by Mark Pilgrim (original author) of `chardet`.

    I'm interested to hear what others think ...

    theregister.com/2026/03/06/ai_

    #license #GenAI #IntellectualProperty

  13. An interesting #licence war is happening in the #Python world.

    The popular `chardet` package has apparently been re-written (by assistance of the Claude #LLM). Undergoing this *version* change to v 7.0.0 the current maintainer has shifted the licence away from the #LGPL to the more permissive MIT licence.

    I'm not a lawyer, and I don't know about the deeper backgrounds. While a complete clean slate implementation may justify a different licence, I don't think that anyone who's been maintaining a package for years can claim complete lack of influence on the existing code base. So a licence change from one version to another without consent of the (original) contributors seems wildly inadmissible.

    Additionally, if the author claims a complete re-write using Claude, in many jurisdictions (including the US) AI generated content cannot be IP protected. So in that case he'd have had to remove the #copyright (c) claim to his name as well to be at least consistent with the narrative.

    This is completely independent of the authenticity of the supposed statement by Mark Pilgrim (original author) of `chardet`.

    I'm interested to hear what others think ...

    theregister.com/2026/03/06/ai_

    #license #GenAI #IntellectualProperty

  14. @simon Obviously! The source code is: that code required to produce the binary. That code was LGPL. It doesn't matter how many algorithms, nor the nature of the algorithms, it goes through to become those 1s and 0s.

    #law #lawfare #computerScience #intellectualProperty #licensing #FOSS #GNU #LGPL #MIT #code #softwareEngineering #LLM #codeWashing

  15. @simon Obviously! The source code is: that code required to produce the binary. That code was LGPL. It doesn't matter how many algorithms, nor the nature of the algorithms, it goes through to become those 1s and 0s.

    #law #lawfare #computerScience #intellectualProperty #licensing #FOSS #GNU #LGPL #MIT #code #softwareEngineering #LLM #codeWashing

  16. "AI" LLM-based licensewashing of LGPL code ... by the project maintainer.

    What the hell is wrong with these folks? Token go in, brain fall out.

    Getting a program to "rewrite" your code doesn't nullify the copyright ownership or license terms of everything that went before it. You need a clean-room reimplementation from a bare spec for that, and LLMs *by definition* can't do that.

    github.com/chardet/chardet/rel

    #FFS.

    #AI #LLM #OpenSource #FreeSoftware #license #licensing #LGPL #GPL #CleanRoom #reimplementation

  17. "AI" LLM-based licensewashing of LGPL code ... by the project maintainer.

    What the hell is wrong with these folks? Token go in, brain fall out.

    Getting a program to "rewrite" your code doesn't nullify the copyright ownership or license terms of everything that went before it. You need a clean-room reimplementation from a bare spec for that, and LLMs *by definition* can't do that.

    github.com/chardet/chardet/rel

    #FFS.

    #AI #LLM #OpenSource #FreeSoftware #license #licensing #LGPL #GPL #CleanRoom #reimplementation

  18. Then again, I can just stfu, swallow my pride, say that #Java is okay to use and go over to github.com/git-moss/DrivenByMo and clone that code to see if I can do any better.

    #LGPL even. Heck yes.