<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.32 (Ruby 3.2.1) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-ol-03" category="std" consensus="true" submissionType="IETF" updates="8520" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title abbrev="Owner and Licensing Statements">Ownership and licensing statements in YANG</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-ol-03"/>
    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>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="2023" month="April" day="27"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 46?>

<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 54?>

<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>
      <ul spacing="normal">
        <li>
          <strong>Issue</strong>: Should this be an owner or an originator?</li>
      </ul>
      <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>
      <ul spacing="normal">
        <li>
          <strong>Issue</strong>: Should we simply say that a URI contains a colon and SPDX
license identifier doesn't?</li>
      </ul>
      <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>
      <artwork><![CDATA[
module: ietf-ol

  augment /mud:mud:
    +--rw ol
       +--rw owners*               string
       +--rw (license-type)?
          +--:(spdx-lt)
          |  +--rw spdx-tag?       string
          +--:(url)
             +--rw license-info?   inet:uri

]]></artwork>
      <ul spacing="normal">
        <li>
          <strong>Issue</strong>: Should different owners possibly have their own license
types?  (Logical and, derived works.)</li>
        <li>
          <strong>Issue</strong>: Should a single owner possibly have multiple license
types?  (Logical or, multi-licensing.)</li>
      </ul>
    </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>
      <sourcecode type="yang" markers="true" name="ietf-ol@2021-05-21.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;
  }
  
  import ietf-mud {
    prefix mud;
  }


  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) 2021 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.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.  ";

  revision 2021-05-21 {
    description
      "Initial proposed standard.";
    reference
      "RFC XXXX: Extension for ownership and licensing";
  }

  grouping ol-extension {
    description
      "OL extension grouping";
    container ol {
      description
        "container relating to ownership and licensing.";
      leaf-list owners {
      type string;
        description
          "A list of owners, may be in the form of a copyright
           Example: Copyright (c) Jane Smith.  All rights Reserved.";
        }
      choice license-type {
        description "Either choose a standard license type or point
                     to one of your own.";
        case spdx-lt {
          leaf spdx-tag {
            type string;
            description "SPDX License Identifier, as indicated at
                         https://spdx.org/licenses/";
          }
        }
        case url {
          leaf license-info {
            type inet:uri;
            description "A URL pointing to licensing information.";
          }
        }
      }
    }
  }

  augment "/mud:mud" {
    description
      "Add extension for Ownership and licensing.";
    uses ol-extension;
  }
}
]]></sourcecode>
    </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>
      <sourcecode type="json"><![CDATA[
{
  "ietf-mud:mud": {
    "mud-version": 1,
    "extensions": [
      "ol"
    ],
    "ol": {
      "owners": [
        "Copyright (c) FrobMaster 2021. All Rights Reserved"
      ],
      "spdx-tag": "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>
      <ul spacing="normal">
        <li>
          <strong>Task</strong>: need Makefile for validating this against MUD.
(Probably put this into a separate file, too.)</li>
        <li>
          <strong>Issue</strong>: Should we give an example for usage outside yang?</li>
      </ul>
    </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>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <reference anchor="RFC8520">
        <front>
          <title>Manufacturer Usage Description Specification</title>
          <author fullname="E. Lear" initials="E." surname="Lear">
            <organization/>
          </author>
          <author fullname="R. Droms" initials="R." surname="Droms">
            <organization/>
          </author>
          <author fullname="D. Romascanu" initials="D." surname="Romascanu">
            <organization/>
          </author>
          <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">
        <front>
          <title>SPDX Specification 2.1</title>
          <author>
            <organization>The Linux Foundation</organization>
          </author>
          <date year="2016"/>
        </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">
            <organization/>
          </author>
          <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">
            <organization/>
          </author>
          <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>
    </references>
    <?line 305?>

<section anchor="changes-from-earlier-versions">
      <name>Changes from Earlier Versions</name>
      <t>Draft -02:</t>
      <ul spacing="normal">
        <li>Small updates to the example</li>
      </ul>
      <t>Draft -01:</t>
      <ul spacing="normal">
        <li>Format IANA considerations</li>
        <li>Discuss security considerations</li>
      </ul>
      <t>Draft -00:</t>
      <ul spacing="normal">
        <li>Resubmit unchanged</li>
      </ul>
      <t>Individual Draft -01:</t>
      <ul spacing="normal">
        <li>Add some issues</li>
        <li>correct spacing</li>
      </ul>
      <t>Individual Draft -00:</t>
      <ul spacing="normal">
        <li>Initial revision</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
i71cbADZ/wAmzf5utCEAAA==

-->

</rfc>
