From 18c570b3a91d9540920efc1278d6b7789d9a599f Mon Sep 17 00:00:00 2001 From: Maria Rushkova Date: Wed, 28 Jul 2021 18:44:11 +0200 Subject: [PATCH] Removed license and contributors file --- .all-contributorsrc | 60 --------------------------------------------- LICENSE.md | 7 ------ README.md | 4 --- 3 files changed, 71 deletions(-) delete mode 100644 .all-contributorsrc delete mode 100644 LICENSE.md diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 20edbcc..0000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,60 +0,0 @@ -{ - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "phproberto", - "name": "Roberto Segura", - "avatar_url": "https://avatars0.githubusercontent.com/u/1119272?v=4", - "profile": "http://phproberto.com", - "contributions": [ - "code" - ] - }, - { - "login": "benmp", - "name": "benmp", - "avatar_url": "https://avatars3.githubusercontent.com/u/9081154?v=4", - "profile": "https://github.com/benmp", - "contributions": [ - "code" - ] - }, - { - "login": "jd4no", - "name": "Joey Defourneaux", - "avatar_url": "https://avatars0.githubusercontent.com/u/15043675?v=4", - "profile": "https://github.com/jd4no", - "contributions": [ - "code" - ] - }, - { - "login": "shime", - "name": "Hrvoje Šimić", - "avatar_url": "https://avatars3.githubusercontent.com/u/703563?v=4", - "profile": "https://shime.sh", - "contributions": [ - "code" - ] - }, - { - "login": "alexphi", - "name": "Alejandro Figueroa", - "avatar_url": "https://avatars2.githubusercontent.com/u/7116453?v=4", - "profile": "https://alejof.dev", - "contributions": [ - "code" - ] - } - ], - "contributorsPerLine": 7, - "projectName": "jekyll-starter-tailwind", - "projectOwner": "taylorbryant", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true -} diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index e4ca8bb..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2018 Taylor Bryant - -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. diff --git a/README.md b/README.md index 81baca7..bf00fbb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,3 @@ Running inside project directory: - `bundle install` to install Ruby gems - `npm ci` to install npm packages listed in `package-lock.json` - `npm run start` or `npm run dev` to compile the site with development settings and run BrowserSync - -## License - -[MIT](https://github.com/taylorbryant/jekyll-starter-tailwind/blob/master/LICENSE.md