tetra 0.46.0 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (223) hide show
  1. data/.rubocop.yml +6 -0
  2. data/README.md +5 -12
  3. data/SPECIAL_CASES.md +3 -74
  4. data/integration-tests/build-commons.sh +5 -8
  5. data/lib/template/kit/CONTENTS +4 -3
  6. data/lib/template/kit/apache-ant-1.9.4/INSTALL +2 -0
  7. data/lib/template/kit/apache-ant-1.9.4/KEYS +1497 -0
  8. data/lib/template/kit/apache-ant-1.9.4/LICENSE +272 -0
  9. data/lib/template/kit/apache-ant-1.9.4/NOTICE +9 -0
  10. data/lib/template/kit/apache-ant-1.9.4/README +97 -0
  11. data/lib/template/kit/apache-ant-1.9.4/WHATSNEW +6108 -0
  12. data/lib/template/kit/apache-ant-1.9.4/bin/ant +336 -0
  13. data/lib/template/kit/apache-ant-1.9.4/bin/ant.bat +218 -0
  14. data/lib/template/kit/apache-ant-1.9.4/bin/ant.cmd +93 -0
  15. data/lib/template/kit/apache-ant-1.9.4/bin/antRun +24 -0
  16. data/lib/template/kit/apache-ant-1.9.4/bin/antRun.bat +50 -0
  17. data/lib/template/kit/apache-ant-1.9.4/bin/antRun.pl +66 -0
  18. data/lib/template/kit/apache-ant-1.9.4/bin/antenv.cmd +98 -0
  19. data/lib/template/kit/apache-ant-1.9.4/bin/complete-ant-cmd.pl +114 -0
  20. data/lib/template/kit/apache-ant-1.9.4/bin/envset.cmd +131 -0
  21. data/lib/template/kit/apache-ant-1.9.4/bin/lcp.bat +31 -0
  22. data/lib/template/kit/apache-ant-1.9.4/bin/runant.pl +153 -0
  23. data/lib/template/kit/apache-ant-1.9.4/bin/runant.py +102 -0
  24. data/lib/template/kit/apache-ant-1.9.4/bin/runrc.cmd +60 -0
  25. data/lib/template/kit/apache-ant-1.9.4/etc/ant-bootstrap.jar +0 -0
  26. data/lib/template/kit/apache-ant-1.9.4/etc/changelog.xsl +148 -0
  27. data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-frames.xsl +299 -0
  28. data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-text.xsl +34 -0
  29. data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-xdoc.xsl +130 -0
  30. data/lib/template/kit/apache-ant-1.9.4/etc/coverage-frames.xsl +489 -0
  31. data/lib/template/kit/apache-ant-1.9.4/etc/jdepend-frames.xsl +487 -0
  32. data/lib/template/kit/apache-ant-1.9.4/etc/jdepend.xsl +276 -0
  33. data/lib/template/kit/apache-ant-1.9.4/etc/junit-frames-xalan1.xsl +745 -0
  34. data/lib/template/kit/apache-ant-1.9.4/etc/junit-frames.xsl +955 -0
  35. data/lib/template/kit/apache-ant-1.9.4/etc/junit-noframes.xsl +496 -0
  36. data/lib/template/kit/apache-ant-1.9.4/etc/log.xsl +203 -0
  37. data/lib/template/kit/apache-ant-1.9.4/etc/maudit-frames.xsl +503 -0
  38. data/lib/template/kit/apache-ant-1.9.4/etc/mmetrics-frames.xsl +1026 -0
  39. data/lib/template/kit/apache-ant-1.9.4/etc/tagdiff.xsl +179 -0
  40. data/lib/template/kit/apache-ant-1.9.4/fetch.xml +335 -0
  41. data/lib/template/kit/apache-ant-1.9.4/get-m2.xml +121 -0
  42. data/lib/template/kit/apache-ant-1.9.4/lib/README +3 -0
  43. data/lib/template/kit/apache-ant-1.9.4/lib/ant-antlr.jar +0 -0
  44. data/lib/template/kit/apache-ant-1.9.4/lib/ant-antlr.pom +75 -0
  45. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bcel.jar +0 -0
  46. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bcel.pom +71 -0
  47. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bsf.jar +0 -0
  48. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bsf.pom +74 -0
  49. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-log4j.jar +0 -0
  50. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-log4j.pom +69 -0
  51. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-oro.jar +0 -0
  52. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-oro.pom +74 -0
  53. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-regexp.jar +0 -0
  54. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-regexp.pom +70 -0
  55. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-resolver.jar +0 -0
  56. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-resolver.pom +69 -0
  57. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-xalan2.jar +0 -0
  58. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-xalan2.pom +94 -0
  59. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-logging.jar +0 -0
  60. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-logging.pom +70 -0
  61. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-net.jar +0 -0
  62. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-net.pom +75 -0
  63. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jai.jar +0 -0
  64. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jai.pom +85 -0
  65. data/lib/template/kit/apache-ant-1.9.4/lib/ant-javamail.jar +0 -0
  66. data/lib/template/kit/apache-ant-1.9.4/lib/ant-javamail.pom +78 -0
  67. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jdepend.jar +0 -0
  68. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jdepend.pom +72 -0
  69. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jmf.jar +0 -0
  70. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jmf.pom +65 -0
  71. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jsch.jar +0 -0
  72. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jsch.pom +74 -0
  73. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit.jar +0 -0
  74. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit.pom +101 -0
  75. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit4.jar +0 -0
  76. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit4.pom +71 -0
  77. data/lib/template/kit/apache-ant-1.9.4/lib/ant-launcher.jar +0 -0
  78. data/lib/template/kit/apache-ant-1.9.4/lib/ant-launcher.pom +57 -0
  79. data/lib/template/kit/apache-ant-1.9.4/lib/ant-netrexx.jar +0 -0
  80. data/lib/template/kit/apache-ant-1.9.4/lib/ant-netrexx.pom +98 -0
  81. data/lib/template/kit/apache-ant-1.9.4/lib/ant-parent.pom +151 -0
  82. data/lib/template/kit/apache-ant-1.9.4/lib/ant-swing.jar +0 -0
  83. data/lib/template/kit/apache-ant-1.9.4/lib/ant-swing.pom +66 -0
  84. data/lib/template/kit/apache-ant-1.9.4/lib/ant-testutil.jar +0 -0
  85. data/lib/template/kit/apache-ant-1.9.4/lib/ant-testutil.pom +74 -0
  86. data/lib/template/kit/apache-ant-1.9.4/lib/ant.jar +0 -0
  87. data/lib/template/kit/apache-ant-1.9.4/lib/ant.pom +225 -0
  88. data/lib/template/kit/apache-ant-1.9.4/lib/libraries.properties +65 -0
  89. data/lib/template/kit/apache-maven-3.2.5/LICENSE +302 -0
  90. data/lib/template/kit/apache-maven-3.2.5/NOTICE +8 -0
  91. data/lib/template/kit/apache-maven-3.2.5/README.txt +77 -0
  92. data/lib/template/kit/apache-maven-3.2.5/bin/m2.conf +8 -0
  93. data/lib/template/kit/apache-maven-3.2.5/bin/mvn +202 -0
  94. data/lib/template/kit/apache-maven-3.2.5/bin/mvn.bat +197 -0
  95. data/lib/template/kit/apache-maven-3.2.5/bin/mvnDebug +200 -0
  96. data/lib/template/kit/apache-maven-3.2.5/bin/mvnDebug.bat +200 -0
  97. data/lib/template/kit/apache-maven-3.2.5/bin/mvnyjp +207 -0
  98. data/lib/template/kit/apache-maven-3.2.5/boot/plexus-classworlds-2.5.2.jar +0 -0
  99. data/lib/template/kit/apache-maven-3.2.5/conf/logging/simplelogger.properties +25 -0
  100. data/lib/template/kit/apache-maven-3.2.5/conf/settings.xml +257 -0
  101. data/lib/template/kit/apache-maven-3.2.5/lib/aether-api-1.0.0.v20140518.jar +0 -0
  102. data/lib/template/kit/apache-maven-3.2.5/lib/aether-api.license +261 -0
  103. data/lib/template/kit/apache-maven-3.2.5/lib/aether-connector-basic-1.0.0.v20140518.jar +0 -0
  104. data/lib/template/kit/apache-maven-3.2.5/lib/aether-connector-basic.license +261 -0
  105. data/lib/template/kit/apache-maven-3.2.5/lib/aether-impl-1.0.0.v20140518.jar +0 -0
  106. data/lib/template/kit/apache-maven-3.2.5/lib/aether-impl.license +261 -0
  107. data/lib/template/kit/apache-maven-3.2.5/lib/aether-spi-1.0.0.v20140518.jar +0 -0
  108. data/lib/template/kit/apache-maven-3.2.5/lib/aether-spi.license +261 -0
  109. data/lib/template/kit/apache-maven-3.2.5/lib/aether-transport-wagon-1.0.0.v20140518.jar +0 -0
  110. data/lib/template/kit/apache-maven-3.2.5/lib/aether-transport-wagon.license +261 -0
  111. data/lib/template/kit/apache-maven-3.2.5/lib/aether-util-1.0.0.v20140518.jar +0 -0
  112. data/lib/template/kit/apache-maven-3.2.5/lib/aether-util.license +261 -0
  113. data/lib/template/kit/apache-maven-3.2.5/lib/aopalliance-1.0.jar +0 -0
  114. data/lib/template/kit/apache-maven-3.2.5/lib/cdi-api-1.0.jar +0 -0
  115. data/lib/template/kit/apache-maven-3.2.5/lib/cdi-api.license +445 -0
  116. data/lib/template/kit/apache-maven-3.2.5/lib/commons-cli-1.2.jar +0 -0
  117. data/lib/template/kit/apache-maven-3.2.5/lib/commons-io-2.2.jar +0 -0
  118. data/lib/template/kit/apache-maven-3.2.5/lib/commons-lang-2.6.jar +0 -0
  119. data/lib/template/kit/apache-maven-3.2.5/lib/ext/README.txt +2 -0
  120. data/lib/template/kit/apache-maven-3.2.5/lib/guava-18.0.jar +0 -0
  121. data/lib/template/kit/apache-maven-3.2.5/lib/javax.inject-1.jar +0 -0
  122. data/lib/template/kit/apache-maven-3.2.5/lib/jsoup-1.7.2.jar +0 -0
  123. data/lib/template/kit/apache-maven-3.2.5/lib/jsoup.license +66 -0
  124. data/lib/template/kit/apache-maven-3.2.5/lib/jsr250-api-1.0.jar +0 -0
  125. data/lib/template/kit/apache-maven-3.2.5/lib/jsr250-api.license +406 -0
  126. data/lib/template/kit/apache-maven-3.2.5/lib/maven-aether-provider-3.2.5.jar +0 -0
  127. data/lib/template/kit/apache-maven-3.2.5/lib/maven-aether-provider.license +202 -0
  128. data/lib/template/kit/apache-maven-3.2.5/lib/maven-artifact-3.2.5.jar +0 -0
  129. data/lib/template/kit/apache-maven-3.2.5/lib/maven-artifact.license +202 -0
  130. data/lib/template/kit/apache-maven-3.2.5/lib/maven-compat-3.2.5.jar +0 -0
  131. data/lib/template/kit/apache-maven-3.2.5/lib/maven-compat.license +202 -0
  132. data/lib/template/kit/apache-maven-3.2.5/lib/maven-core-3.2.5.jar +0 -0
  133. data/lib/template/kit/apache-maven-3.2.5/lib/maven-core.license +202 -0
  134. data/lib/template/kit/apache-maven-3.2.5/lib/maven-embedder-3.2.5.jar +0 -0
  135. data/lib/template/kit/apache-maven-3.2.5/lib/maven-embedder.license +202 -0
  136. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-3.2.5.jar +0 -0
  137. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-builder-3.2.5.jar +0 -0
  138. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-builder.license +202 -0
  139. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model.license +202 -0
  140. data/lib/template/kit/apache-maven-3.2.5/lib/maven-plugin-api-3.2.5.jar +0 -0
  141. data/lib/template/kit/apache-maven-3.2.5/lib/maven-plugin-api.license +202 -0
  142. data/lib/template/kit/apache-maven-3.2.5/lib/maven-repository-metadata-3.2.5.jar +0 -0
  143. data/lib/template/kit/apache-maven-3.2.5/lib/maven-repository-metadata.license +202 -0
  144. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-3.2.5.jar +0 -0
  145. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-builder-3.2.5.jar +0 -0
  146. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-builder.license +202 -0
  147. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings.license +202 -0
  148. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.inject-0.3.0.M1.jar +0 -0
  149. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.inject.license +261 -0
  150. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.plexus-0.3.0.M1.jar +0 -0
  151. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.plexus.license +261 -0
  152. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-cipher-1.7.jar +0 -0
  153. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-cipher.license +445 -0
  154. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-component-annotations-1.5.5.jar +0 -0
  155. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-interpolation-1.21.jar +0 -0
  156. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-sec-dispatcher-1.3.jar +0 -0
  157. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-sec-dispatcher.license +445 -0
  158. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-utils-3.0.20.jar +0 -0
  159. data/lib/template/kit/apache-maven-3.2.5/lib/sisu-guice-3.2.3-no_aop.jar +0 -0
  160. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-api-1.7.5.jar +0 -0
  161. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-api.license +190 -0
  162. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-simple-1.7.5.jar +0 -0
  163. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-simple.license +190 -0
  164. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-file-2.8.jar +0 -0
  165. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-file.license +202 -0
  166. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-2.8-shaded.jar +0 -0
  167. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-shared-2.8.jar +0 -0
  168. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-shared.license +202 -0
  169. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http.license +202 -0
  170. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-provider-api-2.8.jar +0 -0
  171. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-provider-api.license +202 -0
  172. data/lib/tetra.rb +30 -29
  173. data/lib/tetra/facades/ant.rb +27 -0
  174. data/lib/tetra/{git.rb → facades/git.rb} +29 -24
  175. data/lib/tetra/facades/mvn.rb +44 -0
  176. data/lib/tetra/facades/process_runner.rb +65 -0
  177. data/lib/tetra/facades/tar.rb +20 -0
  178. data/lib/tetra/{kit_runner.rb → kit.rb} +3 -10
  179. data/lib/tetra/main.rb +12 -36
  180. data/lib/tetra/maven_website.rb +1 -1
  181. data/lib/tetra/packages/archivable.rb +3 -11
  182. data/lib/tetra/packages/{kit.rb → kit_package.rb} +1 -1
  183. data/lib/tetra/packages/{built_package.rb → package.rb} +2 -2
  184. data/lib/tetra/packages/scriptable.rb +27 -15
  185. data/lib/tetra/project.rb +18 -14
  186. data/lib/tetra/{commands/ant.rb → ui/ant_subcommand.rb} +5 -5
  187. data/lib/tetra/ui/dry_run_subcommand.rb +44 -0
  188. data/lib/tetra/{commands/generate_all.rb → ui/generate_all_subcommand.rb} +5 -5
  189. data/lib/tetra/{commands/generate_archive.rb → ui/generate_archive_subcommand.rb} +2 -2
  190. data/lib/tetra/{commands/generate_kit.rb → ui/generate_kit_subcommand.rb} +2 -2
  191. data/lib/tetra/{commands/generate_script.rb → ui/generate_script_subcommand.rb} +2 -2
  192. data/lib/tetra/{commands/generate_spec.rb → ui/generate_spec_subcommand.rb} +2 -2
  193. data/lib/tetra/{commands/get_pom.rb → ui/get_pom_subcommand.rb} +1 -1
  194. data/lib/tetra/{commands/init.rb → ui/init_subcommand.rb} +1 -1
  195. data/lib/tetra/{commands/move_jars_to_kit.rb → ui/move_jars_to_kit_subcommand.rb} +1 -1
  196. data/lib/tetra/{commands/mvn.rb → ui/mvn_subcommand.rb} +5 -5
  197. data/lib/tetra/{commands/base.rb → ui/subcommand.rb} +19 -6
  198. data/lib/tetra/version.rb +1 -1
  199. data/spec/lib/ant_spec.rb +36 -0
  200. data/spec/lib/archivable_spec.rb +1 -1
  201. data/spec/lib/built_package_spec.rb +6 -6
  202. data/spec/lib/kit_package_spec.rb +47 -0
  203. data/spec/lib/kit_spec.rb +8 -28
  204. data/spec/lib/mvn_spec.rb +47 -0
  205. data/spec/lib/project_spec.rb +11 -11
  206. data/spec/lib/scriptable_spec.rb +8 -16
  207. data/spec/spec_helper.rb +13 -4
  208. data/tetra.gemspec +1 -0
  209. metadata +207 -31
  210. data/lib/tetra/ant_runner.rb +0 -27
  211. data/lib/tetra/commands/download_maven_source_jars.rb +0 -29
  212. data/lib/tetra/commands/dry_run.rb +0 -17
  213. data/lib/tetra/commands/finish.rb +0 -22
  214. data/lib/tetra/commands/get_source.rb +0 -30
  215. data/lib/tetra/commands/list_kit_missing_sources.rb +0 -21
  216. data/lib/tetra/kit_checker.rb +0 -104
  217. data/lib/tetra/maven_runner.rb +0 -43
  218. data/lib/tetra/source_getter.rb +0 -41
  219. data/spec/lib/ant_runner_spec.rb +0 -45
  220. data/spec/lib/kit_checker_spec.rb +0 -119
  221. data/spec/lib/maven_runner_spec.rb +0 -68
  222. data/spec/lib/source_getter_spec.rb +0 -36
  223. data/spec/support/kit_runner_examples.rb +0 -15
