From d8a930c7ffff1d7dd0fb640b763da0f6c4ca4c74 Mon Sep 17 00:00:00 2001 From: Daniel Almaguer Date: Thu, 25 Jul 2019 11:33:14 -0500 Subject: [PATCH] chore: add missing license and update package.json repo (#96) --- packages/big-design-icons/LICENSE.md | 14 ++++++++++++++ packages/big-design-icons/package.json | 6 ++++++ packages/big-design-theme/LICENSE.md | 14 ++++++++++++++ packages/big-design-theme/package.json | 6 ++++++ packages/big-design/package.json | 8 ++++++-- 5 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 packages/big-design-icons/LICENSE.md create mode 100644 packages/big-design-theme/LICENSE.md diff --git a/packages/big-design-icons/LICENSE.md b/packages/big-design-icons/LICENSE.md new file mode 100644 index 000000000..43ff07cb0 --- /dev/null +++ b/packages/big-design-icons/LICENSE.md @@ -0,0 +1,14 @@ +Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, 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 diff --git a/packages/big-design-icons/package.json b/packages/big-design-icons/package.json index 50be183bb..3299637d6 100644 --- a/packages/big-design-icons/package.json +++ b/packages/big-design-icons/package.json @@ -6,6 +6,12 @@ "module": "dist/big-design-icons.es.js", "typings": "dist/index.d.ts", "license": "MIT", + "author": "BigCommerce Inc", + "repository": { + "type": "git", + "url": "https://github.com/bigcommerce/big-design.git", + "directory": "packages/big-design-icons" + }, "scripts": { "build": "rollup -c rollup.config.js", "download": "node scripts/downloader.js", diff --git a/packages/big-design-theme/LICENSE.md b/packages/big-design-theme/LICENSE.md new file mode 100644 index 000000000..43ff07cb0 --- /dev/null +++ b/packages/big-design-theme/LICENSE.md @@ -0,0 +1,14 @@ +Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit +persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, 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 diff --git a/packages/big-design-theme/package.json b/packages/big-design-theme/package.json index f90d63a8f..03a78c0a5 100644 --- a/packages/big-design-theme/package.json +++ b/packages/big-design-theme/package.json @@ -6,6 +6,12 @@ "module": "dist/big-design-theme.es.js", "typings": "dist/index.d.ts", "license": "MIT", + "author": "BigCommerce Inc", + "repository": { + "type": "git", + "url": "https://github.com/bigcommerce/big-design.git", + "directory": "packages/big-design-theme" + }, "scripts": { "build": "rollup -c rollup.config.js", "ci": "yarn run lint && yarn run test && yarn run build", diff --git a/packages/big-design/package.json b/packages/big-design/package.json index 8b9a094d4..13f3c6774 100644 --- a/packages/big-design/package.json +++ b/packages/big-design/package.json @@ -7,8 +7,12 @@ "module": "dist/big-design.es.js", "typings": "dist/src/index.d.ts", "author": "BigCommerce Inc", - "repository": "git@github.com:bigcommerce/big-design.git", - "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "https://github.com/bigcommerce/big-design.git", + "directory": "packages/big-design" + }, + "license": "MIT", "files": [ "dist" ],