license.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. The FreeRTOS kernel is released under the MIT open source license, the text of
  2. which is provided below.
  3. This license covers the FreeRTOS kernel source files, which are located in the
  4. /FreeRTOS/Source directory of the official FreeRTOS kernel download. It also
  5. covers most of the source files in the demo application projects, which are
  6. located in the /FreeRTOS/Demo directory of the official FreeRTOS download. The
  7. demo projects may also include third party software that is not part of FreeRTOS
  8. and is licensed separately to FreeRTOS. Examples of third party software
  9. includes header files provided by chip or tools vendors, linker scripts,
  10. peripheral drivers, etc. All the software in subdirectories of the /FreeRTOS
  11. directory is either open source or distributed with permission, and is free for
  12. use. For the avoidance of doubt, refer to the comments at the top of each
  13. source file.
  14. License text:
  15. -------------
  16. Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  17. Permission is hereby granted, free of charge, to any person obtaining a copy of
  18. this software and associated documentation files (the "Software"), to deal in
  19. the Software without restriction, including without limitation the rights to
  20. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  21. the Software, and to permit persons to whom the Software is furnished to do so,
  22. subject to the following conditions:
  23. The above copyright notice and this permission notice shall be included in all
  24. copies or substantial portions of the Software. If you wish to use our Amazon
  25. FreeRTOS name, please do so in a fair use way that does not cause confusion.
  26. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  27. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  28. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  29. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  30. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  31. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.