Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/legal/generative-tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Version: 1.0

## Can contributions to ASF projects include AI generated content? {#include-in-contributions}

The Apache-2.0 license, and the Apache Individual Contribution License Agreement, both remind contributors that they are responsible for disclosing any copyrighted materials in submitted contributions that are not their original creation. This is as true when using generative AI tooling, as it is when using materials from public websites or code from other open-source projects.
The Apache-2.0 license and the Apache Individual Contribution License Agreement both remind contributors that they are responsible for disclosing any copyrighted materials in submitted contributions that are not their original creation. This is as true when using generative AI tooling as it is when using materials from public websites or code from other open-source projects.

When disclosing these materials, contributors should also identify the licensing for these materials. The ASF maintains a [3rd Party Licensing Policy](/legal/resolved.html) that provides guidance on which licenses are acceptable, along with instructions on the treatment of [3rd Party Works](/legal/src-headers.html#3party).
When disclosing these materials, contributors should also identify their licensing. The ASF maintains a [3rd Party Licensing Policy](/legal/resolved.html) that provides guidance on which licenses are acceptable, along with instructions on the treatment of [3rd Party Works](/legal/src-headers.html#3party).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word 'their' is ambiguous - does it refer to 'contributors' or 'materials'?

I think this particular change is not an improvement


While in general, content generated by a non-human (e.g., machine or [monkey](https://en.wikipedia.org/wiki/Monkey_selfie_copyright_dispute)) is not copyrightable, if content consists of some portions generated by AI and other portions authored by a human, the portions authored by a human may be copyrightable.

As explained by the following [U.S. Copyright Office Registration Guidance (3/16/2023)](https://www.federalregister.gov/documents/2023/03/16/2023-05321/copyright-registration-guidance-works-containing-material-generated-by-artificial-intelligence):

> “For example, a human may select or arrange AI-generated material in a sufficiently creative way that “the resulting work as a whole constitutes an original work of authorship.” Or an artist may modify material originally generated by AI technology to such a degree that the modifications meet the standard for copyright protection. In these cases, copyright will only protect the human-authored aspects of the work, which are ‘independent of’ and do ‘not affect’ the copyright status of the AI-generated material itself.”

These portions authored by a human may simply come from the prompt the human provided or subsequent changes they make. However, a prominent concern with generative AI is the risk of reproducing copyrightable portions of materials that they were trained on, some of which may be copyrightable subject matter. Thus, a recommended practice when using generative AI tooling is to use tools with features that identify any included content that is similar to parts of the tool’s training data, as well as the license of that content.
These portions authored by a human may simply come from the prompt the human provided or subsequent changes they made. However, a prominent concern with generative AI is the risk of reproducing copyrightable portions of materials that they were trained on, some of which may be copyrightable subject matter. Thus, a recommended practice when using generative AI tooling is to use tools with features that identify any included content that is similar to parts of the tool’s training data, as well as the license of that content.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to me that 'make' is correct here, as it appears to be referring to future changes.


Given the above, code generated in whole or in part using AI can be contributed if the contributor ensures that:

Expand All @@ -40,16 +40,16 @@ Finally, please note that while the above seems like a reasonable set of guideli
We will continue communicating with PMC and ASF members as updates to this FAQ get discussed and merged in.

## What about Documentation? {#include-in-documentation}
The above text applies to documentation as well. Pay attention to tools that have restrictive licensing for the generated content, caution should be applied, make sure it complies with the [3rd Party Licensing Policy](https://www.apache.org/legal/resolved.html#:~:text=They%20are%20said%20to%20be%20%22Apache-like%22.%20Category%20B%3A,NOT%20be%20included%20in%20Apache%20Software%20Foundation%20products) and [3rd Party Works](https://www.apache.org/legal/src-headers.html#3party).
The above text applies to documentation as well. Pay attention to tools that have restrictive licensing for the generated content, be cautious and make sure the content complies with the [3rd Party Licensing Policy](https://www.apache.org/legal/resolved.html#:~:text=They%20are%20said%20to%20be%20%22Apache-like%22.%20Category%20B%3A,NOT%20be%20included%20in%20Apache%20Software%20Foundation%20products) and [3rd Party Works](https://www.apache.org/legal/src-headers.html#3party).

## What about Images? {#include-in-images}
As with documentation, the above principles would still apply. Though with images being a non-textual form, the details quickly become complex. We expect this to continue to be a rapidly evolving area.

## The tool we want to use may rely on other tools. What terms of use do we need to consider when following this guidance? {#tools-rely-on-other-tools}
Don't second guess vendor's terms of use (TOU). Your usage of their tools is bound by the totality of the given TOU and you are not expected to go outside of the TOU text for further clarifications.
Don't second-guess vendors' terms of use (TOU). Your usage of their tools is bound by the totality of the given TOU and you are not expected to go outside of the TOU text for further clarifications.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original was correct (vendor is singular), but it might be better as

"... guess a vendor's terms..."


## What do we do if a contribution includes AI generated content and some form of tooling has identified materials that have been copied? {#handling-references}
Refer to the [3rd Party Licensing Policy](/legal/resolved.html) as with any other contribution.

## Can the ASF provide a list of approved generative AI Tools? {#approved-tools-list}
It is not in the interest of the ASF to tell developers what tools to use. You may use whatever tools you wish provided that you follow the guidance in this document.
It is not in the interest of The ASF to tell developers what tools to use. You may use whatever tools you wish, provided that you follow the guidance in this document.