From d9939e03f915a87f751bf424b9cc25133cf847eb Mon Sep 17 00:00:00 2001 From: nirwaniadhau Date: Tue, 21 Oct 2025 23:49:34 -0400 Subject: [PATCH 1/2] Fixed footer year typo from 2022 to 2023 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466..2a2b1d7 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 312b58a9c861a9f48906d62a1ee74a0353579f5c Mon Sep 17 00:00:00 2001 From: nirwaniadhau Date: Wed, 22 Oct 2025 00:14:27 -0400 Subject: [PATCH 2/2] Revert "Fixed footer year typo from 2022 to 2023" This reverts commit d9939e03f915a87f751bf424b9cc25133cf847eb. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d7..b103466 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._