<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.6 (Ruby 3.3.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-opsawg-ol-06" category="std" consensus="true" submissionType="IETF" updates="8520" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Owner and Licensing Statements">Ownership and licensing statements in YANG</title>

    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <email>cabo@tzi.org</email>
      </address>
    </author>

    <date year="2024" month="April" day="27"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 43?>

<t>This memo provides for an extension to RFC 8520 that allows
MUD file authors to specify ownership and licensing of MUD
files themselves.  This memo updates RFC 8520.  However, it
can also be used for purposes outside of MUD, and the grouping
is structured as such.</t>



    </abstract>



  </front>

  <middle>


<?line 51?>

<section anchor="introduction"><name>Introduction</name>

<t><xref target="RFC8520"/> Manufacturer Usage Descriptions (MUD) can be used to
describe devices and their requirements to the network infrastructure.
The original version of the specification does not provide for a
means to specify ownership and licensing of the MUD file itself.  This
can hinder those wishing to use, modify, or adapt MUD files for the
purpose of offering them, when the manufacturer is not involved.</t>

<t><list style="symbols">
  <t><strong>Issue</strong>: Should this be an owner or an originator?</t>
</list></t>

<t>To avoid any confusion, we define an extension that allows for
specifying of owners and licensing terms for MUD files.</t>

<t>Those generating MUD files <bcp14>SHOULD</bcp14> use this extension, and
thus this extension updates RFC 8520.</t>

<t>There are two ways to specify a license: a URL pointing to the license
itself or an SPDX tag <xref target="SPDX"/>.  If an SPDX tag is supplied consumers
<bcp14>MUST</bcp14> interpret that tag through its meaning as specified by <xref target="SPDX"/>.</t>

<t><list style="symbols">
  <t><strong>Issue</strong>: Should we simply say that a URI contains a colon and SPDX
license identifier doesn't?</t>
</list></t>

<t>This grouping may be used for other YANG models that reside as
static objects.</t>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="the-owner-license-extension-and-model"><name>The owner-license extension and model</name>

<t>Because the model is primarily motivated by MUD, and based
on the way that YANG trees are formed, the model appears as
an augmentation for MUD.</t>

<figure><sourcecode type="yangtree"><![CDATA[
module: ietf-ol

  augment /ietf-mud:mud:
    +--rw ol
       +--rw licenses* [owner-name]
          +--rw owner-name            string
          +--rw (license-type)?
             +--:(spdx-lt)
             |  +--rw spdx-tags*      string
             +--:(url)
                +--rw license-info*   inet:uri
]]></sourcecode></figure>

<t><list style="symbols">
  <t><strong>Issue</strong>: Should different owners possibly have their own license
types?  (Logical and, derived works.)</t>
  <t><strong>Issue</strong>: Should a single owner possibly have multiple license
types?  (Logical or, multi-licensing.)</t>
</list></t>

</section>
<section anchor="the-yang-schema-for-ownership-and-licensing"><name>The YANG schema for ownership and licensing</name>

<t>The following grouping and augmentation are proposed.</t>

<figure><sourcecode type="yang" markers="true" name="ietf-ol@2024-04-26.yang"><![CDATA[
module ietf-ol {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-ol";
  prefix ol;

  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common Yang Data Types, Section 4";
  }
  import ietf-mud {
    prefix ietf-mud;
    reference
      "RFC 8520: Manufacturer Usage Description Specification";
  }

  organization
    "IETF OPSAWG (Ops Area) Working Group";
  contact
    "WG
     Web: http://tools.ietf.org/wg/opsawg/
     WG List: opsawg@ietf.org
     Author: Eliot Lear lear@cisco.com
     Author: Carsten Bormann <cabo@tzi.org>";
  description
    "This YANG module to indicate ownership and licensing.

     Copyright (c) 2024 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Simplified BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX);
     see the RFC itself for full legal notices.";

  revision 2024-04-26 {
    description
      "Initial proposed standard.";
    reference
      "RFC XXXX: Extension for ownership and licensing";
  }

  grouping owner-license-grouping {
    description
      "A grouping expression ownership and license information";
    container ol {
      description
        "container relating to ownership and licensing.";
      list licenses {
        key "owner-name";
        description
          "list of licenses that may be applied.";
        leaf owner-name {
          type string {
            length "1..128";
          }
          description
            "name of the owner";
        }
        choice license-type {
          description
            "Either choose a standard license type or point
             to one of your own.";
          case spdx-lt {
            leaf-list spdx-tags {
              type string;
              description
                "SPDX License Identifier, as indicated at
                 https://spdx.org/licenses/";
            }
          }
          case url {
            leaf-list license-info {
              type inet:uri;
              description
                "A URL pointing to licensing information.";
            }
          }
        }
      }
    }
  }

  augment "/ietf-mud:mud" {
    description
      "Add extension for Ownership and licensing.";
    uses owner-license-grouping;
  }
}
]]></sourcecode></figure>

