From 5c20252040cfcc17a8f77f4b9f3f0a642a1dae3f Mon Sep 17 00:00:00 2001 From: rijul31 Date: Mon, 10 Mar 2025 11:20:23 -0400 Subject: [PATCH 1/2] Fixed footer typo: changed 2022 to 2023 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b103466139..48879e18d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Introduction to Git and GitHub +2023 XYZ, Inc.# Introduction to Git and GitHub ## Simple Interest Calculator @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2023 XYZ, Inc._ From 48c04f6cbe9a46003f01b5a1033043ca69561eff Mon Sep 17 00:00:00 2001 From: rijul31 Date: Mon, 10 Mar 2025 11:29:45 -0400 Subject: [PATCH 2/2] Revert "Fixed footer typo: changed 2022 to 2023" This reverts commit 5c20252040cfcc17a8f77f4b9f3f0a642a1dae3f. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48879e18d4..b103466139 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -2023 XYZ, Inc.# Introduction to Git and GitHub +# Introduction to Git and GitHub ## Simple Interest Calculator @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2023 XYZ, Inc._ +_© 2022 XYZ, Inc._