rubyfox-server 2.13.5.1 → 2.16.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (572) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubyfox/server/data/config/UploadsLock.txt +3 -0
  3. data/lib/rubyfox/server/data/config/admin/admintool.xml +2 -0
  4. data/lib/rubyfox/server/data/config/admin/descriptors/config_room.txt +97 -43
  5. data/lib/rubyfox/server/data/config/admin/descriptors/config_server.txt +307 -93
  6. data/lib/rubyfox/server/data/config/admin/descriptors/config_zone.txt +311 -95
  7. data/lib/rubyfox/server/data/config/admin/descriptors/runtime_game.txt +5 -5
  8. data/lib/rubyfox/server/data/config/admin/descriptors/runtime_mmo.txt +6 -6
  9. data/lib/rubyfox/server/data/config/admin/descriptors/runtime_room.txt +69 -44
  10. data/lib/rubyfox/server/data/config/admin/descriptors/runtime_user.txt +55 -43
  11. data/lib/rubyfox/server/data/config/admin/descriptors/runtime_zone.txt +81 -36
  12. data/lib/rubyfox/server/data/config/admin/gmc/gmc.py +55 -18
  13. data/lib/rubyfox/server/data/config/admin/icons/Analytics.png +0 -0
  14. data/lib/rubyfox/server/data/config/admin/icons/Analytics.svg +1 -0
  15. data/lib/rubyfox/server/data/config/admin/icons/BanManager.png +0 -0
  16. data/lib/rubyfox/server/data/config/admin/icons/BanManager.svg +1 -0
  17. data/lib/rubyfox/server/data/config/admin/icons/BlueBoxMonitor.png +0 -0
  18. data/lib/rubyfox/server/data/config/admin/icons/BlueBoxMonitor.svg +1 -0
  19. data/lib/rubyfox/server/data/config/admin/icons/Console.png +0 -0
  20. data/lib/rubyfox/server/data/config/admin/icons/Console.svg +9 -0
  21. data/lib/rubyfox/server/data/config/admin/icons/Dashboard.png +0 -0
  22. data/lib/rubyfox/server/data/config/admin/icons/Dashboard.svg +1 -0
  23. data/lib/rubyfox/server/data/config/admin/icons/ExtensionManager.png +0 -0
  24. data/lib/rubyfox/server/data/config/admin/icons/ExtensionManager.svg +1 -0
  25. data/lib/rubyfox/server/data/config/admin/icons/LicenseManager.png +0 -0
  26. data/lib/rubyfox/server/data/config/admin/icons/LicenseManager.svg +1 -0
  27. data/lib/rubyfox/server/data/config/admin/icons/LogViewer.png +0 -0
  28. data/lib/rubyfox/server/data/config/admin/icons/LogViewer.svg +1 -0
  29. data/lib/rubyfox/server/data/config/admin/icons/ServerConfigurator.png +0 -0
  30. data/lib/rubyfox/server/data/config/admin/icons/ServerConfigurator.svg +1 -0
  31. data/lib/rubyfox/server/data/config/admin/icons/ServletManager.png +0 -0
  32. data/lib/rubyfox/server/data/config/admin/icons/ServletManager.svg +1 -0
  33. data/lib/rubyfox/server/data/config/admin/icons/ZoneConfigurator.png +0 -0
  34. data/lib/rubyfox/server/data/config/admin/icons/ZoneConfigurator.svg +1 -0
  35. data/lib/rubyfox/server/data/config/admin/icons/ZoneMonitor.png +0 -0
  36. data/lib/rubyfox/server/data/config/admin/icons/ZoneMonitor.svg +1 -0
  37. data/lib/rubyfox/server/data/config/core.xml +2 -2
  38. data/lib/rubyfox/server/data/config/log4j.properties +7 -7
  39. data/lib/rubyfox/server/data/config/server.xml +9 -10
  40. data/lib/rubyfox/server/data/config/wordsFile.txt +0 -2
  41. data/lib/rubyfox/server/data/data/GeoLite2-Country.mmdb +0 -0
  42. data/lib/rubyfox/server/data/{config → data/buddylists/BasicExamples}/.keep +0 -0
  43. data/lib/rubyfox/server/data/data/{buddylists → uploads}/.keep +0 -0
  44. data/lib/rubyfox/server/data/lib/BlueBox.war +0 -0
  45. data/lib/rubyfox/server/data/lib/apache-tomcat/LICENSE +1061 -0
  46. data/lib/rubyfox/server/data/lib/apache-tomcat/NOTICE +68 -0
  47. data/lib/rubyfox/server/data/lib/apache-tomcat/README.md +79 -0
  48. data/lib/rubyfox/server/data/lib/apache-tomcat/RELEASE-NOTES +174 -0
  49. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/bootstrap.jar +0 -0
  50. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/catalina-tasks.xml +39 -0
  51. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/catalina.bat +386 -0
  52. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/catalina.sh +689 -0
  53. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/ciphers.bat +58 -0
  54. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/ciphers.sh +60 -0
  55. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/commons-daemon-native.tar.gz +0 -0
  56. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/commons-daemon.jar +0 -0
  57. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/configtest.bat +58 -0
  58. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/configtest.sh +60 -0
  59. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/daemon.sh +293 -0
  60. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/digest.bat +58 -0
  61. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/digest.sh +60 -0
  62. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/makebase.bat +114 -0
  63. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/makebase.sh +115 -0
  64. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/setclasspath.bat +94 -0
  65. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/setclasspath.sh +98 -0
  66. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/shutdown.bat +58 -0
  67. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/shutdown.sh +60 -0
  68. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/startup.bat +58 -0
  69. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/startup.sh +60 -0
  70. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tomcat-juli.jar +0 -0
  71. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tomcat-native.tar.gz +0 -0
  72. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tool-wrapper.bat +110 -0
  73. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tool-wrapper.sh +153 -0
  74. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/version.bat +58 -0
  75. data/lib/rubyfox/server/data/lib/apache-tomcat/bin/version.sh +60 -0
  76. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/Catalina/localhost/rewrite.config +1 -0
  77. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/catalina.policy +260 -0
  78. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/catalina.properties +206 -0
  79. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/context.xml +31 -0
  80. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/jaspic-providers.xml +23 -0
  81. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/jaspic-providers.xsd +53 -0
  82. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/keystore.jks +0 -0
  83. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/logging.properties +79 -0
  84. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/server.xml +161 -0
  85. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/tomcat-users.xml +41 -0
  86. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/tomcat-users.xsd +59 -0
  87. data/lib/rubyfox/server/data/lib/apache-tomcat/conf/web.xml +4733 -0
  88. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/annotations-api.jar +0 -0
  89. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-ant.jar +0 -0
  90. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-ha.jar +0 -0
  91. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-ssi.jar +0 -0
  92. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-storeconfig.jar +0 -0
  93. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-tribes.jar +0 -0
  94. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina.jar +0 -0
  95. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/ecj-4.15.jar +0 -0
  96. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/el-api.jar +0 -0
  97. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jasper-el.jar +0 -0
  98. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jasper.jar +0 -0
  99. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jaspic-api.jar +0 -0
  100. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jsp-api.jar +0 -0
  101. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/servlet-api.jar +0 -0
  102. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/sfs2x-ws-helper.jar +0 -0
  103. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-api.jar +0 -0
  104. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-coyote.jar +0 -0
  105. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-dbcp.jar +0 -0
  106. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-cs.jar +0 -0
  107. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-de.jar +0 -0
  108. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-es.jar +0 -0
  109. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-fr.jar +0 -0
  110. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-ja.jar +0 -0
  111. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-ko.jar +0 -0
  112. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-pt-BR.jar +0 -0
  113. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-ru.jar +0 -0
  114. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-zh-CN.jar +0 -0
  115. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-jdbc.jar +0 -0
  116. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-jni.jar +0 -0
  117. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-util-scan.jar +0 -0
  118. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-util.jar +0 -0
  119. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-websocket.jar +0 -0
  120. data/lib/rubyfox/server/data/lib/apache-tomcat/lib/websocket-api.jar +0 -0
  121. data/lib/rubyfox/server/data/{extensions → lib/apache-tomcat/logs}/.keep +0 -0
  122. data/lib/rubyfox/server/data/lib/{jetty/lib/ext/.donotdelete → apache-tomcat/temp/safeToDelete.tmp} +0 -0
  123. data/lib/rubyfox/server/data/lib/{jetty/resources → apache-tomcat/work}/.keep +0 -0
  124. data/lib/rubyfox/server/data/lib/commons-collections-3.2.2.jar +0 -0
  125. data/lib/rubyfox/server/data/lib/commons-compress-1.19.jar +0 -0
  126. data/lib/rubyfox/server/data/lib/js/LibApi.js +48 -181
  127. data/lib/rubyfox/server/data/lib/sfs2x-admin.jar +0 -0
  128. data/lib/rubyfox/server/data/lib/sfs2x-core.jar +0 -0
  129. data/lib/rubyfox/server/data/lib/sfs2x-lib.jar +0 -0
  130. data/lib/rubyfox/server/data/lib/sfs2x-util.jar +0 -0
  131. data/lib/rubyfox/server/data/lib/sfs2x.jar +0 -0
  132. data/lib/rubyfox/server/data/sfs2x-service +6 -6
  133. data/lib/rubyfox/server/data/sfs2x-service.vmoptions +1 -1
  134. data/lib/rubyfox/server/data/sfs2x.sh +1 -1
  135. data/lib/rubyfox/server/data/www/BlueBox.war +0 -0
  136. data/lib/rubyfox/server/data/www/HelloServlet/index.jsp +1 -1
  137. data/lib/rubyfox/server/data/www/{root → ROOT}/_css_/default.css +0 -0
  138. data/lib/rubyfox/server/data/www/{root → ROOT}/_css_/reset.css +0 -0
  139. data/lib/rubyfox/server/data/www/{root → ROOT}/_images_/background_gradient.png +0 -0
  140. data/lib/rubyfox/server/data/www/{root → ROOT}/_images_/background_logo.png +0 -0
  141. data/lib/rubyfox/server/data/www/{root → ROOT}/_images_/favicon.png +0 -0
  142. data/lib/rubyfox/server/data/www/{root → ROOT}/_images_/logo_smartfoxserver.png +0 -0
  143. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/_changes-to-default-themes_.txt +15 -0
  144. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/bootstrap.min.css +7 -0
  145. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/custom-bootstrap.min.css +1 -0
  146. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/css/all.min.css +5 -0
  147. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-brands-400.eot +0 -0
  148. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-brands-400.svg +3459 -0
  149. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-brands-400.ttf +0 -0
  150. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-brands-400.woff +0 -0
  151. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
  152. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-regular-400.eot +0 -0
  153. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-regular-400.svg +803 -0
  154. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-regular-400.ttf +0 -0
  155. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-regular-400.woff +0 -0
  156. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
  157. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-solid-900.eot +0 -0
  158. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-solid-900.svg +4527 -0
  159. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-solid-900.ttf +0 -0
  160. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-solid-900.woff +0 -0
  161. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
  162. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/fonts.css +175 -0
  163. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/jquery.scrolling-tabs.min.css +8 -0
  164. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/kendo.custom-bootstrap-v4.css +15280 -0
  165. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/reset.css +54 -0
  166. data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/style.css +1428 -0
  167. data/lib/rubyfox/server/data/www/ROOT/admin/assets/data/countries.geo.json +178 -0
  168. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/FreeMono.otf +0 -0
  169. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/FreeMono.ttf +0 -0
  170. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/FreeMono.woff +0 -0
  171. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/FreeMono.woff2 +0 -0
  172. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-300.ttf +0 -0
  173. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-300.woff +0 -0
  174. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-300.woff2 +0 -0
  175. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-300italic.ttf +0 -0
  176. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-300italic.woff +0 -0
  177. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-300italic.woff2 +0 -0
  178. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-600.ttf +0 -0
  179. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-600.woff +0 -0
  180. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-600.woff2 +0 -0
  181. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-600italic.ttf +0 -0
  182. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-600italic.woff +0 -0
  183. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-600italic.woff2 +0 -0
  184. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-700.ttf +0 -0
  185. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-700.woff +0 -0
  186. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-700.woff2 +0 -0
  187. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-700italic.ttf +0 -0
  188. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-700italic.woff +0 -0
  189. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-700italic.woff2 +0 -0
  190. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-800.ttf +0 -0
  191. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-800.woff +0 -0
  192. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-800.woff2 +0 -0
  193. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-800italic.ttf +0 -0
  194. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-800italic.woff +0 -0
  195. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-800italic.woff2 +0 -0
  196. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-italic.ttf +0 -0
  197. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-italic.woff +0 -0
  198. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-italic.woff2 +0 -0
  199. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-regular.ttf +0 -0
  200. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-regular.woff +0 -0
  201. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/open-sans-v15-cyrillic_greek_cyrillic-ext_vietnamese_latin_latin-ext_greek-ext-regular.woff2 +0 -0
  202. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/roboto-condensed-v16-latin-300.ttf +0 -0
  203. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/roboto-condensed-v16-latin-300.woff +0 -0
  204. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/roboto-condensed-v16-latin-300.woff2 +0 -0
  205. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/roboto-condensed-v16-latin-700.ttf +0 -0
  206. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/roboto-condensed-v16-latin-700.woff +0 -0
  207. data/lib/rubyfox/server/data/www/ROOT/admin/assets/fonts/roboto-condensed-v16-latin-700.woff2 +0 -0
  208. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/compare.png +0 -0
  209. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/demographicsChart.png +0 -0
  210. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/demographicsCompare.png +0 -0
  211. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/demographicsFilter.png +0 -0
  212. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/demographicsMap.png +0 -0
  213. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/demographicsTable.png +0 -0
  214. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/technologyChart.png +0 -0
  215. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/technologyCompare.png +0 -0
  216. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/technologyFilter.png +0 -0
  217. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/analytics-adv/technologyTable.png +0 -0
  218. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/apple-touch-icon-180x180.png +0 -0
  219. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/favicon-16x16.png +0 -0
  220. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/favicon-32x32.png +0 -0
  221. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/favicon-64x64.png +0 -0
  222. data/lib/rubyfox/server/data/www/ROOT/admin/assets/images/logo.png +0 -0
  223. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/application.bundle.js +2208 -0
  224. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-0.bundle.js +7662 -0
  225. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-1.bundle.js +929 -0
  226. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-10.bundle.js +766 -0
  227. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-11.bundle.js +71 -0
  228. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-12.bundle.js +1184 -0
  229. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-12~module-13~module-9.bundle.js +2618 -0
  230. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-13.bundle.js +3315 -0
  231. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-3.bundle.js +280 -0
  232. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-4.bundle.js +1122 -0
  233. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-5.bundle.js +2624 -0
  234. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-6.bundle.js +801 -0
  235. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-7.bundle.js +607 -0
  236. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-8.bundle.js +1221 -0
  237. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-9.bundle.js +847 -0
  238. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~module-0.bundle.js +3240 -0
  239. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~module-0~module-1~module-13~module-4~module-5~module-7~module-8.bundle.js +17357 -0
  240. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~module-9.bundle.js +807 -0
  241. data/lib/rubyfox/server/data/{lib/jetty/webapps → www/ROOT/admin/assets/js/custom-modules}/.keep +0 -0
  242. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/bootstrap.min.js +7 -0
  243. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/jquery-3.3.1.min.js +2 -0
  244. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/jquery.scrolling-tabs.min.js +8 -0
  245. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/js.cookie.min.js +8 -0
  246. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/kendo.all.min.js +136 -0
  247. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/popper.min.js +5 -0
  248. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/sfs2x-api-1.7.15.js +8 -0
  249. data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/libs/versions-readme.txt +16 -0
  250. data/lib/rubyfox/server/data/www/ROOT/admin/index.html +244 -0
  251. data/lib/rubyfox/server/data/www/ROOT/admin/manifest.json +25 -0
  252. data/lib/rubyfox/server/data/www/ROOT/admin/modules/analytics.html +328 -0
  253. data/lib/rubyfox/server/data/www/ROOT/admin/modules/ban-manager.html +160 -0
  254. data/lib/rubyfox/server/data/www/ROOT/admin/modules/blue-box-monitor.html +37 -0
  255. data/lib/rubyfox/server/data/www/ROOT/admin/modules/console.html +135 -0
  256. data/lib/rubyfox/server/data/www/ROOT/admin/modules/dashboard.html +368 -0
  257. data/lib/rubyfox/server/data/www/ROOT/admin/modules/extension-manager.html +98 -0
  258. data/lib/rubyfox/server/data/www/ROOT/admin/modules/license-manager.html +117 -0
  259. data/lib/rubyfox/server/data/www/ROOT/admin/modules/log-viewer.html +194 -0
  260. data/lib/rubyfox/server/data/www/ROOT/admin/modules/server-configurator.html +55 -0
  261. data/lib/rubyfox/server/data/www/ROOT/admin/modules/servlet-manager.html +98 -0
  262. data/lib/rubyfox/server/data/www/ROOT/admin/modules/zone-configurator.html +62 -0
  263. data/lib/rubyfox/server/data/www/ROOT/admin/modules/zone-monitor.html +346 -0
  264. data/lib/rubyfox/server/data/www/{root → ROOT}/crossdomain.xml +0 -0
  265. data/lib/rubyfox/server/data/www/{root → ROOT}/examples/index.html +0 -0
  266. data/lib/rubyfox/server/data/www/{root → ROOT}/favicon.ico +0 -0
  267. data/lib/rubyfox/server/data/www/{root → ROOT}/favicon.png +0 -0
  268. data/lib/rubyfox/server/data/www/{root → ROOT}/index.html +0 -0
  269. data/lib/rubyfox/server/data/www/host-manager/META-INF/context.xml +24 -0
  270. data/lib/rubyfox/server/data/www/host-manager/WEB-INF/jsp/401.jsp +71 -0
  271. data/lib/rubyfox/server/data/www/host-manager/WEB-INF/jsp/403.jsp +90 -0
  272. data/lib/rubyfox/server/data/www/host-manager/WEB-INF/jsp/404.jsp +62 -0
  273. data/lib/rubyfox/server/data/www/host-manager/WEB-INF/web.xml +131 -0
  274. data/lib/rubyfox/server/data/www/host-manager/images/asf-logo.svg +226 -0
  275. data/lib/rubyfox/server/data/www/host-manager/images/tomcat.gif +0 -0
  276. data/lib/rubyfox/server/data/www/host-manager/index.jsp +18 -0
  277. data/lib/rubyfox/server/data/www/host-manager/manager.xml +26 -0
  278. data/lib/rubyfox/server/data/{logs → www/logsBackup}/.keep +0 -0
  279. data/lib/rubyfox/server/data/www/manager/META-INF/context.xml +24 -0
  280. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/401.jsp +80 -0
  281. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/403.jsp +100 -0
  282. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/404.jsp +63 -0
  283. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/connectorCerts.jsp +92 -0
  284. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/connectorCiphers.jsp +92 -0
  285. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/connectorTrustedCerts.jsp +92 -0
  286. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/sessionDetail.jsp +197 -0
  287. data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/sessionsList.jsp +170 -0
  288. data/lib/rubyfox/server/data/www/manager/WEB-INF/web.xml +195 -0
  289. data/lib/rubyfox/server/data/www/manager/images/asf-logo.svg +226 -0
  290. data/lib/rubyfox/server/data/www/manager/images/tomcat.gif +0 -0
  291. data/lib/rubyfox/server/data/www/manager/index.jsp +18 -0
  292. data/lib/rubyfox/server/data/www/manager/status.xsd +84 -0
  293. data/lib/rubyfox/server/data/www/manager/xform.xsl +125 -0
  294. data/lib/rubyfox/server/version.rb +1 -1
  295. metadata +258 -298
  296. data/lib/rubyfox/server/data/config/ExtensionManagerLock.txt +0 -2
  297. data/lib/rubyfox/server/data/lib/Lib/reindex$py.class +0 -0
  298. data/lib/rubyfox/server/data/lib/jetty/VERSION.txt +0 -9320
  299. data/lib/rubyfox/server/data/lib/jetty/etc/README.spnego +0 -62
  300. data/lib/rubyfox/server/data/lib/jetty/etc/jamon.xml +0 -32
  301. data/lib/rubyfox/server/data/lib/jetty/etc/jdbcRealm.properties +0 -72
  302. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-alpn.xml +0 -32
  303. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-annotations.xml +0 -20
  304. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-cdi.xml +0 -19
  305. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-debug.xml +0 -36
  306. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-debuglog.xml +0 -25
  307. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-deploy.xml +0 -76
  308. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gcloud-memcached-sessions.xml +0 -27
  309. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gcloud-session-idmgr.xml +0 -19
  310. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gcloud-sessions.xml +0 -27
  311. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-gzip.xml +0 -67
  312. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http-forwarded.xml +0 -17
  313. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http.xml +0 -47
  314. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http2.xml +0 -26
  315. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http2c.xml +0 -18
  316. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-https.xml +0 -29
  317. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-infinispan.xml +0 -39
  318. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ipaccess.xml +0 -28
  319. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jaas.xml +0 -16
  320. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jdbc-sessions.xml +0 -34
  321. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx-remote.xml +0 -40
  322. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx.xml +0 -32
  323. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-logging.xml +0 -36
  324. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-lowresources.xml +0 -22
  325. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml +0 -30
  326. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-nosql.xml +0 -19
  327. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-plus.xml +0 -26
  328. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy-protocol-ssl.xml +0 -10
  329. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy-protocol.xml +0 -10
  330. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy.xml +0 -35
  331. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-requestlog.xml +0 -30
  332. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-rewrite-customizer.xml +0 -17
  333. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-rewrite.xml +0 -31
  334. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-setuid.xml +0 -30
  335. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spring.xml +0 -61
  336. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ssl-context.xml +0 -29
  337. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ssl.xml +0 -58
  338. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-started.xml +0 -15
  339. data/lib/rubyfox/server/data/lib/jetty/etc/jetty-stats.xml +0 -18
  340. data/lib/rubyfox/server/data/lib/jetty/etc/jetty.conf +0 -12
  341. data/lib/rubyfox/server/data/lib/jetty/etc/jetty.xml +0 -195
  342. data/lib/rubyfox/server/data/lib/jetty/etc/jminix.xml +0 -12
  343. data/lib/rubyfox/server/data/lib/jetty/etc/jolokia.xml +0 -16
  344. data/lib/rubyfox/server/data/lib/jetty/etc/keystore +0 -0
  345. data/lib/rubyfox/server/data/lib/jetty/etc/krb5.ini +0 -23
  346. data/lib/rubyfox/server/data/lib/jetty/etc/rewrite-compactpath.xml +0 -10
  347. data/lib/rubyfox/server/data/lib/jetty/etc/spnego.conf +0 -19
  348. data/lib/rubyfox/server/data/lib/jetty/etc/spnego.properties +0 -1
  349. data/lib/rubyfox/server/data/lib/jetty/etc/webdefault.xml +0 -539
  350. data/lib/rubyfox/server/data/lib/jetty/lib/asm-5.0.1.jar +0 -0
  351. data/lib/rubyfox/server/data/lib/jetty/lib/asm-commons-5.0.1.jar +0 -0
  352. data/lib/rubyfox/server/data/lib/jetty/lib/fcgi/fcgi-client-9.3.11.v20160721.jar +0 -0
  353. data/lib/rubyfox/server/data/lib/jetty/lib/fcgi/fcgi-server-9.3.11.v20160721.jar +0 -0
  354. data/lib/rubyfox/server/data/lib/jetty/lib/http2-common-9.3.11.v20160721.jar +0 -0
  355. data/lib/rubyfox/server/data/lib/jetty/lib/http2-hpack-9.3.11.v20160721.jar +0 -0
  356. data/lib/rubyfox/server/data/lib/jetty/lib/http2-server-9.3.11.v20160721.jar +0 -0
  357. data/lib/rubyfox/server/data/lib/jetty/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar +0 -0
  358. data/lib/rubyfox/server/data/lib/jetty/lib/javax-websocket-client-impl-9.3.11.v20160721.jar +0 -0
  359. data/lib/rubyfox/server/data/lib/jetty/lib/javax-websocket-server-impl-9.3.11.v20160721.jar +0 -0
  360. data/lib/rubyfox/server/data/lib/jetty/lib/javax.annotation-api-1.2.jar +0 -0
  361. data/lib/rubyfox/server/data/lib/jetty/lib/javax.websocket-api-1.0.jar +0 -0
  362. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-alpn-server-9.3.11.v20160721.jar +0 -0
  363. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-annotations-9.3.11.v20160721.jar +0 -0
  364. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-client-9.3.11.v20160721.jar +0 -0
  365. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-continuation-9.3.11.v20160721.jar +0 -0
  366. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-deploy-9.3.11.v20160721.jar +0 -0
  367. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-gcloud-memcached-session-manager-9.3.11.v20160721.jar +0 -0
  368. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-gcloud-session-manager-9.3.11.v20160721.jar +0 -0
  369. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-http-9.3.11.v20160721.jar +0 -0
  370. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-infinispan-9.3.11.v20160721.jar +0 -0
  371. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-io-9.3.11.v20160721.jar +0 -0
  372. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaas-9.3.11.v20160721.jar +0 -0
  373. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaspi-9.3.11.v20160721.jar +0 -0
  374. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jmx-9.3.11.v20160721.jar +0 -0
  375. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jndi-9.3.11.v20160721.jar +0 -0
  376. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-nosql-9.3.11.v20160721.jar +0 -0
  377. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-plus-9.3.11.v20160721.jar +0 -0
  378. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-proxy-9.3.11.v20160721.jar +0 -0
  379. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-quickstart-9.3.11.v20160721.jar +0 -0
  380. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-rewrite-9.3.11.v20160721.jar +0 -0
  381. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-schemas-3.1.jar +0 -0
  382. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-security-9.3.11.v20160721.jar +0 -0
  383. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-server-9.3.11.v20160721.jar +0 -0
  384. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlet-9.3.11.v20160721.jar +0 -0
  385. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlets-9.3.11.v20160721.jar +0 -0
  386. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-util-9.3.11.v20160721.jar +0 -0
  387. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-webapp-9.3.11.v20160721.jar +0 -0
  388. data/lib/rubyfox/server/data/lib/jetty/lib/jetty-xml-9.3.11.v20160721.jar +0 -0
  389. data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.mail.glassfish-1.4.1.v201005082020.jar +0 -0
  390. data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.transaction-api-1.2.jar +0 -0
  391. data/lib/rubyfox/server/data/lib/jetty/lib/monitor/jetty-monitor-9.3.11.v20160721.jar +0 -0
  392. data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.taglibs-standard-impl-1.2.5.jar +0 -0
  393. data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.taglibs-standard-spec-1.2.5.jar +0 -0
  394. data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jdt.core.compiler.ecj-4.4.2.jar +0 -0
  395. data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jetty.apache-jsp-9.3.11.v20160721.jar +0 -0
  396. data/lib/rubyfox/server/data/lib/jetty/lib/org.mortbay.jasper.apache-el-8.0.33.jar +0 -0
  397. data/lib/rubyfox/server/data/lib/jetty/lib/org.mortbay.jasper.apache-jsp-8.0.33.jar +0 -0
  398. data/lib/rubyfox/server/data/lib/jetty/lib/servlet-api-3.1.jar +0 -0
  399. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/jetty-setuid-java-1.0.3.jar +0 -0
  400. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-linux.so +0 -0
  401. data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-osx.so +0 -0
  402. data/lib/rubyfox/server/data/lib/jetty/lib/spring/jetty-spring-9.3.11.v20160721.jar +0 -0
  403. data/lib/rubyfox/server/data/lib/jetty/lib/start.jar +0 -0
  404. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-api-9.3.11.v20160721.jar +0 -0
  405. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-client-9.3.11.v20160721.jar +0 -0
  406. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-common-9.3.11h.v20160721.jar +0 -0
  407. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-server-9.3.11.v20160721.jar +0 -0
  408. data/lib/rubyfox/server/data/lib/jetty/lib/websocket-servlet-9.3.11.v20160721.jar +0 -0
  409. data/lib/rubyfox/server/data/lib/jetty/license-eplv10-aslv20.html +0 -576
  410. data/lib/rubyfox/server/data/lib/jetty/modules/.donotdelete +0 -0
  411. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0.mod +0 -8
  412. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_05.mod +0 -8
  413. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_101.mod +0 -8
  414. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_102.mod +0 -8
  415. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_11.mod +0 -8
  416. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_20.mod +0 -8
  417. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_25.mod +0 -8
  418. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_31.mod +0 -8
  419. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_40.mod +0 -8
  420. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_45.mod +0 -8
  421. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_51.mod +0 -8
  422. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_60.mod +0 -8
  423. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_65.mod +0 -8
  424. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_66.mod +0 -8
  425. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_71.mod +0 -8
  426. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_72.mod +0 -8
  427. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_73.mod +0 -8
  428. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_74.mod +0 -8
  429. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_77.mod +0 -8
  430. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_91.mod +0 -8
  431. data/lib/rubyfox/server/data/lib/jetty/modules/alpn-impl/alpn-1.8.0_92.mod +0 -8
  432. data/lib/rubyfox/server/data/lib/jetty/modules/alpn.mod +0 -53
  433. data/lib/rubyfox/server/data/lib/jetty/modules/annotations.mod +0 -17
  434. data/lib/rubyfox/server/data/lib/jetty/modules/apache-jsp.mod +0 -10
  435. data/lib/rubyfox/server/data/lib/jetty/modules/apache-jstl.mod +0 -9
  436. data/lib/rubyfox/server/data/lib/jetty/modules/cdi.mod +0 -39
  437. data/lib/rubyfox/server/data/lib/jetty/modules/client.mod +0 -6
  438. data/lib/rubyfox/server/data/lib/jetty/modules/continuation.mod +0 -6
  439. data/lib/rubyfox/server/data/lib/jetty/modules/debug.mod +0 -29
  440. data/lib/rubyfox/server/data/lib/jetty/modules/debuglog.mod +0 -25
  441. data/lib/rubyfox/server/data/lib/jetty/modules/deploy.mod +0 -31
  442. data/lib/rubyfox/server/data/lib/jetty/modules/ext.mod +0 -11
  443. data/lib/rubyfox/server/data/lib/jetty/modules/fcgi.mod +0 -15
  444. data/lib/rubyfox/server/data/lib/jetty/modules/gcloud-memcached-sessions.mod +0 -26
  445. data/lib/rubyfox/server/data/lib/jetty/modules/gcloud-session-idmgr.mod +0 -63
  446. data/lib/rubyfox/server/data/lib/jetty/modules/gcloud-sessions.mod +0 -11
  447. data/lib/rubyfox/server/data/lib/jetty/modules/gzip.mod +0 -23
  448. data/lib/rubyfox/server/data/lib/jetty/modules/hawtio.mod +0 -28
  449. data/lib/rubyfox/server/data/lib/jetty/modules/home-base-warning.mod +0 -7
  450. data/lib/rubyfox/server/data/lib/jetty/modules/http-forwarded.mod +0 -20
  451. data/lib/rubyfox/server/data/lib/jetty/modules/http.mod +0 -39
  452. data/lib/rubyfox/server/data/lib/jetty/modules/http2.mod +0 -20
  453. data/lib/rubyfox/server/data/lib/jetty/modules/http2c.mod +0 -22
  454. data/lib/rubyfox/server/data/lib/jetty/modules/https.mod +0 -14
  455. data/lib/rubyfox/server/data/lib/jetty/modules/infinispan.mod +0 -33
  456. data/lib/rubyfox/server/data/lib/jetty/modules/ipaccess.mod +0 -9
  457. data/lib/rubyfox/server/data/lib/jetty/modules/jaas.mod +0 -17
  458. data/lib/rubyfox/server/data/lib/jetty/modules/jamon.mod +0 -31
  459. data/lib/rubyfox/server/data/lib/jetty/modules/jaspi.mod +0 -10
  460. data/lib/rubyfox/server/data/lib/jetty/modules/jdbc-sessions.mod +0 -27
  461. data/lib/rubyfox/server/data/lib/jetty/modules/jminix.mod +0 -41
  462. data/lib/rubyfox/server/data/lib/jetty/modules/jmx-remote.mod +0 -16
  463. data/lib/rubyfox/server/data/lib/jetty/modules/jmx.mod +0 -13
  464. data/lib/rubyfox/server/data/lib/jetty/modules/jndi.mod +0 -11
  465. data/lib/rubyfox/server/data/lib/jetty/modules/jolokia.mod +0 -19
  466. data/lib/rubyfox/server/data/lib/jetty/modules/jsp.mod +0 -9
  467. data/lib/rubyfox/server/data/lib/jetty/modules/jstl.mod +0 -8
  468. data/lib/rubyfox/server/data/lib/jetty/modules/jvm.mod +0 -22
  469. data/lib/rubyfox/server/data/lib/jetty/modules/logging.mod +0 -36
  470. data/lib/rubyfox/server/data/lib/jetty/modules/lowresources.mod +0 -28
  471. data/lib/rubyfox/server/data/lib/jetty/modules/monitor.mod +0 -13
  472. data/lib/rubyfox/server/data/lib/jetty/modules/nosql.mod +0 -31
  473. data/lib/rubyfox/server/data/lib/jetty/modules/plus.mod +0 -15
  474. data/lib/rubyfox/server/data/lib/jetty/modules/proxy-protocol-ssl.mod +0 -9
  475. data/lib/rubyfox/server/data/lib/jetty/modules/proxy-protocol.mod +0 -9
  476. data/lib/rubyfox/server/data/lib/jetty/modules/proxy.mod +0 -22
  477. data/lib/rubyfox/server/data/lib/jetty/modules/quickstart.mod +0 -11
  478. data/lib/rubyfox/server/data/lib/jetty/modules/requestlog.mod +0 -40
  479. data/lib/rubyfox/server/data/lib/jetty/modules/resources.mod +0 -10
  480. data/lib/rubyfox/server/data/lib/jetty/modules/rewrite-compactpath.mod +0 -10
  481. data/lib/rubyfox/server/data/lib/jetty/modules/rewrite-customizer.mod +0 -24
  482. data/lib/rubyfox/server/data/lib/jetty/modules/rewrite.mod +0 -23
  483. data/lib/rubyfox/server/data/lib/jetty/modules/security.mod +0 -9
  484. data/lib/rubyfox/server/data/lib/jetty/modules/server.mod +0 -79
  485. data/lib/rubyfox/server/data/lib/jetty/modules/servlet.mod +0 -9
  486. data/lib/rubyfox/server/data/lib/jetty/modules/servlets.mod +0 -11
  487. data/lib/rubyfox/server/data/lib/jetty/modules/setuid.mod +0 -19
  488. data/lib/rubyfox/server/data/lib/jetty/modules/spring.mod +0 -17
  489. data/lib/rubyfox/server/data/lib/jetty/modules/ssl.mod +0 -97
  490. data/lib/rubyfox/server/data/lib/jetty/modules/stats.mod +0 -9
  491. data/lib/rubyfox/server/data/lib/jetty/modules/webapp.mod +0 -10
  492. data/lib/rubyfox/server/data/lib/jetty/modules/websocket.mod +0 -12
  493. data/lib/rubyfox/server/data/lib/jetty/notice.html +0 -111
  494. data/lib/rubyfox/server/data/lib/jetty/start.d/README.TXT +0 -24
  495. data/lib/rubyfox/server/data/lib/jetty/start.d/http.ini +0 -7
  496. data/lib/rubyfox/server/data/lib/jetty/start.d/https.ini +0 -10
  497. data/lib/rubyfox/server/data/lib/jetty/start.d/ssl.ini +0 -19
  498. data/lib/rubyfox/server/data/lib/jetty/start.ini +0 -83
  499. data/lib/rubyfox/server/data/www/.keep +0 -0
  500. data/lib/rubyfox/server/data/www/HelloServlet/META-INF/context.xml +0 -2
  501. data/lib/rubyfox/server/data/www/PyServletExample/MyModule$py.class +0 -0
  502. data/lib/rubyfox/server/data/www/PyServletExample/MyModule.py +0 -5
  503. data/lib/rubyfox/server/data/www/PyServletExample/WEB-INF/web.xml +0 -37
  504. data/lib/rubyfox/server/data/www/PyServletExample/errors/404.htm +0 -20
  505. data/lib/rubyfox/server/data/www/PyServletExample/index.py +0 -42
  506. data/lib/rubyfox/server/data/www/root/admin/.keep +0 -0
  507. data/lib/rubyfox/server/data/www/root/admin/AdminTool.swf +0 -0
  508. data/lib/rubyfox/server/data/www/root/admin/ReleaseNotes.txt +0 -192
  509. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/adobeFlashPlayer.png +0 -0
  510. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/advanced.png +0 -0
  511. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/analytics.png +0 -0
  512. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/banManager.png +0 -0
  513. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bannedIPs.png +0 -0
  514. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bannedUsernames.png +0 -0
  515. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bookmarks.png +0 -0
  516. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bootLog.png +0 -0
  517. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/buddyList.png +0 -0
  518. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/buddyProperties.png +0 -0
  519. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/connection.png +0 -0
  520. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/databaseManager.png +0 -0
  521. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/floodFilter.png +0 -0
  522. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/gameSettings.png +0 -0
  523. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/general.png +0 -0
  524. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/globalServerStatus.png +0 -0
  525. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/hTML5WebSockets.png +0 -0
  526. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/iPDiscovery.png +0 -0
  527. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/iPFilter.png +0 -0
  528. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/jVMSettings.png +0 -0
  529. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/logsDownload.png +0 -0
  530. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/mMOSettings.png +0 -0
  531. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/mailer.png +0 -0
  532. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/permissionsAndEvents.png +0 -0
  533. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/privilegeManager.png +0 -0
  534. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/remoteAdmin.png +0 -0
  535. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomExtension.png +0 -0
  536. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomVariables.png +0 -0
  537. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomsAndGroups.png +0 -0
  538. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeLog.png +0 -0
  539. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeRoomSettings.png +0 -0
  540. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeUserSettings.png +0 -0
  541. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeZoneSettings.png +0 -0
  542. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsApplication.png +0 -0
  543. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsDemographics.png +0 -0
  544. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsExceptions.png +0 -0
  545. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsOverview.png +0 -0
  546. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsTechnology.png +0 -0
  547. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/systemQueueStatus.png +0 -0
  548. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/threadPools.png +0 -0
  549. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/userManagement.png +0 -0
  550. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/userVariables.png +0 -0
  551. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/webServer.png +0 -0
  552. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/wordsFilter.png +0 -0
  553. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/zoneExtension.png +0 -0
  554. data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/zoneTraffic.png +0 -0
  555. data/lib/rubyfox/server/data/www/root/admin/expressInstall.swf +0 -0
  556. data/lib/rubyfox/server/data/www/root/admin/index.html +0 -124
  557. data/lib/rubyfox/server/data/www/root/admin/modules/Analytics.swf +0 -0
  558. data/lib/rubyfox/server/data/www/root/admin/modules/BanManager.swf +0 -0
  559. data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor.swf +0 -0
  560. data/lib/rubyfox/server/data/www/root/admin/modules/Console.swf +0 -0
  561. data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard.swf +0 -0
  562. data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager.swf +0 -0
  563. data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager.swf +0 -0
  564. data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer.swf +0 -0
  565. data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator.swf +0 -0
  566. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator.swf +0 -0
  567. data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor.swf +0 -0
  568. data/lib/rubyfox/server/data/www/root/admin/swfobject.js +0 -4
  569. data/lib/rubyfox/server/data/www/root/examples/.keep +0 -0
  570. data/lib/rubyfox/server/data/www/sfs2x-ws.war +0 -0
  571. data/lib/rubyfox/server/data/www/sfs2x-ws.xml +0 -30
  572. data/lib/rubyfox/server/data/zones/BasicExamples.zone.xml +0 -147
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 576 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M510.62,92.63l-95.32,76.28c0.406,2.343 0.64,4.713 0.7,7.09c0,26.332 -21.668,48 -48,48c-26.332,0 -48,-21.668 -48,-48c0.058,-2.381 0.295,-4.755 0.71,-7.1l-95.33,-76.27c-9.422,3.862 -19.879,4.423 -29.66,1.59l-101.5,101.5c1.045,3.976 1.574,8.069 1.574,12.18c0,26.277 -21.622,47.9 -47.9,47.9c-26.277,0 -47.9,-21.623 -47.9,-47.9c0,-26.277 21.623,-47.9 47.9,-47.9c0.036,0 0.071,0 0.106,0c4.153,0.058 8.281,0.656 12.28,1.78l101.5,-101.5c-1.124,-3.999 -1.722,-8.127 -1.78,-12.28c0,-26.332 21.668,-48 48,-48c26.332,0 48,21.668 48,48c-0.058,2.381 -0.295,4.755 -0.71,7.1l95.32,76.26c11.147,-4.492 23.613,-4.492 34.76,0l95.34,-76.27c-0.41,-2.343 -0.647,-4.712 -0.71,-7.09c-0.001,-0.12 -0.001,-0.239 -0.001,-0.359c0,-26.53 21.83,-48.36 48.36,-48.36c26.529,0 48.36,21.83 48.36,48.36c0,26.529 -21.831,48.36 -48.36,48.36c-6.072,0 -12.09,-1.144 -17.739,-3.371Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M400,320l-64,0c-8.777,0 -16,7.223 -16,16l0,160c0,8.777 7.223,16 16,16l64,0c8.777,0 16,-7.223 16,-16l0,-160c0,-8.777 -7.223,-16 -16,-16Zm160,-128l-64,0c-8.777,0 -16,7.223 -16,16l0,288c0,8.777 7.223,16 16,16l64,0c8.777,0 16,-7.223 16,-16l0,-288c0,-8.777 -7.223,-16 -16,-16Zm-320,0l-64,0c-8.777,0 -16,7.223 -16,16l0,288c0,8.777 7.223,16 16,16l64,0c8.777,0 16,-7.223 16,-16l0,-288c0,-8.777 -7.223,-16 -16,-16Zm-160,160l-64,0c-8.777,0 -16,7.223 -16,16l0,128c0,8.777 7.223,16 16,16l64,0c8.777,0 16,-7.223 16,-16l0,-128c0,-8.777 -7.223,-16 -16,-16Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M466.5,83.68l-192,-80c-5.906,-2.233 -12.14,-3.476 -18.45,-3.68c-6.313,0.199 -12.551,1.439 -18.46,3.67l-192,80c-17.891,7.41 -29.609,24.965 -29.59,44.33c0,198.5 114.5,335.72 221.5,380.32c11.809,4.908 25.101,4.908 36.91,0c85.68,-35.71 221.59,-159.02 221.59,-380.32c0.011,-19.334 -11.66,-36.868 -29.5,-44.32Zm-82.5,172.32l-12.12,0c-28.51,0 -42.79,34.47 -22.63,54.63l8.58,8.57c3,3 4.687,7.073 4.687,11.315c0,8.778 -7.224,16.002 -16.002,16.002c-4.242,0 -8.315,-1.687 -11.315,-4.687l-8.57,-8.58c-20.16,-20.16 -54.63,-5.88 -54.63,22.63l0,12.12c0,8.777 -7.223,16 -16,16c-8.777,0 -16,-7.223 -16,-16l0,-12.12c0,-28.51 -34.47,-42.79 -54.63,-22.63l-8.57,8.58c-3,3 -7.073,4.687 -11.315,4.687c-8.778,0 -16.002,-7.224 -16.002,-16.002c0,-4.242 1.687,-8.315 4.687,-11.315l8.58,-8.57c20.16,-20.16 5.88,-54.63 -22.63,-54.63l-12.12,0c-8.777,0 -16,-7.223 -16,-16c0,-8.777 7.223,-16 16,-16l12.12,0c28.51,0 42.79,-34.47 22.63,-54.63l-8.58,-8.57c-3,-3 -4.687,-7.073 -4.687,-11.315c0,-8.778 7.224,-16.002 16.002,-16.002c4.242,0 8.315,1.687 11.315,4.687l8.57,8.58c20.16,20.16 54.63,5.88 54.63,-22.63l0,-12.12c0,-8.777 7.223,-16 16,-16c8.777,0 16,7.223 16,16l0,12.12c0,28.51 34.47,42.79 54.63,22.63l8.57,-8.58c3,-3 7.073,-4.687 11.315,-4.687c8.778,0 16.002,7.224 16.002,16.002c0,4.242 -1.687,8.315 -4.687,11.315l-8.58,8.57c-20.16,20.16 -5.88,54.63 22.63,54.63l12.12,0c8.777,0 16,7.223 16,16c0,8.777 -7.223,16 -16,16Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M384,224l-12.12,0c-28.51,0 -42.79,-34.47 -22.63,-54.63l8.58,-8.57c3,-3 4.687,-7.073 4.687,-11.315c0,-8.778 -7.224,-16.002 -16.002,-16.002c-4.242,0 -8.315,1.687 -11.315,4.687l-8.57,8.58c-20.16,20.16 -54.63,5.88 -54.63,-22.63l0,-12.12c0,-8.777 -7.223,-16 -16,-16c-8.777,0 -16,7.223 -16,16l0,12.12c0,28.51 -34.47,42.79 -54.63,22.63l-8.57,-8.58c-3,-3 -7.073,-4.687 -11.315,-4.687c-8.778,0 -16.002,7.224 -16.002,16.002c0,4.242 1.687,8.315 4.687,11.315l8.58,8.57c20.16,20.16 5.88,54.63 -22.63,54.63l-12.12,0c-8.777,0 -16,7.223 -16,16c0,8.777 7.223,16 16,16l12.12,0c28.51,0 42.79,34.47 22.63,54.63l-8.58,8.57c-3,3 -4.687,7.073 -4.687,11.315c0,8.778 7.224,16.002 16.002,16.002c4.242,0 8.315,-1.687 11.315,-4.687l8.57,-8.58c20.16,-20.16 54.63,-5.88 54.63,22.63l0,12.12c0,8.777 7.223,16 16,16c8.777,0 16,-7.223 16,-16l0,-12.12c0,-28.51 34.47,-42.79 54.63,-22.63l8.57,8.58c3,3 7.073,4.687 11.315,4.687c8.778,0 16.002,-7.224 16.002,-16.002c0,-4.242 -1.687,-8.315 -4.687,-11.315l-8.58,-8.57c-20.16,-20.16 -5.88,-54.63 22.63,-54.63l12.12,0c8.777,0 16,-7.223 16,-16c0,-8.777 -7.223,-16 -16,-16Zm-160,5c-8.777,0 -21,-12.223 -21,-21c0,-8.777 12.223,-21 21,-21c8.777,0 21,12.223 21,21c0,8.777 -12.223,21 -21,21Zm64,64c-8.777,0 -21,-12.223 -21,-21c0,-8.777 12.223,-21 21,-21c8.777,0 21,12.223 21,21c0,8.777 -12.223,21 -21,21Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M512,224l0,240c0,26.332 -21.668,48 -48,48l-416,0c-26.332,0 -48,-21.668 -48,-48l0,-240l512,0Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M53.1,32.8l-50.6,151.8c-0.8,2.4 -0.8,4.9 -1.2,7.4l238.7,0l0,-192l-141.4,0c-20.601,-0.028 -39.015,13.246 -45.5,32.8Zm456.4,151.8l-50.6,-151.8c-6.485,-19.554 -24.899,-32.828 -45.5,-32.8l-141.4,0l0,192l238.7,0c-0.4,-2.5 -0.4,-5 -1.2,-7.4Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1,9 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 576 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
2
+ <path d="M534,0L42,0C24.33,0 0,24.33 0,42L0,470C0,487.67 24.33,512 42,512L534,512C551.67,512 576,487.67 576,470L576,42C576,24.33 551.67,0 534,0ZM528,464L48,464L48,48L528,48L528,464Z" style="fill:white;fill-rule:nonzero;"/>
3
+ <g transform="matrix(0.442155,0,0,0.442155,146.502,183.729)">
4
+ <path d="M640,421.34L640,453.34C640,466.506 629.166,477.34 616,477.34L312,477.34C298.834,477.34 288,466.506 288,453.34L288,421.34C288,408.174 298.834,397.34 312,397.34L616,397.34C629.166,397.34 640,408.174 640,421.34Z" style="fill:rgb(253,125,37);fill-rule:nonzero;"/>
5
+ </g>
6
+ <g transform="matrix(0.442155,0,0,0.442155,146.502,183.729)">
7
+ <path d="M29.7,464.66L7,442C-2.283,432.695 -2.283,417.405 7,408.1L161,253.34L7,98.6C-2.283,89.295 -2.283,74.005 7,64.7L29.7,42C39.01,32.691 54.33,32.691 63.64,42L258,236.37C267.309,245.68 267.309,261 258,270.31L63.64,464.66C54.33,473.969 39.01,473.969 29.7,464.66Z" style="fill:white;fill-rule:nonzero;"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 576 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M288,32c-159.06,0 -288,128.94 -288,288c-0.068,50.875 13.416,100.861 39.06,144.8c5.61,9.62 16.3,15.2 27.44,15.2l443,0c11.14,0 21.83,-5.58 27.44,-15.2c25.644,-43.939 39.128,-93.925 39.06,-144.8c0,-159.06 -128.94,-288 -288,-288Zm0,64c14.71,0 26.58,10.13 30.32,23.65c-1.11,2.26 -2.64,4.23 -3.45,6.67l-9.22,27.68c-5.13,3.49 -11,6 -17.64,6c-17.555,0 -32,-14.445 -32,-32c0,-17.555 14.445,-32 32,-32l-0.01,0Zm-192,288c-17.555,0 -32,-14.445 -32,-32c0,-17.555 14.445,-32 32,-32c17.555,0 32,14.445 32,32c0,17.555 -14.445,32 -32,32Zm48,-160c-17.555,0 -32,-14.445 -32,-32c0,-17.555 14.445,-32 32,-32c17.555,0 32,14.445 32,32c0,17.555 -14.445,32 -32,32Zm246.77,-72.41l-61.33,184c23.612,19.707 29.447,54.004 13.68,80.41l-110.24,0c-5.813,-9.787 -8.881,-20.962 -8.881,-32.345c0,-33.443 26.487,-61.419 59.881,-63.245l61.34,-184c3.337,-9.644 12.476,-16.153 22.681,-16.153c13.166,0 24,10.834 24,24c0,2.493 -0.388,4.97 -1.151,7.343l0.02,-0.01Zm14.66,57.2l15.57,-46.55c3.503,-1.398 7.229,-2.157 11,-2.24c17.555,0 32,14.445 32,32c0,17.555 -14.445,32 -32,32c-11.38,0 -20.89,-6.27 -26.57,-15.21Zm74.57,175.21c-17.555,0 -32,-14.445 -32,-32c0,-17.555 14.445,-32 32,-32c17.555,0 32,14.445 32,32c0,17.555 -14.445,32 -32,32Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M283.9,320.41l61.34,-184c3.337,-9.644 12.476,-16.153 22.681,-16.153c13.166,0 24,10.834 24,24c0,2.493 -0.388,4.97 -1.151,7.343l-61.33,184c23.607,19.705 29.442,53.996 13.68,80.4l-110.24,0c-5.813,-9.787 -8.881,-20.962 -8.881,-32.345c0,-33.443 26.487,-61.419 59.881,-63.245l0.02,0Z" style="fill:#fd7d25;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M464,107.08l-192,0l-64,-64l-160,0c-26.332,0 -48,21.668 -48,48l0,328c0,26.332 21.668,48 48,48l416,0c26.332,0 48,-21.668 48,-48l0,-264c0,-26.332 -21.668,-48 -48,-48Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M424.732,318.722l-54.82,0l0,40.365c0,7.381 -6.074,13.455 -13.455,13.455l-26.91,0c-7.382,0 -13.455,-6.074 -13.455,-13.455l0,-40.365l-54.804,0c-7.376,-0.008 -13.441,-6.079 -13.441,-13.455c0,-3.578 1.428,-7.012 3.963,-9.536l81.1,-80.511c5.552,-5.501 14.631,-5.501 20.183,0l81.083,80.477c2.557,2.527 3.997,5.976 3.997,9.57c0,7.376 -6.065,13.447 -13.441,13.455Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M188.92,236.407l-73.626,0l0,39.619l67.793,0c4.989,0 8.712,1.119 11.17,3.356c2.458,2.238 3.687,5.191 3.687,8.86c0,3.668 -1.21,6.658 -3.632,8.969c-2.421,2.311 -6.163,3.467 -11.225,3.467l-67.793,0l0,45.892l76.157,0c5.136,0 9.006,1.192 11.611,3.576c2.604,2.385 3.906,5.558 3.906,9.52c0,3.815 -1.302,6.915 -3.906,9.299c-2.605,2.385 -6.475,3.577 -11.611,3.577l-88.813,0c-7.117,0 -12.234,-1.577 -15.352,-4.732c-3.118,-3.155 -4.678,-8.254 -4.678,-15.297l0,-121.279c0,-4.696 0.697,-8.529 2.092,-11.5c1.394,-2.972 3.576,-5.136 6.548,-6.494c2.971,-1.357 6.768,-2.036 11.39,-2.036l86.282,0c5.209,0 9.079,1.156 11.61,3.467c2.532,2.311 3.797,5.338 3.797,9.079c0,3.816 -1.265,6.879 -3.797,9.19c-2.531,2.311 -6.401,3.467 -11.61,3.467Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M504.99,105.01l-97.9,-98c-7.71,-7.71 -16,-7 -23.1,-7l0,128l128,0c0,-7.53 0.64,-15.35 -7,-23Zm-153,31l0,-136l-199.99,0c-13.3,0 -24,10.7 -24,24l0,108.99c18.3,-5 19.58,-5 26.45,-5c16.23,0 32.1,6.67 43.53,18.3c8.72,9.59 4.41,6.98 18.28,10.76c21.07,5.75 37.64,22.53 43.23,43.8c3.11,13.2 0.6,8.66 10.75,18.99c15.25,15.51 21.26,38.26 15.7,59.36c-3.75,13.23 -3.71,8.01 0,22.12c5.57,21.11 -0.45,43.85 -15.69,59.37c-9.64,9.36 -7.04,4.88 -10.75,18.99c-4.89,18.59 -18.16,33.75 -35.5,41.12l0,91.19l263.99,0c13.3,0 24,-10.7 24,-24l0,-327.99l-136,0c-13.2,0 -24,-10.8 -24,-24Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M247.42,338.28c7.4,-7.53 10.29,-18.5 7.58,-28.79c-5.43,-20.65 -5.44,-17.74 0,-38.42c2.71,-10.28 -0.18,-21.26 -7.58,-28.79c-14.86,-15.12 -13.43,-12.61 -18.87,-33.27c-2.71,-10.28 -10.6,-18.32 -20.71,-21.07c-20.28,-5.53 -17.84,-4.1 -32.69,-19.21c-7.4,-7.53 -18.18,-10.47 -28.28,-7.71c-20.32,5.54 -17.46,5.53 -37.75,0c-10.1,-2.76 -20.88,0.19 -28.28,7.71c-14.91,15.18 -12.5,13.7 -32.69,19.21c-10.11,2.76 -18,10.79 -20.71,21.07c-5.46,20.74 -4,18.13 -18.87,33.27c-7.4,7.53 -10.29,18.5 -7.58,28.79c5.45,20.71 5.42,17.79 0,38.41c-2.71,10.28 0.18,21.26 7.58,28.79c14.85,15.11 13.43,12.61 18.87,33.27c2.71,10.28 10.6,18.32 20.71,21.07c14.31,3.9 11.52,2.97 15.84,5l0,114.39l64,-32l64,32l0,-114.38c4.31,-2.02 1.52,-1.1 15.84,-5c10.11,-2.76 18,-10.79 20.71,-21.07c5.47,-20.74 4.01,-18.13 18.88,-33.27Zm-119.42,13.73c-35.34,0 -64,-28.65 -64,-64c0,-35.35 28.66,-64 64,-64c35.34,0 64,28.65 64,64c0,35.35 -28.66,64 -64,64Z" style="fill:#fd7d25;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M147.78,384l-32,64l280.44,0l-32,-64l-216.44,0Zm316.22,-320l-416,0c-26.332,0 -48,21.668 -48,48l0,288c0,26.332 21.668,48 48,48l32,0l48,-96l256,0l48,96l32,0c26.332,0 48,-21.668 48,-48l0,-288c0,-26.332 -21.668,-48 -48,-48Zm-96,224l-224,0c-35.109,0 -64,-28.891 -64,-64c0,-35.109 28.891,-64 64,-64l224,0c35.109,0 64,28.891 64,64c0,35.109 -28.891,64 -64,64Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M368,160l-224,0c-35.109,0 -64,28.891 -64,64c0,35.109 28.891,64 64,64l224,0c35.109,0 64,-28.891 64,-64c0,-35.109 -28.891,-64 -64,-64Zm-224,80c-8.777,0 -16,-7.223 -16,-16c0,-8.777 7.223,-16 16,-16c8.777,0 16,7.223 16,16c0,8.777 -7.223,16 -16,16Zm61.73,0c3.027,-10.451 3.027,-21.549 0,-32l100.54,0c-3.027,10.451 -3.027,21.549 0,32l-100.54,0Zm162.27,0c-8.777,0 -16,-7.223 -16,-16c0,-8.777 7.223,-16 16,-16c8.777,0 16,7.223 16,16c0,8.777 -7.223,16 -16,16Z" style="fill:#fd7d25;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M432,120c13.166,0 24,-10.834 24,-24c0,-13.166 -10.834,-24 -24,-24c-13.166,0 -24,10.834 -24,24c0,13.166 10.834,24 24,24Zm0,272c-13.166,0 -24,10.834 -24,24c0,13.166 10.834,24 24,24c13.166,0 24,-10.834 24,-24c0,-13.166 -10.834,-24 -24,-24Zm48,-200l-448,0c-17.555,0 -32,14.445 -32,32l0,64c0,17.555 14.445,32 32,32l448,0c17.555,0 32,-14.445 32,-32l0,-64c0,-17.555 -14.445,-32 -32,-32Zm-112,88c-13.166,0 -24,-10.834 -24,-24c0,-13.166 10.834,-24 24,-24c13.166,0 24,10.834 24,24c0,13.166 -10.834,24 -24,24Zm64,0c-13.166,0 -24,-10.834 -24,-24c0,-13.166 10.834,-24 24,-24c13.166,0 24,10.834 24,24c0,13.166 -10.834,24 -24,24Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M456,256c0,-13.166 -10.834,-24 -24,-24c-13.166,0 -24,10.834 -24,24c0,13.166 10.834,24 24,24c13.166,0 24,-10.834 24,-24Zm24,-224l-448,0c-17.555,0 -32,14.445 -32,32l0,64c0,17.555 14.445,32 32,32l448,0c17.555,0 32,-14.445 32,-32l0,-64c0,-17.555 -14.445,-32 -32,-32Zm-112,88c-13.166,0 -24,-10.834 -24,-24c0,-13.166 10.834,-24 24,-24c13.166,0 24,10.834 24,24c0,13.166 -10.834,24 -24,24Zm64,0c-13.166,0 -24,-10.834 -24,-24c0,-13.166 10.834,-24 24,-24c13.166,0 24,10.834 24,24c0,13.166 -10.834,24 -24,24Zm48,232l-448,0c-17.555,0 -32,14.445 -32,32l0,64c0,17.555 14.445,32 32,32l448,0c17.555,0 32,-14.445 32,-32l0,-64c0,-17.555 -14.445,-32 -32,-32Zm-112,88c-13.166,0 -24,-10.834 -24,-24c0,-13.166 10.834,-24 24,-24c13.166,0 24,10.834 24,24c0,13.166 -10.834,24 -24,24Zm64,0c-13.166,0 -24,-10.834 -24,-24c0,-13.166 10.834,-24 24,-24c13.166,0 24,10.834 24,24c0,13.166 -10.834,24 -24,24Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M272,107.08l192,0c26.332,0 48,21.668 48,48l0,264c0,26.332 -21.668,48 -48,48l-416,0c-26.332,0 -48,-21.668 -48,-48l0,-328c0,-26.332 21.668,-48 48,-48l160,0l64,64Zm152.732,211.642c7.377,-0.008 13.441,-6.079 13.441,-13.455c0,-3.594 -1.44,-7.043 -3.997,-9.57l-81.083,-80.477c-5.552,-5.501 -14.631,-5.501 -20.183,0l-81.1,80.511c-2.535,2.524 -3.963,5.958 -3.963,9.536c0,7.376 6.065,13.447 13.441,13.455l54.804,0l0,40.365c0,7.381 6.073,13.455 13.455,13.455l26.91,0c7.381,0 13.455,-6.074 13.455,-13.455l0,-40.365l54.82,0Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M424.732,318.722l-54.82,0l0,40.365c0,7.381 -6.074,13.455 -13.455,13.455l-26.91,0c-7.382,0 -13.455,-6.074 -13.455,-13.455l0,-40.365l-54.804,0c-7.376,-0.008 -13.441,-6.079 -13.441,-13.455c0,-3.578 1.428,-7.012 3.963,-9.536l81.1,-80.511c5.552,-5.501 14.631,-5.501 20.183,0l81.083,80.477c2.557,2.527 3.997,5.976 3.997,9.57c0,7.376 -6.065,13.447 -13.441,13.455Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M205.208,324.119c0,9.758 -2.513,18.525 -7.539,26.303c-5.026,7.777 -12.381,13.866 -22.066,18.268c-9.684,4.402 -21.167,6.604 -34.446,6.604c-15.921,0 -29.054,-3.009 -39.399,-9.025c-7.337,-4.329 -13.298,-10.106 -17.884,-17.333c-4.585,-7.227 -6.878,-14.252 -6.878,-21.075c0,-3.962 1.375,-7.356 4.127,-10.18c2.751,-2.825 6.254,-4.237 10.51,-4.237c3.448,0 6.365,1.1 8.749,3.301c2.385,2.201 4.421,5.466 6.108,9.795c2.054,5.136 4.274,9.428 6.658,12.876c2.385,3.449 5.741,6.292 10.07,8.529c4.329,2.238 10.015,3.357 17.058,3.357c9.685,0 17.554,-2.256 23.607,-6.768c6.053,-4.512 9.079,-10.144 9.079,-16.893c0,-5.356 -1.632,-9.703 -4.897,-13.042c-3.265,-3.338 -7.484,-5.888 -12.656,-7.648c-5.173,-1.761 -12.088,-3.632 -20.745,-5.613c-11.593,-2.715 -21.296,-5.888 -29.109,-9.52c-7.814,-3.631 -14.014,-8.584 -18.599,-14.857c-4.586,-6.273 -6.879,-14.068 -6.879,-23.386c0,-8.878 2.421,-16.765 7.264,-23.662c4.842,-6.896 11.849,-12.197 21.02,-15.902c9.171,-3.705 19.956,-5.558 32.356,-5.558c9.904,0 18.47,1.229 25.697,3.687c7.227,2.458 13.225,5.723 17.994,9.795c4.769,4.072 8.254,8.345 10.455,12.821c2.201,4.475 3.301,8.841 3.301,13.096c0,3.889 -1.375,7.392 -4.127,10.51c-2.751,3.118 -6.181,4.677 -10.29,4.677c-3.742,0 -6.585,-0.935 -8.529,-2.806c-1.944,-1.871 -4.053,-4.934 -6.328,-9.189c-2.935,-6.09 -6.456,-10.841 -10.565,-14.252c-4.109,-3.412 -10.712,-5.118 -19.81,-5.118c-8.437,0 -15.242,1.853 -20.414,5.558c-5.173,3.705 -7.759,8.162 -7.759,13.371c0,3.229 0.88,6.017 2.641,8.364c1.761,2.348 4.182,4.366 7.264,6.053c3.081,1.688 6.199,3.008 9.354,3.962c3.155,0.954 8.364,2.348 15.628,4.182c9.097,2.128 17.333,4.476 24.707,7.044c7.373,2.568 13.646,5.686 18.819,9.354c5.172,3.669 9.207,8.309 12.106,13.922c2.898,5.613 4.347,12.491 4.347,20.635Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="100%" height="100%" viewBox="0 0 640 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M104,332l-48,0l0,-59.59c0.022,-21.063 17.347,-38.388 38.41,-38.41l201.59,0l0,-50l48,0l0,50l201.59,0c21.061,0.027 38.383,17.349 38.41,38.41l0,59.59l-48,0l0,-50l-192,0l0,50l-48,0l0,-50l-192,0l0,50Z" style="fill:#fd7d25;fill-rule:nonzero;"/><path d="M128,352l-96,0c-17.555,0 -32,14.445 -32,32l0,96c0,17.555 14.445,32 32,32l96,0c17.555,0 32,-14.445 32,-32l0,-96c0,-17.555 -14.445,-32 -32,-32Zm256,-352l-128,0c-17.555,0 -32,14.445 -32,32l0,96c0,17.555 14.445,32 32,32l128,0c17.555,0 32,-14.445 32,-32l0,-96c0,-17.555 -14.445,-32 -32,-32Zm224,352l-96,0c-17.555,0 -32,14.445 -32,32l0,96c0,17.555 14.445,32 32,32l96,0c17.555,0 32,-14.445 32,-32l0,-96c0,-17.555 -14.445,-32 -32,-32Zm-240,0l-96,0c-17.555,0 -32,14.445 -32,32l0,96c0,17.555 14.445,32 32,32l96,0c17.555,0 32,-14.445 32,-32l0,-96c0,-17.555 -14.445,-32 -32,-32Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 640 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><circle cx="592.5" cy="256" r="47.5" style="fill:#fd7d25;"/><path d="M445.22,280l-57.5,122.22c-4.32,9.14 -13.44,14.81 -23.94,13.67c-10.06,-0.92 -18.47,-8.06 -21,-17.83l-70.09,-268.64l-75.19,363.44c-2.25,10.85 -11.63,18.76 -22.72,19.12c-0.25,0.02 -0.53,0.02 -0.78,0.02c-10.759,0.003 -20.264,-7.237 -23.12,-17.61l-59.16,-214.38l-75.72,0c-8.84,0 -16,-7.16 -16,-16l0,-16c0,-8.84 7.16,-16 16,-16l93.98,0c10.8,0 20.28,7.21 23.15,17.62l37.53,136.03l75.84,-366.52c2.26,-10.92 11.76,-18.84 22.88,-19.12c0.21,-0.02 0.43,-0.02 0.62,-0.02c10.91,0 20.47,7.36 23.22,17.94l79.28,303.89l35.78,-76.04c3.96,-8.42 12.419,-13.79 21.72,-13.79l104.781,0c-3.08,7.391 -4.781,15.498 -4.781,24c0,8.502 1.701,16.609 4.781,24l-89.561,0Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
@@ -1,8 +1,8 @@
1
1
  <!--
