From owner-svn-doc-all@freebsd.org Wed Jan 8 16:42:03 2020 Return-Path: Delivered-To: svn-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C44521F3FE9; Wed, 8 Jan 2020 16:42:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tFQM4ly3z3JpR; Wed, 8 Jan 2020 16:42:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E9481AE6F; Wed, 8 Jan 2020 16:42:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 008Gg3qX049145; Wed, 8 Jan 2020 16:42:03 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 008Gg31w049144; Wed, 8 Jan 2020 16:42:03 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <202001081642.008Gg31w049144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Wed, 8 Jan 2020 16:42:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53767 - head/en_US.ISO8859-1/htdocs/internal X-SVN-Group: doc-head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/internal X-SVN-Commit-Revision: 53767 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 16:42:03 -0000 Author: jhb Date: Wed Jan 8 16:42:03 2020 New Revision: 53767 URL: https://svnweb.freebsd.org/changeset/doc/53767 Log: Add CDDL to the list of special licenses. It is only permitted for DTrace and ZFS in the base system. While here, add a couple of dummy paragraphs to fix the formatting of other special license exceptions. Reviewed by: imp, bcr Differential Revision: https://reviews.freebsd.org/D23069 Modified: head/en_US.ISO8859-1/htdocs/internal/software-license.xml Modified: head/en_US.ISO8859-1/htdocs/internal/software-license.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/internal/software-license.xml Wed Jan 8 09:23:10 2020 (r53766) +++ head/en_US.ISO8859-1/htdocs/internal/software-license.xml Wed Jan 8 16:42:03 2020 (r53767) @@ -85,6 +85,7 @@ components.
  • Subversion and its dependencies
  • +

  • @@ -97,6 +98,22 @@
    • EDK2 derived code related to UEFI functionality
    +

    +
  • + +
  • +

    The Common Development and Distribution License (CDDL) is + acceptable for use in some cases. The Core Team must approve + the import of new CDDL licensed components or the change of + license of existing components to the CDDL.

    + +

    This license is approved for the following components:

    +
      +
    • DTrace
    • +
    • ZFS filesystem including kernel support and userland + utilities
    • +
    +