<?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.33 (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-02" 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="2026" month="May" day="11"/>

    
    
    <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 mud?</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>

