From a072b9c5be9c1103d7fa6a2910805f1808fd9a75 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 26 Mar 2021 09:30:13 -0700 Subject: [PATCH] =?UTF-8?q?Update=20license=20year,=20right=20on=20time=20?= =?UTF-8?q?=F0=9F=91=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 2 +- README.md | 2 +- resources/scripts/components/auth/LoginFormContainer.tsx | 2 +- resources/scripts/components/elements/PageContentBlock.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 11eabac9f..1fb886e97 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ # The MIT License (MIT) ``` -Copyright (c) 2015 - 2020 Dane Everitt +Copyright (c) 2015 - 2021 Dane Everitt and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d98247f9b..83c0d390d 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ and there are plenty more games available provided by the community. Some of the ## License ``` -Copyright (c) 2015 - 2020 Dane Everitt & Contributors +Copyright (c) 2015 - 2021 Dane Everitt and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/resources/scripts/components/auth/LoginFormContainer.tsx b/resources/scripts/components/auth/LoginFormContainer.tsx index 2423e0251..e54a50b75 100644 --- a/resources/scripts/components/auth/LoginFormContainer.tsx +++ b/resources/scripts/components/auth/LoginFormContainer.tsx @@ -47,7 +47,7 @@ export default forwardRef(({ title, ...props }, ref) =>

- © 2015 - 2020  + © 2015 - {(new Date()).getFullYear()}  = ({ title, showFlashKey

- © 2015 - 2020  + © 2015 - {(new Date()).getFullYear()}