From b5fa90e2a8a7af4c6adcc474bbe57d2fa5646088 Mon Sep 17 00:00:00 2001 From: Malay Date: Mon, 13 Oct 2025 01:54:35 -0400 Subject: [PATCH 1/2] copyright year typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466..2a2b1d7 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 45108e64f34d92a39e9d3ddd201a12fe87ccf5f2 Mon Sep 17 00:00:00 2001 From: Malay Date: Mon, 13 Oct 2025 02:07:52 -0400 Subject: [PATCH 2/2] Revert "copyright year typo fix" This reverts commit b5fa90e2a8a7af4c6adcc474bbe57d2fa5646088. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2b1d7..b103466 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._