From b9d26b1f3e5f1a88970e541d1a64c74af7e5db6c Mon Sep 17 00:00:00 2001 From: juanca23meca Date: Tue, 14 Oct 2025 11:18:08 -0400 Subject: [PATCH 1/2] Fix footer year typo 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 db270b451f9adf83114ac1ce9c8d3151ef84a205 Mon Sep 17 00:00:00 2001 From: juanca23meca Date: Tue, 14 Oct 2025 11:23:50 -0400 Subject: [PATCH 2/2] Revert "Fix footer year typo to 2023" This reverts commit b9d26b1f3e5f1a88970e541d1a64c74af7e5db6c. --- 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._