Update the citation example.
diff --git a/content/en_genai.html b/content/en_genai.html
index 5567de4..9b0d77a 100644
--- a/content/en_genai.html
+++ b/content/en_genai.html
@@ -84,7 +84,7 @@
<ol>
<li>
<p><em>How do I disclose the use of a generative AI? </em></p>
-<p>Add a comment in the copyright and license header. For example:</p>
+<p>Add a comment just below the copyright and license header. For example:</p>
<div class="listingblock">
<div class="content">
<pre class="highlight nowrap"><code class="language-java" data-lang="java">/**************************************************************************
@@ -94,10 +94,11 @@
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
- * Some portions generated by Co-Pilot (CC0)
- *
* SPDX-License-Identifier: EPL-2.0
- ***************************************************************************/</code></pre>
+ ***************************************************************************/
+
+// Some portions generated by Co-Pilot
+...</code></pre>
</div>
</div>
</li>