diff --git a/LICENSE.md b/LICENSE.md index 11eabac9..1fb886e9 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 d98247f9..83c0d390 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 2423e025..e54a50b7 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()}