<div dir="ltr"><div dir="ltr">Hi Nik-san,<br><br>I think this proposal should receive legal review before the community debates whether it should be approved by OSI. The threshold question is whether it is actually consistent with the OSD.<br>I understand the motivation to address new issues raised by AI, but that is the basic starting point.<br><br>In my view, AIAL-1.0 at least raises a substantial question under OSD #10, because its Transparency clause is triggered not only by redistribution, but also by use as input for further AI training. Its per-file and project-level attribution requirements also seem to raise questions under OSD #3 and #7. In addition, it is not clear how conditions derived from copyright can be imposed in a stable way on code for which copyright may not exist at all.<br><br>More broadly, this does not look like a matter of community preference.<br>It looks like a threshold question of legal validity and legal design, and I think that should be reviewed first.<br><br>Best,<br>Shuji</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">2026/3/14 4:35 Nik &lt;<a href="mailto:nik.sharky@gmail.com">nik.sharky@gmail.com</a>&gt;:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thank you for the substantive feedback. Both points are well taken and I want to<br>address them directly. I attach new license text according to raised questions and propositions.<br><br>\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501<br><br>POINT 1 \u2014 THE NAME<br><br>You are correct that &quot;MIT&quot; is a registered trademark of the Massachusetts Institute<br>of Technology, and using it in a new license name creates ambiguity at best and<br>trademark risk at worst.<br><br>It is good idea to rename it to:<br><br>  AI-Attribution License (AIAL)<br><br>The new name reflects what the license actually does \u2014 extends attribution<br>requirements to cover AI authorship \u2014 without borrowing the MIT name. <br>It is also more descriptive for developers choosing a license.<br><br>The SPDX identifier would become: AIAL-1.0<br><br>I welcome any alternative name suggestions from the community if there are<br>objections to &quot;AI-Attribution License&quot; as well.<br><br>\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501<br><br>POINT 2 \u2014 PER-FILE ATTRIBUTION<br><br>This is the more substantive point and I agree with it completely.<br><br>You correctly identified that a single project-level Authorship Declaration is<br>insufficient for any real-world project with a development history. <br>Real projects can contain:<br>  - files written entirely by humans (pre-AI era)<br>  - files generated by AI, never touched by humans<br>  - files where a human wrote 80% and AI generated 20%<br>  - files inherited from third-party OSS projects<br>  - files modified by multiple AI tools across multiple years<br><br>A single checkbox in a root LICENSE file cannot honestly describe this mix.<br><br>The solution, as you suggested (referencing APL2.0), is per-file attribution.<br>The good news is that the ecosystem for this already exists and is widely<br>adopted: the REUSE Specification (reuse.software, FSFE) combined with SPDX<br>per-file headers.<br><br>REUSE already defines two standard tags per file:<br><br>  # SPDX-FileCopyrightText: 2026 Jane Doe<br>  # SPDX-License-Identifier: GPL-3.0-or-later<br><br>The revised license extends this with <br>two new optional-but-recommended AI-specific SPDX tags:<br><br>  SPDX-AI-Authorship: [fully-generated | ai-assisted | human-authored]<br>  SPDX-AI-Tool:       [tool name and version]<br><br>These tags are:<br>  - Consistent with existing SPDX tag-value syntax<br>  - Backward-compatible (they are optional for human-authored files where<br>    no AI was involved at all)<br>  - Machine-readable and scannable with standard grep/REUSE tooling<br>  - Compatible with the REUSE specification \u2014 they sit alongside existing<br>    SPDX-FileCopyrightText and SPDX-License-Identifier tags<br><br>The project-level LICENSE file retains a simplified Authorship<br>Declaration as a default/fallback for projects that have not yet adopted<br>per-file headers, but per-file headers take precedence where present.<br><br>\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501<br><br>REVISED LICENSE \u2014 AI-Attribution License (AIAL) v1.0<br><br>The revised license text is attached as AIAL-1.0.txt. Key changes:<br>  1. Name changed from &quot;AI-MIT License&quot; to &quot;AI-Attribution License (AIAL)&quot;<br>  2. SPDX identifier changed from AI-MIT-1.0 to AIAL-1.0<br>  3. Project-level Authorship Declaration retained as fallback default<br>  4. Per-file attribution via new SPDX tags defined and required for<br>     files where the project-level declaration does not apply uniformly<br>  5. Precedence rule: per-file tags override project-level declaration<br>  6. Inherited OSS files: explicit provision for files where AI authorship<br>     status is unknown (SPDX-AI-Authorship: unknown)<br><br>\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501<br><br>Thank you again for the careful reading. This kind of feedback is exactly<br>what makes the process valuable.<br><br>Nik<br><a href="mailto:nik.sharky@gmail.com" target="_blank">nik.sharky@gmail.com</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">\u043f\u0442, 13 \u043c\u0430\u0440. 2026\u202f\u0433. \u0432 18:35, Josh Berkus &lt;<a href="mailto:josh.berkus@opensource.org" target="_blank">josh.berkus@opensource.org</a>&gt;:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 3/12/26 5:30 PM, Nik wrote:<br>
&gt; I am submitting the AI-MIT License, Version 1.0 for OSI approval. The <br>
&gt; full license text is attached to this email as a plain text file (AI- <br>
&gt; MIT-License-1.0.txt).<br>
<br>
So this is interesting, but will need some iterations I think <br>
(completely aside from any requirements the attorneys have).<br>
<br>
The first part is the name; we may not be able to call it MIT, which is <br>
after all a trademark of the folks in Cambridge and this is not their <br>
license.  So we might need to call it AI-Attribution or something (which <br>
would be a good name considering the purpose of the license).<br>
<br>
The second, larger problem occurs in the actual construction of software <br>
with AI assistance.  As written, this license targets only brand-new <br>
projects which are created &quot;from scratch&quot; and never modified again. <br>
This is fine for those, but I think project creators want to plan for <br>
success.<br>
<br>
For any substantial project which has a history of development, there is <br>
going to be a mix, including: files that are wholly AI-generated, files <br>
which are AI-assisted, files which were written by humans, and files <br>
which were inherited from other OSS projects whose licenses do not <br>
require AI attribution so we don&#39;t know. Further, files which have been <br>
modified several times are going to have been modified by several AI tools.<br>
<br>
If you want to follow this concept, I really think that some kind of <br>
per-file attribution (ala APL2.0) is going to be necessary, rather than <br>
a single statement of authorship over the whole project.<br>
<br>
-- <br>
-- Josh Berkus<br>
OSI Board Member<br>
</blockquote></div>
_______________________________________________<br>
The opinions expressed in this email are those of the sender and not necessarily those of the Open Source Initiative. Communication from the Open Source Initiative will be sent from an <a href="http://opensource.org" rel="noreferrer" target="_blank">opensource.org</a> email address.<br>
<br>
License-review mailing list<br>
<a href="mailto:License-review@lists.opensource.org" target="_blank">License-review@lists.opensource.org</a><br>
<a href="http://lists.opensource.org/mailman/listinfo/license-review_lists.opensource.org" rel="noreferrer" target="_blank">http://lists.opensource.org/mailman/listinfo/license-review_lists.opensource.org</a><br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Shuji Sado</div><div>Chairman, Open Source Group Japan<br><a href="https://opensource.jp/" target="_blank">https://opensource.jp/</a><br>English blog: <a href="https://shujisado.org/" target="_blank">https://shujisado.org/</a></div><div>Japanese blog: <a href="https://shujisado.com/" target="_blank">https://shujisado.com/</a></div><div><br></div></div></div></div>