ruby-vpi 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (364) hide show
  1. data/HISTORY +398 -0
  2. data/LICENSE +340 -0
  3. data/MEMO +38 -0
  4. data/README +9 -0
  5. data/Rakefile +271 -0
  6. data/bin/generate_test.rb +258 -0
  7. data/bin/generate_test_tpl/bench.rb +31 -0
  8. data/bin/generate_test_tpl/bench.v +54 -0
  9. data/bin/generate_test_tpl/design.rb +26 -0
  10. data/bin/generate_test_tpl/proto.rb +8 -0
  11. data/bin/generate_test_tpl/runner.rake +28 -0
  12. data/bin/generate_test_tpl/spec.rb +46 -0
  13. data/bin/header_to_ruby.rb +70 -0
  14. data/doc/Rakefile +55 -0
  15. data/doc/src/LICENSE +397 -0
  16. data/doc/src/figures/organization.png +0 -0
  17. data/doc/src/figures/organization_detailed.png +0 -0
  18. data/doc/src/figures/ruby_init.png +0 -0
  19. data/doc/src/figures/ruby_relay.png +0 -0
  20. data/doc/src/figures.dia +0 -0
  21. data/doc/src/images/COPYING +67 -0
  22. data/doc/src/images/ChangeLog +27 -0
  23. data/doc/src/images/blank.png +0 -0
  24. data/doc/src/images/callouts/1.png +0 -0
  25. data/doc/src/images/callouts/10.png +0 -0
  26. data/doc/src/images/callouts/11.png +0 -0
  27. data/doc/src/images/callouts/12.png +0 -0
  28. data/doc/src/images/callouts/13.png +0 -0
  29. data/doc/src/images/callouts/14.png +0 -0
  30. data/doc/src/images/callouts/15.png +0 -0
  31. data/doc/src/images/callouts/2.png +0 -0
  32. data/doc/src/images/callouts/3.png +0 -0
  33. data/doc/src/images/callouts/4.png +0 -0
  34. data/doc/src/images/callouts/5.png +0 -0
  35. data/doc/src/images/callouts/6.png +0 -0
  36. data/doc/src/images/callouts/7.png +0 -0
  37. data/doc/src/images/callouts/8.png +0 -0
  38. data/doc/src/images/callouts/9.png +0 -0
  39. data/doc/src/images/callouts/ChangeLog +15 -0
  40. data/doc/src/images/caution.png +0 -0
  41. data/doc/src/images/caution.svg +290 -0
  42. data/doc/src/images/copyright +55 -0
  43. data/doc/src/images/draft.png +0 -0
  44. data/doc/src/images/home.png +0 -0
  45. data/doc/src/images/home.svg +386 -0
  46. data/doc/src/images/important.png +0 -0
  47. data/doc/src/images/important.svg +163 -0
  48. data/doc/src/images/next.png +0 -0
  49. data/doc/src/images/next.svg +191 -0
  50. data/doc/src/images/note.png +0 -0
  51. data/doc/src/images/note.svg +483 -0
  52. data/doc/src/images/prev.png +0 -0
  53. data/doc/src/images/prev.svg +852 -0
  54. data/doc/src/images/tip.png +0 -0
  55. data/doc/src/images/tip.svg +1145 -0
  56. data/doc/src/images/toc-blank.png +0 -0
  57. data/doc/src/images/toc-minus.png +0 -0
  58. data/doc/src/images/toc-plus.png +0 -0
  59. data/doc/src/images/up.png +0 -0
  60. data/doc/src/images/up.svg +195 -0
  61. data/doc/src/images/warning.png +0 -0
  62. data/doc/src/images/warning.svg +334 -0
  63. data/doc/src/license.xml +446 -0
  64. data/doc/src/manual.xml +1582 -0
  65. data/doc/src/manual.xsl +23 -0
  66. data/doc/src/shared.dtd +63 -0
  67. data/doc/src/styles/manual.css +87 -0
  68. data/doc/txt/manual.txt +1657 -0
  69. data/doc/xhtml/background.html +3 -0
  70. data/doc/xhtml/background.methodology.html +3 -0
  71. data/doc/xhtml/background.organization.html +10 -0
  72. data/doc/xhtml/background.running-tests.html +3 -0
  73. data/doc/xhtml/background.terminology.html +3 -0
  74. data/doc/xhtml/figures/organization.png +0 -0
  75. data/doc/xhtml/figures/organization_detailed.png +0 -0
  76. data/doc/xhtml/figures/ruby_init.png +0 -0
  77. data/doc/xhtml/figures/ruby_relay.png +0 -0
  78. data/doc/xhtml/gfdl-0.html +18 -0
  79. data/doc/xhtml/gfdl-1.html +70 -0
  80. data/doc/xhtml/gfdl-10.html +15 -0
  81. data/doc/xhtml/gfdl-2.html +13 -0
  82. data/doc/xhtml/gfdl-3.html +31 -0
  83. data/doc/xhtml/gfdl-4.html +75 -0
  84. data/doc/xhtml/gfdl-5.html +20 -0
  85. data/doc/xhtml/gfdl-6.html +12 -0
  86. data/doc/xhtml/gfdl-7.html +16 -0
  87. data/doc/xhtml/gfdl-8.html +17 -0
  88. data/doc/xhtml/gfdl-9.html +9 -0
  89. data/doc/xhtml/gfdl-addendum.html +25 -0
  90. data/doc/xhtml/gfdl.html +11 -0
  91. data/doc/xhtml/glossary.html +3 -0
  92. data/doc/xhtml/images/COPYING +67 -0
  93. data/doc/xhtml/images/ChangeLog +27 -0
  94. data/doc/xhtml/images/blank.png +0 -0
  95. data/doc/xhtml/images/callouts/1.png +0 -0
  96. data/doc/xhtml/images/callouts/10.png +0 -0
  97. data/doc/xhtml/images/callouts/11.png +0 -0
  98. data/doc/xhtml/images/callouts/12.png +0 -0
  99. data/doc/xhtml/images/callouts/13.png +0 -0
  100. data/doc/xhtml/images/callouts/14.png +0 -0
  101. data/doc/xhtml/images/callouts/15.png +0 -0
  102. data/doc/xhtml/images/callouts/2.png +0 -0
  103. data/doc/xhtml/images/callouts/3.png +0 -0
  104. data/doc/xhtml/images/callouts/4.png +0 -0
  105. data/doc/xhtml/images/callouts/5.png +0 -0
  106. data/doc/xhtml/images/callouts/6.png +0 -0
  107. data/doc/xhtml/images/callouts/7.png +0 -0
  108. data/doc/xhtml/images/callouts/8.png +0 -0
  109. data/doc/xhtml/images/callouts/9.png +0 -0
  110. data/doc/xhtml/images/callouts/ChangeLog +15 -0
  111. data/doc/xhtml/images/caution.png +0 -0
  112. data/doc/xhtml/images/caution.svg +290 -0
  113. data/doc/xhtml/images/copyright +55 -0
  114. data/doc/xhtml/images/draft.png +0 -0
  115. data/doc/xhtml/images/home.png +0 -0
  116. data/doc/xhtml/images/home.svg +386 -0
  117. data/doc/xhtml/images/important.png +0 -0
  118. data/doc/xhtml/images/important.svg +163 -0
  119. data/doc/xhtml/images/next.png +0 -0
  120. data/doc/xhtml/images/next.svg +191 -0
  121. data/doc/xhtml/images/note.png +0 -0
  122. data/doc/xhtml/images/note.svg +483 -0
  123. data/doc/xhtml/images/prev.png +0 -0
  124. data/doc/xhtml/images/prev.svg +852 -0
  125. data/doc/xhtml/images/tip.png +0 -0
  126. data/doc/xhtml/images/tip.svg +1145 -0
  127. data/doc/xhtml/images/toc-blank.png +0 -0
  128. data/doc/xhtml/images/toc-minus.png +0 -0
  129. data/doc/xhtml/images/toc-plus.png +0 -0
  130. data/doc/xhtml/images/up.png +0 -0
  131. data/doc/xhtml/images/up.svg +195 -0
  132. data/doc/xhtml/images/warning.png +0 -0
  133. data/doc/xhtml/images/warning.svg +334 -0
  134. data/doc/xhtml/index.html +4 -0
  135. data/doc/xhtml/introduction.html +3 -0
  136. data/doc/xhtml/introduction.license.html +3 -0
  137. data/doc/xhtml/introduction.manifest.html +3 -0
  138. data/doc/xhtml/introduction.related-works.html +3 -0
  139. data/doc/xhtml/introduction.resources.html +3 -0
  140. data/doc/xhtml/problem.ivl.html +18 -0
  141. data/doc/xhtml/problems.html +3 -0
  142. data/doc/xhtml/problems.ruby.html +3 -0
  143. data/doc/xhtml/problems.vsim.html +3 -0
  144. data/doc/xhtml/styles/manual.css +87 -0
  145. data/doc/xhtml/usage.examples.html +3 -0
  146. data/doc/xhtml/usage.html +3 -0
  147. data/doc/xhtml/usage.installation.html +3 -0
  148. data/doc/xhtml/usage.requirements.html +3 -0
  149. data/doc/xhtml/usage.tools.html +3 -0
  150. data/doc/xhtml/usage.tutorial.html +199 -0
  151. data/ext/Doxyfile +272 -0
  152. data/ext/README +124 -0
  153. data/ext/Rakefile +65 -0
  154. data/ext/common.h +56 -0
  155. data/ext/extconf.rb +4 -0
  156. data/ext/relay.cin +146 -0
  157. data/ext/relay.hin +48 -0
  158. data/ext/ruby-vpi.c +36 -0
  159. data/ext/swig.cin +38 -0
  160. data/ext/swig.hin +39 -0
  161. data/ext/swig_vpi.h +924 -0
  162. data/ext/swig_vpi.i +8 -0
  163. data/ext/swig_wrap.cin +4613 -0
  164. data/ext/verilog.h +59 -0
  165. data/ext/vlog.cin +92 -0
  166. data/ext/vlog.hin +57 -0
  167. data/ext/vpi_user.h +924 -0
  168. data/gem_extconf.rb +8 -0
  169. data/history.html +809 -0
  170. data/lib/ruby-vpi/erb.rb +41 -0
  171. data/lib/ruby-vpi/rake.rb +35 -0
  172. data/lib/ruby-vpi/rdoc.rb +51 -0
  173. data/lib/ruby-vpi/rspec.rb +32 -0
  174. data/lib/ruby-vpi/runner.rb +22 -0
  175. data/lib/ruby-vpi/vpi_util.rb +310 -0
  176. data/lib/ruby-vpi.rb +58 -0
  177. data/memo.html +86 -0
  178. data/readme.html +19 -0
  179. data/ref/c/annotated.html +36 -0
  180. data/ref/c/common_8h.html +178 -0
  181. data/ref/c/doxygen.css +310 -0
  182. data/ref/c/doxygen.png +0 -0
  183. data/ref/c/files.html +35 -0
  184. data/ref/c/functions.html +135 -0
  185. data/ref/c/functions_vars.html +135 -0
  186. data/ref/c/globals.html +55 -0
  187. data/ref/c/globals_0x63.html +86 -0
  188. data/ref/c/globals_0x65.html +55 -0
  189. data/ref/c/globals_0x66.html +55 -0
  190. data/ref/c/globals_0x70.html +71 -0
  191. data/ref/c/globals_0x72.html +62 -0
  192. data/ref/c/globals_0x73.html +65 -0
  193. data/ref/c/globals_0x74.html +55 -0
  194. data/ref/c/globals_0x76.html +472 -0
  195. data/ref/c/globals_0x78.html +55 -0
  196. data/ref/c/globals_defs.html +81 -0
  197. data/ref/c/globals_defs_0x65.html +50 -0
  198. data/ref/c/globals_defs_0x70.html +51 -0
  199. data/ref/c/globals_defs_0x76.html +463 -0
  200. data/ref/c/globals_defs_0x78.html +50 -0
  201. data/ref/c/globals_enum.html +39 -0
  202. data/ref/c/globals_eval.html +40 -0
  203. data/ref/c/globals_func.html +49 -0
  204. data/ref/c/globals_type.html +63 -0
  205. data/ref/c/globals_vars.html +42 -0
  206. data/ref/c/hierarchy.html +36 -0
  207. data/ref/c/index.html +20 -0
  208. data/ref/c/relay_8cin.html +268 -0
  209. data/ref/c/relay_8hin.html +161 -0
  210. data/ref/c/ruby-vpi_8c.html +34 -0
  211. data/ref/c/structrelay____RubyOptions____def.html +84 -0
  212. data/ref/c/structt__cb__data.html +208 -0
  213. data/ref/c/structt__vpi__delay.html +183 -0
  214. data/ref/c/structt__vpi__error__info.html +208 -0
  215. data/ref/c/structt__vpi__strengthval.html +108 -0
  216. data/ref/c/structt__vpi__systf__data.html +208 -0
  217. data/ref/c/structt__vpi__time.html +133 -0
  218. data/ref/c/structt__vpi__value.html +285 -0
  219. data/ref/c/structt__vpi__vecval.html +83 -0
  220. data/ref/c/structt__vpi__vlog__info.html +133 -0
  221. data/ref/c/swig_8cin.html +91 -0
  222. data/ref/c/swig_8hin.html +99 -0
  223. data/ref/c/tab_b.gif +0 -0
  224. data/ref/c/tab_l.gif +0 -0
  225. data/ref/c/tab_r.gif +0 -0
  226. data/ref/c/tabs.css +102 -0
  227. data/ref/c/verilog_8h.html +149 -0
  228. data/ref/c/vlog_8cin.html +199 -0
  229. data/ref/c/vlog_8hin.html +152 -0
  230. data/ref/c/vpi__user_8h.html +12747 -0
  231. data/ref/ruby/classes/Counter.html +258 -0
  232. data/ref/ruby/classes/Counter.src/M000037.html +20 -0
  233. data/ref/ruby/classes/Counter.src/M000038.html +22 -0
  234. data/ref/ruby/classes/Counter.src/M000039.html +20 -0
  235. data/ref/ruby/classes/Counter.src/M000040.html +22 -0
  236. data/ref/ruby/classes/CounterProto.html +164 -0
  237. data/ref/ruby/classes/CounterProto.src/M000004.html +22 -0
  238. data/ref/ruby/classes/CounterProto.src/M000005.html +22 -0
  239. data/ref/ruby/classes/ERB.html +158 -0
  240. data/ref/ruby/classes/ERB.src/M000034.html +29 -0
  241. data/ref/ruby/classes/FileUtils.html +165 -0
  242. data/ref/ruby/classes/FileUtils.src/M000047.html +18 -0
  243. data/ref/ruby/classes/FileUtils.src/M000048.html +18 -0
  244. data/ref/ruby/classes/Hw5UnitModel/Operation.html +216 -0
  245. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000011.html +25 -0
  246. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000012.html +33 -0
  247. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000013.html +18 -0
  248. data/ref/ruby/classes/Hw5UnitModel.html +256 -0
  249. data/ref/ruby/classes/Hw5UnitModel.src/M000006.html +24 -0
  250. data/ref/ruby/classes/Hw5UnitModel.src/M000008.html +20 -0
  251. data/ref/ruby/classes/Hw5UnitModel.src/M000009.html +38 -0
  252. data/ref/ruby/classes/Hw5UnitModel.src/M000010.html +22 -0
  253. data/ref/ruby/classes/Hw5_unit.html +196 -0
  254. data/ref/ruby/classes/Hw5_unit.src/M000003.html +27 -0
  255. data/ref/ruby/classes/Hw5_unit_spec.html +237 -0
  256. data/ref/ruby/classes/Hw5_unit_spec.src/M000023.html +21 -0
  257. data/ref/ruby/classes/Hw5_unit_spec.src/M000024.html +21 -0
  258. data/ref/ruby/classes/Hw5_unit_spec.src/M000025.html +67 -0
  259. data/ref/ruby/classes/InputGenerator.html +260 -0
  260. data/ref/ruby/classes/InputGenerator.src/M000027.html +18 -0
  261. data/ref/ruby/classes/InputGenerator.src/M000028.html +18 -0
  262. data/ref/ruby/classes/InputGenerator.src/M000029.html +19 -0
  263. data/ref/ruby/classes/InputGenerator.src/M000030.html +38 -0
  264. data/ref/ruby/classes/InputGenerator.src/M000031.html +19 -0
  265. data/ref/ruby/classes/InputGenerator.src/M000032.html +19 -0
  266. data/ref/ruby/classes/MaximumCounterValue.html +159 -0
  267. data/ref/ruby/classes/MaximumCounterValue.src/M000035.html +23 -0
  268. data/ref/ruby/classes/MaximumCounterValue.src/M000036.html +21 -0
  269. data/ref/ruby/classes/ModuleInfo.html +199 -0
  270. data/ref/ruby/classes/ModuleInfo.src/M000018.html +44 -0
  271. data/ref/ruby/classes/ModuleInfo.src/M000019.html +26 -0
  272. data/ref/ruby/classes/OutputInfo.html +304 -0
  273. data/ref/ruby/classes/OutputInfo.src/M000017.html +51 -0
  274. data/ref/ruby/classes/RDoc.html +135 -0
  275. data/ref/ruby/classes/RDoc.src/M000051.html +40 -0
  276. data/ref/ruby/classes/ResettedCounterValue.html +174 -0
  277. data/ref/ruby/classes/ResettedCounterValue.src/M000014.html +19 -0
  278. data/ref/ruby/classes/ResettedCounterValue.src/M000015.html +18 -0
  279. data/ref/ruby/classes/ResettedCounterValue.src/M000016.html +23 -0
  280. data/ref/ruby/classes/RubyVPI.html +186 -0
  281. data/ref/ruby/classes/RubyVPI.src/M000049.html +18 -0
  282. data/ref/ruby/classes/RubyVPI.src/M000050.html +39 -0
  283. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +370 -0
  284. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000041.html +22 -0
  285. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000042.html +44 -0
  286. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000043.html +82 -0
  287. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000044.html +127 -0
  288. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000045.html +26 -0
  289. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000046.html +18 -0
  290. data/ref/ruby/classes/SWIG.html +111 -0
  291. data/ref/ruby/classes/String.html +140 -0
  292. data/ref/ruby/classes/String.src/M000033.html +37 -0
  293. data/ref/ruby/classes/Template.html +158 -0
  294. data/ref/ruby/classes/Template.src/M000026.html +18 -0
  295. data/ref/ruby/classes/TestHw5UnitModel.html +180 -0
  296. data/ref/ruby/classes/TestHw5UnitModel.src/M000020.html +19 -0
  297. data/ref/ruby/classes/TestHw5UnitModel.src/M000021.html +19 -0
  298. data/ref/ruby/classes/TestHw5UnitModel.src/M000022.html +64 -0
  299. data/ref/ruby/created.rid +1 -0
  300. data/ref/ruby/files/bin/generate_test_rb.html +236 -0
  301. data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +29 -0
  302. data/ref/ruby/files/bin/generate_test_tpl/bench_rb.html +115 -0
  303. data/ref/ruby/files/bin/generate_test_tpl/design_rb.html +107 -0
  304. data/ref/ruby/files/bin/generate_test_tpl/proto_rb.html +107 -0
  305. data/ref/ruby/files/bin/generate_test_tpl/spec_rb.html +140 -0
  306. data/ref/ruby/files/bin/generate_test_tpl/spec_rb.src/M000002.html +22 -0
  307. data/ref/ruby/files/bin/header_to_ruby_rb.html +116 -0
  308. data/ref/ruby/files/ext/extconf_rb.html +108 -0
  309. data/ref/ruby/files/gem_extconf_rb.html +114 -0
  310. data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +108 -0
  311. data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +108 -0
  312. data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +108 -0
  313. data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +115 -0
  314. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +108 -0
  315. data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +108 -0
  316. data/ref/ruby/files/lib/ruby-vpi_rb.html +108 -0
  317. data/ref/ruby/files/samp/counter/counter_rspecTest_bench_rb.html +115 -0
  318. data/ref/ruby/files/samp/counter/counter_rspecTest_design_rb.html +107 -0
  319. data/ref/ruby/files/samp/counter/counter_rspecTest_proto_rb.html +107 -0
  320. data/ref/ruby/files/samp/counter/counter_rspecTest_spec_rb.html +142 -0
  321. data/ref/ruby/files/samp/counter/counter_unitTest_bench_rb.html +115 -0
  322. data/ref/ruby/files/samp/counter/counter_unitTest_design_rb.html +107 -0
  323. data/ref/ruby/files/samp/counter/counter_unitTest_proto_rb.html +107 -0
  324. data/ref/ruby/files/samp/counter/counter_unitTest_spec_rb.html +135 -0
  325. data/ref/ruby/files/samp/pipelined_alu/Hw5UnitModel_rb.html +101 -0
  326. data/ref/ruby/files/samp/pipelined_alu/InputGenerator_rb.html +101 -0
  327. data/ref/ruby/files/samp/pipelined_alu/TestHw5UnitModel_rb.html +111 -0
  328. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_bench_rb.html +108 -0
  329. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_design_rb.html +107 -0
  330. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_spec_rb.html +112 -0
  331. data/ref/ruby/fr_class_index.html +46 -0
  332. data/ref/ruby/fr_file_index.html +55 -0
  333. data/ref/ruby/fr_method_index.html +77 -0
  334. data/ref/ruby/index.html +24 -0
  335. data/ref/ruby/rdoc-style.css +208 -0
  336. data/samp/counter/Rakefile +1 -0
  337. data/samp/counter/counter.v +20 -0
  338. data/samp/counter/counter_rspecTest_bench.rb +9 -0
  339. data/samp/counter/counter_rspecTest_bench.v +28 -0
  340. data/samp/counter/counter_rspecTest_design.rb +22 -0
  341. data/samp/counter/counter_rspecTest_proto.rb +10 -0
  342. data/samp/counter/counter_rspecTest_runner.rake +28 -0
  343. data/samp/counter/counter_rspecTest_spec.rb +47 -0
  344. data/samp/counter/counter_unitTest_bench.rb +9 -0
  345. data/samp/counter/counter_unitTest_bench.v +28 -0
  346. data/samp/counter/counter_unitTest_design.rb +22 -0
  347. data/samp/counter/counter_unitTest_proto.rb +10 -0
  348. data/samp/counter/counter_unitTest_runner.rake +28 -0
  349. data/samp/counter/counter_unitTest_spec.rb +49 -0
  350. data/samp/pipelined_alu/Hw5UnitModel.rb +134 -0
  351. data/samp/pipelined_alu/InputGenerator.rb +94 -0
  352. data/samp/pipelined_alu/README +127 -0
  353. data/samp/pipelined_alu/Rakefile +1 -0
  354. data/samp/pipelined_alu/TestHw5UnitModel.rb +88 -0
  355. data/samp/pipelined_alu/hw5_unit.v +186 -0
  356. data/samp/pipelined_alu/hw5_unit_bench.rb +8 -0
  357. data/samp/pipelined_alu/hw5_unit_bench.v +45 -0
  358. data/samp/pipelined_alu/hw5_unit_design.rb +18 -0
  359. data/samp/pipelined_alu/hw5_unit_runner.rake +10 -0
  360. data/samp/pipelined_alu/hw5_unit_spec.rb +123 -0
  361. data/tpl/launcher.rake +30 -0
  362. data/tpl/runner.rake +96 -0
  363. data/tpl/synopsys_vcs.tab +2 -0
  364. metadata +484 -0
