{"id":397644,"date":"2026-04-17T12:51:48","date_gmt":"2026-04-17T10:51:48","guid":{"rendered":"https:\/\/nextcloud.com\/?p=397644"},"modified":"2026-04-17T12:51:51","modified_gmt":"2026-04-17T10:51:51","slug":"euro-office-license-compliance-and-what-open-source-means","status":"publish","type":"post","link":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/","title":{"rendered":"Euro-Office: License compliance and what open source means"},"content":{"rendered":"\n<p>On March 27, a coalition of companies launched Euro-Office \u2014 an open, collaborative project to build a trustworthy, sovereign office editor on top of existing open-source foundations. License compliance is at the heart of the free-and-open-source movement, and as a new project built on existing code, getting it right matters. <\/p>\n\n\n\n<p>Before publishing any code, we conducted a thorough license review and consulted directly with people closely involved in writing the AGPLv3, who have since also spoken about Euro-Office in public. This article explains what we found, what we did, and why we are sure that Euro-Office is fully compliant with the terms of the AGPLv3.<\/p>\n\n\n<div class=\"wp-block-image imageRoundShadow\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\"><img decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\" alt=\"\" class=\"wp-image-397678\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png 1920w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means-300x169.png 300w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means-1024x576.png 1024w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means-768x432.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means-1536x864.png 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p>Since publishing, our position was\u00a0<a href=\"https:\/\/www.fsf.org\/blogs\/licensing\/agpl-is-not-a-tool-for-taking-freedom-away\" target=\"_blank\" rel=\"noreferrer noopener\">explicitly confirmed<\/a>\u00a0in a recent blog post about the Euro-Office license debate by the Free Software Foundation, the organization behind the GPL family of licenses. The original author of the AGPL, Bradley M. K\u00fchn, similarly\u00a0<a href=\"https:\/\/sfconservancy.org\/blog\/2026\/apr\/16\/badgeware-onlyoffice-nextcloud-affero-gpl\/\" target=\"_blank\" rel=\"noreferrer noopener\">wrote a forceful case<\/a>\u00a0for our interpretation of the AGPL, and Dutch lawyer\u00a0<a href=\"https:\/\/itenrecht.nl\/artikelen\/the-logo-trap-onlyoffice-s-agplv3-gambit-and-what-it-means-for-free-and-open-source-compliance\" target=\"_blank\" rel=\"noreferrer noopener\">Maurits Westerik<\/a>, known for the Dutch translation of the GPL series of licenses, came to the very same conclusion. <\/p>\n\n\n\n<p>We are deeply humbled by the incredibly supportive response from the wider Free and Open Source Software community, and in particular we are grateful for the efforts of these very prominent members of our movement. Across forums, mailing lists and social media channels, thousands of other community members have voiced their support. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p>Euro-Office is built on ONLYOFFICE, which is distributed under the AGPLv3. The source files include additional terms added by ONLYOFFICE under Section 7 of that license \u2014 a mechanism that allows authors to attach a limited set of supplementary conditions.<\/p>\n\n\n\n<p>We reviewed each of those terms carefully. One, a warranty disclaimer under Section 7(a), is entirely valid, and we have kept it. A second term, however, requires distributors to display the ONLYOFFICE product logo, while a third simultaneously declines to grant any trademark rights to that logo. This creates an impossible situation: you are required to include something you have no legal right to use. According to the Free Software Foundation, the author of the AGPLv3, a product logo does not qualify as a \u00abreasonable legal notice or author attribution\u00bb under Section 7(b), and the combination with the trademark restriction makes this requirement a \u00abfurther restriction\u00bb \u2014 which is explicitly prohibited by Section 10 of the license.<\/p>\n\n\n\n<p>Fortunately, the license anticipates exactly this scenario. Section 7 states clearly that if a distributed work contains a further restriction, the recipient may remove that term. That is precisely what Euro-Office has done. The result is a codebase that is fully compliant with the AGPLv3, where all four user freedoms are preserved: to run, study, modify, and redistribute the software.<\/p>\n\n\n\n<p>Read on to gain a deeper understanding of the AGPLv3 license and read a more detailed analysis of the additional terms ONLYOFFICE included.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Free and Open Source Software<\/h2>\n\n\n\n<p>Fundamentally, Open Source (or Free Software) changes the relation between the developer and the user (or customer) of a piece of software. Compared to traditional, &#8216;proprietary&#8217; licenses, it shifts power from the copyright owner to users, granting them the right to exercise four essential freedoms (traditionally counted from 0 to 3):<\/p>\n\n\n\n<ol start=\"0\" class=\"wp-block-list\">\n<li>To run the program for any purpose.<\/li>\n\n\n\n<li>To study and change the program (requires source code).<\/li>\n\n\n\n<li>To redistribute copies and help others.<\/li>\n\n\n\n<li>To improve the program and release modified versions.<\/li>\n<\/ol>\n\n\n\n<p>The licenses that underpin these freedoms are the General Public License, and its &#8216;networked&#8217; sister, the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/GNU_Affero_General_Public_License\" target=\"_blank\" rel=\"noreferrer noopener\">GNU Affero General Public License<\/a>. The fundamental goal of the licenses is to ensure that software can not be used to lock users in and limit their choices.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A level playing field<\/h3>\n\n\n\n<p>These licenses have allowed a thriving ecosystem to develop. They\u00a0<a href=\"http:\/\/www.linux-magazine.com\/Online\/News\/Linux-is-the-Largest-Software-Development-Project-in-History\" target=\"_blank\" rel=\"noreferrer noopener\">facilitate collaboration at an unprecedented scale<\/a>, because it strikes a unique balance between leadership and contributors. As long as a project&#8217;s leadership, be it a single person like Linus Torvalds or a company like Sun Microsystems, acts in the interests of the users and contributors, the project can thrive. When the leader fails to do so, those users and contributors can choose to defect and simply create a new project in a process called &#8216;forking&#8217;. They are allowed to take a copy of the code and continue to collaborate on its development without any of the restrictions or even involvement of the original project.<\/p>\n\n\n\n<p>Such a &#8216;fork&#8217; can be more successful than the original, as\u00a0<a href=\"https:\/\/nextcloud.com\/blog\/press_releases\/pr20160602\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud has shown<\/a>. Sometimes, after a fork, the community works it out, and the projects merge, as was\u00a0<a href=\"https:\/\/www.phoronix.com\/news\/OpenWRT-LEDE-Re-Merge\" target=\"_blank\" rel=\"noreferrer noopener\">seen when OpenWRT merged with its fork LEDE<\/a>. Other forks disappear. Either way, forking is core to what open source stands for: freedom from vendor lock-in.<\/p>\n\n\n\n<p>This freedom ensures that nobody can \u2018kill\u2019 a project with many users and contributors. Buy an open source company and shut it down \u2013 its users and contributors will simply proceed without you. But it also creates a discipline because leadership always knows that they owe their position to the trust they have with the community. Violate that trust, and they can be left with nothing.<\/p>\n\n\n\n<p>The result is that open source licenses have created a unique collaborative space, a level playing field where developers can freely experiment and innovate and the best ideas win. Successful projects can build large and impactful products that are incredibly resilient and, through the transparent development and governance enabled by the licenses, can be afforded a extraordinary amount of trust by their users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Detailed analysis of the license and terms<\/h2>\n\n\n\n<p>Let&#8217;s have a more detailed look at the terms included by ONLYOFFICE. We start by looking at the copyright notice in\u00a0<a href=\"https:\/\/github.com\/Euro-Office\/core\/blob\/2bd9fd5b4f11f45ea1f500023b9c5c9ea8ae4f95\/DocxRenderer\/DocxRenderer.cpp\" target=\"_blank\" rel=\"noreferrer noopener\">DocxRenderer.cpp<\/a>. This same notice is included in all source files.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>\/*\n\n* (c) Copyright Ascensio System SIA 2010-2023\n* \n* This program is a free software product. You can redistribute it and\/or\n* modify it under the terms of the GNU Affero General Public License (AGPL)\n* version 3 as published by the Free Software Foundation. In accordance with\n* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect\n* that Ascensio System SIA expressly excludes the warranty of non-infringement\n* of any third-party rights.\n* \n* This program is distributed WITHOUT ANY WARRANTY; without even the implied\n* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR  PURPOSE. For\n* details, see the GNU AGPL at: http:\/\/www.gnu.org\/licenses\/agpl-3.0.html\n* \n* You can contact Ascensio System SIA at 20A-6 Ernesta Birznieka-Upish\n* street, Riga, Latvia, EU, LV-1050.\n* \n* The  interactive user interfaces in modified source and object code versions\n* of the Program must display Appropriate Legal Notices, as required under\n* Section 5 of the GNU AGPL version 3.\n* \n* Pursuant to Section 7(b) of the License you must retain the original Product\n* logo when distributing the program. Pursuant to Section 7(e) we decline to\n* grant you any rights under trademark law for use of our trademarks.\n* \n* All the Product's GUI elements, including illustrations and icon sets, as\n* well as technical writing content are licensed under the terms of the\n* Creative Commons Attribution-ShareAlike 4.0 International. See the License\n* terms at http:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/legalcode\n* \n\n*\/<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>The license is thus the AGPLV3,\u00a0<a href=\"https:\/\/github.com\/Euro-Office\/core\/blob\/2bd9fd5b4f11f45ea1f500023b9c5c9ea8ae4f95\/LICENSE.txt\" target=\"_blank\" rel=\"noreferrer noopener\">itself included verbatim with the code repository<\/a>. The copyright notice proceeds to add a number of terms, referring to the rules as set out in the AGPLv3 Section 7.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A look at Section 7<\/h3>\n\n\n\n<p>Let&#8217;s have a closer look at this section of the AGPL. Section 7 of the license scopes clearly which terms can be added without contradicting the terms of the license (under Section 10):<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n\na) Disclaiming warranty or limiting liability differently from the\nterms of sections 15 and 16 of this License; or\n\nb) Requiring preservation of specified reasonable legal notices or\nauthor attributions in that material or in the Appropriate Legal\nNotices displayed by works containing it; or\n\nc) Prohibiting misrepresentation of the origin of that material, or\nrequiring that modified versions of such material be marked in\nreasonable ways as different from the original version; or\n\nd) Limiting the use for publicity purposes of names of licensors or\nauthors of the material; or\n\ne) Declining to grant rights under trademark law for use of some\ntrade names, trademarks, or service marks; or\n\nf) Requiring indemnification of licensors and authors of that\nmaterial by anyone who conveys the material (or modified versions of\nit) with contractual assumptions of liability to the recipient, for\nany liability that these contractual assumptions directly impose on\nthose licensors and authors.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>When a term is added that does not fit the scope of a through f, this is considered a \u00abfurther restriction\u00bb. These may be removed, as Section 7 continues:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>It refers to Section 10 which states you are not allowed to distribute AGPLv3 licensed software with \u00abfurther restrictions\u00bb to the rights otherwise granted by the license:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>In short, section 7 allows the addition of terms, as long as the fundamental rights of the end user to run, study, modify and share the code are not limited. If such a restrictive term is added, the recipient of the code is allowed to remove it.<\/p>\n\n\n\n<p>This was explicitly written to deal with \u201cgotcha\u201d licenses that took an open source license and added a clause undermining the freedoms the GPL grants, as can be read\u00a0<a href=\"https:\/\/sfconservancy.org\/blog\/2022\/mar\/30\/neo4j-v-purethink-open-source-affero-gpl\/\" target=\"_blank\" rel=\"noreferrer noopener\">in this blog<\/a>\u00a0from the Software Freedom Concervancy\u2019s Bradley M. K\u00fchn, one of the authors of the AGPLv3:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Specifically, the clause was designed to give more rights to downstream recipients when bad actors attempt this nasty trick. Indeed, I recall from my direct participation in the A\/GPLv3 drafting that this provision was&nbsp;<em>specifically designed<\/em>&nbsp;for the situation where the original, sole copyright holder\/licensor added additional restrictions.<\/p>\n<\/blockquote>\n\n\n\n<p>He also quotes Richard Fontana, legal council of the FSF at the time of the license being written:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The whole point of the section 7 clause (\u201cIf the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term.\u201d) was to address the well known problem of an original GPL licensor tacking on non-GPL, non-FOSS, GPL-norm-violating restrictions.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">The specific terms added<\/h3>\n\n\n\n<p>Let&#8217;s closely examine the terms added by ONLYOFFICE, which relies on sections 7(a), 7(b) and 7(e).<\/p>\n\n\n\n<p>Clearly, a disclaimer of warranty as described under Section 7(a) is included. This has been retained and can be found in the\u00a0<a href=\"https:\/\/github.com\/Euro-Office\/core\/blob\/main\/DocxRenderer\/DocxRenderer.cpp\" target=\"_blank\" rel=\"noreferrer noopener\">latest version of the license<\/a>.<\/p>\n\n\n\n<p>Next comes a term under 7(b). In the license, this section outlines the &#8216;Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it&#8217;. Satisfying the condition generally means having an &#8216;about&#8217; dialog which would credit the author, for example:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>Portions of this software are \u00a9 2024 Example Corp.\n\nAttribution Notice:\nThis product includes the \u201cExampleDB Engine\u201d developed by Example Corp.\n(https:\/\/example.com). This notice must be displayed in all user interfaces\nthat present legal notices or credits.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>Such a requirement is reasonable: it does not put an undue burden on the recipient, limiting their freedom to use, study, modify or distribute.<\/p>\n\n\n\n<p>However, the logo requirement added by ONLYOFFICE does not fit within the well defined scope of the terms under Section 7(b):<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>* Pursuant to Section 7(b) of the License you must retain the original Product\n* logo when distributing the program. Pursuant to Section 7(e) we decline to\n* grant you any rights under trademark law for use of our trademarks.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>This is a rather contradictory requirement. It requires including the product logo, which is trademarked by ONLYOFFICE, while explicitly not granting any rights to use the ONLYOFFICE trademark. Or, to put it differently:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>you MUST include the product logo<\/li>\n\n\n\n<li>you do NOT get permission to use the logo in any way<\/li>\n<\/ul>\n\n\n\n<p>Of course, it is impossible to abide by these conflicting requirements. Thus shipping the code like this would violate the terms of the AGPLv3 in Section 10:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>You may not impose any further restrictions on the exercise of the rights\ngranted or affirmed under this License.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>This is also the\u00a0<a href=\"https:\/\/www.fsf.org\/blogs\/community\/gpl-compliant-legal-notices-author-attributions\" target=\"_blank\" rel=\"noreferrer noopener\">view of the license author, the Free Software Foundation:<\/a><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The GNU GPLv3 Sec. 7(b) does make it possible to extend the requirement, but only to cover items that can be deemed as \u00abreasonable legal notices or author attributions.\u00bb The terms \u00ablegal notice\u00bb and \u00abauthor attribution\u00bb cannot be stretched to cover completely different items. \u00abLegal notice\u00bb normally means a notice advising a person of their rights or obligations. \u00abAuthor attribution\u00bb is an identification of the natural person who is the author of the copyrighted work. This means that, for example, links leading to different materials are not intended to benefit from Sec. 7(b). Apart from some specific situations, logos are neither \u00ablegal notices\u00bb nor \u00abauthor attributions\u00bb as normally understood.<\/p>\n<\/blockquote>\n\n\n\n<p>Earlier this week, this position was <a href=\"https:\/\/www.fsf.org\/blogs\/licensing\/agpl-is-not-a-tool-for-taking-freedom-away\" target=\"_blank\" rel=\"noreferrer noopener\">explicitly confirmed<\/a>\u00a0by the FSF in a blog about the case with ONLYOFFICE:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>This obligation to \u00abretain the original Product logo\u00bb is not included in Sec. 7(b) of the (A)GPLv3, nor in any other parts, as an (A)GPL-compliant additional term, and is therefore considered a further&nbsp;<em>restriction<\/em>&nbsp;of the (A)GPLv3.<\/p>\n<\/blockquote>\n\n\n\n<p>From their side, ONLYOFFICE has acknowledged the tension between brand protection and open-source freedoms in a discussion with\u00a0<a href=\"https:\/\/isitreallyfoss.com\/projects\/onlyoffice\/\" target=\"_blank\" rel=\"noreferrer noopener\">isitreallyfoss.com<\/a>. There they clearly stated their wish to \u00abremain committed to open-source principles while also ensuring that our brand identity is protected and that users receive a clear and consistent experience\u00bb.<\/p>\n\n\n\n<p>Clearly, ONLYOFFICE aims to avoid confusion about the origin of its software. The display of a notice to that end in the \u201cAbout\u201d dialog, as Section 7(b) was designed to allow, should satisfy that requirement. However, including a trademarked logo in the interface would limit what recipients can do with the software. This might of course be intended, to avoid harm to the brand of the creator of the software. If that is the goal, the\u00a0<a href=\"https:\/\/www.fsf.org\/blogs\/community\/gpl-compliant-legal-notices-author-attributions\" target=\"_blank\" rel=\"noreferrer noopener\">FSF recommends<\/a>\u00a0to just use Section 7(e) when including a logo in the terms:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The GNU GPLv3 Sec. 7(e) should rather be used if a licensor&#8217;s goal is to preserve \u2014 to some extent \u2014 links or logos in the program&#8217;s interface. This section acknowledges that the licensor can decline,<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u00abto grant rights under trademark law for use of some trade names, trademarks, or service marks.\u00bb<\/p>\n<\/blockquote>\n\n\n\n<p>Putting trademarked links or logos in the program&#8217;s interface and explicitly declining a trademark license thus gives the trademark holder a way to stop uses harmful to their reputation, balanced by the users&#8217; option to remove the trademarks in order to distribute modifications freely. That way of securing attribution (or even advertising) benefit is consistent with the GNU GPLv3&#8217;s intent to protect software freedom. People who modify the software still have some flexibility to decide how notices included in ALNs are displayed in their software, and other developers cannot use Sec. 7 to try to take that flexibility away.<\/p>\n<\/blockquote>\n\n\n\n<p>To balance the rights of the user with those of the author, section 7 gives the users the \u00aboption to remove the trademarks in order to distribute modifications freely.\u00bb Quoting this specific section from the license:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>If the Program as you received it, or any part of it, contains a notice\nstating that it is governed by this License along with a term that is a\nfurther restriction, you may remove that term.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>In conclusion, to achieve compliance with Section 10 of the AGPLv3, Section 7 of the AGPLv3 allows the conflicting logo requirement to be removed.<\/p>\n\n\n\n<p>This is what Euro-Office opted to do. You can read this reasoning in the\u00a0<a href=\"https:\/\/github.com\/Euro-Office\/core\/commit\/e452acebeb343389520348733041056af0cd4c23\" target=\"_blank\" rel=\"noreferrer noopener\">commit that executed the change reproduced below<\/a>\u00a0where we also address the last section of the\u00a0<a href=\"https:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/deed.en\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY-SA 4.0 license<\/a> mentioned for GUI assets like icons and illustrations. This Creative Commons license is well known and respected, and we do not see it pose any issues for Euro-Office.<\/p>\n\n\n\n<p>Commit message:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>Logo retention requirement (Section 7(b)):\nSection 7(b) permits requiring preservation of \"legal notices or\nauthor attributions\". A product logo is a trademark\/brand element,\nnot a legal notice or author attribution. It therefore exceeds the\nscope of 7(b), qualifies as a \"further restriction\" under Section 10,\nand may be removed.\n\nTrademark disclaimer (Section 7(e)):\nPurely declaratory \u2014 the AGPLv3 does not grant trademark rights in\nany case. The disclaimer creates no affirmative obligation on the\nlicensee and removing it changes no rights or obligations. There is\nno legal basis requiring its preservation.\n\nContact address:\nThe postal address of Ascensio System SIA is informational only.\nNo provision of the AGPLv3 requires downstream recipients to preserve\nthe original licensor's contact details.\n\nAppropriate Legal Notices reminder:\nThis paragraph merely restates the obligation already imposed by\nAGPLv3 Section 5(d). It is not a Section 7 additional term and its\nremoval does not affect compliance obligations, which derive from\nthe license text itself.\n\nThe Section 7(a) warranty exclusion and CC BY-SA 4.0 notice for GUI\nassets are retained as they are substantive terms that modify licensee\nrights and obligations.<\/code><\/pre>\n<\/blockquote>\n\n\n\n<p>To paint the actions we took into a picture:<\/p>\n\n\n<div class=\"wp-block-image imageRoundShadow\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"1976\" height=\"2560\" src=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-scaled.png\" alt=\"Flow chart with the actions taken for each of the four terms added by ONLYOFFICE.\" class=\"wp-image-397655\" style=\"aspect-ratio:0.771881461061337;width:534px;height:auto\" srcset=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-scaled.png 1976w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-232x300.png 232w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-445x576.png 445w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-768x995.png 768w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-1185x1536.png 1185w, https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/ONLYOFFICE-Section-7-Terms-Analysis-vertical-1581x2048.png 1581w\" sizes=\"(max-width: 1976px) 100vw, 1976px\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>The AGPLv3 was written to protect the freedom of software users and to ensure that freedom cannot be quietly taken away through the back door of additional terms. Section 10 is explicit: no distributor may impose further restrictions on the rights the license grants. Section 7 provides both the scope of what can be added, and the remedy when something goes beyond that scope.<\/p>\n\n\n\n<p>In this case, the remedy is clear and mandatory. The logo retention clause \u2014 which requires including a trademarked logo while simultaneously withholding permission to use that trademark \u2014 qualifies as a further restriction under Section 10. Distributing Euro-Office with that clause intact would therefore put us in violation of the AGPLv3. Removing it, as per Section 7, is required for compliance with the license, and required to preserve the full rights of every recipient of Euro-Office to run, study, modify, and redistribute the software.<\/p>\n\n\n\n<p>We will credit Ascensio System SIA and all other contributors prominently in the appropriate places, including the \u00abAbout\u00bb dialog, which is both the right thing to do and consistent with what Section 7(b) was designed to allow. We remain open to dialogue about how to do so in a way that works for everyone. But the foundation of that dialogue must be the AGPLv3 as written, and the freedoms it was created to protect.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Euro-Office is built on ONLYOFFICE, distributed under the AGPLv3. In this post we explain that certain additional terms in the source files conflicted with the AGPLv3, and what we did about it. Our reading is supported by the license authors themselves.<\/p>\n","protected":false},"author":2,"featured_media":397678,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"22","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"718986","discourse_permalink":"https:\/\/help.nextcloud.com\/t\/euro-office-license-compliance-and-what-open-source-means\/243423","wpdc_publishing_response":"success","wpdc_publishing_error":"","footnotes":""},"categories":[11,17,6,7,351,347,13,1],"tags":[],"class_list":["post-397644","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-business","category-community","category-news","category-opinion","category-privacy","category-security","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Euro-Office: License compliance and what open source means - Nextcloud<\/title>\n<meta name=\"description\" content=\"Euro-Office reviewed the terms in the ONLYOFFICE codebase and found contradictions. We explain the legal basis, what we removed, and why.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Euro-Office: License compliance and what open source means - Nextcloud\" \/>\n<meta property=\"og:description\" content=\"Euro-Office reviewed the terms in the ONLYOFFICE codebase and found contradictions. We explain the legal basis, what we removed, and why.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T10:51:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T10:51:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jos Poortvliet\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:site\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jos Poortvliet\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"16 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\"},\"author\":{\"name\":\"Jos Poortvliet\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2\"},\"headline\":\"Euro-Office: License compliance and what open source means\",\"datePublished\":\"2026-04-17T10:51:48+00:00\",\"dateModified\":\"2026-04-17T10:51:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\"},\"wordCount\":2338,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#organization\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\",\"articleSection\":[\"Blog\",\"Business\",\"Community\",\"News\",\"Opinion\",\"Privacy\",\"Security\",\"Uncategorized\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\",\"url\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\",\"name\":\"Euro-Office: License compliance and what open source means - Nextcloud\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\",\"datePublished\":\"2026-04-17T10:51:48+00:00\",\"dateModified\":\"2026-04-17T10:51:51+00:00\",\"description\":\"Euro-Office reviewed the terms in the ONLYOFFICE codebase and found contradictions. We explain the legal basis, what we removed, and why.\",\"breadcrumb\":{\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png\",\"width\":1920,\"height\":1080,\"caption\":\"featured: Euro-Office update on open source & license compliance\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nextcloud.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Euro-Office: License compliance and what open source means\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nextcloud.com\/es\/#website\",\"url\":\"https:\/\/nextcloud.com\/es\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nextcloud.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nextcloud.com\/es\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\/\/nextcloud.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Nextclouders\/\",\"https:\/\/x.com\/nextclouders\",\"https:\/\/www.linkedin.com\/company\/10827569\/\",\"https:\/\/youtube.com\/nextcloud\",\"https:\/\/www.instagram.com\/nextclouders\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2\",\"name\":\"Jos Poortvliet\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/nextcloud.com\/es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g\",\"caption\":\"Jos Poortvliet\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Euro-Office: License compliance and what open source means - Nextcloud","description":"Euro-Office reviewed the terms in the ONLYOFFICE codebase and found contradictions. We explain the legal basis, what we removed, and why.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/","og_locale":"es_ES","og_type":"article","og_title":"Euro-Office: License compliance and what open source means - Nextcloud","og_description":"Euro-Office reviewed the terms in the ONLYOFFICE codebase and found contradictions. We explain the legal basis, what we removed, and why.","og_url":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_published_time":"2026-04-17T10:51:48+00:00","article_modified_time":"2026-04-17T10:51:51+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png","type":"image\/png"}],"author":"Jos Poortvliet","twitter_card":"summary_large_image","twitter_creator":"@nextclouders","twitter_site":"@nextclouders","twitter_misc":{"Escrito por":"Jos Poortvliet","Tiempo de lectura":"16 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#article","isPartOf":{"@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/"},"author":{"name":"Jos Poortvliet","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2"},"headline":"Euro-Office: License compliance and what open source means","datePublished":"2026-04-17T10:51:48+00:00","dateModified":"2026-04-17T10:51:51+00:00","mainEntityOfPage":{"@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/"},"wordCount":2338,"commentCount":0,"publisher":{"@id":"https:\/\/nextcloud.com\/es\/#organization"},"image":{"@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png","articleSection":["Blog","Business","Community","News","Opinion","Privacy","Security","Uncategorized"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/","url":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/","name":"Euro-Office: License compliance and what open source means - Nextcloud","isPartOf":{"@id":"https:\/\/nextcloud.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage"},"image":{"@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png","datePublished":"2026-04-17T10:51:48+00:00","dateModified":"2026-04-17T10:51:51+00:00","description":"Euro-Office reviewed the terms in the ONLYOFFICE codebase and found contradictions. We explain the legal basis, what we removed, and why.","breadcrumb":{"@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#primaryimage","url":"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png","width":1920,"height":1080,"caption":"featured: Euro-Office update on open source & license compliance"},{"@type":"BreadcrumbList","@id":"https:\/\/nextcloud.com\/es\/blog\/euro-office-license-compliance-and-what-open-source-means\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nextcloud.com\/es\/"},{"@type":"ListItem","position":2,"name":"Euro-Office: License compliance and what open source means"}]},{"@type":"WebSite","@id":"https:\/\/nextcloud.com\/es\/#website","url":"https:\/\/nextcloud.com\/es\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/nextcloud.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nextcloud.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/nextcloud.com\/es\/#organization","name":"Nextcloud","url":"https:\/\/nextcloud.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/nextcloud.com\/es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]},{"@type":"Person","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/c3c1a52fbc1c6a2be2f1df8818daa8c2","name":"Jos Poortvliet","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nextcloud.com\/es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1c6de64891ee8c4902e1ac198f26ea5fb202d8bbaa7bce35b6a184610bbe4a3d?s=96&d=mm&r=g","caption":"Jos Poortvliet"}}]}},"featured_media_url":"https:\/\/nextcloud.com\/c\/uploads\/2026\/04\/AGPLv3-license-compliance-and-what-open-source-means.png","_links":{"self":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/397644","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/comments?post=397644"}],"version-history":[{"count":18,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/397644\/revisions"}],"predecessor-version":[{"id":397733,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/posts\/397644\/revisions\/397733"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/media\/397678"}],"wp:attachment":[{"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/media?parent=397644"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/categories?post=397644"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nextcloud.com\/es\/wp-json\/wp\/v2\/tags?post=397644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}