Skip to content

Commit 16050ad

Browse files
committed
improving license, adjusting package.json and updating readme.md
1 parent c281a0d commit 16050ad

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

LICENSE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
Copyright (c) 2022 the PomoTimer Project
22

3-
PomoTimer - Copyright (c) 2022 Ernane Ferreira
3+
All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
<a href="#-project">Project</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
88
<a href="#-features">features</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
99
<a href="#-tests">tests</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
10-
<a href="#-contribute">Contribute</a>&nbsp;&nbsp;&nbsp;
10+
<a href="#-contribute">Contribute</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
11+
<a href="#-license">License</a>&nbsp;&nbsp;&nbsp;
1112
</p>
1213

1314
<br/>
1415

1516
<p align="center">
16-
<img alt="status-ci" src="https://github.com/Ernanej/PomoTimer/actions/workflows/node.js.yml/badge.svg"/>
17+
<a href="https://github.com/ErnaneJ/PomoTimer/actions/workflows/node.js.yml"><img alt="status-ci" src="https://github.com/Ernanej/PomoTimer/actions/workflows/node.js.yml/badge.svg"/></a>
18+
<a href="https://opensource.org/licenses/MIT"><img alt="badge-mit-license" src="https://img.shields.io/badge/License-MIT-g.svg"/></a>
1719
</p>
1820

1921
<p align="center">
@@ -99,9 +101,12 @@ All files | 94.33 | 91.89 | 90 | 95.83 |
99101

100102
After your amazing contribution is complete, open a `Pull Request` which I will review!
101103

104+
## 📜 License
105+
106+
See the [License](https://github.com/ernanej/pomotimer/blob/master/LICENSE).
107+
102108
---
103109
<p align="center">
104110
Developed with ♥ by <a href="https://links.ernane.dev">Ernane Ferreira</a> 👋🏻<br/>
105111
<small>Project developed with the total and only educational purpose.<small>
106-
</p>
107-
112+
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/ErnaneJ/PomoTimer.git",
12+
"url": "https://github.com/ErnaneJ/PomoTimer.git"
1313
},
1414
"scripts": {
1515
"dev": "vite",

0 commit comments

Comments
 (0)