data/doc/src/LICENSE ADDED
@@ -0,0 +1,397 @@
1
+ GNU Free Documentation License
2
+ Version 1.2, November 2002
3
+
4
+
5
+ Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
6
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
7
+ Everyone is permitted to copy and distribute verbatim copies
8
+ of this license document, but changing it is not allowed.
9
+
10
+
11
+ 0. PREAMBLE
12
+
13
+ The purpose of this License is to make a manual, textbook, or other
14
+ functional and useful document "free" in the sense of freedom: to
15
+ assure everyone the effective freedom to copy and redistribute it,
16
+ with or without modifying it, either commercially or noncommercially.
17
+ Secondarily, this License preserves for the author and publisher a way
18
+ to get credit for their work, while not being considered responsible
19
+ for modifications made by others.
20
+
21
+ This License is a kind of "copyleft", which means that derivative
22
+ works of the document must themselves be free in the same sense. It
23
+ complements the GNU General Public License, which is a copyleft
24
+ license designed for free software.
25
+
26
+ We have designed this License in order to use it for manuals for free
27
+ software, because free software needs free documentation: a free
28
+ program should come with manuals providing the same freedoms that the
29
+ software does. But this License is not limited to software manuals;
30
+ it can be used for any textual work, regardless of subject matter or
31
+ whether it is published as a printed book. We recommend this License
32
+ principally for works whose purpose is instruction or reference.
33
+
34
+
35
+ 1. APPLICABILITY AND DEFINITIONS
36
+
37
+ This License applies to any manual or other work, in any medium, that
38
+ contains a notice placed by the copyright holder saying it can be
39
+ distributed under the terms of this License. Such a notice grants a
40
+ world-wide, royalty-free license, unlimited in duration, to use that
41
+ work under the conditions stated herein. The "Document", below,
42
+ refers to any such manual or work. Any member of the public is a
43
+ licensee, and is addressed as "you". You accept the license if you
44
+ copy, modify or distribute the work in a way requiring permission
45
+ under copyright law.
46
+
47
+ A "Modified Version" of the Document means any work containing the
48
+ Document or a portion of it, either copied verbatim, or with
49
+ modifications and/or translated into another language.
50
+
51
+ A "Secondary Section" is a named appendix or a front-matter section of
52
+ the Document that deals exclusively with the relationship of the
53
+ publishers or authors of the Document to the Document's overall subject
54
+ (or to related matters) and contains nothing that could fall directly
55
+ within that overall subject. (Thus, if the Document is in part a
56
+ textbook of mathematics, a Secondary Section may not explain any
57
+ mathematics.) The relationship could be a matter of historical
58
+ connection with the subject or with related matters, or of legal,
59
+ commercial, philosophical, ethical or political position regarding
60
+ them.
61
+
62
+ The "Invariant Sections" are certain Secondary Sections whose titles
63
+ are designated, as being those of Invariant Sections, in the notice
64
+ that says that the Document is released under this License. If a
65
+ section does not fit the above definition of Secondary then it is not
66
+ allowed to be designated as Invariant. The Document may contain zero
67
+ Invariant Sections. If the Document does not identify any Invariant
68
+ Sections then there are none.
69
+
70
+ The "Cover Texts" are certain short passages of text that are listed,
71
+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
72
+ the Document is released under this License. A Front-Cover Text may
73
+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
74
+
75
+ A "Transparent" copy of the Document means a machine-readable copy,
76
+ represented in a format whose specification is available to the
77
+ general public, that is suitable for revising the document
78
+ straightforwardly with generic text editors or (for images composed of
79
+ pixels) generic paint programs or (for drawings) some widely available
80
+ drawing editor, and that is suitable for input to text formatters or
81
+ for automatic translation to a variety of formats suitable for input
82
+ to text formatters. A copy made in an otherwise Transparent file
83
+ format whose markup, or absence of markup, has been arranged to thwart
84
+ or discourage subsequent modification by readers is not Transparent.
85
+ An image format is not Transparent if used for any substantial amount
86
+ of text. A copy that is not "Transparent" is called "Opaque".
87
+
88
+ Examples of suitable formats for Transparent copies include plain
89
+ ASCII without markup, Texinfo input format, LaTeX input format, SGML
90
+ or XML using a publicly available DTD, and standard-conforming simple
91
+ HTML, PostScript or PDF designed for human modification. Examples of
92
+ transparent image formats include PNG, XCF and JPG. Opaque formats
93
+ include proprietary formats that can be read and edited only by
94
+ proprietary word processors, SGML or XML for which the DTD and/or
95
+ processing tools are not generally available, and the
96
+ machine-generated HTML, PostScript or PDF produced by some word
97
+ processors for output purposes only.
98
+
99
+ The "Title Page" means, for a printed book, the title page itself,
100
+ plus such following pages as are needed to hold, legibly, the material
101
+ this License requires to appear in the title page. For works in
102
+ formats which do not have any title page as such, "Title Page" means
103
+ the text near the most prominent appearance of the work's title,
104
+ preceding the beginning of the body of the text.
105
+
106
+ A section "Entitled XYZ" means a named subunit of the Document whose
107
+ title either is precisely XYZ or contains XYZ in parentheses following
108
+ text that translates XYZ in another language. (Here XYZ stands for a
109
+ specific section name mentioned below, such as "Acknowledgements",
110
+ "Dedications", "Endorsements", or "History".) To "Preserve the Title"
111
+ of such a section when you modify the Document means that it remains a
112
+ section "Entitled XYZ" according to this definition.
113
+
114
+ The Document may include Warranty Disclaimers next to the notice which
115
+ states that this License applies to the Document. These Warranty
116
+ Disclaimers are considered to be included by reference in this
117
+ License, but only as regards disclaiming warranties: any other
118
+ implication that these Warranty Disclaimers may have is void and has
119
+ no effect on the meaning of this License.
120
+
121
+
122
+ 2. VERBATIM COPYING
123
+
124
+ You may copy and distribute the Document in any medium, either
125
+ commercially or noncommercially, provided that this License, the
126
+ copyright notices, and the license notice saying this License applies
127
+ to the Document are reproduced in all copies, and that you add no other
128
+ conditions whatsoever to those of this License. You may not use
129
+ technical measures to obstruct or control the reading or further
130
+ copying of the copies you make or distribute. However, you may accept
131
+ compensation in exchange for copies. If you distribute a large enough
132
+ number of copies you must also follow the conditions in section 3.
133
+
134
+ You may also lend copies, under the same conditions stated above, and
135
+ you may publicly display copies.
136
+
137
+
138
+ 3. COPYING IN QUANTITY
139
+
140
+ If you publish printed copies (or copies in media that commonly have
141
+ printed covers) of the Document, numbering more than 100, and the
142
+ Document's license notice requires Cover Texts, you must enclose the
143
+ copies in covers that carry, clearly and legibly, all these Cover
144
+ Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
145
+ the back cover. Both covers must also clearly and legibly identify
146
+ you as the publisher of these copies. The front cover must present
147
+ the full title with all words of the title equally prominent and
148
+ visible. You may add other material on the covers in addition.
149
+ Copying with changes limited to the covers, as long as they preserve
150
+ the title of the Document and satisfy these conditions, can be treated
151
+ as verbatim copying in other respects.
152
+
153
+ If the required texts for either cover are too voluminous to fit
154
+ legibly, you should put the first ones listed (as many as fit
155
+ reasonably) on the actual cover, and continue the rest onto adjacent
156
+ pages.
157
+
158
+ If you publish or distribute Opaque copies of the Document numbering
159
+ more than 100, you must either include a machine-readable Transparent
160
+ copy along with each Opaque copy, or state in or with each Opaque copy
161
+ a computer-network location from which the general network-using
162
+ public has access to download using public-standard network protocols
163
+ a complete Transparent copy of the Document, free of added material.
164
+ If you use the latter option, you must take reasonably prudent steps,
165
+ when you begin distribution of Opaque copies in quantity, to ensure
166
+ that this Transparent copy will remain thus accessible at the stated
167
+ location until at least one year after the last time you distribute an
168
+ Opaque copy (directly or through your agents or retailers) of that
169
+ edition to the public.
170
+
171
+ It is requested, but not required, that you contact the authors of the
172
+ Document well before redistributing any large number of copies, to give
173
+ them a chance to provide you with an updated version of the Document.
174
+
175
+
176
+ 4. MODIFICATIONS
177
+
178
+ You may copy and distribute a Modified Version of the Document under
179
+ the conditions of sections 2 and 3 above, provided that you release
180
+ the Modified Version under precisely this License, with the Modified
181
+ Version filling the role of the Document, thus licensing distribution
182
+ and modification of the Modified Version to whoever possesses a copy
183
+ of it. In addition, you must do these things in the Modified Version:
184
+
185
+ A. Use in the Title Page (and on the covers, if any) a title distinct
186
+ from that of the Document, and from those of previous versions
187
+ (which should, if there were any, be listed in the History section
188
+ of the Document). You may use the same title as a previous version
189
+ if the original publisher of that version gives permission.
190
+ B. List on the Title Page, as authors, one or more persons or entities
191
+ responsible for authorship of the modifications in the Modified
192
+ Version, together with at least five of the principal authors of the
193
+ Document (all of its principal authors, if it has fewer than five),
194
+ unless they release you from this requirement.
195
+ C. State on the Title page the name of the publisher of the
196
+ Modified Version, as the publisher.
197
+ D. Preserve all the copyright notices of the Document.
198
+ E. Add an appropriate copyright notice for your modifications
199
+ adjacent to the other copyright notices.
200
+ F. Include, immediately after the copyright notices, a license notice
201
+ giving the public permission to use the Modified Version under the
202
+ terms of this License, in the form shown in the Addendum below.
203
+ G. Preserve in that license notice the full lists of Invariant Sections
204
+ and required Cover Texts given in the Document's license notice.
205
+ H. Include an unaltered copy of this License.
206
+ I. Preserve the section Entitled "History", Preserve its Title, and add
207
+ to it an item stating at least the title, year, new authors, and
208
+ publisher of the Modified Version as given on the Title Page. If
209
+ there is no section Entitled "History" in the Document, create one
210
+ stating the title, year, authors, and publisher of the Document as
211
+ given on its Title Page, then add an item describing the Modified
212
+ Version as stated in the previous sentence.
213
+ J. Preserve the network location, if any, given in the Document for
214
+ public access to a Transparent copy of the Document, and likewise
215
+ the network locations given in the Document for previous versions
216
+ it was based on. These may be placed in the "History" section.
217
+ You may omit a network location for a work that was published at
218
+ least four years before the Document itself, or if the original
219
+ publisher of the version it refers to gives permission.
220
+ K. For any section Entitled "Acknowledgements" or "Dedications",
221
+ Preserve the Title of the section, and preserve in the section all
222
+ the substance and tone of each of the contributor acknowledgements
223
+ and/or dedications given therein.
224
+ L. Preserve all the Invariant Sections of the Document,
225
+ unaltered in their text and in their titles. Section numbers
226
+ or the equivalent are not considered part of the section titles.
227
+ M. Delete any section Entitled "Endorsements". Such a section
228
+ may not be included in the Modified Version.
229
+ N. Do not retitle any existing section to be Entitled "Endorsements"
230
+ or to conflict in title with any Invariant Section.
231
+ O. Preserve any Warranty Disclaimers.
232
+
233
+ If the Modified Version includes new front-matter sections or
234
+ appendices that qualify as Secondary Sections and contain no material
235
+ copied from the Document, you may at your option designate some or all
236
+ of these sections as invariant. To do this, add their titles to the
237
+ list of Invariant Sections in the Modified Version's license notice.
238
+ These titles must be distinct from any other section titles.
239
+
240
+ You may add a section Entitled "Endorsements", provided it contains
241
+ nothing but endorsements of your Modified Version by various
242
+ parties--for example, statements of peer review or that the text has
243
+ been approved by an organization as the authoritative definition of a
244
+ standard.
245
+
246
+ You may add a passage of up to five words as a Front-Cover Text, and a
247
+ passage of up to 25 words as a Back-Cover Text, to the end of the list
248
+ of Cover Texts in the Modified Version. Only one passage of
249
+ Front-Cover Text and one of Back-Cover Text may be added by (or
250
+ through arrangements made by) any one entity. If the Document already
251
+ includes a cover text for the same cover, previously added by you or
252
+ by arrangement made by the same entity you are acting on behalf of,
253
+ you may not add another; but you may replace the old one, on explicit
254
+ permission from the previous publisher that added the old one.
255
+
256
+ The author(s) and publisher(s) of the Document do not by this License
257
+ give permission to use their names for publicity for or to assert or
258
+ imply endorsement of any Modified Version.
259
+
260
+
261
+ 5. COMBINING DOCUMENTS
262
+
263
+ You may combine the Document with other documents released under this
264
+ License, under the terms defined in section 4 above for modified
265
+ versions, provided that you include in the combination all of the
266
+ Invariant Sections of all of the original documents, unmodified, and
267
+ list them all as Invariant Sections of your combined work in its
268
+ license notice, and that you preserve all their Warranty Disclaimers.
269
+
270
+ The combined work need only contain one copy of this License, and
271
+ multiple identical Invariant Sections may be replaced with a single
272
+ copy. If there are multiple Invariant Sections with the same name but
273
+ different contents, make the title of each such section unique by
274
+ adding at the end of it, in parentheses, the name of the original
275
+ author or publisher of that section if known, or else a unique number.
276
+ Make the same adjustment to the section titles in the list of
277
+ Invariant Sections in the license notice of the combined work.
278
+
279
+ In the combination, you must combine any sections Entitled "History"
280
+ in the various original documents, forming one section Entitled
281
+ "History"; likewise combine any sections Entitled "Acknowledgements",
282
+ and any sections Entitled "Dedications". You must delete all sections
283
+ Entitled "Endorsements".
284
+
285
+
286
+ 6. COLLECTIONS OF DOCUMENTS
287
+
288
+ You may make a collection consisting of the Document and other documents
289
+ released under this License, and replace the individual copies of this
290
+ License in the various documents with a single copy that is included in
291
+ the collection, provided that you follow the rules of this License for
292
+ verbatim copying of each of the documents in all other respects.
293
+
294
+ You may extract a single document from such a collection, and distribute
295
+ it individually under this License, provided you insert a copy of this
296
+ License into the extracted document, and follow this License in all
297
+ other respects regarding verbatim copying of that document.
298
+
299
+
300
+ 7. AGGREGATION WITH INDEPENDENT WORKS
301
+
302
+ A compilation of the Document or its derivatives with other separate
303
+ and independent documents or works, in or on a volume of a storage or
304
+ distribution medium, is called an "aggregate" if the copyright
305
+ resulting from the compilation is not used to limit the legal rights
306
+ of the compilation's users beyond what the individual works permit.
307
+ When the Document is included in an aggregate, this License does not
308
+ apply to the other works in the aggregate which are not themselves
309
+ derivative works of the Document.
310
+
311
+ If the Cover Text requirement of section 3 is applicable to these
312
+ copies of the Document, then if the Document is less than one half of
313
+ the entire aggregate, the Document's Cover Texts may be placed on
314
+ covers that bracket the Document within the aggregate, or the
315
+ electronic equivalent of covers if the Document is in electronic form.
316
+ Otherwise they must appear on printed covers that bracket the whole
317
+ aggregate.
318
+
319
+
320
+ 8. TRANSLATION
321
+
322
+ Translation is considered a kind of modification, so you may
323
+ distribute translations of the Document under the terms of section 4.
324
+ Replacing Invariant Sections with translations requires special
325
+ permission from their copyright holders, but you may include
326
+ translations of some or all Invariant Sections in addition to the
327
+ original versions of these Invariant Sections. You may include a
328
+ translation of this License, and all the license notices in the
329
+ Document, and any Warranty Disclaimers, provided that you also include
330
+ the original English version of this License and the original versions
331
+ of those notices and disclaimers. In case of a disagreement between
332
+ the translation and the original version of this License or a notice
333
+ or disclaimer, the original version will prevail.
334
+
335
+ If a section in the Document is Entitled "Acknowledgements",
336
+ "Dedications", or "History", the requirement (section 4) to Preserve
337
+ its Title (section 1) will typically require changing the actual
338
+ title.
339
+
340
+
341
+ 9. TERMINATION
342
+
343
+ You may not copy, modify, sublicense, or distribute the Document except
344
+ as expressly provided for under this License. Any other attempt to
345
+ copy, modify, sublicense or distribute the Document is void, and will
346
+ automatically terminate your rights under this License. However,
347
+ parties who have received copies, or rights, from you under this
348
+ License will not have their licenses terminated so long as such
349
+ parties remain in full compliance.
350
+
351
+
352
+ 10. FUTURE REVISIONS OF THIS LICENSE
353
+
354
+ The Free Software Foundation may publish new, revised versions
355
+ of the GNU Free Documentation License from time to time. Such new
356
+ versions will be similar in spirit to the present version, but may
357
+ differ in detail to address new problems or concerns. See
358
+ http://www.gnu.org/copyleft/.
359
+
360
+ Each version of the License is given a distinguishing version number.
361
+ If the Document specifies that a particular numbered version of this
362
+ License "or any later version" applies to it, you have the option of
363
+ following the terms and conditions either of that specified version or
364
+ of any later version that has been published (not as a draft) by the
365
+ Free Software Foundation. If the Document does not specify a version
366
+ number of this License, you may choose any version ever published (not
367
+ as a draft) by the Free Software Foundation.
368
+
369
+
370
+ ADDENDUM: How to use this License for your documents
371
+
372
+ To use this License in a document you have written, include a copy of
373
+ the License in the document and put the following copyright and
374
+ license notices just after the title page:
375
+
376
+ Copyright (c) YEAR YOUR NAME.
377
+ Permission is granted to copy, distribute and/or modify this document
378
+ under the terms of the GNU Free Documentation License, Version 1.2
379
+ or any later version published by the Free Software Foundation;
380
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
381
+ A copy of the license is included in the section entitled "GNU
382
+ Free Documentation License".
383
+
384
+ If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
385
+ replace the "with...Texts." line with this:
386
+
387
+ with the Invariant Sections being LIST THEIR TITLES, with the
388
+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
389
+
390
+ If you have Invariant Sections without Cover Texts, or some other
391
+ combination of the three, merge those two alternatives to suit the
392
+ situation.
393
+
394
+ If your document contains nontrivial examples of program code, we
395
+ recommend releasing these examples in parallel under your choice of
396
+ free software license, such as the GNU General Public License,
397
+ to permit their use in free software.
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,67 @@
1
+ Creative Commons Attribution-ShareAlike 2.5 License Agreement
2
+
3
+ CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
4
+
5
+ License
6
+
7
+ THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
8
+
9
+ BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
10
+
11
+ 1. Definitions
12
+
13
+ 1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
14
+ 2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
15
+ 3. "Licensor" means the individual or entity that offers the Work under the terms of this License.
16
+ 4. "Original Author" means the individual or entity who created the Work.
17
+ 5. "Work" means the copyrightable work of authorship offered under the terms of this License.
18
+ 6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
19
+ 7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
20
+
21
+ 2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
22
+
23
+ 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
24
+
25
+ 1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
26
+ 2. to create and reproduce Derivative Works;
27
+ 3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
28
+ 4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
29
+ 5.
30
+
31
+ For the avoidance of doubt, where the work is a musical composition:
32
+ 1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
33
+ 2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
34
+ 6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
35
+
36
+ The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
37
+
38
+ 4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
39
+
40
+ 1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested.
41
+ 2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License.
42
+ 3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
43
+
44
+ 5. Representations, Warranties and Disclaimer
45
+
46
+ UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
47
+
48
+ 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
49
+
50
+ 7. Termination
51
+
52
+ 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
53
+ 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
54
+
55
+ 8. Miscellaneous
56
+
57
+ 1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
58
+ 2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
59
+ 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
60
+ 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
61
+ 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
62
+
63
+ Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
64
+
65
+ Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
66
+
67
+ Creative Commons may be contacted at http://creativecommons.org/.
@@ -0,0 +1,27 @@
1
+ 2005-01-24 Jirka Kosek <kosek@users.sourceforge.net>
2
+
3
+ * caution.svg, home.svg, important.svg, next.svg, prev.svg, tip.svg, up.svg, warning.svg:
4
+ Updated and more complete set of SVG icons.
5
+
6
+ 2005-01-05 Jirka Kosek <kosek@users.sourceforge.net>
7
+
8
+ * caution.svg, important.svg, note.svg, tip.svg, warning.svg:
9
+ New file.
10
+
11
+ 2002-02-11 Norman Walsh <nwalsh@users.sourceforge.net>
12
+
13
+ * draft.png: Updated draft image
14
+
15
+ 2002-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
16
+
17
+ * blank.png, draft.png: New file.
18
+
19
+ 2001-11-06 Robert Stayton <bobstayton@users.sourceforge.net>
20
+
21
+ * home.gif, next.gif, prev.gif, up.gif: New file.
22
+
23
+ 2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
24
+
25
+ * caution.gif, caution.png, caution.tif, home.png, important.gif, important.png, important.tif, next.png, note.gif, note.png, note.tif, prev.png, tip.gif, tip.png, tip.tif, toc-blank.png, toc-minus.png, toc-plus.png, up.png, warning.gif, warning.png, warning.tif:
26
+ New file.
27
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,15 @@
1
+ 2002-05-17 Norman Walsh <nwalsh@users.sourceforge.net>
2
+
3
+ * 11.gif, 11.png, 12.gif, 12.png, 13.gif, 13.png, 14.gif, 14.png, 15.gif, 15.png:
4
+ New file.
5
+
6
+ 2002-01-28 Norman Walsh <nwalsh@users.sourceforge.net>
7
+
8
+ * 1.gif, 10.gif, 2.gif, 3.gif, 4.gif, 5.gif, 6.gif, 7.gif, 8.gif, 9.gif:
9
+ New file.
10
+
11
+ 2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
12
+
13
+ * 1.png, 10.png, 2.png, 3.png, 4.png, 5.png, 6.png, 7.png, 8.png, 9.png:
14
+ New file.
15
+
Binary file