2
- SmartFoxServer 2X v 2.13.x
2
+ SmartFoxServer 2X v 2.14.x
3
3
  <<< Core Configuration >>>
4
4
 
5
- (c) gotoAndPlay 2009-2017
5
+ (c) gotoAndPlay 2009-2019
6
6
  - www.smartfoxserver.com -
7
7
  -->
8
8
 
@@ -42,8 +42,15 @@ log4j.appender.fileAppender.layout=org.apache.log4j.PatternLayout
42
42
  log4j.appender.fileAppender.File=logs/smartfox.log
43
43
  log4j.appender.fileAppender.layout.ConversionPattern=%d{dd MMM yyyy | HH:mm:ss,SSS} | %-5p | %t | %c{3} | %3x | %m%n
44
44
  log4j.appender.fileAppender.Encoding=UTF-8
45
+
46
+ # The file is rolled over every day.
47
+ # Other examples:
48
+ #
49
+ # '.'yyyy-MM-dd-HH rolls every hour
50
+ # '.'yyyy-MM-dd-HH-mm rolls every minute
45
51
  log4j.appender.fileAppender.DatePattern='.'yyyy-MM-dd
46
52
 
53
+
47
54
  # BootLogger FileAppender(s)
48
55
  log4j.appender.bootFileAppender=org.apache.log4j.DailyRollingFileAppender
