From d1192630c3c51b144f4d1caeea0a8afe274ab362 Mon Sep 17 00:00:00 2001 From: Atharv Date: Wed, 17 Sep 2025 17:10:08 +0530 Subject: [PATCH 1/2] Fix: Correct typo in README footer --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466..05599f2 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,4 @@ Input: Output simple interest = p*t*r ``` - -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc. From 3a2b943a66b3408da3d12e0d707847e48bd1d73b Mon Sep 17 00:00:00 2001 From: Atharv Date: Wed, 17 Sep 2025 17:37:22 +0530 Subject: [PATCH 2/2] Revert "Fix: Correct typo in README footer" This reverts commit d1192630c3c51b144f4d1caeea0a8afe274ab362. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05599f2..b103466 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,5 @@ Input: Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc. + +_© 2022 XYZ, Inc._