Updated code attributions and informations about licensing of part of the codebase

This commit is contained in:
Silvano Seva 2021-04-21 10:07:13 +02:00
parent e3a128f035
commit a6c638b063
3 changed files with 12 additions and 3 deletions

View File

@ -52,6 +52,8 @@ This software is released under the GNU GPL v3.
minmea is released under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2. minmea is released under the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE v2.
Code for STM32F405 USB driver is released under the MCD-ST Liberty SW License Agreement V2.
## Disclaimer ## Disclaimer
This project was created for research and amateur radio use only, This project was created for research and amateur radio use only,
@ -67,7 +69,8 @@ OpenRTX was created by:
- Federico Amedeo Izzo IU2NUO <federico@izzo.pro> - Federico Amedeo Izzo IU2NUO <federico@izzo.pro>
- Frederik Saraci IU2NRO <frederik.saraci@gmail.com> - Frederik Saraci IU2NRO <frederik.saraci@gmail.com>
All this was made possible by the huge reverse engineering effort of All this was made possible by the huge reverse engineering effort of Travis Goodspeed and all the contributors of [md380tools](https://github.com/travisgoodspeed/md380tools).
Travis Goodspeed and all the contributors of [md380tools](https://github.com/travisgoodspeed/md380tools).
A huge thank goes to Roger Clark, and his [OpenGD77](https://github.com/rogerclarkmelbourne/OpenGD77) which not only inspired this project, but as a precursor, provided a working code example for the GD77 radio family. A huge thank goes to Roger Clark, and his [OpenGD77](https://github.com/rogerclarkmelbourne/OpenGD77) which not only inspired this project, but as a precursor, provided a working code example for the GD77 radio family.
Finally, a warm thank you goes to SP5WWP and the [M17](https://m17project.org) community for bringing their libre protocol into our obscure undocumented hardware.
Finally, a warm thank you goes to SP5WWP and the [M17](https://m17project.org) community for bringing their libre protocol into our obscure undocumented hardware.

View File

@ -4,6 +4,9 @@
* Frederik Saraci IU2NRO * * Frederik Saraci IU2NRO *
* Silvano Seva IU2KWO * * Silvano Seva IU2KWO *
* * * *
* Based on the original work from Kai Ludwig, DG4KLU, and *
* Roger Clark, VK3KYY/G4KYF. *
* *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or * * the Free Software Foundation; either version 3 of the License, or *

View File

@ -4,6 +4,9 @@
* Frederik Saraci IU2NRO * * Frederik Saraci IU2NRO *
* Silvano Seva IU2KWO * * Silvano Seva IU2KWO *
* * * *
* Based on the original work from Kai Ludwig, DG4KLU, and *
* Roger Clark, VK3KYY/G4KYF. *
* *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or * * the Free Software Foundation; either version 3 of the License, or *