From e63eebececf130b1450ea32b33f184a5a78848a2 Mon Sep 17 00:00:00 2001 From: NicLedoux Date: Sat, 3 May 2025 22:20:04 -0700 Subject: [PATCH 1/2] Fixed copyright year 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 8ca165532cce328d73959d8e4c11f012329e3a97 Mon Sep 17 00:00:00 2001 From: NicLedoux Date: Sat, 3 May 2025 22:28:26 -0700 Subject: [PATCH 2/2] Revert "Fixed copyright year from 2022 to 2023" This reverts commit e63eebececf130b1450ea32b33f184a5a78848a2. Revert the ficed copyright year back to 2022 --- 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._