From 7cf5965927b959973cacce1698d489771e09959f Mon Sep 17 00:00:00 2001 From: Jake Harclerode Date: Wed, 11 May 2022 15:38:02 -0700 Subject: [PATCH] Remove year from copyright Similar to what Facebook did for react you should be able to just remove the year from the license to avoid updating constantly (https://github.com/facebook/react/pull/13593) --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 54c0b53c..65ad19aa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Anvil Foundry Inc. +Copyright (c) Anvil Foundry Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.