summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-02 17:39:05 +0200
committerJF <jf@codingfield.com>2020-08-02 17:39:05 +0200
commit75ae553ac9359ff6094ef7e07f87ea439fd9043c (patch)
tree079171a0221b991590665a6340d549bed75b6ef4 /README.md
parent3b835d455fa6fc8e58ba092bc5b467cbbff20e54 (diff)
parent7175e6a0be39c636b6ba67a968f8b90cdca441cd (diff)
Merge branch 'license' into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index fec2fb92..661b01a5 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,15 @@ Here a quick list out of my head of things to do for this project:
Do not hesitate to clone/fork the code, hack it and create pull-requests. I'll do my best to review and merge them :)
+## Licenses
+This project is released under the GNU General Public License version 3 or, at your option, any later version.
+
+It integrates the following projects:
+ - RTOS : **[FreeRTOS](https://freertos.org)** under the MIT license
+ - UI : **[LittleVGL/LVGL](https://lvgl.io/)** under the MIT license
+ - BLE stack : **[NimBLE](https://github.com/apache/mynewt-nimble)** under the Apache 2.0 license
+ - Font : **[Jetbrains Mono](https://www.jetbrains.com/fr-fr/lp/mono/)** under the Apache 2.0 license
+
## Credits
I’m not working alone on this project. First, many people create PR for this projects. Then, there is the whole #pinetime community : a lot of people all around the world who are hacking, searching, experimenting and programming the Pinetime. We exchange our ideas, experiments and code in the chat rooms and forums.