From b92ff18a26b6e77efab599f7093c4a7110fef3ca Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 24 Jun 2020 00:19:05 -0500 Subject: [PATCH] Cleanup: capitalize IKI --- level_0/f_iki/c/iki-common.h | 2 +- level_0/f_iki/c/iki.h | 2 +- level_1/fl_iki/c/iki.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/level_0/f_iki/c/iki-common.h b/level_0/f_iki/c/iki-common.h index fc65b61..e518209 100644 --- a/level_0/f_iki/c/iki-common.h +++ b/level_0/f_iki/c/iki-common.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Iki + * Project: IKI * API Version: 0.5 * Licenses: lgplv2.1 * diff --git a/level_0/f_iki/c/iki.h b/level_0/f_iki/c/iki.h index 2182816..fa6c7b5 100644 --- a/level_0/f_iki/c/iki.h +++ b/level_0/f_iki/c/iki.h @@ -1,7 +1,7 @@ /** * FLL - Level 0 * - * Project: Iki + * Project: IKI * API Version: 0.5 * Licenses: lgplv2.1 * diff --git a/level_1/fl_iki/c/iki.h b/level_1/fl_iki/c/iki.h index e4937ee..6545c1a 100644 --- a/level_1/fl_iki/c/iki.h +++ b/level_1/fl_iki/c/iki.h @@ -1,7 +1,7 @@ /** * FLL - Level 1 * - * Project: Iki + * Project: IKI * API Version: 0.5 * Licenses: lgplv2.1 * -- 1.8.3.1