From 834fa29f86150a88fccb637b6e828a113b7ded54 Mon Sep 17 00:00:00 2001 From: microshine Date: Wed, 25 Nov 2020 12:40:45 +0300 Subject: [PATCH] fix: License #20 --- LICENSE.md | 2 +- rollup.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6ddf8e7..1eb26e2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright Peculiar Ventures, Inc. (c) 2019 +Copyright (c) 2020 Peculiar Ventures, LLC 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/rollup.config.js b/rollup.config.js index 3bceaa6..42eb643 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -3,7 +3,7 @@ import pkg from "./package.json"; const banner = [ "/**", - " * Copyright (c) 2019-2020, Peculiar Ventures, All rights reserved.", + " * Copyright (c) 2020 Peculiar Ventures, LLC", " */", "", ].join("\n");