49
56
  log4j.appender.bootFileAppender.layout=org.apache.log4j.PatternLayout
@@ -58,13 +65,6 @@ log4j.appender.bootConsoleAppender.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5
58
65
  log4j.appender.bootConsoleAppender.threshold=WARN
59
66
 
60
67
 
61
- # ConversionPattern=%-4r %-5p [%t] %37c %3x - %m%n
62
-
63
- # The file is rolled over very day
64
- # '.'yyyy-MM-dd-HH rolls every hour
65
- # '.'yyyy-MM-dd-HH-mm rolls every minute
66
- log4j.appender.fileAppender.DatePattern ='.'yyyy-MM-dd-HH
67
-
68
68
  # log4j.category.com.smartfoxserver.v2=DEBUG,consoleAppender,fileAppender,socketAppender
69
69
  log4j.category.com.smartfoxserver=INFO,consoleAppender,fileAppender
70
70
  log4j.category.org.apache=INFO,consoleAppender,fileAppender
@@ -1,4 +1,4 @@
1
- <serverSettings>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?><serverSettings>
2
2
  <socketAddresses>
3
3
  <socket address="0.0.0.0" port="9933" type="TCP"/>
4
4
  <socket address="127.0.0.1" port="9933" type="UDP"/>
@@ -31,13 +31,13 @@
31
31
  </administrators>
