{"id":3476,"date":"2019-10-18T16:58:26","date_gmt":"2019-10-18T23:58:26","guid":{"rendered":"http:\/\/blog.light42.com\/wordpress\/?p=3476"},"modified":"2022-02-09T13:16:27","modified_gmt":"2022-02-09T21:16:27","slug":"oss-license-strategy","status":"publish","type":"post","link":"http:\/\/blog.light42.com\/wordpress\/?p=3476","title":{"rendered":"OSS License Strategy"},"content":{"rendered":"<p><em>this post is an edited, public version of a DRAFT internal discussion<\/em><\/p>\n<p><strong>Preamble<\/strong><br \/>\n  This blog post is intended to bring together topics, facts, considerations and other useful information pertaining to upcoming licensing decisions on full-stack software. It is assumed that all license decisions must be made prior to hand-off of the works to the contract originator. All license  decisions must exist in writing.<\/p>\n<p>  As noted below, some person or entity must have signature authority to enact these license decisions. Subsequently in the project life cycle, it is recommended that a project steering committee be formed with the authority to make or reject further changes. <\/p>\n<p><em>note<\/em>:<br \/>\n&nbsp;&#183; not all components must have the same license<br \/>\n&nbsp;&#183; dual licensing of GPL and non-GPL is possible (more on this later)<br \/>\n&nbsp;&#183; this is a data-driven project &#8211; data (a lot) is the origin and outputs data sets require their own licenses in any event because GPL and other OSS licenses apply to source code, not data<br \/>\n&nbsp;&#183; the means to transform data into a base load, into a DOCUMENT, and read the outputs are code, and must be licensed<\/p>\n<p>The deliverable to the contract originator is &#8220;&#8212;-&#8221; (confirm)<\/p>\n<h4>The Open Source Movement<\/h4>\n<p>Major software initiatives using an Open Source model have flourished in an unprecedented success over the last 15 years, with names like GNU, Linux, BSD Unix, Apache and Mozilla. If the ability of software developers to contribute to common source code, and to form functional communities focused on continuous improvements to their projects is the engine, then the application of standardized licensing to source code (and therefore to new contributions) is what keeps that engine on track.<\/p>\n<blockquote><p>\n<strong>Open Source by Definition<\/strong><\/p>\n<ul>\n<ol>redistribution is permitted<\/ol>\n<ol>source code is available<\/ol>\n<ol>licensee may make derived works<\/ol>\n<\/ul>\n<\/blockquote>\n<p>   <em>see<\/em> <a href=\"http:\/\/www.opensource.org\/osd.html\/\" rel=\"noopener noreferrer\" target=\"_blank\">OSI<\/a><\/p>\n<h3>&nbsp;I&nbsp;  What is in a license?<\/h3>\n<h4>First Principles &#8211; Copyright<\/h4>\n<p>  copyright is held by the party who commissioned the work<br \/>\n  passing through the contractor to the contract originator<\/p>\n<h4>Rights of the User of Open Source Software<\/h4>\n<p>  <strong>Distribution Rights<\/strong><br \/>\n&nbsp;&#8211; who can copy the code (possession)<br \/>\n&nbsp;&#8211; who can deploy the code  (run an instance of the software)<br \/>\n&nbsp;&#8211; what rights do users have with the copier\/deployer (right to obtain source)<\/p>\n<p>  <strong>Modification Rights<\/strong><br \/>\n&nbsp;&#8211; who can modify this code<br \/>\n&nbsp;&#8211; who can distribute their modifications, under what terms?<br \/>\n&nbsp;&#8211; what responsibilities do distributors of modifications have ?<\/p>\n<p>  <strong><\/strong><strong>Generational Limitation<\/strong><br \/>\nOnce a copy of the source code has been modified, what limitations apply to the license for distributed, changed copies?  Specifically, can code be changed from an open license to a less-open license (&#8220;go closed&#8221;), or not?  Must the brand \/ origin be displayed ? Is a party that modifies the project <em>required<\/em> to publish their changes ?<\/p>\n<h4>Source Code License Parts<\/h4>\n<p>  The <strong>licensor<\/strong> asserts explicitly or implicitly, that they have the right to license this source code<\/p>\n<p>  <strong>licensor<\/strong> states <strong>warrenties<\/strong> and <strong>disclaimers<\/strong><br \/>\n    warranty of merchantability<br \/>\n    warranty of fitness for a particular purpose<br \/>\n    warranty against infringement<br \/>\n       either grants protection against patent infringement or not<\/p>\n<p>  <strong>licensor<\/strong> explicitly states rights granted to the <strong>licensee<\/strong><br \/>\n   including what grants the licensee may make to further licensees<\/p>\n<hr \/>\n<h3>&nbsp;II&nbsp;  Source Code Licenses<\/h3>\n<p>We do not want to define a custom license &#8211; there are enough to choose from!<\/p>\n<p>  Google on Licenses <a href=\"https:\/\/opensource.googleblog.com\/2008\/05\/standing-against-license-proliferation.html\" rel=\"noopener noreferrer\" target=\"_blank\">Blog<\/a> &nbsp;&#183;&nbsp; <a href=\"https:\/\/www.opensource.org\/licenses\" rel=\"noopener noreferrer\" target=\"_blank\">OSI<\/a> The Open Source Initiative <\/p>\n<p><strong>Mozilla Public License &#8211; http:\/\/www.mozilla.org\/MPL\/<\/strong><\/p>\n<p>  &#8220;The MPL fills a useful space in the spectrum of free and open source software licenses,  sitting between the Apache license, which does not require modifications to be shared,  and the GNU family of licenses, which requires modifications to be shared under a much  broader set of circumstances than the MPL.&#8221;  &#8211; http:\/\/www.mozilla.org\/MPL\/2.0\/FAQ.html<\/p>\n<p>  (<em>from Wikipedia<\/em>)<br \/>\n   &#8230; The MPL allows covered source code to be mixed with other<br \/>\nfiles under a different, even proprietary license. However, code files licensed under<br \/>\nthe MPL must remain under the MPL and freely available in source form. This makes<br \/>\nthe MPL a compromise between the MIT or BSD licenses, which permit all derived works<br \/>\n to be relicensed as proprietary, and the GPL, which requires the whole of a derived work,  even new components, to remain under the GPL. By allowing proprietary modules in derived projects while requiring core files to remain open source, the MPL is designed to motivate both businesses and the open-source community to help develop core software.<\/p>\n<p>The rights granted by the Mozilla Public License are primarily defined as passing from  &#8220;contributers,&#8221; who create or modify source code, to the licensee. In the absence of patents, MPL-licensed code can be freely used, altered, and redistributed. Versions with patented code can still be used, transferred, and even sold, but cannot be altered withoutspecial permission. In addition, the MPL does not grant the licensee any rights to a contributor&#8217;s trademarks.<\/p>\n<p>To fulfill the terms of the MPL, the licensee must meet certain &#8220;responsibilities,&#8221;<br \/>\nmostly concerning the distribution of licensed software. The licensee must ensure access to or provide all source code files covered by the MPL, even if the software is offered as an executable or combined with other code under a proprietary license. The one exception to covered files remaining under the MPL occurs when they are combined with code under the GPL, Lesser GPL (LGPL), or Affero GPL (AGPL). In this case, the creator of the combined software can choose to provide the entire work under the stricter GPL-based licenses.<\/p>\n<p>The MPL has been approved as both a free software license (albeit one with a<br \/>\nweak copyleft) by the Free Software Foundation[3] and an open-source software license by the Open Source Initiative.[4]<\/p>\n<p>[3] &#8220;Mozilla Public License (MPL) version 2.0&#8221;. Various Licenses and Comments about Them.<br \/>\n    Free Software Foundation. Retrieved 2012-01-03.<br \/>\n[4]  &#8220;Open Source Licenses&#8221;. Open Source Initiative. Retrieved 2012-01-07.  <\/p>\n<p><strong>MIT, BSD, Apache Licenses<\/strong><\/p>\n<p>  &#8220;&#8230; allow code to be used in proprietary software and do not require that open<br \/>\n  source versions of the code be distributed. Code created under these licenses, or<br \/>\n  derived from such code, may go &#8216;closed&#8217; and developments can be made under that<br \/>\n  proprietary license, which are lost to the open source community.<br \/>\n  &#8221;<\/p>\n<p>It is worth considering the Apache v2 license, or the Academic Free License here, since they are more recent that the original BSD and MIT\/X, and contain some refinements<\/p>\n<p>   Non-lawyer <strong>Brian<\/strong> says :<br \/>\nThese licenses DO NOT prevent a competitor to FIRM from taking a complete project, making source code changes that are not published, and advertising the product as their own, as long as certain notices are retained within the code.<\/p>\n<p>&#8220;In short, research-style licenses, like the BSD and MIT Licenses, are ideal for<br \/>\nsituations in which you want wide deployment of your ideas and do not care whether<br \/>\nthis results in open source software or proprietary software.&#8221;<\/p>\n<p>Apache Software License (<strong>ASL<\/strong>)<br \/>\nsee ArsTechnica on Google GPL ASL <a href=\"https:\/\/arstechnica.com\/uncategorized\/2007\/11\/why-google-chose-the-apache-software-license-over-gplv2\/\" rel=\"noopener noreferrer\" target=\"_blank\">HERE<\/a><\/p>\n<p>&#8220;ASL, which is widely used in the open-source software community and has been<br \/>\napproved by the Open Source Initiative, is a permissive license that is conducive to<br \/>\ncommercial development and proprietary redistribution. Code that is distributed<br \/>\nunder the ASL and other permissive licenses can be integrated into closed-source<br \/>\nproprietary products and redistributed under a broad variety of other terms.<br \/>\nUnlike permissive open-source licenses, &#8220;copyleft&#8221; licenses (such as the GPL)<br \/>\ngenerally impose restrictions on redistribution of code in order to ensure that<br \/>\nmodifications and derivatives are kept open and distributed under similar terms.<\/p>\n<p>Permissive licenses like the ASL and BSD license are preferred by many companies<br \/>\nbecause such licenses make it possible to use open-source software code without<br \/>\nhaving to turn proprietary enhancements back over to the open source software<br \/>\ncommunity. These licenses encourage commercial adoption of open-source software<br \/>\nbecause they make it possible for companies to profit from investing in enhancements<br \/>\nmade to existing open-source software solutions.&#8221;<\/p>\n<p><strong> OSI 4<\/strong><br \/>\nThe license must explicitly permit distribution of software built from modified<br \/>\nsource code. The license may require derived works to carry a different name or<br \/>\nversion number from the original software.<\/p>\n<p><strong>GPL, GPLv2, LGPL<\/strong><\/p>\n<p>  These licenses are the most prescriptive on the rights of those that modify and<br \/>\nadopt the project software. <\/p>\n<p><strong>GPL<\/strong><\/p>\n<p> Software can be distributed and modified without additional permission of the licensor.  This imposes a mirror-image restriction on the licensee: while the licensee has free  access to the licensed work, the licensee must distribute any derivative works subject to the same limitations and restrictions as the licensed work. Derivative works must be licensed under the GPL and be subject to all of its conditions.<\/p>\n<p>see <strong>GNU Software<\/strong> <a href=\"http:\/\/www.gnu.org\/philosophy\/free-software-for-freedom.html\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<p><strong>GPLv3<\/strong><\/p>\n<p>  Introduced in 2007 &#8211; GPL Definitions <a href=\"http:\/\/www.gnu.org\/copyleft\/gpl.html\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a>  An essay discusses the differences in GPLv3. <a href=\"http:\/\/www.gnu.org\/licenses\/rms-why-gplv3.html\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a> The primary goal appears to prevent certain kinds of modification (<em>&#8220;Tivoization&#8221;<\/em>)<\/p>\n<p>  <em>Brian says<\/em>: I do not believe that any open source license can restrict the use cases of the software, including commercial use. So there is no such thing as &#8220;GPLv3 non-commercial&#8221; <em>see<\/em><a href=\"https:\/\/softwareengineering.stackexchange.com\/questions\/32444\/opensource-noncommercial-license\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a>  ;  &#8220;No OSI-certified Open Source license (or FSF-approved Free Software license) will restrict commercial use&#8230;&#8221;  David Thornley, 30dec10<\/p>\n<p>GPLv2+ is modified v2 to be compatible with v3<\/p>\n<p><strong>LGPL<\/strong><\/p>\n<p>  A key difference in the LGPL is that is does not restrict the ability of a library to &#8220;link&#8221; to othe libraries.. (referring to compiled-code architecture) The GPL wording is such that a GPL licensed code project cannot be linked to non-GPL code, but an LGPL library can.. Stallman discusses an implication of this here<br \/>\n   see  GNU Why not LGPL <a href=\"http:\/\/www.gnu.org\/licenses\/why-not-lgpl.html\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<p><strong>Python Software Foundation License<\/strong><\/p>\n<p>The license for python, itself.  <a href=\"https:\/\/opensource.org\/licenses\/Python-2.0\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<p><em> from wikipedia<\/em>:<br \/>\nThe Python Software Foundation License (PSFL) is a BSD-style, permissive free software  license which is compatible with the GNU General Public License (GPL). Its primary use is for distribution of the Python project software. Unlike the GPL the Python license is not a copyleft license, and allows modifications to the source code, as well as the construction of derivative works, without making the code open-source. The PSFL is listed as approved on both FSF&#8217;s approved licenses list, and OSI&#8217;s approved licenses list.<\/p>\n<p>  Source code written in python can not be hidden while it is running. <a href=\"https:\/\/stackoverflow.com\/questions\/261638\/how-do-i-protect-python-code\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<hr \/>\n<h4>&nbsp;III&nbsp;  Data Licenses<\/h4>\n<p>This topic remains contentious and is still evolving rapidly. Drivers of change include new technology, new social norms and new markets.<\/p>\n<p><strong>Creative Commons<\/strong><br \/>\n  A quick web tool to assist in choosing a license <a href=\"https:\/\/creativecommons.org\/choose\/\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<p>Example &#8212; given that modifications are permissible as long as they are published, and<\/p>\n<p>    if commerical use of the datasets are permissable<br \/>\n  <strong>Creative Commons Attribution-ShareAlike 3.0<\/strong> United States License <a href=\"https:\/\/creativecommons.org\/licenses\/by-sa\/3.0\/us\/\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<p>    or, if commercial use of the datasets is not permissable<br \/>\n  <strong>Creative Commons Attribution-NonCommercial-ShareAlike 3.0<\/strong> United States License <a href=\"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/3.0\/us\/\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a><\/p>\n<p>  An introduction to an open data in general <a href=\"https:\/\/en.wikipedia.org\/wiki\/Open_data\" rel=\"noopener noreferrer\" target=\"_blank\">HERE<\/a><\/p>\n<p><strong>Open Data Commons.org<\/strong><br \/>\n  The Open Data Commons appears to be expanding <a href=\"https:\/\/opendatacommons.org\/about\/advisory-council.1.html\" rel=\"noopener noreferrer\" target=\"_blank\">-LINK-<\/a>. Their<br \/>\n  license appears to be an approximation of the GPL for data.  <a href=\"https:\/\/opendatacommons.org\/licenses\/odbl\/summary\/\" rel=\"noopener noreferrer\" target=\"_blank\">HERE<\/a><\/p>\n<hr \/>\n<h4>&nbsp;IV&nbsp; Components Inventory<\/h4>\n<p><strong>GUI<\/strong><br \/>\nThe sketching GUI will immediately be identified by some as &#8220;the product.&#8221;<br \/>\n Internal architecture and components are not visible to those without knowledge of software tech. <\/p>\n<p>  However, the GUI as written is only one possible interface to the underlying engines, by design. <\/p>\n<p>  GUI includes some data, for example, visual style definitions in Geoserver, but does not include base-load and DOCUMENT definitions.<\/p>\n<p> Some GUI-specific data can be repurposed in other implementations e.g. geoserver style definitions.<\/p>\n<p><strong>Framework<\/strong><br \/>\n  The technology mix used to initiate, process and retrieve. The backbone of the  project, to which all parts are connected.<\/p>\n<p>  DOCUMENTS are data in a certain form. Currently the only practical way to create DOCUMENTS is through the GUI, but a DOCUMENT in the defined form is NOT part of the GUI, but part of the framework.<\/p>\n<p><strong>Engines<\/strong><br \/>\n  Engines are discrete components, and may carry a separate license. An example is a specialized CALC engine that is re-written for performance, or to express a different model. Engines may perform only on base data, only on DOCUMENT data, or both.<\/p>\n<p><strong>Base Load Data<\/strong><br \/>\n  The ability to load base data &#8211; &#8220;base load scripts&#8221; must have a license<br \/>\n  The data products must have a license<\/p>\n<p><strong>Documentation<\/strong><br \/>\n  Documentation is a &#8220;value add&#8221; and can be considered its own component. Docs can  be in the form of &#8220;help&#8221; with context, often embedded, or as a book, to be read, studied, referred to, etc..<\/p>\n<p><strong>Components<\/strong><\/p>\n<p>  Each of the above are written in programming languages which are different. The most stark example is the Web GUI, written in Javascript and the Django python framework.<\/p>\n<p>  The Framework is the collection of <strong>python<\/strong> and <strong>Postgresql\/PostGIS SQL<\/strong>.<\/p>\n<p>  Engines are particular, discrete expressions of models,<br \/>\ncurrently in python and SQL but could be written in even higher performance code.<\/p>\n<p>  Base Load scripts.. the ability to take public and private data sets, well defined, and transform them into the particular database tables operated upon by the Framework.<\/p>\n<hr \/>\n<h4>&nbsp;IV&nbsp; Strategy Discussion for Choice of License<\/h4>\n<p>Brian&#8217;s Thoughts on &#8220;Why&#8221;<\/p>\n<p>  there are several axiis upon which to measure characteristics and likely trajectories of OSS. The following names some of those and asks, what are the goals of the project  along these axiis ?<\/p>\n<p>  What are the goals of FIRM?  It may be said that &#8220;if you want to hack, try it out yourself, if you want to initiate a paid study, contact FIRM&#8221;<\/p>\n<p><strong>Community versus Poker<\/strong><br \/>\n  Poker is a game where all participants are known to each other as fighting for their  own best interests at all times. Paradoxically it does form communities around the  activities, but the goals are clearly self-serving. There is mostly &#8220;poker&#8221; in business relationships. Community on the other hand, implies considerations of group benefits at all times, perhaps expectations of individuals to take losses for the benefit of the whole.<br \/>\nLocal government is allegedly a community office. Particularly high quality or enabling software is known to draw community. Science is sometimes termed community, although  paradoxically, science is often highly competitive and therfore encourages self-serving decisions.<\/p>\n<p>  This project spreads both technical capacity, and brand. Control of the brand, with  implied quality, is a crucial consideration in the permissiveness of the modification license. The license may state that derived works MUST NOT carry the original brand,  or MUST, there is an argument for either.<\/p>\n<p><strong>Speed of Adoption, Size of Adoption<\/strong><br \/>\n  How many organizations might use this tool set, now or in a few years from now?<br \/>\nAt what rates are first contact, first trial and first real usage desirable<br \/>\nor even possible ?  <\/p>\n<p>  There are well-understood characteristics of the patterns of new product adoption<br \/>\nsee Wikipedia on <strong>Diffusion of Innovation<\/strong> <a href=\"https:\/\/en.wikipedia.org\/wiki\/Diffusion_of_innovation\" rel=\"noopener noreferrer\" target=\"_blank\">HERE<\/a><\/p>\n<p><strong>Encourage and enable adoption versus hold back powerful competitors<\/strong><br \/>\n  In a networked environment, and a high quality product of specialized interest,<br \/>\nthe dynamics change quite a bit. Technical consulting can be very difficult<br \/>\nendeavor, and for the successful, holds importance and money. While keeping a goal of<br \/>\nnew comers enabled by tech to do great analysis, the fact is that a small number of<br \/>\npowerful technical consulting groups may find this package useful to compete with the<br \/>\nothers, to provide services to those unable or uninterested in doing it themselves.<\/p>\n<p>  This package is so enabling, that it could be said to further the state of the art<br \/>\nin the field. <\/p>\n<p><strong>Data Driven Analysis<\/strong><br \/>\n  this environment is data driven, that is, extensive and diverse data is required to<br \/>\nstart, and the output is largely data. Quality and quantity of data is immediately an<br \/>\nissue. Is the goal to spread the technology widely, while playing poker with the data?<br \/>\nIs it to distribute the data widely, and play poker with the client relationships ?<\/p>\n<p>  There is an unending desire by knowledgeable parties for data, both inputs and outputs. The work to clean, organize and report the data is enabled by the software, but it is not free &#8211; resources must come from somewhere.. The Federal, State and County governments are huge sources of raw data, but it is not enough. <\/p>\n<p>  What is the desired net effect of the release of this project with respect to the data, and the ability to produce it, integrate new sources, produce new reports? This topic is almost as large as the Framework and GUI itself &#8211; consider that the Framework and GUI are not easily written, but far fewer parties would have interest in modifications; while the data is of interest to virtually all who would be interested in this project.<\/p>\n<p><strong>End Notes<\/strong><br \/>\nThe decision to mark software work products with an Open Source license, and how to handle data associated with the project and its use, is complicated and deserves attention.  Here we have reviewed a collection of the most popular Open Source licenses. Data must be licensed separately from code, and some attention is shown to emerging data licenses. The motivation to write this is that a full-stack software project is considered for licensing decisions. Customers, community motivations and strategy are briefly discussed. With this short post, several large and different approaches can be seen, compared and contrasted.<\/p>\n<p><em>references<\/em><br \/>\n  https:\/\/code.gov\/about\/overview\/introduction<br \/>\n  EU eGovernment Services OSS-procurement-guideline <a href=\"http:\/\/blog.light42.com\/wordpress\/wp-content\/uploads\/2019\/10\/OSS-procurement-guideline-final.pdf\">HERE<\/a><\/p>\n<p><a href=\"https:\/\/wiki.osgeo.org\/wiki\/Introduction_to_Free\/Libre_and_Open_Source_GIS_v.1.0\">UM FOSS GIS<\/a> University of Massachusetts, Amherst 2007<\/p>\n","protected":false},"excerpt":{"rendered":"<p>this post is an edited, public version of a DRAFT internal discussion Preamble This blog post is intended to bring together topics, facts, considerations and other useful information pertaining to upcoming licensing decisions on full-stack software. It is assumed that all license decisions must be made prior to hand-off of the works to the contract [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/3476"}],"collection":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3476"}],"version-history":[{"count":79,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/3476\/revisions"}],"predecessor-version":[{"id":3739,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/3476\/revisions\/3739"}],"wp:attachment":[{"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3476"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.light42.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}