</section>
<section anchor="extension-for-mud"><name>Extension for MUD</name>

<t>MUD files using this extension <bcp14>MUST</bcp14> include "ol" in the extensions
array, as specified by <xref target="RFC8520"/>.</t>

</section>
<section anchor="example"><name>Example</name>

<t>In this example, the Frobmaster company is using the 0BSD SPDX
tag to indicate a relatively open license.  The "ol" extension
and container are present.  There is a single owner listed.</t>

<figure><sourcecode type="json"><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "extensions": [
      "ol"
    ],
    "ietf-ol:ol": {
      "licenses": [
        {
            "owner-name" : "Copyright 2024 Frobinator, Inc",
            "spdx-tags": [ "0BSD" ]
        }
      ]
    },
    "mud-url": "https://frobs.example.com/mud/Frob.json",
    "mud-signature": "https://frobs.example.com/mud/Frob.p7s",
    "last-update": "2021-05-24T11:26:04+00:00",
    "cache-validity": 48,
    "is-supported": true,
    "systeminfo": "This device helps produce frobs",
    "mfg-name": "FrobMaster",
    "documentation": "https://frobs.example.com/doc",
    "model-name": "Frobinator"
  }
}
]]></sourcecode></figure>

<t><list style="symbols">
  <t><strong>Task</strong>: need Makefile for validating this against MUD.
(Probably put this into a separate file, too.)</t>
  <t><strong>Issue</strong>: Should we give an example for usage outside yang?</t>
</list></t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>The security considerations of <xref section="16" sectionFormat="of" target="RFC8520"/> with respect to
obtaining validation for information claimed in a MUD file do apply.
While the information described in this specification is not intended
to directly influence the behavior of protective infrastructure, it
may be used by an aggregator as input for deciding the legal basis
that enables providing aggregated information; depending on the
juridical environment, false information in the MUD file may thus
expose the aggregator to additional legal risk.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="mud-extension"><name>MUD Extension</name>

<t>The IANA is requested to add "ol" to the
<xref section="MUD extensions registry" relative="#mud-extensions" sectionFormat="bare" target="IANA.mud"/> of <xref target="IANA.mud"/>
as follows:</t>

<dl newline="true">
  <dt>Extension Name:</dt>
  <dd>
    <t>ol</t>
  </dd>
  <dt>Standard reference:</dt>
  <dd>
    <t>This document</t>
  </dd>
</dl>

</section>
<section anchor="xml-name-space-entry"><name>XML Name Space Entry</name>

<t>This document requests IANA to register the following URI in the "ns"
subregistry within the "IETF XML Registry" in accordance with <xref target="RFC3688"/>:</t>

<dl newline="true">
  <dt>URI:</dt>
  <dd>
    <t>urn:ietf:params:xml:ns:yang:ietf-ol</t>
  </dd>
  <dt>Registrant Contact:</dt>
  <dd>
    <t>The IESG.</t>
  </dd>
</dl>

<t>XML: N/A; the requested URI is an XML namespace.</t>

</section>
<section anchor="yang-module-names"><name>YANG Module Names</name>

<t>This document requests IANA to register the following YANG module in
the "YANG Module Names" subregistry in accordance with <xref target="RFC6020"/>
within the "YANG Parameters" registry.</t>

<dl newline="true">
  <dt>name:</dt>
  <dd>
    <t>ietf-ol
namespace:</t>
  </dd>
  <dt/>
  <dd>
    <t>urn:ietf:params:xml:ns:yang:ietf-ol
maintained by IANA:</t>
  </dd>
  <dt/>
  <dd>
    <t>N
prefix:</t>
  </dd>
  <dt/>
  <dd>
    <t>ol
reference:</t>
  </dd>
  <dt/>
  <dd>
    <t>RFC XXXX</t>
  </dd>
</dl>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC8520">
  <front>
    <title>Manufacturer Usage Description Specification</title>
    <author fullname="E. Lear" initials="E." surname="Lear"/>
    <author fullname="R. Droms" initials="R." surname="Droms"/>
    <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
    <date month="March" year="2019"/>
    <abstract>
      <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
      <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8520"/>
  <seriesInfo name="DOI" value="10.17487/RFC8520"/>
</reference>

<reference anchor="IANA.mud" target="http://www.iana.org/assignments/mud">
  <front>
    <title>Manufacturer Usage Description (MUD)</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>


