<?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.29 (Ruby 2.6.10) -->


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

]>


<rfc ipr="trust200902" docName="draft-ietf-iotops-ol-01" 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="2025" month="November" day="05"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 43?>

<t>This memo provides for an extension to RFC 8520 (Manufacturer Usage
Description Specification, MUD) 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 52?>

<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 license* [owner-name]
          +--rw owner-name            string
          +--rw (license-type)?
             +--:(spdx-lt)
             |  +--rw spdx-tag*       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) 2025 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 Revised 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 revision.";
    reference
      "RFC XXXX: Ownership and Licensing Statements in YANG";
  }

  grouping owner-license-grouping {
    description
      "A grouping expression ownership and license information";
    container ol {
      description
        "container relating to ownership and licensing.";
      list license {
        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-tag {
              type string;
              min-elements 1;
              description
                "SPDX License Identifier, as indicated at
                 https://spdx.org/licenses/";
            }
          }
          case url {
            leaf-list license-info {
              type inet:uri;
              min-elements 1;
              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": {
      "license": [
        {
          "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>
  <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>
  <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>
  <dt>name:</dt>
  <dd>
    <t>ietf-ol</t>
  </dd>
  <dt>namespace:</dt>
  <dd>
    <t>urn:ietf:params:xml:ns:yang:ietf-ol</t>
  </dd>
  <dt>maintained by IANA:</dt>
  <dd>
    <t>N</t>
  </dd>
  <dt>prefix:</dt>
  <dd>
    <t>ol</t>
  </dd>
  <dt>reference:</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="https://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 346?>

<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:
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

-->

</rfc>

