COPYING.LGPL-3 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. ./tools/integration/assert.sh is a copy of
  2. https://github.com/lehmannro/assert.sh/blob/master/assert.sh
  3. Since it was imported from its original source, it has only received
  4. cosmetic modifications. As it is licensed under the LGPL-3, here's the
  5. license text in its entirety:
  6. GNU LESSER GENERAL PUBLIC LICENSE
  7. Version 3, 29 June 2007
  8. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  9. Everyone is permitted to copy and distribute verbatim copies
  10. of this license document, but changing it is not allowed.
  11. This version of the GNU Lesser General Public License incorporates
  12. the terms and conditions of version 3 of the GNU General Public
  13. License, supplemented by the additional permissions listed below.
  14. 0. Additional Definitions.
  15. As used herein, "this License" refers to version 3 of the GNU Lesser
  16. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  17. General Public License.
  18. "The Library" refers to a covered work governed by this License,
  19. other than an Application or a Combined Work as defined below.
  20. An "Application" is any work that makes use of an interface provided
  21. by the Library, but which is not otherwise based on the Library.
  22. Defining a subclass of a class defined by the Library is deemed a mode
  23. of using an interface provided by the Library.
  24. A "Combined Work" is a work produced by combining or linking an
  25. Application with the Library. The particular version of the Library
  26. with which the Combined Work was made is also called the "Linked
  27. Version".
  28. The "Minimal Corresponding Source" for a Combined Work means the
  29. Corresponding Source for the Combined Work, excluding any source code
  30. for portions of the Combined Work that, considered in isolation, are
  31. based on the Application, and not on the Linked Version.
  32. The "Corresponding Application Code" for a Combined Work means the
  33. object code and/or source code for the Application, including any data
  34. and utility programs needed for reproducing the Combined Work from the
  35. Application, but excluding the System Libraries of the Combined Work.
  36. 1. Exception to Section 3 of the GNU GPL.
  37. You may convey a covered work under sections 3 and 4 of this License
  38. without being bound by section 3 of the GNU GPL.
  39. 2. Conveying Modified Versions.
  40. If you modify a copy of the Library, and, in your modifications, a
  41. facility refers to a function or data to be supplied by an Application
  42. that uses the facility (other than as an argument passed when the
  43. facility is invoked), then you may convey a copy of the modified
  44. version:
  45. a) under this License, provided that you make a good faith effort to
  46. ensure that, in the event an Application does not supply the
  47. function or data, the facility still operates, and performs
  48. whatever part of its purpose remains meaningful, or
  49. b) under the GNU GPL, with none of the additional permissions of
  50. this License applicable to that copy.
  51. 3. Object Code Incorporating Material from Library Header Files.
  52. The object code form of an Application may incorporate material from
  53. a header file that is part of the Library. You may convey such object
  54. code under terms of your choice, provided that, if the incorporated
  55. material is not limited to numerical parameters, data structure
  56. layouts and accessors, or small macros, inline functions and templates
  57. (ten or fewer lines in length), you do both of the following:
  58. a) Give prominent notice with each copy of the object code that the
  59. Library is used in it and that the Library and its use are
  60. covered by this License.
  61. b) Accompany the object code with a copy of the GNU GPL and this license
  62. document.
  63. 4. Combined Works.
  64. You may convey a Combined Work under terms of your choice that,
  65. taken together, effectively do not restrict modification of the
  66. portions of the Library contained in the Combined Work and reverse
  67. engineering for debugging such modifications, if you also do each of
  68. the following:
  69. a) Give prominent notice with each copy of the Combined Work that
  70. the Library is used in it and that the Library and its use are
  71. covered by this License.
  72. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  73. document.
  74. c) For a Combined Work that displays copyright notices during
  75. execution, include the copyright notice for the Library among
  76. these notices, as well as a reference directing the user to the
  77. copies of the GNU GPL and this license document.
  78. d) Do one of the following:
  79. 0) Convey the Minimal Corresponding Source under the terms of this
  80. License, and the Corresponding Application Code in a form
  81. suitable for, and under terms that permit, the user to
  82. recombine or relink the Application with a modified version of
  83. the Linked Version to produce a modified Combined Work, in the
  84. manner specified by section 6 of the GNU GPL for conveying
  85. Corresponding Source.
  86. 1) Use a suitable shared library mechanism for linking with the
  87. Library. A suitable mechanism is one that (a) uses at run time
  88. a copy of the Library already present on the user's computer
  89. system, and (b) will operate properly with a modified version
  90. of the Library that is interface-compatible with the Linked
  91. Version.
  92. e) Provide Installation Information, but only if you would otherwise
  93. be required to provide such information under section 6 of the
  94. GNU GPL, and only to the extent that such information is
  95. necessary to install and execute a modified version of the
  96. Combined Work produced by recombining or relinking the
  97. Application with a modified version of the Linked Version. (If
  98. you use option 4d0, the Installation Information must accompany
  99. the Minimal Corresponding Source and Corresponding Application
  100. Code. If you use option 4d1, you must provide the Installation
  101. Information in the manner specified by section 6 of the GNU GPL
  102. for conveying Corresponding Source.)
  103. 5. Combined Libraries.
  104. You may place library facilities that are a work based on the
  105. Library side by side in a single library together with other library
  106. facilities that are not Applications and are not covered by this
  107. License, and convey such a combined library under terms of your
  108. choice, if you do both of the following:
  109. a) Accompany the combined library with a copy of the same work based
  110. on the Library, uncombined with any other library facilities,
  111. conveyed under the terms of this License.
  112. b) Give prominent notice with the combined library that part of it
  113. is a work based on the Library, and explaining where to find the
  114. accompanying uncombined form of the same work.
  115. 6. Revised Versions of the GNU Lesser General Public License.
  116. The Free Software Foundation may publish revised and/or new versions
  117. of the GNU Lesser General Public License from time to time. Such new
  118. versions will be similar in spirit to the present version, but may
  119. differ in detail to address new problems or concerns.
  120. Each version is given a distinguishing version number. If the
  121. Library as you received it specifies that a certain numbered version
  122. of the GNU Lesser General Public License "or any later version"
  123. applies to it, you have the option of following the terms and
  124. conditions either of that published version or of any later version
  125. published by the Free Software Foundation. If the Library as you
  126. received it does not specify a version number of the GNU Lesser
  127. General Public License, you may choose any version of the GNU Lesser
  128. General Public License ever published by the Free Software Foundation.
  129. If the Library as you received it specifies that a proxy can decide
  130. whether future versions of the GNU Lesser General Public License shall
  131. apply, that proxy's public statement of acceptance of any version is
  132. permanent authorization for you to choose that version for the
  133. Library.