From ea616bc17c69f759b33a8f10f65ea07ead1a00d7 Mon Sep 17 00:00:00 2001 From: aaayu-07 Date: Tue, 16 Sep 2025 12:50:34 -0400 Subject: [PATCH 1/2] Fix typo: update footer 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 0bc688495af4f53b957caf3561aaf6fd18f39a6d Mon Sep 17 00:00:00 2001 From: aaayu-07 Date: Tue, 16 Sep 2025 13:01:47 -0400 Subject: [PATCH 2/2] Revert "Fix typo: update footer year to 2023" This reverts commit ea616bc17c69f759b33a8f10f65ea07ead1a00d7. --- 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._