COPYING 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. This repository contains the generator for the MAVLink protocol. The generator itself is
  2. (L)GPL v3 licensed, while the generated code is subject to different licenses:
  3. ========================================================================================
  4. Exception to the (L)GPL v.3:
  5. As an exception, if you use this Software to compile your source code and
  6. portions of this Software, including messages ("the generator output"), are embedded
  7. into the binary product as a result, you may redistribute such product and such
  8. product is hereby licensed under the following MIT license:
  9. Permission is hereby granted, free of charge, to any person obtaining a copy
  10. of the generated software (the "Generated Software"), to deal
  11. in the Generated Software without restriction, including without limitation the
  12. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  13. copies of the Generated Software, and to permit persons to whom the Generated
  14. Software is furnished to do so, subject to the following conditions:
  15. The above copyright notice and this permission notice shall be included in
  16. all copies or substantial portions of the Generated Software.
  17. THE GENERATED SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  18. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  19. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  20. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  21. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  22. OUT OF OR IN CONNECTION WITH THE GENERATED SOFTWARE OR THE USE OR OTHER DEALINGS
  23. IN THE GENERATED SOFTWARE.
  24. =========================================================================================
  25. GNU LESSER GENERAL PUBLIC LICENSE
  26. Version 3, 29 June 2007
  27. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  28. Everyone is permitted to copy and distribute verbatim copies
  29. of this license document, but changing it is not allowed.
  30. This version of the GNU Lesser General Public License incorporates
  31. the terms and conditions of version 3 of the GNU General Public
  32. License, supplemented by the additional permissions listed below.
  33. 0. Additional Definitions.
  34. As used herein, "this License" refers to version 3 of the GNU Lesser
  35. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  36. General Public License.
  37. "The Library" refers to a covered work governed by this License,
  38. other than an Application or a Combined Work as defined below.
  39. An "Application" is any work that makes use of an interface provided
  40. by the Library, but which is not otherwise based on the Library.
  41. Defining a subclass of a class defined by the Library is deemed a mode
  42. of using an interface provided by the Library.
  43. A "Combined Work" is a work produced by combining or linking an
  44. Application with the Library. The particular version of the Library
  45. with which the Combined Work was made is also called the "Linked
  46. Version".
  47. The "Minimal Corresponding Source" for a Combined Work means the
  48. Corresponding Source for the Combined Work, excluding any source code
  49. for portions of the Combined Work that, considered in isolation, are
  50. based on the Application, and not on the Linked Version.
  51. The "Corresponding Application Code" for a Combined Work means the
  52. object code and/or source code for the Application, including any data
  53. and utility programs needed for reproducing the Combined Work from the
  54. Application, but excluding the System Libraries of the Combined Work.
  55. 1. Exception to Section 3 of the GNU GPL.
  56. You may convey a covered work under sections 3 and 4 of this License
  57. without being bound by section 3 of the GNU GPL.
  58. 2. Conveying Modified Versions.
  59. If you modify a copy of the Library, and, in your modifications, a
  60. facility refers to a function or data to be supplied by an Application
  61. that uses the facility (other than as an argument passed when the
  62. facility is invoked), then you may convey a copy of the modified
  63. version:
  64. a) under this License, provided that you make a good faith effort to
  65. ensure that, in the event an Application does not supply the
  66. function or data, the facility still operates, and performs
  67. whatever part of its purpose remains meaningful, or
  68. b) under the GNU GPL, with none of the additional permissions of
  69. this License applicable to that copy.
  70. 3. Object Code Incorporating Material from Library Header Files.
  71. The object code form of an Application may incorporate material from
  72. a header file that is part of the Library. You may convey such object
  73. code under terms of your choice, provided that, if the incorporated
  74. material is not limited to numerical parameters, data structure
  75. layouts and accessors, or small macros, inline functions and templates
  76. (ten or fewer lines in length), you do both of the following:
  77. a) Give prominent notice with each copy of the object code that the
  78. Library is used in it and that the Library and its use are
  79. covered by this License.
  80. b) Accompany the object code with a copy of the GNU GPL and this license
  81. document.
  82. 4. Combined Works.
  83. You may convey a Combined Work under terms of your choice that,
  84. taken together, effectively do not restrict modification of the
  85. portions of the Library contained in the Combined Work and reverse
  86. engineering for debugging such modifications, if you also do each of
  87. the following:
  88. a) Give prominent notice with each copy of the Combined Work that
  89. the Library is used in it and that the Library and its use are
  90. covered by this License.
  91. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  92. document.
  93. c) For a Combined Work that displays copyright notices during
  94. execution, include the copyright notice for the Library among
  95. these notices, as well as a reference directing the user to the
  96. copies of the GNU GPL and this license document.
  97. d) Do one of the following:
  98. 0) Convey the Minimal Corresponding Source under the terms of this
  99. License, and the Corresponding Application Code in a form
  100. suitable for, and under terms that permit, the user to
  101. recombine or relink the Application with a modified version of
  102. the Linked Version to produce a modified Combined Work, in the
  103. manner specified by section 6 of the GNU GPL for conveying
  104. Corresponding Source.
  105. 1) Use a suitable shared library mechanism for linking with the
  106. Library. A suitable mechanism is one that (a) uses at run time
  107. a copy of the Library already present on the user's computer
  108. system, and (b) will operate properly with a modified version
  109. of the Library that is interface-compatible with the Linked
  110. Version.
  111. e) Provide Installation Information, but only if you would otherwise
  112. be required to provide such information under section 6 of the
  113. GNU GPL, and only to the extent that such information is
  114. necessary to install and execute a modified version of the
  115. Combined Work produced by recombining or relinking the
  116. Application with a modified version of the Linked Version. (If
  117. you use option 4d0, the Installation Information must accompany
  118. the Minimal Corresponding Source and Corresponding Application
  119. Code. If you use option 4d1, you must provide the Installation
  120. Information in the manner specified by section 6 of the GNU GPL
  121. for conveying Corresponding Source.)
  122. 5. Combined Libraries.
  123. You may place library facilities that are a work based on the
  124. Library side by side in a single library together with other library
  125. facilities that are not Applications and are not covered by this
  126. License, and convey such a combined library under terms of your
  127. choice, if you do both of the following:
  128. a) Accompany the combined library with a copy of the same work based
  129. on the Library, uncombined with any other library facilities,
  130. conveyed under the terms of this License.
  131. b) Give prominent notice with the combined library that part of it
  132. is a work based on the Library, and explaining where to find the
  133. accompanying uncombined form of the same work.
  134. 6. Revised Versions of the GNU Lesser General Public License.
  135. The Free Software Foundation may publish revised and/or new versions
  136. of the GNU Lesser General Public License from time to time. Such new
  137. versions will be similar in spirit to the present version, but may
  138. differ in detail to address new problems or concerns.
  139. Each version is given a distinguishing version number. If the
  140. Library as you received it specifies that a certain numbered version
  141. of the GNU Lesser General Public License "or any later version"
  142. applies to it, you have the option of following the terms and
  143. conditions either of that published version or of any later version
  144. published by the Free Software Foundation. If the Library as you
  145. received it does not specify a version number of the GNU Lesser
  146. General Public License, you may choose any version of the GNU Lesser
  147. General Public License ever published by the Free Software Foundation.
  148. If the Library as you received it specifies that a proxy can decide
  149. whether future versions of the GNU Lesser General Public License shall
  150. apply, that proxy's public statement of acceptance of any version is
  151. permanent authorization for you to choose that version for the
  152. Library.