PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Libmaple/libmaple/LICENSE

https://gitlab.com/edelmaks/AeroQuad
License | 100 lines | 77 code | 23 blank | 0 comment | 0 complexity | fe253c3b81b59110e6507b0e21e53c2d 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. -------------------------------------------------------------------------------
  52. Note on contributing patches:
  53. If contributing patches, please add a Signed-off-by: line certifying
  54. your Developer Certificate of Origin (DCO). You should include this
  55. line at the bottom of any Git commits you want merged in, or along
  56. with any email you submit. By including this line, you are certifying
  57. the following:
  58. Developer's Certificate of Origin 1.1
  59. By making a contribution to this project, I certify that:
  60. (a) The contribution was created in whole or in part by me and I
  61. have the right to submit it under the open source license
  62. indicated in the file; or
  63. (b) The contribution is based upon previous work that, to the best
  64. of my knowledge, is covered under an appropriate open source
  65. license and I have the right under that license to submit that
  66. work with modifications, whether created in whole or in part
  67. by me, under the same open source license (unless I am
  68. permitted to submit under a different license), as indicated
  69. in the file; or
  70. (c) The contribution was provided directly to me by some other
  71. person who certified (a), (b) or (c) and I have not modified
  72. it.
  73. (d) I understand and agree that this project and the contribution
  74. are public and that a record of the contribution (including all
  75. personal information I submit with it, including my sign-off) is
  76. maintained indefinitely and may be redistributed consistent with
  77. this project or the open source license(s) involved.