Recently, IONOS and Nextcloud announced their new, sovereign office suite called “Euro-Office” and claimed they were using components of ONLYOFFICE. It seems they are doing so without checking the licences first and without cooperating with them.

Original announcement:

Nextcloud and Ionos are promising a modern, open-source office suite for the summer. To achieve this goal, they have forked OnlyOffice.

heise.de

ONLYOFFICE reply:

Based on publicly available information, the “Euro-Office” project uses technology derived from ONLYOFFICE editors in violation of our licensing terms and of international intellectual property law.

onlyoffice.com

  • Buffalox@lemmy.world
    link
    fedilink
    English
    arrow-up
    52
    arrow-down
    2
    ·
    edit-2
    2 days ago

    From the blog:

    ONLYOFFICE is distributed under the GNU Affero General Public License v3 (AGPL v3)

    And

    preserving ONLYOFFICE branding in derivative works;

    IDK seems to me it’s not really GPL if you can’t fork it, and that clause is certainly not compatible with any other GPL code.

    If they use any GPL code they are probably in violation of that license.
    Looks to me like they want to appear opensource, while keeping control of the code?

    ensure a balance between openness of the code and protection of the rights of the copyright holder.

    Yep there it is, this is completely contradictory to how GPL 3 works. You can’t call it GPL3 and at the same time claim the copyright.
    ONLYOFFICE is completely misunderstanding how AGPL works.

    https://en.wikipedia.org/wiki/GNU_Affero_General_Public_License

    The main purpose of AGPL was to facilitate the use of GPL for online services, which wasn’t really possible to make with older GPL versions, because they require distribution of the source code together with the software.

    • fonix232@fedia.io
      link
      fedilink
      arrow-up
      33
      ·
      2 days ago

      You’re misunderstanding the point of AGPL.

      Regular GPL software CAN be run over a network, but because the binary of the software isn’t distributed - only an interface is provided to the software itself - the host isn’t obligated to provide the source code. A lot of software hosts used this loophole to get around sharing their modifications to GPL licenced software, killing the main point.

      That’s why AGPL was developed - to protect hosted software. AGPL requires the host to provide source to anyone who has access to the service, not just the binary.

      GPL - if I have the binary, I must be granted access to the source

      AGPL - if I can access the software, I must be granted access to the source

    • Natanael@slrpnk.net
      link
      fedilink
      English
      arrow-up
      14
      ·
      2 days ago

      You can’t call it GPL3 and at the same time claim the copyright.

      Weil you can (because you still own the copyright after giving your work that license), but you have given a legally binding promise to not impose additional restrictions so it won’t do you any good to try

      • Buffalox@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        OK this is getting a bit hairy, but AFAIK only the creator of the GPL code maintains copyright, and can take his code to a closed source project.
        BUT the code that has been released as GPL remains open source, and cannot be made to be NOT open source.
        So anybody has a right to use it, as long as they keep it open source. So in the case of open source projects, it’s academic that the creator of the code maintain the right to use it without the GPL conditions.

        • Natanael@slrpnk.net
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          2 days ago

          Yes, a creator can create a closed source copy (independent of the GPL’d work), assuming they have full ownership or permission from all contributors

          It’s not fully academic only because it’s common for companies to develop a GPL version and offer commercial licenses where the corporate customer is exempt

          But none of this affect the users of the GPL version, so most people don’t care

          • Buffalox@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            2 days ago

            assuming they have full ownership

            You are mixing things up, I’m not talking about the project, I was exclusively talking about the code someone had made personally.
            Linux for instance can never be made proprietary, because it’s impossible to get permission from all developers.
            But anyone who has contributed a piece of code, can use that piece in other projects under different licenses. Because they retain copyright to their own code.

            So as I stated it is academic to the project, and it’s especially academic to a fork of it.

    • Alaknár@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      Yep there it is, this is completely contradictory to how GPL 3 works

      Judging by their repo tags, they use AGPL, MIT, and Apache, with one repo sitting under BSD. But your point stands.