From 0bfecb68f430b3a3cdfe5a7b14b0bd781d0d47a7 Mon Sep 17 00:00:00 2001 From: imaeh24 Date: Mon, 8 Sep 2025 13:06:47 -0400 Subject: [PATCH 1/2] Fix typo in footer: updated year 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 12a5a3dbcbc5ee8d4087daa7778d5fbc55398fe2 Mon Sep 17 00:00:00 2001 From: imaeh24 Date: Mon, 8 Sep 2025 13:16:39 -0400 Subject: [PATCH 2/2] Revert "Fix typo in footer: updated year to 2023" This reverts commit 0bfecb68f430b3a3cdfe5a7b14b0bd781d0d47a7. --- 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._