diff --git a/README.md b/README.md index ad5624d..c8e202b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ This project is not a "step-by-step"-guide. It is more a documentation of my dev ASK (Amplitude-Shift Keying) is a simple signal modulation, which is used in cheap 433 MHz modules like the FS1000A. ## LoRa LoRa is more sophisticated then ASK and was needed in this project, because ASK signals from inside the metal mailbox were not received reliably by the Receiver in my environment. + +## License and copyright +This project (except [externalCode.ino](/Receiver/externalCode.ino) for the Receiver) is licensed under the terms of the 2-Clause BSD License [Copyright (c) 2022 codingABI](LICENSE). + +The code in [externalCode.ino](/Receiver/externalCode.ino) is licensed under the terms of MIT/BSD/FreeBSD License [Written by Limor Fried/Ladyada for Adafruit Industries, Copyright (c) 2012 Adafruit Industries, Copyright (c) 2022 Bodmer (https://github.com/Bodmer)](LICENSE.TFT-eSPI). + ## Appendix ### Receiver (433 MHz ASK and LoRa) Description: