Skip to content

Commit

Permalink
add email to license
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jul 22, 2023
1 parent 1de8818 commit 1027979
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
13 changes: 6 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License

The MIT License (MIT)

Copyright (c) 2020 Vincent Emonet
Copyright (c) 2020-present Vincent Emonet <vincent.emonet@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -10,13 +9,13 @@ 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 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.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.1.2",
"description": "Setup Spark in GitHub Actions workflows",
"main": "dist/index.js",
"homepage": "https://github.com/vemonet/setup-spark",
"scripts": {
"postinstall": "curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.1.0/licensed-3.1.0-linux-x64.tar.gz && tar -xzf licensed.tar.gz",
"fmt": "prettier --write **/*.ts",
Expand All @@ -12,22 +11,6 @@
"test": "prettier --check **/*.ts && eslint ./src/**.ts --ignore-path .gitignore && ./licensed status",
"release": "git tag -fa v1 -m 'v1' && git push -f origin v1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vemonet/setup-spark.git"
},
"bugs": {
"url": "https://github.com/vemonet/setup-spark/issues"
},
"keywords": [
"actions",
"node",
"setup",
"apache",
"spark"
],
"author": "vemonet",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/io": "^1.1.3",
Expand All @@ -45,6 +28,23 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"author": "vemonet",
"license": "MIT",
"homepage": "https://github.com/vemonet/setup-spark",
"repository": {
"type": "git",
"url": "git+https://github.com/vemonet/setup-spark.git"
},
"bugs": {
"url": "https://github.com/vemonet/setup-spark/issues"
},
"keywords": [
"actions",
"node",
"setup",
"apache",
"spark"
],
"prettier": {
"printWidth": 120,
"tabWidth": 2,
Expand Down

0 comments on commit 1027979

Please sign in to comment.