From 23c30a19c195aba6c8dd675273906825ea06e505 Mon Sep 17 00:00:00 2001 From: MARUBIANO Date: Thu, 1 May 2025 05:19:49 -0400 Subject: [PATCH 1/3] fix: update year in footer to 2023 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..b9a468402f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Introduction to Git and GitHub +#O Introduction to Git and GitHub ## Simple Interest Calculator @@ -13,4 +13,5 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ + From bd63d6c3e0571d2f5343c449c36a154a1ddf06fe Mon Sep 17 00:00:00 2001 From: MARUBIANO Date: Thu, 1 May 2025 05:57:35 -0400 Subject: [PATCH 2/3] Fix typo in footer (update 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 0f1e96bf778789015ac08303b9d6f2c8a7ea5308 Mon Sep 17 00:00:00 2001 From: MARUBIANO Date: Thu, 1 May 2025 06:12:16 -0400 Subject: [PATCH 3/3] Revert "Fix typo in footer (update year to 2023)" This reverts commit bd63d6c3e0571d2f5343c449c36a154a1ddf06fe. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5660f4db..ac5afb041a 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._