From 19f11a692bd9e93860ae7e8299873e9873fb2e7a Mon Sep 17 00:00:00 2001 From: ifilot Date: Sun, 1 Sep 2024 17:01:28 +0200 Subject: [PATCH] Updating commenting --- src/sound.c | 4 ++-- src/sound.h | 4 ++-- src/sound_low.h | 4 ++-- src/sound_low.s | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/sound.c b/src/sound.c index 667fb87..6f54d0e 100644 --- a/src/sound.c +++ b/src/sound.c @@ -2,13 +2,13 @@ * * * Author: Ivo Filot * * * - * CX16-OTHELLO is free software: * + * CX16-KAKURO is free software: * * you can redistribute it and/or modify it under the terms of the * * GNU General Public License as published by the Free Software * * Foundation, either version 3 of the License, or (at your option) * * any later version. * * * - * CX16-OTHELLO is distributed in the hope that it will be useful, * + * CX16-KAKURO is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * diff --git a/src/sound.h b/src/sound.h index 3bf52c1..0504b8d 100644 --- a/src/sound.h +++ b/src/sound.h @@ -2,13 +2,13 @@ * * * Author: Ivo Filot * * * - * CX16-OTHELLO is free software: * + * CX16-KAKURO is free software: * * you can redistribute it and/or modify it under the terms of the * * GNU General Public License as published by the Free Software * * Foundation, either version 3 of the License, or (at your option) * * any later version. * * * - * CX16-OTHELLO is distributed in the hope that it will be useful, * + * CX16-KAKURO is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * diff --git a/src/sound_low.h b/src/sound_low.h index 33620fa..5a40999 100644 --- a/src/sound_low.h +++ b/src/sound_low.h @@ -2,13 +2,13 @@ * * * Author: Ivo Filot * * * - * CX16-OTHELLO is free software: * + * CX16-KAKURO is free software: * * you can redistribute it and/or modify it under the terms of the * * GNU General Public License as published by the Free Software * * Foundation, either version 3 of the License, or (at your option) * * any later version. * * * - * CX16-OTHELLO is distributed in the hope that it will be useful, * + * CX16-KAKURO is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty * * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * diff --git a/src/sound_low.s b/src/sound_low.s index ba9005c..b4b5cb0 100644 --- a/src/sound_low.s +++ b/src/sound_low.s @@ -2,13 +2,13 @@ ; ; Author: Ivo Filot ; -; CX16-OTHELLO is free software: +; CX16-KAKURO is free software: ; you can redistribute it and/or modify it under the terms of the ; GNU General Public License as published by the Free Software ; Foundation, either version 3 of the License, or (at your option) ; any later version. ; -; CX16-OTHELLO is distributed in the hope that it will be useful, +; CX16-KAKURO is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty ; of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ; See the GNU General Public License for more details.