Commit 7d810b0df2 for openssl.org

commit 7d810b0df2480c719a25fc831e300293cbf74df3
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date:   Mon Jun 22 19:46:51 2026 +0200

    CONTRIBUTING.md: tweak wording with regards to ML tooling usage

    ML tools do not satisfy the authorship requirement, so they are merely
    used, and not "create" on their own.

    Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>

    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
    MergeDate: Thu Jun 25 07:22:26 2026
    (Merged from https://github.com/openssl/openssl/pull/31643)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3dea8a8fe3..63eaf4397d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -81,12 +81,12 @@ guidelines:
     ```

  2. Similarly, if a non-trivial portion of a contribution was created
-    by an AI, you must declare which agent and model were used. This
-    is done by adding `Assisted-by: {agent}:{model}` below the commit
+    using an AI tool, you must declare which agent and model were used.
+    This is done by adding `Assisted-by: {agent}:{model}` below the commit
     message:

     ```
-        One-line summary of change with AI-created portions
+        One-line summary of change with AI-generated portions

         Assisted-by: Claude:claude-sonnet-4-6
     ```