mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 07:19:09 +00:00
refactor: prettier format fixes
This commit is contained in:
parent
95d99e0970
commit
5b6289b665
3 changed files with 79 additions and 73 deletions
21
README.md
21
README.md
|
@ -58,13 +58,14 @@ I'm open to contributions! If you find any bugs, have suggestions, or want to ad
|
|||
This project is licensed under the GPLv3 License. Feel free to explore, learn, and have fun!
|
||||
|
||||
Some dependencies may hold different licenses but are in compliance with GPLv3:
|
||||
- `MIT`: Compatible with GPLv3.
|
||||
- `Apache 2.0`: Compatible with GPLv3.
|
||||
- `BSD-3-Clause`: Compatible with GPLv3.
|
||||
- `BSD-2-Clause`: Compatible with GPLv3.
|
||||
- `ISC`: Compatible with GPLv3.
|
||||
- `Python-2.0`: Compatible with GPLv3. (Note: Python has its own license, and version 2.0 is compatible with GPLv3).
|
||||
- `CC-BY-4.0`: This is a Creative Commons license, which is not a software license. It's generally not recommended to include CC licenses in software projects due to potential compatibility issues. This might cause complications if you choose GPLv3.
|
||||
- `CC0-1.0`: Not a software license, but it is explicitly designed to waive all copyrights, making it effectively compatible with GPLv3.
|
||||
- `0BSD`: Compatible with GPLv3.
|
||||
- `(MIT OR CC0-1.0)`: MIT is compatible with GPLv3, and CC0-1.0 is effectively compatible with GPLv3.
|
||||
|
||||
- `MIT`: Compatible with GPLv3.
|
||||
- `Apache 2.0`: Compatible with GPLv3.
|
||||
- `BSD-3-Clause`: Compatible with GPLv3.
|
||||
- `BSD-2-Clause`: Compatible with GPLv3.
|
||||
- `ISC`: Compatible with GPLv3.
|
||||
- `Python-2.0`: Compatible with GPLv3. (Note: Python has its own license, and version 2.0 is compatible with GPLv3).
|
||||
- `CC-BY-4.0`: This is a Creative Commons license, which is not a software license. It's generally not recommended to include CC licenses in software projects due to potential compatibility issues. This might cause complications if you choose GPLv3.
|
||||
- `CC0-1.0`: Not a software license, but it is explicitly designed to waive all copyrights, making it effectively compatible with GPLv3.
|
||||
- `0BSD`: Compatible with GPLv3.
|
||||
- `(MIT OR CC0-1.0)`: MIT is compatible with GPLv3, and CC0-1.0 is effectively compatible with GPLv3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue