Skip to content

Commit

Permalink
chore: add missing license and update package.json repo (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini authored Jul 25, 2019
1 parent 59ef0f9 commit d8a930c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/big-design-icons/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions packages/big-design-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 14 additions & 0 deletions packages/big-design-theme/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions packages/big-design-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 6 additions & 2 deletions packages/big-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
"module": "dist/big-design.es.js",
"typings": "dist/src/index.d.ts",
"author": "BigCommerce Inc",
"repository": "[email protected]: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"
],
Expand Down

0 comments on commit d8a930c

Please sign in to comment.