aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2014-06-21 09:43:30 +0000
committerGabor Pali <pgj@FreeBSD.org>2014-06-21 09:43:30 +0000
commit4fc4b56e75a2fe1c5abac9a970ccd729dfd906f6 (patch)
treefded6de1ea698e0533338278b13ca51078b9afbb
parent5103fc114b320a6520669950c5945bf65b898481 (diff)
downloaddoc-4fc4b56e75a2fe1c5abac9a970ccd729dfd906f6.tar.gz
doc-4fc4b56e75a2fe1c5abac9a970ccd729dfd906f6.zip
- Add a section on keeping track of licenses granted to the Project
Submitted by: core
Notes
Notes: svn path=/head/; revision=45092
-rw-r--r--en_US.ISO8859-1/articles/committers-guide/article.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml
index 4a9c81839b..7dd2b53109 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.xml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.xml
@@ -2684,6 +2684,69 @@ Relnotes: yes</programlisting>
brought to the attention of the core team.</para>
</sect1>
+ <sect1 xml:id="tracking.license.grants">
+ <title>Keeping Track of Licenses Granted to the &os; Project</title>
+
+ <para>Various software or data exist in the repositories where
+ the &os; project has been granted a special licence to be able
+ to use them. A case in point are the Terminus fonts for use
+ with &man.vt.4;. Here the author Dimitar Zhekov has allowed us
+ to use the "Terminus BSD Console" font under a 2-clause BSD
+ license rather than the regular Open Font License he normally
+ uses.</para>
+
+ <para>It is clearly sensible to keep a record of any such
+ license grants. To that end, the &a.core; has decided to keep
+ an archive of them. Whenever the &os; project is granted a
+ special license we require the &a.core; to be notified. Any
+ developers involved in arranging such a license grant, please send
+ details to the &a.core; including:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para>Contact details for people or organizations granting the
+ special license.</para>
+ </listitem>
+
+ <listitem>
+ <para>What files, directories etc. in the repositories are
+ covered by the license grant including the revision numbers
+ where any specially licensed material was committed.</para>
+ </listitem>
+
+ <listitem>
+ <para>The date the license comes into effect from. Unless
+ otherwise agreed, this will be the date the license was issued
+ by the authors of the software in question.</para>
+ </listitem>
+
+ <listitem>
+ <para>The license text.</para>
+ </listitem>
+
+ <listitem>
+ <para>A note of any restrictions, limtations or exceptions that
+ apply specifically to &os;'s usage of the licensed
+ material.</para>
+ </listitem>
+
+ <listitem>
+ <para>Any other relevant information.</para>
+ </listitem>
+ </itemizedlist>
+
+ <para>Once the &a.core; is satisfied that all the necessary details
+ have been gathered and are correct, the secretary will send a
+ PGP-signed acknowledgement of receipt including the license
+ details. This receipt will be persistently archived and serve
+ as our permanent record of the license grant.</para>
+
+ <para>The license archive should contain only details of license
+ grants; this is not the place for any discussions around
+ licensing or other subjects. Access to data within the license
+ archive will be available on request to the &a.core;.</para>
+ </sect1>
+
<sect1 xml:id="developer.relations">
<title>Developer Relations</title>