COPYING 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. This file publishes under 2-clause BSD license.
  2. |-- files
  3. | `-- etc
  4. | |-- init.d
  5. | | `-- local-user
  6. Redistribution and use in source and binary forms, with or without
  7. modification, are permitted provided that the following conditions are met:
  8. 1. Redistributions of source code must retain the above copyright notice, this
  9. list of conditions and the following disclaimer.
  10. 2. Redistributions in binary form must reproduce the above copyright notice,
  11. this list of conditions and the following disclaimer in the documentation
  12. and/or other materials provided with the distribution.
  13. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  14. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  15. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  16. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  17. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  18. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  19. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  20. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  21. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  22. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  23. These files are publish under LGPLv3.
  24. |-- README.md
  25. |-- TODO
  26. |-- config.py
  27. |-- create
  28. |-- destroy
  29. |-- files
  30. | `-- etc
  31. | `-- skel
  32. | |-- local.d
  33. | | `-- README
  34. | |-- logs
  35. | | `-- README
  36. | `-- web
  37. | `-- README
  38. |-- modify
  39. |-- nginx_conf
  40. `-- php_fcgi
  41. GNU LESSER GENERAL PUBLIC LICENSE
  42. Version 3, 29 June 2007
  43. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
  44. Everyone is permitted to copy and distribute verbatim copies
  45. of this license document, but changing it is not allowed.
  46. This version of the GNU Lesser General Public License incorporates
  47. the terms and conditions of version 3 of the GNU General Public
  48. License, supplemented by the additional permissions listed below.
  49. 0. Additional Definitions.
  50. As used herein, "this License" refers to version 3 of the GNU Lesser
  51. General Public License, and the "GNU GPL" refers to version 3 of the GNU
  52. General Public License.
  53. "The Library" refers to a covered work governed by this License,
  54. other than an Application or a Combined Work as defined below.
  55. An "Application" is any work that makes use of an interface provided
  56. by the Library, but which is not otherwise based on the Library.
  57. Defining a subclass of a class defined by the Library is deemed a mode
  58. of using an interface provided by the Library.
  59. A "Combined Work" is a work produced by combining or linking an
  60. Application with the Library. The particular version of the Library
  61. with which the Combined Work was made is also called the "Linked
  62. Version".
  63. The "Minimal Corresponding Source" for a Combined Work means the
  64. Corresponding Source for the Combined Work, excluding any source code
  65. for portions of the Combined Work that, considered in isolation, are
  66. based on the Application, and not on the Linked Version.
  67. The "Corresponding Application Code" for a Combined Work means the
  68. object code and/or source code for the Application, including any data
  69. and utility programs needed for reproducing the Combined Work from the
  70. Application, but excluding the System Libraries of the Combined Work.
  71. 1. Exception to Section 3 of the GNU GPL.
  72. You may convey a covered work under sections 3 and 4 of this License
  73. without being bound by section 3 of the GNU GPL.
  74. 2. Conveying Modified Versions.
  75. If you modify a copy of the Library, and, in your modifications, a
  76. facility refers to a function or data to be supplied by an Application
  77. that uses the facility (other than as an argument passed when the
  78. facility is invoked), then you may convey a copy of the modified
  79. version:
  80. a) under this License, provided that you make a good faith effort to
  81. ensure that, in the event an Application does not supply the
  82. function or data, the facility still operates, and performs
  83. whatever part of its purpose remains meaningful, or
  84. b) under the GNU GPL, with none of the additional permissions of
  85. this License applicable to that copy.
  86. 3. Object Code Incorporating Material from Library Header Files.
  87. The object code form of an Application may incorporate material from
  88. a header file that is part of the Library. You may convey such object
  89. code under terms of your choice, provided that, if the incorporated
  90. material is not limited to numerical parameters, data structure
  91. layouts and accessors, or small macros, inline functions and templates
  92. (ten or fewer lines in length), you do both of the following:
  93. a) Give prominent notice with each copy of the object code that the
  94. Library is used in it and that the Library and its use are
  95. covered by this License.
  96. b) Accompany the object code with a copy of the GNU GPL and this license
  97. document.
  98. 4. Combined Works.
  99. You may convey a Combined Work under terms of your choice that,
  100. taken together, effectively do not restrict modification of the
  101. portions of the Library contained in the Combined Work and reverse
  102. engineering for debugging such modifications, if you also do each of
  103. the following:
  104. a) Give prominent notice with each copy of the Combined Work that
  105. the Library is used in it and that the Library and its use are
  106. covered by this License.
  107. b) Accompany the Combined Work with a copy of the GNU GPL and this license
  108. document.
  109. c) For a Combined Work that displays copyright notices during
  110. execution, include the copyright notice for the Library among
  111. these notices, as well as a reference directing the user to the
  112. copies of the GNU GPL and this license document.
  113. d) Do one of the following:
  114. 0) Convey the Minimal Corresponding Source under the terms of this
  115. License, and the Corresponding Application Code in a form
  116. suitable for, and under terms that permit, the user to
  117. recombine or relink the Application with a modified version of
  118. the Linked Version to produce a modified Combined Work, in the
  119. manner specified by section 6 of the GNU GPL for conveying
  120. Corresponding Source.
  121. 1) Use a suitable shared library mechanism for linking with the
  122. Library. A suitable mechanism is one that (a) uses at run time
  123. a copy of the Library already present on the user's computer
  124. system, and (b) will operate properly with a modified version
  125. of the Library that is interface-compatible with the Linked
  126. Version.
  127. e) Provide Installation Information, but only if you would otherwise
  128. be required to provide such information under section 6 of the
  129. GNU GPL, and only to the extent that such information is
  130. necessary to install and execute a modified version of the
  131. Combined Work produced by recombining or relinking the
  132. Application with a modified version of the Linked Version. (If
  133. you use option 4d0, the Installation Information must accompany
  134. the Minimal Corresponding Source and Corresponding Application
  135. Code. If you use option 4d1, you must provide the Installation
  136. Information in the manner specified by section 6 of the GNU GPL
  137. for conveying Corresponding Source.)
  138. 5. Combined Libraries.
  139. You may place library facilities that are a work based on the
  140. Library side by side in a single library together with other library
  141. facilities that are not Applications and are not covered by this
  142. License, and convey such a combined library under terms of your
  143. choice, if you do both of the following:
  144. a) Accompany the combined library with a copy of the same work based
  145. on the Library, uncombined with any other library facilities,
  146. conveyed under the terms of this License.
  147. b) Give prominent notice with the combined library that part of it
  148. is a work based on the Library, and explaining where to find the
  149. accompanying uncombined form of the same work.
  150. 6. Revised Versions of the GNU Lesser General Public License.
  151. The Free Software Foundation may publish revised and/or new versions
  152. of the GNU Lesser General Public License from time to time. Such new
  153. versions will be similar in spirit to the present version, but may
  154. differ in detail to address new problems or concerns.
  155. Each version is given a distinguishing version number. If the
  156. Library as you received it specifies that a certain numbered version
  157. of the GNU Lesser General Public License "or any later version"
  158. applies to it, you have the option of following the terms and
  159. conditions either of that published version or of any later version
  160. published by the Free Software Foundation. If the Library as you
  161. received it does not specify a version number of the GNU Lesser
  162. General Public License, you may choose any version of the GNU Lesser
  163. General Public License ever published by the Free Software Foundation.
  164. If the Library as you received it specifies that a proxy can decide
  165. whether future versions of the GNU Lesser General Public License shall
  166. apply, that proxy's public statement of acceptance of any version is
  167. permanent authorization for you to choose that version for the
  168. Library.