32
32
  <allowedRemoteAddresses>
33
33
  </allowedRemoteAddresses>
34
- <adminTcpPort>9933</adminTcpPort>
34
+ <adminTcpPort>-1</adminTcpPort>
35
35
  <useEncryption>false</useEncryption>
36
36
  </remoteAdmin>
37
37
  <bannedUserManager>
38
38
  <isAutoRemove>true</isAutoRemove>
39
39
  <isPersistent>true</isPersistent>
40
- <customPersistenceClass></customPersistenceClass>
40
+ <customPersistenceClass/>
41
41
  </bannedUserManager>
42
42
  <extensionRemoteDebug>true</extensionRemoteDebug>
43
43
  <useFriendlyExceptions>true</useFriendlyExceptions>
@@ -53,8 +53,7 @@
53
53
  <isActive>true</isActive>
54
54
  <blueBoxPollingTimeout>26</blueBoxPollingTimeout>
55
55
  <blueBoxMsgQueueSize>40</blueBoxMsgQueueSize>
56
- <isWSActive>true</isWSActive>
57
- <useWSBinaryProtocol>true</useWSBinaryProtocol>
56
+ <isWSActive>true</isWSActive>
58
57
  </webServer>
59
58
    <analytics>
60
59
     <isActive>false</isActive>
