From c92ca7e4d3e0e37e49185792b763bf561b909e1c Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Tue, 8 Feb 2022 16:53:14 +0100 Subject: [PATCH] Fix v6.0.0 currentYear attribution --- js-packages/@fortawesome/fontawesome-free/attribution.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js-packages/@fortawesome/fontawesome-free/attribution.js b/js-packages/@fortawesome/fontawesome-free/attribution.js index 741c81f8b..fda2c9972 100644 --- a/js-packages/@fortawesome/fontawesome-free/attribution.js +++ b/js-packages/@fortawesome/fontawesome-free/attribution.js @@ -1,3 +1,3 @@ -console.log(`Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com +console.log(`Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -`) \ No newline at end of file +Copyright ${new Date().getFullYear()} Fonticons, Inc.`)