diff --git a/README.md b/README.md index fcbaf6d6..6af8c161 100644 --- a/README.md +++ b/README.md @@ -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. +Code for STM32F405 USB driver is released under the MCD-ST Liberty SW License Agreement V2. + ## Disclaimer This project was created for research and amateur radio use only, @@ -67,7 +69,8 @@ OpenRTX was created by: - Federico Amedeo Izzo IU2NUO - Frederik Saraci IU2NRO -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). +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). + 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. diff --git a/platform/drivers/baseband/AT1846S.c b/platform/drivers/baseband/AT1846S.c index 3b913f3d..5e1e32dc 100644 --- a/platform/drivers/baseband/AT1846S.c +++ b/platform/drivers/baseband/AT1846S.c @@ -4,6 +4,9 @@ * Frederik Saraci IU2NRO * * 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 * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3 of the License, or * diff --git a/platform/drivers/baseband/HR_C6000.c b/platform/drivers/baseband/HR_C6000.c index 12bb5faa..62a5c68b 100644 --- a/platform/drivers/baseband/HR_C6000.c +++ b/platform/drivers/baseband/HR_C6000.c @@ -4,6 +4,9 @@ * Frederik Saraci IU2NRO * * 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 * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 3 of the License, or *