@@ -0,0 +1,2 @@
1
+ Use this directory to contribute 3rd-party extensions to the Maven core. These extensions can either extend or override
2
+ Maven's default implementation.
@@ -0,0 +1,66 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>jsoup License</title>
5
+ <meta name="keywords" content="license, open source, mit">
6
+ <meta name="description" content="jsoup is licensed under the MIT open source license">
7
+ <link type="text/css" rel="stylesheet" href="/rez/style.css">
8
+ <script type="text/javascript">
9
+ var _gaq = _gaq || [];
10
+ _gaq.push(['_setAccount', 'UA-89734-10']);
11
+ _gaq.push(['_setDomainName', 'jsoup.org']);
12
+ _gaq.push(['_trackPageview']);
13
+
14
+ (function() {
15
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18
+ })();
19
+ </script>
20
+ </head>
21
+ <body class="n1-">
22
+ <div class="wrap">
23
+ <div class="header">
24
+ <div class="nav-sections">
25
+ <ul>
26
+ <li class="n1-home"><h4><a href="/">jsoup</a></h4></li>
27
+ <li class="n1-news"><a href="/news/">News</a></li>
28
+ <li class="n1-bugs"><a href="/bugs">Bugs</a></li>
29
+ <li class="n1-discussion"><a href="/discussion">Discussion</a></li>
30
+ <li class="n1-download"><a href="/download">Download</a></li>
31
+ <li class="n1-api"><a href="/apidocs/">API Reference</a></li>
32
+ <li class="n1-cookbook"><a href="/cookbook/">Cookbook</a></li>
33
+ <li class="n1-try"><a href="http://try.jsoup.org/">Try jsoup</a></li>
34
+ </ul>
35
+ </div>
36
+ </div>
37
+ <div class="breadcrumb">
38
+ <a href="/">jsoup</a>
39
+ <span class="seperator">&raquo;</span> jsoup License
40
+ </div>
41
+ <div class="content">
42
+ <div class="col1">
43
+ <h1>jsoup License</h1>
44
+ <p>The jsoup code-base (include source and compiled packages) are distributed under the open source MIT license as described below.</p>
45
+ <h3>The MIT License</h3>
46
+ <p>Copyright &copy; 2009 - 2014 <a href="http://jonathanhedley.com">Jonathan Hedley</a> (<a href="mailto:jonathan@hedley.net">jonathan@hedley.net</a>)</p>
47
+ <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
48
+ <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
49
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
50
+ </div>
51
+ <!-- /col1 -->
52
+ <div class="col2">
53
+ </div>
54
+ <!-- /col2 -->
55
+ </div>
56
+ <!-- /content-->
57
+ <div class="footer">
58
+ <b>jsoup HTML parser</b> &copy; 2009 - 2014
59
+ <a href="http://jhy.io/" rel="author"><b>Jonathan Hedley</b></a>
60
+ </div>
61
+ </div>
62
+ <!-- /wrap -->
63
+ <script src="/rez/prettify.js"></script>
64
+ <script>prettyPrint();</script>
65
+ </body>
66
+ </html>
@@ -0,0 +1,406 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="content-type"
5
+ content="text/html; charset=ISO-8859-1">
6
+ <title>CDDL ver. 1.0</title>
7
+ <meta name="author" content="Cliff Allen">
8
+ </head>
9
+ <body>
10
+ COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
11
+ 1. <br>
12
+ <br>
13
+ Definitions.
14
+ <br>
15
+ <br>
16
+ 1.1. <span style="font-style: italic;">Contributor</span> means each
17
+ individual or entity that creates or
18
+ contributes to the creation of Modifications.
19
+ <br>
20
+ <br>
21
+ 1.2. <span style="font-style: italic;">Contributor Version</span>
22
+ means the combination of the Original
23
+ Software, prior Modifications used by a Contributor (if any), and the
24
+ Modifications made by that particular Contributor.
25
+ <br>
26
+ <br>
27
+ 1.3. <span style="font-style: italic;">Covered Software</span> means
28
+ (a) the Original Software, or (b)
29
+ Modifications, or (c) the combination of files containing Original
30
+ Software with files containing Modifications, in each case including
31
+ portions thereof.
32
+ <br>
33
+ <br>
34
+ 1.4. <span style="font-style: italic;">Executable</span> means the
35
+ Covered Software in any form other than
36
+ Source Code.
37
+ <br>
38
+ <br>
39
+ 1.5. <span style="font-style: italic;">Initial Developer</span> means
40
+ the individual or entity that first makes
41
+ Original Software available under this License.
42
+ <br>
43
+ <br>
44
+ 1.6. <span style="font-style: italic;">Larger Work</span> means a work
45
+ which combines Covered Software or
46
+ portions thereof with code not governed by the terms of this License.
47
+ <br>
48
+ <br>
49
+ 1.7. <span style="font-style: italic;">License</span> means this
50
+ document.
51
+ <br>
52
+ <br>
53
+ 1.8. <span style="font-style: italic;">Licensable</span> means having
54
+ the right to grant, to the maximum extent
55
+ possible, whether at the time of the initial grant or subsequently
56
+ acquired, any and all of the rights conveyed herein.
57
+ <br>
58
+ <br>
59
+ 1.9. <span style="font-style: italic;">Modifications</span> means the
60
+ Source Code and Executable form of any of
61
+ the following:
62
+ A. Any file that results from an addition to, deletion from or
63
+ modification of the contents of a file containing Original Software or
64
+ previous Modifications;
65
+ B. Any new file that contains any part of the Original Software or
66
+ previous Modification; or
67
+ C. Any new file that is contributed or otherwise made available under
68
+ the terms of this License.
69
+ <br>
70
+ <br>
71
+ 1.10. <span style="font-style: italic;">Original Software</span> means
72
+ the Source Code and Executable form of
73
+ computer software code that is originally released under this License.
74
+ <br>
75
+ <br>
76
+ 1.11. <span style="font-style: italic;">Patent Claims</span> means any
77
+ patent claim(s), now owned or hereafter
78
+ acquired, including without limitation, method, process, and apparatus
79
+ claims, in any patent Licensable by grantor.
80
+ <br>
81
+ <br>
82
+ 1.12. <span style="font-style: italic;">Source Code</span> means (a)
83
+ the common form of computer software code
84
+ in which modifications are made and (b) associated documentation
85
+ included in or with such code.
86
+ <br>
87
+ <br>
88
+ 1.13. <span style="font-style: italic;">You (or Your)</span> means an
89
+ individual or a legal entity exercising
90
+ rights under, and complying with all of the terms of, this License. For
91
+ legal entities, You includes any entity which controls, is controlled
92
+ by, or is under common control with You. For purposes of this
93
+ definition, control means (a)&nbsp;the power, direct or indirect, to
94
+ cause
95
+ the direction or management of such entity, whether by contract or
96
+ otherwise, or (b)&nbsp;ownership of more than fifty percent (50%) of
97
+ the
98
+ outstanding shares or beneficial ownership of such entity.
99
+ <br>
100
+ <br>
101
+ 2. License Grants.<br>
102
+ <br>
103
+ &nbsp;2.1. The Initial Developer Grant.
104
+ Conditioned upon Your compliance with Section 3.1 below and subject to
105
+ third party intellectual property claims, the Initial Developer hereby
106
+ grants You a world-wide, royalty-free, non-exclusive license:
107
+ <br>
108
+ <br>
109
+ (a) under intellectual property rights (other than patent or trademark)
110
+ Licensable by Initial Developer, to use, reproduce, modify, display,
111
+ perform, sublicense and distribute the Original Software (or portions
112
+ thereof), with or without Modifications, and/or as part of a Larger
113
+ Work; and
114
+ <br>
115
+ <br>
116
+ (b) under Patent Claims infringed by the making, using or selling of
117
+ Original Software, to make, have made, use, practice, sell, and offer
118
+ for sale, and/or otherwise dispose of the Original Software (or
119
+ portions thereof);<br>
120
+ <br>
121
+ &nbsp;(c) The licenses granted in Sections&nbsp;2.1(a) and (b) are
122
+ effective on
123
+ the date Initial Developer first distributes or otherwise makes the
124
+ Original Software available to a third party under the terms of this
125
+ License;<br>
126
+ <br>
127
+ &nbsp;(d) Notwithstanding Section&nbsp;2.1(b) above, no patent license
128
+ is granted:
129
+ (1)&nbsp;for code that You delete from the Original Software, or
130
+ (2)&nbsp;for
131
+ infringements caused by: (i)&nbsp;the modification of the Original
132
+ Software,
133
+ or (ii)&nbsp;the combination of the Original Software with other
134
+ software or
135
+ devices.
136
+ <br>
137
+ <br>
138
+ 2.2. Contributor Grant.
139
+ Conditioned upon Your compliance with Section 3.1 below and subject to
140
+ third party intellectual property claims,
141
+ each Contributor hereby grants You a world-wide, royalty-free,
142
+ non-exclusive license:
143
+ <br>
144
+ <br>
145
+ (a) under intellectual property rights (other than patent or trademark)
146
+ Licensable by Contributor to use, reproduce, modify, display, perform,
147
+ sublicense and distribute the Modifications created by such Contributor
148
+ (or portions thereof), either on an unmodified basis, with other
149
+ Modifications, as Covered Software and/or as part of a Larger Work; and
150
+ <br>
151
+ <br>
152
+ (b) under Patent Claims infringed by the making, using, or selling of
153
+ Modifications made by that Contributor either alone and/or in
154
+ combination with its Contributor Version (or portions of such
155
+ combination), to make, use, sell, offer for sale, have made, and/or
156
+ otherwise dispose of: (1)&nbsp;Modifications made by that Contributor
157
+ (or
158
+ portions thereof); and (2)&nbsp;the combination of Modifications made
159
+ by
160
+ that Contributor with its Contributor Version (or portions of such
161
+ combination).
162
+ <br>
163
+ <br>
164
+ (c) The licenses granted in Sections&nbsp;2.2(a) and 2.2(b) are
165
+ effective on
166
+ the date Contributor first distributes or otherwise makes the
167
+ Modifications available to a third party.<br>
168
+ <br>
169
+ (d) Notwithstanding Section&nbsp;2.2(b) above, no patent license is
170
+ granted:
171
+ (1)&nbsp;for any code that Contributor has deleted from the Contributor
172
+ Version; (2)&nbsp;for infringements caused by: (i)&nbsp;third party
173
+ modifications
174
+ of Contributor Version, or (ii)&nbsp;the combination of Modifications
175
+ made
176
+ by that Contributor with other software (except as part of the
177
+ Contributor Version) or other devices; or (3)&nbsp;under Patent Claims
178
+ infringed by Covered Software in the absence of Modifications made by
179
+ that Contributor.
180
+ <br>
181
+ <br>
182
+ 3. Distribution Obligations.
183
+ <br>
184
+ <br>
185
+ 3.1. Availability of Source Code.
186
+ Any Covered Software that You distribute or otherwise make available in
187
+ Executable form must also be made available in Source Code form and
188
+ that Source Code form must be distributed only under the terms of this
189
+ License. You must include a copy of this License with every copy of the
190
+ Source Code form of the Covered Software You distribute or otherwise
191
+ make available. You must inform recipients of any such Covered Software
192
+ in Executable form as to how they can obtain such Covered Software in
193
+ Source Code form in a reasonable manner on or through a medium
194
+ customarily used for software exchange.
195
+ <br>
196
+ <br>
197
+ 3.2. Modifications.
198
+ The Modifications that You create or to which You contribute are
199
+ governed by the terms of this License. You represent that You believe
200
+ Your Modifications are Your original creation(s) and/or You have
201
+ sufficient rights to grant the rights conveyed by this License.
202
+ <br>
203
+ <br>
204
+ 3.3. Required Notices.
205
+ You must include a notice in each of Your Modifications that identifies
206
+ You as the Contributor of the Modification. You may not remove or alter
207
+ any copyright, patent or trademark notices contained within the Covered
208
+ Software, or any notices of licensing or any descriptive text giving
209
+ attribution to any Contributor or the Initial Developer.
210
+ <br>
211
+ <br>
212
+ 3.4. Application of Additional Terms.
213
+ You may not offer or impose any terms on any Covered Software in Source
214
+ Code form that alters or restricts the applicable version of this
215
+ License or the recipients rights hereunder. You may choose to offer,
216
+ and to charge a fee for, warranty, support, indemnity or liability
217
+ obligations to one or more recipients of Covered Software. However, you
218
+ may do so only on Your own behalf, and not on behalf of the Initial
219
+ Developer or any Contributor. You must make it absolutely clear that
220
+ any such warranty, support, indemnity or liability obligation is
221
+ offered by You alone, and You hereby agree to indemnify the Initial
222
+ Developer and every Contributor for any liability incurred by the
223
+ Initial Developer or such Contributor as a result of warranty, support,
224
+ indemnity or liability terms You offer.<br>
225
+ <br>
226
+ 3.5. Distribution of Executable Versions.
227
+ You may distribute the Executable form of the Covered Software under
228
+ the terms of this License or under the terms of a license of Your
229
+ choice, which may contain terms different from this License, provided
230
+ that You are in compliance with the terms of this License and that the
231
+ license for the Executable form
232
+ does not attempt to limit or alter the recipients rights in the Source
233
+ Code form from the rights set forth in this License. If You distribute
234
+ the Covered Software in Executable form under a different license, You
235
+ must make it absolutely clear that any terms which differ from this
236
+ License are offered by You alone, not by the Initial Developer or
237
+ Contributor. You hereby agree to indemnify the Initial Developer and
238
+ every Contributor for any liability incurred by the Initial Developer
239
+ or such Contributor as a result of any such terms You offer.
240
+ <br>
241
+ <br>
242
+ 3.6. Larger Works.
243
+ You may create a Larger Work by combining Covered Software with other
244
+ code not governed by the terms of this License and distribute the
245
+ Larger Work as a single product. In such a case, You must make sure the
246
+ requirements of this License are fulfilled for the Covered Software.
247
+ <br>
248
+ <br>
249
+ 4. Versions of the License.
250
+ <br>
251
+ <br>
252
+ 4.1. New Versions.
253
+ Sun Microsystems, Inc. is the initial license steward and may publish
254
+ revised and/or new versions of this License from time to time. Each
255
+ version will be given a distinguishing version number. Except as
256
+ provided in Section 4.3, no one other than the license steward has the
257
+ right to modify this License.
258
+ <br>
259
+ <br>
260
+ 4.2. Effect of New Versions.
261
+ You may always continue to use, distribute or otherwise make the
262
+ Covered Software available under the terms of the version of the
263
+ License under which You originally received the Covered Software. If
264
+ the Initial Developer includes a notice in the Original Software
265
+ prohibiting it from being distributed or otherwise made available under
266
+ any subsequent version of the License, You must distribute and make the
267
+ Covered Software available under the terms of the version of the
268
+ License under which You originally received the Covered Software.
269
+ Otherwise, You may also choose to use, distribute or otherwise make the
270
+ Covered Software available under the terms of any subsequent version of
271
+ the License published by the license steward.
272
+ <br>
273
+ <br>
274
+ 4.3. Modified Versions.
275
+ When You are an Initial Developer and You want to create a new license
276
+ for Your Original Software, You may create and use a modified version
277
+ of this License if You: (a)&nbsp;rename the license and remove any
278
+ references to the name of the license steward (except to note that the
279
+ license differs from this License); and (b)&nbsp;otherwise make it
280
+ clear
281
+ that the license contains terms which differ from this License.
282
+ <br>
283
+ <br>
284
+ 5. DISCLAIMER OF WARRANTY.
285
+ COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS,
286
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
287
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF
288
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
289
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
290
+ SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN
291
+ ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR)
292
+ ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS
293
+ DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE.
294
+ NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
295
+ THIS DISCLAIMER.
296
+ <br>
297
+ <br>
298
+ 6. TERMINATION.
299
+ <br>
300
+ <br>
301
+ 6.1. This License and the rights granted hereunder will terminate
302
+ automatically if You fail to comply with terms herein and fail to cure
303
+ such breach within 30 days of becoming aware of the breach. Provisions
304
+ which, by their nature, must remain in effect beyond the termination of
305
+ this License shall survive.
306
+ <br>
307
+ <br>
308
+ 6.2. If You assert a patent infringement claim (excluding declaratory
309
+ judgment actions) against Initial Developer or a Contributor (the
310
+ Initial Developer or Contributor against whom You assert such claim is
311
+ referred to as Participant) alleging that the Participant Software
312
+ (meaning the Contributor Version where the Participant is a Contributor
313
+ or the Original Software where the Participant is the Initial
314
+ Developer) directly or indirectly infringes any patent, then any and
315
+ all rights granted directly or indirectly to You by such Participant,
316
+ the Initial Developer (if the Initial Developer is not the Participant)
317
+ and all Contributors under
318
+ Sections&nbsp;2.1 and/or 2.2 of this License shall, upon 60 days notice
319
+ from
320
+ Participant terminate prospectively and automatically at the expiration
321
+ of such 60 day notice period, unless if within such 60 day period You
322
+ withdraw Your claim with respect to the Participant Software against
323
+ such Participant either unilaterally or pursuant to a written agreement
324
+ with Participant.
325
+ <br>
326
+ <br>
327
+ 6.3. In the event of termination under Sections&nbsp;6.1 or 6.2 above,
328
+ all
329
+ end user licenses that have been validly granted by You or any
330
+ distributor hereunder prior to termination (excluding licenses granted
331
+ to You by any distributor) shall survive termination.
332
+ <br>
333
+ <br>
334
+ 7. LIMITATION OF LIABILITY.
335
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
336
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
337
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED
338
+ SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY
339
+ PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
340
+ OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
341
+ PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
342
+ MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF
343
+ SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
344
+ THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR
345
+ PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT
346
+ APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT
347
+ ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL
348
+ DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
349
+ <br>
350
+ <br>
351
+ 8. U.S. GOVERNMENT END USERS.
352
+ The Covered Software is a commercial item, as that term is defined in
353
+ 48&nbsp;C.F.R.&nbsp;2.101 (Oct. 1995), consisting of commercial
354
+ computer software
355
+ (as that term is defined at 48 C.F.R. &nbsp;252.227-7014(a)(1)) and
356
+ commercial computer software documentation as such terms are used in
357
+ 48&nbsp;C.F.R.&nbsp;12.212 (Sept. 1995). Consistent with 48 C.F.R.
358
+ 12.212 and 48
359
+ C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government
360
+ End Users acquire Covered Software with only those rights set forth
361
+ herein. This U.S. Government Rights clause is in lieu of, and
362
+ supersedes, any other FAR, DFAR, or other clause or provision that
363
+ addresses Government rights in computer software under this License.
364
+ <br>
365
+ <br>
366
+ 9. MISCELLANEOUS.
367
+ This License represents the complete agreement concerning subject
368
+ matter hereof. If any provision of this License is held to be
369
+ unenforceable, such provision shall be reformed only to the extent
370
+ necessary to make it enforceable. This License shall be governed by the
371
+ law of the jurisdiction specified in a notice contained within the
372
+ Original Software (except to the extent applicable law, if any,
373
+ provides otherwise), excluding such jurisdictions conflict-of-law
374
+ provisions. Any litigation relating to this License shall be subject to
375
+ the jurisdiction of the courts located in the jurisdiction and venue
376
+ specified in a notice contained within the Original Software, with the
377
+ losing party responsible for costs, including, without limitation,
378
+ court costs and reasonable attorneys fees and expenses. The application
379
+ of the United Nations Convention on Contracts for the International
380
+ Sale of Goods is expressly excluded. Any law or regulation which
381
+ provides that the language of a contract shall be construed against the
382
+ drafter shall not apply to this License. You agree that You alone are
383
+ responsible for compliance with the United States export administration
384
+ regulations (and the export control laws and regulation of any other
385
+ countries) when You use, distribute or otherwise make available any
386
+ Covered Software. <br>
387
+ <br>
388
+ 10. RESPONSIBILITY FOR CLAIMS.
389
+ As between Initial Developer and the Contributors, each party is
390
+ responsible for claims and damages arising, directly or indirectly, out
391
+ of its utilization of rights under this License and You agree to work
392
+ with Initial Developer and Contributors to distribute such
393
+ responsibility on an equitable basis. Nothing herein is intended or
394
+ shall be deemed to constitute any admission of liability.
395
+ <br>
396
+ <br>
397
+ NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION
398
+ LICENSE (CDDL)
399
+ The code released under the CDDL shall be governed by the
400
+ laws of the State of California (excluding conflict-of-law provisions).
401
+ Any litigation relating to this License shall be subject to the
402
+ jurisdiction of the Federal Courts of the Northern District of
403
+ California and the state courts of the State of California, with venue
404
+ lying in Santa Clara County, California.
405
+ </body>
406
+ </html>