From 18f4f267b327b0573dbf8039f60a8866430c8084 Mon Sep 17 00:00:00 2001 From: FederatedShelby Date: Sun, 27 Oct 2024 13:12:27 -0400 Subject: [PATCH 1/2] docs(README): fix footer text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b103466139..23a440c9e4 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +2023 XYZ, Inc. From 79786fec02a5d30fd16a0d3f837868252481f408 Mon Sep 17 00:00:00 2001 From: FederatedShelby Date: Sun, 27 Oct 2024 13:47:02 -0400 Subject: [PATCH 2/2] Revert "docs(README): fix footer text" This reverts commit 18f4f267b327b0573dbf8039f60a8866430c8084. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a440c9e4..b103466139 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -2023 XYZ, Inc. +_© 2022 XYZ, Inc._