From 3ff22e7e76ff1a47812c158def351e0038cc4c01 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 4 Feb 2025 18:17:50 -0500 Subject: [PATCH 1/2] Fix typo in footer (update year to 2025) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..baed41154a 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2025 XYZ, Inc._ From 0a6dff3c68ac9b339a01e8d7bebbf7542cddfa98 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 4 Feb 2025 18:45:25 -0500 Subject: [PATCH 2/2] Revert "Fix typo in footer (update year to 2025)" This reverts commit 3ff22e7e76ff1a47812c158def351e0038cc4c01. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baed41154a..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2025 XYZ, Inc._ +_© 2022 XYZ, Inc._