<?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.7.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-ol-04" category="std" consensus="true" submissionType="IETF" updates="8520" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.1 -->
  <front>
    <title abbrev="Owner and Licensing Statements">Ownership and licensing statements in YANG</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-ol-04"/>
    <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="October" day="23"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 42?>

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

<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>
          <t><strong>Issue</strong>: Should this be an owner or an originator?</t>
        </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>
          <t><strong>Issue</strong>: Should we simply say that a URI contains a colon and SPDX
license identifier doesn't?</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>
          <t><strong>Issue</strong>: Should different owners possibly have their own license
types?  (Logical and, derived works.)</t>
        </li>
        <li>
          <t><strong>Issue</strong>: Should a single owner possibly have multiple license
types?  (Logical or, multi-licensing.)</t>
        </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>
          <t><strong>Task</strong>: need Makefile for validating this against MUD.
(Probably put this into a separate file, too.)</t>
        </li>
        <li>
          <t><strong>Issue</strong>: Should we give an example for usage outside yang?</t>
        </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 anchor="sec-normative-references">
      <name>Normative References</name>
      <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">
        <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"/>
          <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>
    </references>
    <?line 301?>

<section anchor="changes-from-earlier-versions">
      <name>Changes from Earlier Versions</name>
      <t>Draft -02:</t>
      <ul spacing="normal">
        <li>
          <t>Small updates to the example</t>
        </li>
      </ul>
      <t>Draft -01:</t>
      <ul spacing="normal">
        <li>
          <t>Format IANA considerations</t>
        </li>
        <li>
          <t>Discuss security considerations</t>
        </li>
      </ul>
      <t>Draft -00:</t>
      <ul spacing="normal">
        <li>
          <t>Resubmit unchanged</t>
        </li>
      </ul>
      <t>Individual Draft -01:</t>
      <ul spacing="normal">
        <li>
          <t>Add some issues</t>
        </li>
        <li>
          <t>correct spacing</t>
        </li>
      </ul>
      <t>Individual Draft -00:</t>
      <ul spacing="normal">
        <li>
          <t>Initial revision</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA5Va23YbtxV9x1egfJHkkJQoK7EyduLIkmyrS7ZcSa6TZuUB
