/LICENSE

https://github.com/iperry/libmaple · License · 66 lines · 51 code · 15 blank · 0 comment · 0 complexity · 0c3c012fd7649c59d932ffea3ce5e46f MD5 · raw file

  1. -------------------------------------------------------------------------------
  2. All code in /libmaple/usb/usb_lib/ is from v2.0.2 of the standard peripheral
  3. library from STMicroelectronics, which is released with the following notice:
  4. THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
  5. WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
  6. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
  7. INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
  8. CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
  9. INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
  10. -------------------------------------------------------------------------------
  11. Unless otherwise noted in the header, all code in /libmaple/ and /wirish/ is
  12. copyright LeafLabs LLC and are released under the MIT License:
  13. Copyright (c) 2009-2010 LeafLabs LLC
  14. Permission is hereby granted, free of charge, to any person obtaining a copy
  15. of this software and associated documentation files (the "Software"), to deal
  16. in the Software without restriction, including without limitation the rights
  17. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  18. copies of the Software, and to permit persons to whom the Software is
  19. furnished to do so, subject to the following conditions:
  20. The above copyright notice and this permission notice shall be included in
  21. all copies or substantial portions of the Software.
  22. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  23. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  24. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  25. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  26. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  27. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  28. THE SOFTWARE.
  29. See http://creativecommons.org/licenses/MIT/ for more information.
  30. -------------------------------------------------------------------------------
  31. Some of files in /support/ld/ were written by 'lanchon' and posted in the
  32. STMicroelectronics forum at:
  33. https://my.st.com/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/STM32%20CC%2B%2B%20build%20environment%20using%20CodeSourcery%20Sourcery%20G%2B%2B&currentviews=18152
  34. These files are stated to be in the public domain. Other files in /stm32conf/
  35. are from CodeSourcery, Inc with the following notice:
  36. Copyright (c) 2006, 2007 CodeSourcery Inc
  37. The authors hereby grant permission to use, copy, modify, distribute,
  38. and license this software and its documentation for any purpose, provided
  39. that existing copyright notices are retained in all copies and that this
  40. notice is included verbatim in any distributions. No written agreement,
  41. license, or royalty fee is required for any of the authorized uses.
  42. Modifications to this software may be copyrighted by their authors
  43. and need not follow the licensing terms described here, provided that
  44. the new terms are clearly indicated on the first page of each file where
  45. they apply.
  46. -------------------------------------------------------------------------------
  47. The ./support/stm32loader.py python script is GPL (see
  48. http://www.gnu.org/licenses/ for a copy) and comes with the following info:
  49. Author: Ivan A-R <ivan@tuxotronic.org>
  50. Project page: http://tuxotronic.org/wiki/projects/stm32loader
  51. -------------------------------------------------------------------------------