Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
2.2 KiB

  1. Files in the directory strobe are licensed by the terms specified
  2. in the directory.
  3. Files in the directory stm32 are licensed as labeled. Some files are
  4. licensed per https://www.st.com/SLA0044 which does add restrictions
  5. beyond the standard BSD license, mostly restricting it for use w/ ST
  6. manufactured devices.
  7. Files in the directory loramac are licensed as labeled and/or per
  8. the LICENSE file in the directory.
  9. A few files have an exclusionary license, a copy of which is in
  10. (EXCLUDEST.txt), and are labeled as such. If ST or one of it's agents
  11. would like to change the copyright of these files, please contact the
  12. copyright owner as labeled, but likely only John-Mark Gurney.
  13. Most/all the third party files should be on a permission license
  14. such as BSD, MIT or Apache license. As usual, it is your responsibility
  15. to ensure that you follow the terms of the licenses as stated.
  16. Remaining files are licensed under the following unless otherwise marked.
  17. Copyright 2021 John-Mark Gurney.
  18. Redistribution and use in source and binary forms, with or without
  19. modification, are permitted provided that the following conditions
  20. are met:
  21. 1. Redistributions of source code must retain the above copyright
  22. notice, this list of conditions and the following disclaimer.
  23. 2. Redistributions in binary form must reproduce the above copyright
  24. notice, this list of conditions and the following disclaimer in the
  25. documentation and/or other materials provided with the distribution.
  26. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  27. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  28. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  29. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  30. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  31. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  32. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  33. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  34. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  35. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  36. SUCH DAMAGE.