nAFJRMPBdIARzajqt/ShX9L+WPfBZS66eLlcy0tzAXAOzmWffTAejUbsOuFP
GbPK5jLhZ6tCVmahSi6KjOcqlYVRxZwbK6xcysIargr+y8H7N0xMp5W8DlPc
8NNm+EUznGU6LcQSS2eVmNmRknY20qURq/lI56OdPZZi6FxX6wRCMpbqwmCR
2iTcVrVkpp4ulTFKF3ZdYpWT48vXrC4zTMKQ/W93dxi7kuuVrjK8LKysCmlH
RySLMVHbha4SxkeceyWOc6UtP5WiYhw/Xc0TfqhMqvnF2kBl4x4bW0lpE36u
0oVVuBPGSP7MvUt1hnUO3472n0J590RZKP9J5LkyMs9lEcbVhaVdXayU/UNW
OSzkXpQLXWCFwTd7E763x/ef7fPvd3d2Bu6lXAqVJzyHgj+lpNc41cuO/oei
gpoFf6WrpSiKdhMfC3UNzyn7339b/qoi4/PLv530tvNBGzsT6YI/hep7Ox3l
/YTO/o5Gu/tPv/2+v5M3koSuu4qmYqp/sn+oMZRgrCCtLBRJaMz560PyT8KX
tdv5ycH7gzGu3cuLD0c/uwvOQ+jRE35RylTNFGICHue744kf0jjS/9yOLxcS
EVfUn/lrKJi5GX4ABUfCd3cm3zGmilmrFBuNRlxMyaEpwuNyoQxfyqXmZaWv
VSYNx2CEMpefLUUyVLCa9uECjduFsBxu1ivD3n084jOVy6CaoYHGKb/m+pEk
0jOOaYymYfwC0Sbza2nGnLeahNBuhOLlW72S8O2QK4tkKaCB0XwqeW1k5hQu
66rUBpN0bQ22EQQNnXjI4fNK1yU0YJCCzdeprSvMFbir08XY22WpsiyXjCGJ
Kp1hDNnzh86PsZub4NPbW/5OFDWCiVaq+Ecj5pIfSZNWqqSJhm9Cgy1O+kZV
rWaZG4EHmbyGWUzUUFW8kn+vVRUwBsYkvZHKSOwrQM4MKRgVHzNyva7UXBUi
5y7s4SlsmuaYXgRlGkIKpHzwsHcwW0pRfK3LaNHG28rCZ7PgMeeNhSoyWABB
AIhYKayBaVgZWx7ypc6w+pCT0EyUtlnIRxqWZsF5JEnPZrJy0xEbQ75aIIdJ
+rJrauX3o4prjeDJ4Lwn/MmTE2Nq+eQJsmih65xsinGwMxR0W+M+roPRrK5e
Ivw1F9daIQ6KNZK8mNVkR8gl98xUIe9kQhv9pDwLpgtW8ga8Yz2g8dLvtNn3
mNKO9juXmAAnYVhrlIu3Zx9Pj8h2fgeNdBfLzC5qc+fF/YQhAbKC8viH8OEr
se65WgQFARGCfzw/5aVWhQ1eI3OH18z7OljOoZMVc35zQ5e3t4iBk1nvDSVX
XZa5QqxTGauXsAiA4uIS3oIpykpab0UabRdIyvmCIopTOJIClJA+fLHEdN3K
etjJcJRRyzJfcyPWwT/Y0QlJt0IhwgUucxiJ3EJLAR/D7jiSAbuGpMolSbFh
XwZEjGiBuFv3cEbDOpUr/hTYMjdeZiUd6AjDiCWolOvp7zK13tWSozpzKs+G
D8gWg6H/y9+fuevz4798PDk/PqLri7cHp6fNBQsjfFC0V+3Mw7N3747fH/nJ
eMp7j9jg3cEvA4+Cg7MPlydn7w9OB8RfXAiBmNSENj5QHKI2bnLg2KBVRnNe
HX74z78me/DJnxBqu5PJ9wBBf7M/ebaHG8pXL00X8Im/hcnWTJQlCjqtgvwB
JpbKAsSHzt8LZA6ngCUn/0qW+S3hL6ZpOdn7MTygDfceRpv1Hjqb3X9yb7I3
4gOPHhDTWLP3/I6l+/oe/NK7j3bvPHzxMidwGU32X/7IfIw49BjF0GyTm4zp
Qq1XiB7/MfZKpsLDh/QzKS3LSi1FpeCUpQYTENanV1MjpwIhzrRH21XMJRfo
RJ2MCxHiETIbdlb2bjUUKlSW6zmFk687AfPg03/GH8OkmoiOp8A5YzzO4dtE
iyI14t+MRtWKY0SgO+HeIewT3v+hKlJh743cDIYcEWXeesna0XifbJoy+zzK
7Vbn+T/iVPcO8PTyweXjCnWVd2c3gqNcIl20Atxsk7pSXSs8DGUok6h9ZIpQ
SFATjZrCYwtxLQNFoEyJ4AzaiM0ZSNk81XOU+5w8OUTlqkD1MkKcKzPeelCY
4FSd8hB2d0Qt69yqMpdfkqRBxty4UVPrIMqHsosak6KCCw+aDzOLLwa0X2mm
qdgSEDeITEv04owCE9SGGEQWg42vBdb30RaDjd9gH/R8FOnSZDx5znxbYUqR
Sj6oqyKh4UkpKrE0yedlnhQmoVlJWGZAUwCQM/UZ8fmcQhgFSFfWyyF/u6Az
Tl4zlJ7TzFv8uzMFQd8fiwd+KC0Ooo/K+EfL7QfU//GzDxcHn97wzbPS8INK
ii3+Ce4mA70hSzktXQ0Ey3ezPr3x4fpJThO+sLZMtret1rkZkxLUvGyv5tu+
Ld0OQ9+guzDomvzTn+JA//bANySdfvJez9Yddqdt4y+6fdOPTt+sJc9eZ1eL
Y7ElV6JGgWsSs5WPRdWYebmHulyD6i0s30y30AntTlzjzC+r2timLSixBFH1
hgq4qtdpuEzkv9QUgvAcoHq5ZQ0VfVl5/ukmnMuMGmU1rW0EboJhlDyj6yqV
HmfBPau1Q1JUP/TFC3jYz6cbtC+eMQf2PnTYDQ6pLCE2mLKpBSDCag/bpnZE
gxoL30i25C1Qz0CEXAX3yH1BhMnv9dXFUTiyAI+SPlJIN2gFtS+k64D43jiN
VmhNuGHg8zmQ4AO1FZRPJpohF5FLuuFHgWWE95sUfIaij5aRso2/LnZuRau6
GOg1OHdiggwkkEt4RwT4Z/zuCFqtVuNqlo7gH9B+J4pEbOMZjd567scb6Wsm
rRKIL6HXrIbLc7dVdB3UsrWqdandBvGUjaH/S0SCriNNoWvHRZoLv0QY5tlH
e9VObygG3d5hHRtDv8gGGMeGj4eNSDY2/g+S5xa5y/Q4iN4mmYJ43pa/JJa3
9SDJa6Jvzb+O6SG7HXZW0gePy9DRzrcj5KkHw7toQMhXKKvghwj3dCZXZKLK
xgPvQ+AnldBUxhkxIgBTDaP6QkkaBNzlbb3R+aglY49qdnbaoWxxblAqZiCk
5mGFh9bAKu3IqpNEjwFdWJ4T7M5Qhk3DHKIQqkOBvzxvpDwkGbIPuF8h9rHD
2PsozwkJsegt9VMBWbv85/izAKrQ8VwPd/8sQHMvgF6LPnaeR+wctIrdhqt0
obFH3mVwzY566vPBsXL9GGZQPy2aeGgxkCbT+RA1uH2+Fn9k4cIdPqwB07T7
rlKpIGj0dLGjhTd6wxV7bx6x+z3lXdcc0fek6UVdpsQqh/x8RG36RYAjNboI
arYHXbm390wc9gUSe39PXRR+aF+R0X5hZwf3DhXaA5HmNFL37PyQlv7vbUzJ
2CkMYqsweDwfD7Ksk5CU8Y8c60cdand42Ml1jwS3nk+ymyQUcaIBI3RSV1js
hw06n9/oviEu+cNGoIo/tZg2Jgq5gW30YYjOQh+gvu1pUO0PkfrnPeE8Jc3r
DJwVlDTmaDME3VhVifXwgeOU5vhyTMq4pGWN4JMiynIvPF94XenpUqBUI9H0
sqSjMtVqJvkOsQh3tOIOdToUTQQcu5aoE7qUTe8y9sXT6d4ozcgxLQR6Xg+c
KKwfXrlaf6dzIdBqeT9R/99B6BgFxiCyaxcrSQiWAW5iB4CHE1+6Bq3p8PDX
GEbQz13+FkbhPmlyYuCBsjMez/rwR6Z7501HsTB2EHjeh8BBmBxkYI2IKlh5
QMb1I26Hrf5IXHoZ838GMWYcnEbUmzJkm4SPyRqDzkyj5oWgY9SvnF8+M3F6
jo2M/FkjTW6Ce+9yMkl2v0t29r7Z2Ul2duL4VKAFHF2LXIF3rTFlbz+8UWZE
x4TgmZIcQ1kU3hj3CYowgkQ47ufPycEa8pKOMehcHtWING72NZu7xKMprcXj
28h/HOR8edcY2qxJxxu9Vf2h8aALC66Zp/b6Upgr6q4LiTR7J66kOymnDHfb
D6WcdiPmdCpp/ckIOCrY81RQ513W1o8AaGqKckk9KJKIlkIiak399SNnoHOk
mD+qdptxkmv3QSJ+DyH8eckYKD2g265Rpgt6XjmrmMdacd+Fmzgp7U2iknlz
E5uEyXd0T+lG54DU1yB3y9Cb6CklNRkh2iMAYKca8DQXaun5p2g/N2SaGGW+
HrNPC7onxOnO6vFWZ8D+54/mYwHyO5MZg3EzVUEv2Bzr5DXRRbfqVC7EtSJy
OKM4s7Sxa3nny4v7BNU9FQao0snXfF6hRbB0Uk4uJG/S/jKokkWg9E3EVBhl
mDtekwVcL034MuNON8I6bjvNJp9jHaCnG+GP6Njv8EjmTmJkca0qXVCID/kM
VLtvn1AaGnsu3dlebZj87D660MuO9hR7GfIVU0VseyplroCw9PHyK+LGl6+m
ztGHtfbnA8qtpIz74CUJv4NYXxD8Nwh2c0N41eKy+5zWKXGYPad+e731In5W
ReS5mGzvmTDhEMkkDFX82h303HbK8Hv3UZkldNjILiJ/bBqJhCW+BY0wwvyn
wqlIr3B5uEBe0aesSi/5sahy+pjwV19dHs2qaCf3iZ6PdnYTojdPwJOpY4pf
c8KnmJDS7ehJGP3audjbsp+Y7vWRMmltzGPJ2663E9ZDPaL/aGB5XaRuVxnx
gUwhMmsEwV3xxLCMXlJNBhx5mamuKLM4GZkO+B6aH8XFXi42gOx/29pcNokh
AAA=

-->

</rfc>
