From b2ffb72d48eda9c30f081192edb553a7a779702c Mon Sep 17 00:00:00 2001 From: ZombiesmasherJT Date: Tue, 26 Aug 2025 11:50:39 -0400 Subject: [PATCH 1/2] Fix typo in README footer from 2022 to 2023 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..23a440c9e4 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +2023 XYZ, Inc. From d4d5ba100963988d754d2c003cf7c2254faba941 Mon Sep 17 00:00:00 2001 From: ZombiesmasherJT Date: Tue, 26 Aug 2025 12:01:54 -0400 Subject: [PATCH 2/2] Revert "Fix typo in README footer from 2022 to 2023" This reverts commit b2ffb72d48eda9c30f081192edb553a7a779702c. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a440c9e4..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -2023 XYZ, Inc. +_© 2022 XYZ, Inc._