From 3b92137b91495e17a323a9d2b4837497307e54d7 Mon Sep 17 00:00:00 2001 From: OmarHosny18 Date: Fri, 12 Sep 2025 18:49:36 +0300 Subject: [PATCH 1/2] Fix typo: update footer year 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 e037ce2014083b289350ceba70e93e9cd3bea087 Mon Sep 17 00:00:00 2001 From: OmarHosny18 Date: Fri, 12 Sep 2025 18:57:39 +0300 Subject: [PATCH 2/2] Revert "Fix typo: update footer year from 2022 to 2023" This reverts commit 3b92137b91495e17a323a9d2b4837497307e54d7. --- 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._