Skip to content

Commit 962dc1e

Browse files
authored
Normalized the AI disclosure comment to one fixed line per file (#69)
The per-edit disclosure named the product and model, so every tool and every model version appended another line rather than recognising the one already there. Deduplication was by exact string, which a version bump defeats. Every file now carries exactly one line, fixed text naming no product: Portions of this file were generated with AI assistance. written with the comment character that file already uses. Precise attribution stays on the commit, where the Assisted-by trailer is dated and attached to the diff it describes. A header line cannot keep that record honest, because the code it names gets rewritten and the line stays. Comment-only, 32 files: every removed line was a disclosure line, every added line is the fixed text, and no file is left with zero or more than one. Nested repositories were excluded, so no submodule content or gitlink is touched. Assisted-by: Claude Code (Opus 5) <noreply@anthropic.com>
1 parent 4ddc8b4 commit 962dc1e

32 files changed

Lines changed: 32 additions & 32 deletions

File tree

MXChip/AZ3166/app/arcade/button_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#include "button_handler.h"

MXChip/AZ3166/app/arcade/button_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#ifndef _BUTTON_HANDLER_H

MXChip/AZ3166/app/arcade/fosgame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#include "fosgame.h"

MXChip/AZ3166/app/arcade/fosgame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#ifndef _FOSGAME_H

MXChip/AZ3166/app/arcade/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Sébastien Heurtematte - 2026 version.
1515
*
1616
*
17-
* // Some portions generated by Co-Pilot
17+
// Portions of this file were generated with AI assistance.
1818
*/
1919

2020
#include <stdio.h>

MXChip/AZ3166/app/arcade/menu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616
#include "menu.h"
1717
#include "screen.h"

MXChip/AZ3166/app/arcade/menu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#ifndef _MENU_H

MXChip/AZ3166/app/arcade/screen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#include "screen.h"

MXChip/AZ3166/app/arcade/screen.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#ifndef _SCREEN_H

MXChip/AZ3166/app/arcade/slotmachine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Sébastien Heurtematte - 2026 version.
1212
*
1313
*
14-
* // Some portions generated by Co-Pilot
14+
// Portions of this file were generated with AI assistance.
1515
*/
1616

1717
#include "slotmachine.h"

0 commit comments

Comments
 (0)