NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/58260: Adds the current policy on LLM generated code to the website
>Number: 58260
>Category: misc
>Synopsis: Adds the current policy on LLM generated code to the website
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Wed May 15 13:25:00 +0000 2024
>Originator: Joseph Koshy
>Release: NetBSD 9.2_STABLE
>Organization:
The NetBSD Project
>Environment:
System: NetBSD mollari.NetBSD.org 9.2_STABLE NetBSD 9.2_STABLE (amd64-DOMU_SERVER) #1: Fri Dec 10 07:06:09 UTC 2021 spz%franklin.NetBSD.org@localhost:/home/netbsd/9/amd64/obj/sys/arch/amd64/compile/amd64-DOMU_SERVER amd64
Architecture: x86_64
Machine: amd64
>Description:
The attached patch adds the current policy on the use of
LLM-generated code to the 'Developer Documentation' collection.
>How-To-Repeat:
(Not applicable).
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/htdocs/developers/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- Makefile 6 Jun 2023 01:05:25 -0000 1.51
+++ Makefile 15 May 2024 13:05:38 -0000
@@ -12,6 +12,7 @@
XMLDOCS+= de-lint
XMLDOCS+= htdocs
XMLDOCS+= kerberos
+XMLDOCS+= llm-policy
XMLDOCS+= manpages
XMLDOCS+= mirrors
XMLDOCS+= new-port
Index: index.html
===================================================================
RCS file: /cvsroot/htdocs/developers/index.html,v
retrieving revision 1.148
diff -u -r1.148 index.html
--- index.html 3 Jan 2024 16:35:21 -0000 1.148
+++ index.html 15 May 2024 13:05:38 -0000
@@ -121,6 +121,7 @@
<li class="listitem"><a class="ulink" href="restricted.html" target="_top">CVS Server access</a></li>
<li class="listitem"><a class="ulink" href="kerberos.html" target="_top">Kerberos Single Sign-On</a></li>
<li class="listitem"><a class="ulink" href="pgp.html" target="_top">PGP usage notes</a></li>
+<li class="listitem"><a class="ulink" href="llm-policy.html" target="_top">Policy on LLM Generated Code</a></li>
<li class="listitem"><a class="ulink" href="notes.html" target="_top">Other notes</a></li>
</ul></div>
</div>
Index: index.xml
===================================================================
RCS file: /cvsroot/htdocs/developers/index.xml,v
retrieving revision 1.11
diff -u -r1.11 index.xml
--- index.xml 6 Jun 2023 01:05:25 -0000 1.11
+++ index.xml 15 May 2024 13:05:38 -0000
@@ -41,7 +41,8 @@
<listitem><ulink url="restricted.html">CVS Server access</ulink></listitem>
<listitem><ulink url="kerberos.html">Kerberos Single Sign-On</ulink></listitem>
<listitem><ulink url="pgp.html">PGP usage notes</ulink></listitem>
- <listitem><ulink url="notes.html">Other notes</ulink></listitem>
+ <listitem><ulink url="llm-policy.html">Policy on LLM Generated Code</ulink></listitem>
+ <listitem><ulink url="notes.html">Other notes</ulink></listitem>
</itemizedlist>
</sect2>
</listitem>
Index: llm-policy.xml
===================================================================
RCS file: llm-policy.xml
diff -N llm-policy.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ llm-policy.xml 15 May 2024 13:05:38 -0000
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="developers-llm-policy">
+<config param="desc" value="Policy on the use of LLM-generated code"/>
+<config param="cvstag" value="$NetBSD$"/>
+<config param="rcsdate" value="$Date$"/>
+<head>
+<!-- Copyright (c) 2024
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+<title>Core Policy On The Use of LLM-generated Code</title>
+</head>
+
+<section id="policy">
+ <title>Policy</title>
+ <para>
+ Any code derived from outputs of a large language model or similar
+ technology, such as GitHub/Microsoft's
+ <trademark>Copilot</trademark>, OpenAI's
+ <trademark>ChatGPT</trademark>, or Facebook/Meta's <trademark>Code
+ Llama</trademark>, is presumptively <emphasis>Tainted
+ Code</emphasis> under the <ulink url="agreement.txt">NetBSD
+ Foundation Membership Agreement</ulink>.
+ </para>
+ <para>
+ Developers are forbidden to commit any such code to the NetBSD
+ repositories without prior written approval of
+ <email>core%NetBSD.org@localhost</email>.
+ </para>
+</section>
+</webpage>
Home |
Main Index |
Thread Index |
Old Index