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");