From 1c06921c03f64c530e3306d03bdc722841438f20 Mon Sep 17 00:00:00 2001 From: Terence Tante Date: Wed, 20 Aug 2025 13:57:45 +0100 Subject: [PATCH 1/3] Fix typo: update footer year to 2023 --- 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 8aa18aa9c85d199c719d171ca0f102e99f57a48e Mon Sep 17 00:00:00 2001 From: Terence Tante Date: Wed, 20 Aug 2025 15:11:33 +0100 Subject: [PATCH 2/3] Fix Update: changed 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..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 067a3318124e51443faa755547ba8df7665e3421 Mon Sep 17 00:00:00 2001 From: Terence Tante Date: Wed, 20 Aug 2025 16:12:01 +0100 Subject: [PATCH 3/3] Revert "Fix typo: update footer year to 2023" This reverts commit 1c06921c03f64c530e3306d03bdc722841438f20. --- 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._