@@ -63,8 +62,8 @@
63
62
     <runOnStartup>false</runOnStartup>
64
63
     <rebuildDB>false</rebuildDB>
65
64
     <skipGeolocation>false</skipGeolocation>
66
-    <sourceFolder></sourceFolder>
67
-    <locale></locale>
65
+    <sourceFolder/>
66
+    <locale/>
68
67
   </analytics>
69
68
  <systemThreadPoolSettings>
70
69
  <name>Sys</name>
@@ -94,8 +93,8 @@
94
93
  <useDebugMode>true</useDebugMode>
95
94
  <sessionMaxIdleTime>30</sessionMaxIdleTime>
96
95
  <userMaxIdleTime>300</userMaxIdleTime>
97
- <licenseCode></licenseCode>
98
- <licenseEmails></licenseEmails>
96
+ <licenseCode/>
97
+ <licenseEmails/>
99
98
  <ghostHunterEnabled>true</ghostHunterEnabled>
100
99
  <statsExtraLoggingEnabled>true</statsExtraLoggingEnabled>
101
- </serverSettings>
100
+ </serverSettings>
@@ -8,6 +8,4 @@
8
8
  (?i:assfucker)
9
9
  (?i:asslicker)
10
10
  (?i:bastard)
11
- (?i:nigger)
12
- (?i:nigga)
13
11
  ([f|F][\W]*[u|U][\W]*[c|C][\W]*[k|K][\W]*)
