From a324cb5880b7b39c05c2462b3506d9ab11d03149 Mon Sep 17 00:00:00 2001 From: Pradnyaa05 Date: Mon, 6 Jan 2025 11:23:22 -0500 Subject: [PATCH 1/2] Fix typo: Update footer year to 2023 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..2a2b1d78df 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From efd6cce5a23471fbb85076bb3ab0d8d068ce72d0 Mon Sep 17 00:00:00 2001 From: Pradnyaa05 Date: Mon, 6 Jan 2025 11:43:29 -0500 Subject: [PATCH 2/2] Revert "Fix typo: Update footer year to 2023 in README.md" This reverts commit a324cb5880b7b39c05c2462b3506d9ab11d03149. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d78df..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._