From 8f7e2d22879cb46b8de29465187353070aa3ee77 Mon Sep 17 00:00:00 2001 From: Jose_Soto Date: Fri, 12 Sep 2025 22:22:35 -0600 Subject: [PATCH 1/2] Fix 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..8c8a5c7 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc. From 9408c2355368ad418fd1e720f06cfc959681f622 Mon Sep 17 00:00:00 2001 From: Jose_Soto Date: Fri, 12 Sep 2025 22:26:25 -0600 Subject: [PATCH 2/2] Revert "Fix footer year from 2022 to 2023" This reverts commit 8f7e2d22879cb46b8de29465187353070aa3ee77. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c8a5c7..b103466 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc. +_© 2022 XYZ, Inc._