@@ -0,0 +1,1061 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
203
+
204
+
205
+
206
+ APACHE TOMCAT SUBCOMPONENTS:
207
+
208
+ Apache Tomcat includes a number of subcomponents with separate copyright notices
209
+ and license terms. Your use of these subcomponents is subject to the terms and
210
+ conditions of the following licenses.
211
+
212
+
213
+ For the Eclipse JDT Core Batch Compiler (ecj-x.x.x.jar) component:
214
+
215
+ Eclipse Public License - v 1.0
216
+
217
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
218
+ LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
219
+ CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
220
+
221
+ 1. DEFINITIONS
222
+
223
+ "Contribution" means:
224
+
225
+ a) in the case of the initial Contributor, the initial code and documentation
226
+ distributed under this Agreement, and
227
+
228
+ b) in the case of each subsequent Contributor:
229
+
230
+ i) changes to the Program, and
231
+
232
+ ii) additions to the Program;
233
+
234
+ where such changes and/or additions to the Program originate from and are
235
+ distributed by that particular Contributor. A Contribution 'originates' from a
236
+ Contributor if it was added to the Program by such Contributor itself or anyone
237
+ acting on such Contributor's behalf. Contributions do not include additions to
238
+ the Program which: (i) are separate modules of software distributed in
239
+ conjunction with the Program under their own license agreement, and (ii) are not
240
+ derivative works of the Program.
241
+
242
+ "Contributor" means any person or entity that distributes the Program.
243
+
244
+ "Licensed Patents" mean patent claims licensable by a Contributor which are
245
+ necessarily infringed by the use or sale of its Contribution alone or when
246
+ combined with the Program.
247
+
248
+ "Program" means the Contributions distributed in accordance with this Agreement.
249
+
250
+ "Recipient" means anyone who receives the Program under this Agreement,
251
+ including all Contributors.
252
+
253
+ 2. GRANT OF RIGHTS
254
+
255
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
256
+ Recipient a non-exclusive, worldwide, royalty-free copyright license to
257
+ reproduce, prepare derivative works of, publicly display, publicly perform,
258
+ distribute and sublicense the Contribution of such Contributor, if any, and such
259
+ derivative works, in source code and object code form.
260
+
261
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
262
+ Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
263
+ Patents to make, use, sell, offer to sell, import and otherwise transfer the
264
+ Contribution of such Contributor, if any, in source code and object code form.
265
+ This patent license shall apply to the combination of the Contribution and the
266
+ Program if, at the time the Contribution is added by the Contributor, such
267
+ addition of the Contribution causes such combination to be covered by the
268
+ Licensed Patents. The patent license shall not apply to any other combinations
269
+ which include the Contribution. No hardware per se is licensed hereunder.
270
+
271
+ c) Recipient understands that although each Contributor grants the licenses to
272
+ its Contributions set forth herein, no assurances are provided by any
273
+ Contributor that the Program does not infringe the patent or other intellectual
274
+ property rights of any other entity. Each Contributor disclaims any liability to
275
+ Recipient for claims brought by any other entity based on infringement of
276
+ intellectual property rights or otherwise. As a condition to exercising the
277
+ rights and licenses granted hereunder, each Recipient hereby assumes sole
278
+ responsibility to secure any other intellectual property rights needed, if any.
279
+ For example, if a third party patent license is required to allow Recipient to
280
+ distribute the Program, it is Recipient's responsibility to acquire that license
281
+ before distributing the Program.
282
+
283
+ d) Each Contributor represents that to its knowledge it has sufficient copyright
284
+ rights in its Contribution, if any, to grant the copyright license set forth in
285
+ this Agreement.
286
+
287
+ 3. REQUIREMENTS
288
+
289
+ A Contributor may choose to distribute the Program in object code form under its
290
+ own license agreement, provided that:
291
+
292
+ a) it complies with the terms and conditions of this Agreement; and
293
+
294
+ b) its license agreement:
295
+
296
+ i) effectively disclaims on behalf of all Contributors all warranties and
297
+ conditions, express and implied, including warranties or conditions of title and
298
+ non-infringement, and implied warranties or conditions of merchantability and
299
+ fitness for a particular purpose;
300
+
301
+ ii) effectively excludes on behalf of all Contributors all liability for
302
+ damages, including direct, indirect, special, incidental and consequential
303
+ damages, such as lost profits;
304
+
305
+ iii) states that any provisions which differ from this Agreement are offered by
306
+ that Contributor alone and not by any other party; and
307
+
308
+ iv) states that source code for the Program is available from such Contributor,
309
+ and informs licensees how to obtain it in a reasonable manner on or through a
310
+ medium customarily used for software exchange.
311
+
312
+ When the Program is made available in source code form:
313
+
314
+ a) it must be made available under this Agreement; and
315
+
316
+ b) a copy of this Agreement must be included with each copy of the Program.
317
+
318
+ Contributors may not remove or alter any copyright notices contained within the
319
+ Program.
320
+
321
+ Each Contributor must identify itself as the originator of its Contribution, if
322
+ any, in a manner that reasonably allows subsequent Recipients to identify the
323
+ originator of the Contribution.
324
+
325
+ 4. COMMERCIAL DISTRIBUTION
326
+
327
+ Commercial distributors of software may accept certain responsibilities with
328
+ respect to end users, business partners and the like. While this license is
329
+ intended to facilitate the commercial use of the Program, the Contributor who
330
+ includes the Program in a commercial product offering should do so in a manner
331
+ which does not create potential liability for other Contributors. Therefore, if
332
+ a Contributor includes the Program in a commercial product offering, such
333
+ Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
334
+ every other Contributor ("Indemnified Contributor") against any losses, damages
335
+ and costs (collectively "Losses") arising from claims, lawsuits and other legal
336
+ actions brought by a third party against the Indemnified Contributor to the
337
+ extent caused by the acts or omissions of such Commercial Contributor in
338
+ connection with its distribution of the Program in a commercial product
339
+ offering. The obligations in this section do not apply to any claims or Losses
340
+ relating to any actual or alleged intellectual property infringement. In order
341
+ to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
342
+ Contributor in writing of such claim, and b) allow the Commercial Contributor
343
+ to control, and cooperate with the Commercial Contributor in, the defense and
344
+ any related settlement negotiations. The Indemnified Contributor may
345
+ participate in any such claim at its own expense.
346
+
347
+ For example, a Contributor might include the Program in a commercial product
348
+ offering, Product X. That Contributor is then a Commercial Contributor. If that
349
+ Commercial Contributor then makes performance claims, or offers warranties
350
+ related to Product X, those performance claims and warranties are such
351
+ Commercial Contributor's responsibility alone. Under this section, the
352
+ Commercial Contributor would have to defend claims against the other
353
+ Contributors related to those performance claims and warranties, and if a court
354
+ requires any other Contributor to pay any damages as a result, the Commercial
355
+ Contributor must pay those damages.
356
+
357
+ 5. NO WARRANTY
358
+
359
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
360
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
361
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
362
+ NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
363
+ Recipient is solely responsible for determining the appropriateness of using and
364
+ distributing the Program and assumes all risks associated with its exercise of
365
+ rights under this Agreement , including but not limited to the risks and costs
366
+ of program errors, compliance with applicable laws, damage to or loss of data,
367
+ programs or equipment, and unavailability or interruption of operations.
368
+
369
+ 6. DISCLAIMER OF LIABILITY
370
+
371
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
372
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
373
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
374
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
375
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
376
+ OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
377
+ GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
378
+
379
+ 7. GENERAL
380
+
381
+ If any provision of this Agreement is invalid or unenforceable under applicable
382
+ law, it shall not affect the validity or enforceability of the remainder of the
383
+ terms of this Agreement, and without further action by the parties hereto, such
384
+ provision shall be reformed to the minimum extent necessary to make such
385
+ provision valid and enforceable.
386
+
387
+ If Recipient institutes patent litigation against any entity (including a
388
+ cross-claim or counterclaim in a lawsuit) alleging that the Program itself
389
+ (excluding combinations of the Program with other software or hardware)
390
+ infringes such Recipient's patent(s), then such Recipient's rights granted under
391
+ Section 2(b) shall terminate as of the date such litigation is filed.
392
+
393
+ All Recipient's rights under this Agreement shall terminate if it fails to
394
+ comply with any of the material terms or conditions of this Agreement and does
395
+ not cure such failure in a reasonable period of time after becoming aware of
396
+ such noncompliance. If all Recipient's rights under this Agreement terminate,
397
+ Recipient agrees to cease use and distribution of the Program as soon as
398
+ reasonably practicable. However, Recipient's obligations under this Agreement
399
+ and any licenses granted by Recipient relating to the Program shall continue and
400
+ survive.
401
+
402
+ Everyone is permitted to copy and distribute copies of this Agreement, but in
403
+ order to avoid inconsistency the Agreement is copyrighted and may only be
404
+ modified in the following manner. The Agreement Steward reserves the right to
405
+ publish new versions (including revisions) of this Agreement from time to time.
406
+ No one other than the Agreement Steward has the right to modify this Agreement.
407
+ The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation
408
+ may assign the responsibility to serve as the Agreement Steward to a suitable
409
+ separate entity. Each new version of the Agreement will be given a
410
+ distinguishing version number. The Program (including Contributions) may always
411
+ be distributed subject to the version of the Agreement under which it was
412
+ received. In addition, after a new version of the Agreement is published,
413
+ Contributor may elect to distribute the Program (including its Contributions)
414
+ under the new version. Except as expressly stated in Sections 2(a) and 2(b)
415
+ above, Recipient receives no rights or licenses to the intellectual property of
416
+ any Contributor under this Agreement, whether expressly, by implication,
417
+ estoppel or otherwise. All rights in the Program not expressly granted under
418
+ this Agreement are reserved.
419
+
420
+ This Agreement is governed by the laws of the State of New York and the
421
+ intellectual property laws of the United States of America. No party to this
422
+ Agreement will bring a legal action under this Agreement more than one year
423
+ after the cause of action arose. Each party waives its rights to a jury trial in
424
+ any resulting litigation.
425
+
426
+
427
+ For the Windows Installer component:
428
+
429
+ * All NSIS source code, plug-ins, documentation, examples, header files and
430
+ graphics, with the exception of the compression modules and where
431
+ otherwise noted, are licensed under the zlib/libpng license.
432
+ * The zlib compression module for NSIS is licensed under the zlib/libpng
433
+ license.
434
+ * The bzip2 compression module for NSIS is licensed under the bzip2 license.
435
+ * The lzma compression module for NSIS is licensed under the Common Public
436
+ License version 1.0.
437
+
438
+ zlib/libpng license
439
+
440
+ This software is provided 'as-is', without any express or implied warranty. In
441
+ no event will the authors be held liable for any damages arising from the use of
442
+ this software.
443
+
444
+ Permission is granted to anyone to use this software for any purpose, including
445
+ commercial applications, and to alter it and redistribute it freely, subject to
446
+ the following restrictions:
447
+
448
+ 1. The origin of this software must not be misrepresented; you must not claim
449
+ that you wrote the original software. If you use this software in a
450
+ product, an acknowledgment in the product documentation would be
451
+ appreciated but is not required.
452
+ 2. Altered source versions must be plainly marked as such, and must not be
453
+ misrepresented as being the original software.
454
+ 3. This notice may not be removed or altered from any source distribution.
455
+
456
+ bzip2 license
457
+
458
+ Redistribution and use in source and binary forms, with or without modification,
459
+ are permitted provided that the following conditions are met:
460
+
461
+ 1. Redistributions of source code must retain the above copyright notice,
462
+ this list of conditions and the following disclaimer.
463
+ 2. The origin of this software must not be misrepresented; you must not claim
464
+ that you wrote the original software. If you use this software in a
465
+ product, an acknowledgment in the product documentation would be
466
+ appreciated but is not required.
467
+ 3. Altered source versions must be plainly marked as such, and must not be
468
+ misrepresented as being the original software.
469
+ 4. The name of the author may not be used to endorse or promote products
470
+ derived from this software without specific prior written permission.
471
+
472
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS OR IMPLIED
473
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
474
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
475
+ SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
476
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
477
+ OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
478
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
479
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
480
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
481
+ OF SUCH DAMAGE.
482
+
483
+ Julian Seward, Cambridge, UK.
484
+
485
+ jseward@acm.org
486
+ Common Public License version 1.0
487
+
488
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
489
+ LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
490
+ CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
491
+
492
+ 1. DEFINITIONS
493
+
494
+ "Contribution" means:
495
+
496
+ a) in the case of the initial Contributor, the initial code and documentation
497
+ distributed under this Agreement, and b) in the case of each subsequent
498
+ Contributor:
499
+
500
+ i) changes to the Program, and
501
+
502
+ ii) additions to the Program;
503
+
504
+ where such changes and/or additions to the Program originate from and are
505
+ distributed by that particular Contributor. A Contribution 'originates' from a
506
+ Contributor if it was added to the Program by such Contributor itself or anyone
507
+ acting on such Contributor's behalf. Contributions do not include additions to
508
+ the Program which: (i) are separate modules of software distributed in
509
+ conjunction with the Program under their own license agreement, and (ii) are not
510
+ derivative works of the Program.
511
+
512
+ "Contributor" means any person or entity that distributes the Program.
513
+
514
+ "Licensed Patents " mean patent claims licensable by a Contributor which are
515
+ necessarily infringed by the use or sale of its Contribution alone or when
516
+ combined with the Program.
517
+
518
+ "Program" means the Contributions distributed in accordance with this Agreement.
519
+
520
+ "Recipient" means anyone who receives the Program under this Agreement,
521
+ including all Contributors.
522
+
523
+ 2. GRANT OF RIGHTS
524
+
525
+ a) Subject to the terms of this Agreement, each Contributor hereby grants
526
+ Recipient a non-exclusive, worldwide, royalty-free copyright license to
527
+ reproduce, prepare derivative works of, publicly display, publicly perform,
528
+ distribute and sublicense the Contribution of such Contributor, if any, and such
529
+ derivative works, in source code and object code form.
530
+
531
+ b) Subject to the terms of this Agreement, each Contributor hereby grants
532
+ Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
533
+ Patents to make, use, sell, offer to sell, import and otherwise transfer the
534
+ Contribution of such Contributor, if any, in source code and object code form.
535
+ This patent license shall apply to the combination of the Contribution and the
536
+ Program if, at the time the Contribution is added by the Contributor, such
537
+ addition of the Contribution causes such combination to be covered by the
538
+ Licensed Patents. The patent license shall not apply to any other combinations
539
+ which include the Contribution. No hardware per se is licensed hereunder.
540
+
541
+ c) Recipient understands that although each Contributor grants the licenses to
542
+ its Contributions set forth herein, no assurances are provided by any
543
+ Contributor that the Program does not infringe the patent or other intellectual
544
+ property rights of any other entity. Each Contributor disclaims any liability to
545
+ Recipient for claims brought by any other entity based on infringement of
546
+ intellectual property rights or otherwise. As a condition to exercising the
547
+ rights and licenses granted hereunder, each Recipient hereby assumes sole
548
+ responsibility to secure any other intellectual property rights needed, if any.
549
+ For example, if a third party patent license is required to allow Recipient to
550
+ distribute the Program, it is Recipient's responsibility to acquire that license
551
+ before distributing the Program.
552
+
553
+ d) Each Contributor represents that to its knowledge it has sufficient copyright
554
+ rights in its Contribution, if any, to grant the copyright license set forth in
555
+ this Agreement.
556
+
557
+ 3. REQUIREMENTS
558
+
559
+ A Contributor may choose to distribute the Program in object code form under its
560
+ own license agreement, provided that:
561
+
562
+ a) it complies with the terms and conditions of this Agreement; and
563
+
564
+ b) its license agreement:
565
+
566
+ i) effectively disclaims on behalf of all Contributors all warranties and
567
+ conditions, express and implied, including warranties or conditions of title and
568
+ non-infringement, and implied warranties or conditions of merchantability and
569
+ fitness for a particular purpose;
570
+
571
+ ii) effectively excludes on behalf of all Contributors all liability for
572
+ damages, including direct, indirect, special, incidental and consequential
573
+ damages, such as lost profits;
574
+
575
+ iii) states that any provisions which differ from this Agreement are offered by
576
+ that Contributor alone and not by any other party; and
577
+
578
+ iv) states that source code for the Program is available from such Contributor,
579
+ and informs licensees how to obtain it in a reasonable manner on or through a
580
+ medium customarily used for software exchange.
581
+
582
+ When the Program is made available in source code form:
583
+
584
+ a) it must be made available under this Agreement; and
585
+
586
+ b) a copy of this Agreement must be included with each copy of the Program.
587
+
588
+ Contributors may not remove or alter any copyright notices contained within the
589
+ Program.
590
+
591
+ Each Contributor must identify itself as the originator of its Contribution, if
592
+ any, in a manner that reasonably allows subsequent Recipients to identify the
593
+ originator of the Contribution.
594
+
595
+ 4. COMMERCIAL DISTRIBUTION
596
+
597
+ Commercial distributors of software may accept certain responsibilities with
598
+ respect to end users, business partners and the like. While this license is
599
+ intended to facilitate the commercial use of the Program, the Contributor who
600
+ includes the Program in a commercial product offering should do so in a manner
601
+ which does not create potential liability for other Contributors. Therefore, if
602
+ a Contributor includes the Program in a commercial product offering, such
603
+ Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
604
+ every other Contributor ("Indemnified Contributor") against any losses, damages
605
+ and costs (collectively "Losses") arising from claims, lawsuits and other legal
606
+ actions brought by a third party against the Indemnified Contributor to the
607
+ extent caused by the acts or omissions of such Commercial Contributor in
608
+ connection with its distribution of the Program in a commercial product
609
+ offering. The obligations in this section do not apply to any claims or Losses
610
+ relating to any actual or alleged intellectual property infringement. In order
611
+ to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
612
+ Contributor in writing of such claim, and b) allow the Commercial Contributor to
613
+ control, and cooperate with the Commercial Contributor in, the defense and any
614
+ related settlement negotiations. The Indemnified Contributor may participate in
615
+ any such claim at its own expense.
616
+
617
+ For example, a Contributor might include the Program in a commercial product
618
+ offering, Product X. That Contributor is then a Commercial Contributor. If that
619
+ Commercial Contributor then makes performance claims, or offers warranties
620
+ related to Product X, those performance claims and warranties are such
621
+ Commercial Contributor's responsibility alone. Under this section, the
622
+ Commercial Contributor would have to defend claims against the other
623
+ Contributors related to those performance claims and warranties, and if a court
624
+ requires any other Contributor to pay any damages as a result, the Commercial
625
+ Contributor must pay those damages.
626
+
627
+ 5. NO WARRANTY
628
+
629
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
630
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
631
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
632
+ NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
633
+ Recipient is solely responsible for determining the appropriateness of using and
634
+ distributing the Program and assumes all risks associated with its exercise of
635
+ rights under this Agreement, including but not limited to the risks and costs of
636
+ program errors, compliance with applicable laws, damage to or loss of data,
637
+ programs or equipment, and unavailability or interruption of operations.
638
+
639
+ 6. DISCLAIMER OF LIABILITY
640
+
641
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
642
+ CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
643
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
644
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
645
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
646
+ OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
647
+ GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
648
+
649
+ 7. GENERAL
650
+
651
+ If any provision of this Agreement is invalid or unenforceable under applicable
652
+ law, it shall not affect the validity or enforceability of the remainder of the
653
+ terms of this Agreement, and without further action by the parties hereto, such
654
+ provision shall be reformed to the minimum extent necessary to make such
655
+ provision valid and enforceable.
656
+
657
+ If Recipient institutes patent litigation against a Contributor with respect to
658
+ a patent applicable to software (including a cross-claim or counterclaim in a
659
+ lawsuit), then any patent licenses granted by that Contributor to such Recipient
660
+ under this Agreement shall terminate as of the date such litigation is filed. In
661
+ addition, if Recipient institutes patent litigation against any entity
662
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the Program
663
+ itself (excluding combinations of the Program with other software or hardware)
664
+ infringes such Recipient's patent(s), then such Recipient's rights granted under
665
+ Section 2(b) shall terminate as of the date such litigation is filed.
666
+
667
+ All Recipient's rights under this Agreement shall terminate if it fails to
668
+ comply with any of the material terms or conditions of this Agreement and does
669
+ not cure such failure in a reasonable period of time after becoming aware of
670
+ such noncompliance. If all Recipient's rights under this Agreement terminate,
671
+ Recipient agrees to cease use and distribution of the Program as soon as
672
+ reasonably practicable. However, Recipient's obligations under this Agreement
673
+ and any licenses granted by Recipient relating to the Program shall continue and
674
+ survive.
675
+
676
+ Everyone is permitted to copy and distribute copies of this Agreement, but in
677
+ order to avoid inconsistency the Agreement is copyrighted and may only be
678
+ modified in the following manner. The Agreement Steward reserves the right to
679
+ publish new versions (including revisions) of this Agreement from time to time.
680
+ No one other than the Agreement Steward has the right to modify this Agreement.
681
+ IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
682
+ as the Agreement Steward to a suitable separate entity. Each new version of the
683
+ Agreement will be given a distinguishing version number. The Program (including
684
+ Contributions) may always be distributed subject to the version of the Agreement
685
+ under which it was received. In addition, after a new version of the Agreement
686
+ is published, Contributor may elect to distribute the Program (including its
687
+ Contributions) under the new version. Except as expressly stated in Sections
688
+ 2(a) and 2(b) above, Recipient receives no rights or licenses to the
689
+ intellectual property of any Contributor under this Agreement, whether
690
+ expressly, by implication, estoppel or otherwise. All rights in the Program not
691
+ expressly granted under this Agreement are reserved.
692
+
693
+ This Agreement is governed by the laws of the State of New York and the
694
+ intellectual property laws of the United States of America. No party to this
695
+ Agreement will bring a legal action under this Agreement more than one year
696
+ after the cause of action arose. Each party waives its rights to a jury trial in
697
+ any resulting litigation.
698
+
699
+ Special exception for LZMA compression module
700
+
701
+ Igor Pavlov and Amir Szekely, the authors of the LZMA compression module for
702
+ NSIS, expressly permit you to statically or dynamically link your code (or bind
703
+ by name) to the files from the LZMA compression module for NSIS without
704
+ subjecting your linked code to the terms of the Common Public license version
705
+ 1.0. Any modifications or additions to files from the LZMA compression module
706
+ for NSIS, however, are subject to the terms of the Common Public License version
707
+ 1.0.
708
+
709
+
710
+ For the following XML Schemas for Java EE Deployment Descriptors:
711
+ - javaee_5.xsd
712
+ - javaee_web_services_1_2.xsd
713
+ - javaee_web_services_client_1_2.xsd
714
+ - javaee_6.xsd
715
+ - javaee_web_services_1_3.xsd
716
+ - javaee_web_services_client_1_3.xsd
717
+ - jsp_2_2.xsd
718
+ - web-app_3_0.xsd
719
+ - web-common_3_0.xsd
720
+ - web-fragment_3_0.xsd
721
+ - javaee_7.xsd
722
+ - javaee_web_services_1_4.xsd
723
+ - javaee_web_services_client_1_4.xsd
724
+ - jsp_2_3.xsd
725
+ - web-app_3_1.xsd
726
+ - web-common_3_1.xsd
727
+ - web-fragment_3_1.xsd
728
+ - javaee_8.xsd
729
+ - web-app_4_0.xsd
730
+ - web-common_4_0.xsd
731
+ - web-fragment_4_0.xsd
732
+
733
+ COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
734
+
735
+ 1. Definitions.
736
+
737
+ 1.1. Contributor. means each individual or entity that creates or contributes
738
+ to the creation of Modifications.
739
+
740
+ 1.2. Contributor Version. means the combination of the Original Software,
741
+ prior Modifications used by a Contributor (if any), and the
742
+ Modifications made by that particular Contributor.
743
+
744
+ 1.3. Covered Software. means (a) the Original Software, or (b) Modifications,
745
+ or (c) the combination of files containing Original Software with files
746
+ containing Modifications, in each case including portions thereof.
747
+
748
+ 1.4. Executable. means the Covered Software in any form other than Source
749
+ Code.
750
+
751
+ 1.5. Initial Developer. means the individual or entity that first makes
752
+ Original Software available under this License.
753
+
754
+ 1.6. Larger Work. means a work which combines Covered Software or portions
755
+ thereof with code not governed by the terms of this License.
756
+
757
+ 1.7. License. means this document.
758
+
759
+ 1.8. Licensable. means having the right to grant, to the maximum extent
760
+ possible, whether at the time of the initial grant or subsequently
761
+ acquired, any and all of the rights conveyed herein.
762
+
763
+ 1.9. Modifications. means the Source Code and Executable form of any of the
764
+ following:
765
+
766
+ A. Any file that results from an addition to, deletion from or
767
+ modification of the contents of a file containing Original Software
768
+ or previous Modifications;
769
+
770
+ B. Any new file that contains any part of the Original Software or
771
+ previous Modification; or
772
+
773
+ C. Any new file that is contributed or otherwise made available under
774
+ the terms of this License.
775
+
776
+ 1.10. Original Software. means the Source Code and Executable form of
777
+ computer software code that is originally released under this License.
778
+
779
+ 1.11. Patent Claims. means any patent claim(s), now owned or hereafter
780
+ acquired, including without limitation, method, process, and apparatus
781
+ claims, in any patent Licensable by grantor.
782
+
783
+ 1.12. Source Code. means (a) the common form of computer software code in
784
+ which modifications are made and (b) associated documentation included
785
+ in or with such code.
786
+
787
+ 1.13. You. (or .Your.) means an individual or a legal entity exercising
788
+ rights under, and complying with all of the terms of, this License. For
789
+ legal entities, .You. includes any entity which controls, is controlled
790
+ by, or is under common control with You. For purposes of this
791
+ definition, .control. means (a) the power, direct or indirect, to cause
792
+ the direction or management of such entity, whether by contract or
793
+ otherwise, or (b) ownership of more than fifty percent (50%) of the
794
+ outstanding shares or beneficial ownership of such entity.
795
+
796
+ 2. License Grants.
797
+
798
+ 2.1. The Initial Developer Grant.
799
+
800
+ Conditioned upon Your compliance with Section 3.1 below and subject to
801
+ third party intellectual property claims, the Initial Developer hereby
802
+ grants You a world-wide, royalty-free, non-exclusive license:
803
+
804
+ (a) under intellectual property rights (other than patent or trademark)
805
+ Licensable by Initial Developer, to use, reproduce, modify, display,
806
+ perform, sublicense and distribute the Original Software (or
807
+ portions thereof), with or without Modifications, and/or as part of
808
+ a Larger Work; and
809
+
810
+ (b) under Patent Claims infringed by the making, using or selling of
811
+ Original Software, to make, have made, use, practice, sell, and
812
+ offer for sale, and/or otherwise dispose of the Original Software
813
+ (or portions thereof).
814
+
815
+ (c) The licenses granted in Sections 2.1(a) and (b) are effective on the
816
+ date Initial Developer first distributes or otherwise makes the
817
+ Original Software available to a third party under the terms of this
818
+ License.
819
+
820
+ (d) Notwithstanding Section 2.1(b) above, no patent license is granted:
821
+ (1) for code that You delete from the Original Software, or (2) for
822
+ infringements caused by: (i) the modification of the Original
823
+ Software, or (ii) the combination of the Original Software with
824
+ other software or devices.
825
+
826
+ 2.2. Contributor Grant.
827
+
828
+ Conditioned upon Your compliance with Section 3.1 below and subject to third
829
+ party intellectual property claims, each Contributor hereby grants You a
830
+ world-wide, royalty-free, non-exclusive license:
831
+
832
+ (a) under intellectual property rights (other than patent or trademark)
833
+ Licensable by Contributor to use, reproduce, modify, display,
834
+ perform, sublicense and distribute the Modifications created by such
835
+ Contributor (or portions thereof), either on an unmodified basis,
836
+ with other Modifications, as Covered Software and/or as part of a
837
+ Larger Work; and
838
+
839
+ (b) under Patent Claims infringed by the making, using, or selling of
840
+ Modifications made by that Contributor either alone and/or in
841
+ combination with its Contributor Version (or portions of such
842
+ combination), to make, use, sell, offer for sale, have made, and/or
843
+ otherwise dispose of: (1) Modifications made by that Contributor (or
844
+ portions thereof); and (2) the combination of Modifications made by
845
+ that Contributor with its Contributor Version (or portions of such
846
+ combination).
847
+
848
+ (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on
849
+ the date Contributor first distributes or otherwise makes the
850
+ Modifications available to a third party.
851
+
852
+ (d) Notwithstanding Section 2.2(b) above, no patent license is granted:
853
+ (1) for any code that Contributor has deleted from the Contributor
854
+ Version; (2) for infringements caused by: (i) third party
855
+ modifications of Contributor Version, or (ii) the combination of
856
+ Modifications made by that Contributor with other software (except
857
+ as part of the Contributor Version) or other devices; or (3) under
858
+ Patent Claims infringed by Covered Software in the absence of
859
+ Modifications made by that Contributor.
860
+
861
+ 3. Distribution Obligations.
862
+
863
+ 3.1. Availability of Source Code.
864
+ Any Covered Software that You distribute or otherwise make available in
865
+ Executable form must also be made available in Source Code form and that
866
+ Source Code form must be distributed only under the terms of this License.
867
+ You must include a copy of this License with every copy of the Source Code
868
+ form of the Covered Software You distribute or otherwise make available.
869
+ You must inform recipients of any such Covered Software in Executable form
870
+ as to how they can obtain such Covered Software in Source Code form in a
871
+ reasonable manner on or through a medium customarily used for software
872
+ exchange.
873
+
874
+ 3.2. Modifications.
875
+ The Modifications that You create or to which You contribute are governed
876
+ by the terms of this License. You represent that You believe Your
877
+ Modifications are Your original creation(s) and/or You have sufficient
878
+ rights to grant the rights conveyed by this License.
879
+
880
+ 3.3. Required Notices.
881
+ You must include a notice in each of Your Modifications that identifies
882
+ You as the Contributor of the Modification. You may not remove or alter
883
+ any copyright, patent or trademark notices contained within the Covered
884
+ Software, or any notices of licensing or any descriptive text giving
885
+ attribution to any Contributor or the Initial Developer.
886
+
887
+ 3.4. Application of Additional Terms.
888
+ You may not offer or impose any terms on any Covered Software in Source
889
+ Code form that alters or restricts the applicable version of this License
890
+ or the recipients. rights hereunder. You may choose to offer, and to
891
+ charge a fee for, warranty, support, indemnity or liability obligations to
892
+ one or more recipients of Covered Software. However, you may do so only on
893
+ Your own behalf, and not on behalf of the Initial Developer or any
894
+ Contributor. You must make it absolutely clear that any such warranty,
895
+ support, indemnity or liability obligation is offered by You alone, and
896
+ You hereby agree to indemnify the Initial Developer and every Contributor
897
+ for any liability incurred by the Initial Developer or such Contributor as
898
+ a result of warranty, support, indemnity or liability terms You offer.
899
+
900
+ 3.5. Distribution of Executable Versions.
901
+ You may distribute the Executable form of the Covered Software under the
902
+ terms of this License or under the terms of a license of Your choice,
903
+ which may contain terms different from this License, provided that You are
904
+ in compliance with the terms of this License and that the license for the
905
+ Executable form does not attempt to limit or alter the recipient.s rights
906
+ in the Source Code form from the rights set forth in this License. If You
907
+ distribute the Covered Software in Executable form under a different
908
+ license, You must make it absolutely clear that any terms which differ
909
+ from this License are offered by You alone, not by the Initial Developer
910
+ or Contributor. You hereby agree to indemnify the Initial Developer and
911
+ every Contributor for any liability incurred by the Initial Developer or
912
+ such Contributor as a result of any such terms You offer.
913
+
914
+ 3.6. Larger Works.
915
+ You may create a Larger Work by combining Covered Software with other code
916
+ not governed by the terms of this License and distribute the Larger Work
917
+ as a single product. In such a case, You must make sure the requirements
918
+ of this License are fulfilled for the Covered Software.
919
+
920
+ 4. Versions of the License.
921
+
922
+ 4.1. New Versions.
923
+ Sun Microsystems, Inc. is the initial license steward and may publish
924
+ revised and/or new versions of this License from time to time. Each
925
+ version will be given a distinguishing version number. Except as provided
926
+ in Section 4.3, no one other than the license steward has the right to
927
+ modify this License.
928
+
929
+ 4.2. Effect of New Versions.
930
+ You may always continue to use, distribute or otherwise make the Covered
931
+ Software available under the terms of the version of the License under
932
+ which You originally received the Covered Software. If the Initial
933
+ Developer includes a notice in the Original Software prohibiting it from
934
+ being distributed or otherwise made available under any subsequent version
935
+ of the License, You must distribute and make the Covered Software
936
+ available under the terms of the version of the License under which You
937
+ originally received the Covered Software. Otherwise, You may also choose
938
+ to use, distribute or otherwise make the Covered Software available under
939
+ the terms of any subsequent version of the License published by the
940
+ license steward.
941
+
942
+ 4.3. Modified Versions.
943
+ When You are an Initial Developer and You want to create a new license for
944
+ Your Original Software, You may create and use a modified version of this
945
+ License if You: (a) rename the license and remove any references to the
946
+ name of the license steward (except to note that the license differs from
947
+ this License); and (b) otherwise make it clear that the license contains
948
+ terms which differ from this License.
949
+
950
+ 5. DISCLAIMER OF WARRANTY.
951
+
952
+ COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN .AS IS. BASIS, WITHOUT
953
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT
954
+ LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS,
955
+ MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK
956
+ AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD
957
+ ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL
958
+ DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
959
+ SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN
960
+ ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED
961
+ HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
962
+
963
+ 6. TERMINATION.
964
+
965
+ 6.1. This License and the rights granted hereunder will terminate
966
+ automatically if You fail to comply with terms herein and fail to
967
+ cure such breach within 30 days of becoming aware of the breach.
968
+ Provisions which, by their nature, must remain in effect beyond the
969
+ termination of this License shall survive.
970
+
971
+ 6.2. If You assert a patent infringement claim (excluding declaratory
972
+ judgment actions) against Initial Developer or a Contributor (the
973
+ Initial Developer or Contributor against whom You assert such claim
974
+ is referred to as .Participant.) alleging that the Participant
975
+ Software (meaning the Contributor Version where the Participant is a
976
+ Contributor or the Original Software where the Participant is the
977
+ Initial Developer) directly or indirectly infringes any patent, then
978
+ any and all rights granted directly or indirectly to You by such
979
+ Participant, the Initial Developer (if the Initial Developer is not
980
+ the Participant) and all Contributors under Sections 2.1 and/or 2.2
981
+ of this License shall, upon 60 days notice from Participant terminate
982
+ prospectively and automatically at the expiration of such 60 day
983
+ notice period, unless if within such 60 day period You withdraw Your
984
+ claim with respect to the Participant Software against such
985
+ Participant either unilaterally or pursuant to a written agreement
986
+ with Participant.
987
+
988
+ 6.3. In the event of termination under Sections 6.1 or 6.2 above, all end
989
+ user licenses that have been validly granted by You or any
990
+ distributor hereunder prior to termination (excluding licenses
991
+ granted to You by any distributor) shall survive termination.
992
+
993
+ 7. LIMITATION OF LIABILITY.
994
+
995
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
996
+ NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
997
+ OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF
998
+ ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL,
999
+ INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
1000
+ LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE,
1001
+ COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
1002
+ LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF
1003
+ SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR
1004
+ DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY.S NEGLIGENCE TO THE EXTENT
1005
+ APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
1006
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS
1007
+ EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1008
+
1009
+ 8. U.S. GOVERNMENT END USERS.
1010
+
1011
+ The Covered Software is a .commercial item,. as that term is defined in 48
1012
+ C.F.R. 2.101 (Oct. 1995), consisting of .commercial computer software. (as
1013
+ that term is defined at 48 C.F.R. ? 252.227-7014(a)(1)) and commercial
1014
+ computer software documentation. as such terms are used in 48 C.F.R. 12.212
1015
+ (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
1016
+ through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered
1017
+ Software with only those rights set forth herein. This U.S. Government Rights
1018
+ clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or
1019
+ provision that addresses Government rights in computer software under this
1020
+ License.
1021
+
1022
+ 9. MISCELLANEOUS.
1023
+
1024
+ This License represents the complete agreement concerning subject matter
1025
+ hereof. If any provision of this License is held to be unenforceable, such
1026
+ provision shall be reformed only to the extent necessary to make it
1027
+ enforceable. This License shall be governed by the law of the jurisdiction
1028
+ specified in a notice contained within the Original Software (except to the
1029
+ extent applicable law, if any, provides otherwise), excluding such
1030
+ jurisdiction's conflict-of-law provisions. Any litigation relating to this
1031
+ License shall be subject to the jurisdiction of the courts located in the
1032
+ jurisdiction and venue specified in a notice contained within the Original
1033
+ Software, with the losing party responsible for costs, including, without
1034
+ limitation, court costs and reasonable attorneys. fees and expenses. The
1035
+ application of the United Nations Convention on Contracts for the
1036
+ International Sale of Goods is expressly excluded. Any law or regulation
1037
+ which provides that the language of a contract shall be construed against
1038
+ the drafter shall not apply to this License. You agree that You alone are
1039
+ responsible for compliance with the United States export administration
1040
+ regulations (and the export control laws and regulation of any other
1041
+ countries) when You use, distribute or otherwise make available any Covered
1042
+ Software.
1043
+
1044
+ 10. RESPONSIBILITY FOR CLAIMS.
1045
+
1046
+ As between Initial Developer and the Contributors, each party is responsible
1047
+ for claims and damages arising, directly or indirectly, out of its
1048
+ utilization of rights under this License and You agree to work with Initial
1049
+ Developer and Contributors to distribute such responsibility on an equitable
1050
+ basis. Nothing herein is intended or shall be deemed to constitute any
1051
+ admission of liability.
1052
+
1053
+ NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION
1054
+ LICENSE (CDDL)
1055
+
1056
+ The code released under the CDDL shall be governed by the laws of the State
1057
+ of California (excluding conflict-of-law provisions). Any litigation relating
1058
+ to this License shall be subject to the jurisdiction of the Federal Courts of
1059
+ the Northern District of California and the state courts of the State of
1060
+ California, with venue lying in Santa Clara County, California.
1061
+