From c7a90ca498d82369f59fe651feeb3105ec6853b3 Mon Sep 17 00:00:00 2001 From: Taha GHADI Date: Tue, 22 Jul 2025 19:24:57 -0400 Subject: [PATCH 1/2] Fix typo: Update footer year from 2022 to 2023 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..5b62342ebe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A calculator that calculates simple interest given principal, annual rate of interest and time period in years. + ``` Input: p, principal amount @@ -13,4 +14,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From e5889f8655cd322b6e4443ac129a39e6ba82ae95 Mon Sep 17 00:00:00 2001 From: Taha GHADI Date: Tue, 22 Jul 2025 19:25:09 -0400 Subject: [PATCH 2/2] Revert "Fix typo: Update footer year from 2022 to 2023" This reverts commit c7a90ca498d82369f59fe651feeb3105ec6853b3. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b62342ebe..b103466139 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A calculator that calculates simple interest given principal, annual rate of interest and time period in years. - ``` Input: p, principal amount @@ -14,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._