Skip to content

Commit fd2ea73

Browse files
committed
License description on README.md and some badge.
1 parent b1087c5 commit fd2ea73

File tree

1 file changed

+15
-23
lines changed

1 file changed

+15
-23
lines changed

README.md

+15-23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
</p>
66

77
![PlatformIO CI](https://github.com/nthnn/tomo/actions/workflows/platformio-ci.yml/badge.svg)
8+
[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://github.com/nthnn/tomo/blob/main/LICENSE)
9+
[![License](https://img.shields.io/badge/license-CERN%20Permissive%20v2-blue.svg)](https://github.com/nthnn/tomo/blob/main/LICENSE)
10+
<a href="https://www.buymeacoffee.com/nthnn"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" height="20px"></a>
811

912
<img src="assets/tomo-board.png" align="right" width="250" />
1013

@@ -55,26 +58,15 @@ You can get the printable PDF version of schematic diagram [here](pcb/tomo-schem
5558

5659
## License
5760

58-
```
59-
Copyright 2024 - Nathanne Isip
60-
61-
Permission is hereby granted, free of charge, to any person
62-
obtaining a copy of this software and associated documentation
63-
files (the “Software”), to deal in the Software without restriction,
64-
including without limitation the rights to use, copy, modify,
65-
merge, publish, distribute, sublicense, and/or sell copies of
66-
the Software, and to permit persons to whom the Software is
67-
furnished to do so, subject to the following conditions:
68-
69-
The above copyright notice and this permission notice shall be
70-
included in all copies or substantial portions of the Software.
71-
72-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
73-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
74-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
75-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
76-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
77-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
78-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
79-
OTHER DEALINGS IN THE SOFTWARE.
80-
```
61+
Your use of Tomo is subject to the terms and conditions of the following respective licenses. Make sure to comply with the licensing requirements when using or distributing Tomo.
62+
63+
* The firmware, including the header files and source files of Tomo, are all under the [GNU GPL v3.0 license](LICENSE/GNU%20GPL%20v3.0.txt).
64+
* Asset files such as Tomo board preview images, logo, PCB preview, and Piskel facial animations are under the Creative Commons (CC BY-NC-SA 4.0).
65+
66+
[Tomo](https://github.com/nthnn/tomo) © 2024 by [Nathanne Isip](https://github.com/nthnn) is licensed under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)
67+
68+
* The schematic diagram (both in PDF and PNG format) and the PCB gerber file shall be under [CERN OHL Permissive v2 license](LICENSE/CERN%20OHL%20Permissive%20v2.txt).
69+
70+
---
71+
72+
<p align="center"><a href="https://github.com/nthnn/tomo">Tomo</a> &copy; 2024 by <a href="https://github.com/nthnn">Nathanne Isip</a></p>

0 commit comments

Comments
 (0)