<reference anchor="SPDX" target="https://spdx.github.io/spdx-spec/v2.3/">
  <front>
    <title>The Software Package Data Exchange® (SPDX®) Specification Version 2.3</title>
    <author >
      <organization>The Linux Foundation</organization>
    </author>
    <date year="2022"/>
  </front>
</reference>


<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>

<reference anchor="RFC3688">
  <front>
    <title>The IETF XML Registry</title>
    <author fullname="M. Mealling" initials="M." surname="Mealling"/>
    <date month="January" year="2004"/>
    <abstract>
      <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="81"/>
  <seriesInfo name="RFC" value="3688"/>
  <seriesInfo name="DOI" value="10.17487/RFC3688"/>
</reference>

<reference anchor="RFC6020">
  <front>
    <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
    <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
    <date month="October" year="2010"/>
    <abstract>
      <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6020"/>
  <seriesInfo name="DOI" value="10.17487/RFC6020"/>
</reference>




    </references>



<?line 342?>

<section anchor="changes-from-earlier-versions"><name>Changes from Earlier Versions</name>

<t>Draft -02:</t>

<t><list style="symbols">
  <t>Small updates to the example</t>
</list></t>

<t>Draft -01:</t>

<t><list style="symbols">
  <t>Format IANA considerations</t>
  <t>Discuss security considerations</t>
</list></t>

<t>Draft -00:</t>

<t><list style="symbols">
  <t>Resubmit unchanged</t>
</list></t>

<t>Individual Draft -01:</t>

<t><list style="symbols">
  <t>Add some issues</t>
  <t>correct spacing</t>
</list></t>

<t>Individual Draft -00:</t>

<t><list style="symbols">
  <t>Initial revision</t>
</list></t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA51ay3YbN5re4ykw7IUth0WRsuLI5SSOLMm2zpFsjyWPk8nJ
AqwCSUTFQnUBRZrRaJ5lFrPOQ6RfrL8fQN2oy3E3N2ShgP9+B6MoYquYP2XM
KpvJmL9f57I0C1Vwkac8U4nMjcrn3Fhh5VLm1nCV818O371hYjot5SoccdvP
mu0XzXaW6iQXS4BOSzGzkZJ2FunCiPU80lk0fsYSbJ3rchMDScoSnRsAqUzM
bVlJZqrpUhmjdG43BaCcnly+ZlWR4hC2HHy7N2bsSm7WukzxMreyzKWNjgkX
Y6KyC13GjEeceyJOMqUtP5OiZBwfXc5jfqRMovnFxoBk45aNLaW0Mf+okoVV
eBLGSP6de5foFHCO3kYHT8f7fkVZEP9ZZJkyMstkHvZVuSWuLtbK/iHLDBJy
L4qFzgFh8M3+hO/v84PvDvjzvfF44F7KpVBZzDMQ+FNCdI0SvezQfyRKkJnz
V7pcijxvmfiUqxU0p+w//t/yVyUJn1/+92mPnQ/a2JlIFvwpSN8fd4j3Bzr8
HUd7B0+/fd7n5I0kpJsuoYmY6p/sH2oEIhjLiSoLQmLa8/H1Eekn5svKcX56
+O5whN/u5cWH45/dD86D6V0uJL/QM7sWpeQfRHIl5pIfCyv4yZdkIfK5/OtP
/pjO/fXnDr8oZKJmCsYD0+D/Razje2/01MNsNO8/TkSE4Ezl1Rf+Ghyl7qTf
QNYU873x3l6gSJRzEtjC2sLEu7umSL+M5souqulIafcYGRCwuwLCXcZUPms5
Z1EUcTElq0lgg5cLZfhSLjUvSr1SqTQcm+EvXH6x5C4g22oSlrNmbhfCctiS
Xht2/umYz1QmAzuGNhrH+IbrezxVzziOMTqG/QuYtMxW0ow4bykJ/tMgxcu3
ei1hQEOuLDwyBwVG86nklZGpI7ioykIbHNKVNWAjIBo69MDD56WuClDAgAXM
V4mtSpwVeKqSxcjLZanSNJOMwVNLnWIP6eCHzoex6+tgODc3/FzkFSyWIJX8
k3EWIU1SqoIOGv4YFOxworcm1WqWuh1YSOUKYjE1harkpfx7pcoQyCBMohvx
AtHjCnFtBj+vCR8xMhddqrnKRcZXwcDANJ0xPetLNZDkiCtBw17BbClF/rUq
I6CNtpWFzmZBY04bC5WnkACMAHForQADxwAZLA/5UqeAPuSENBWFbQB5SwNo
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
63yNrp6h1IMX9k/aTPQ19iQAAA==

-->

</rfc>

