folio 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (207) hide show
  1. data/COPYING +675 -0
  2. data/MANIFEST +234 -0
  3. data/METADATA +8 -0
  4. data/NEWS +9 -0
  5. data/README +69 -0
  6. data/demo/sample1/foo/foo.txt +1 -0
  7. data/demo/sample1/tryme.rb +14 -0
  8. data/doc/rdoc/classes/Folio/BlockDevice.html +117 -0
  9. data/doc/rdoc/classes/Folio/CharacterDevice.html +117 -0
  10. data/doc/rdoc/classes/Folio/Device.html +119 -0
  11. data/doc/rdoc/classes/Folio/Directory.html +420 -0
  12. data/doc/rdoc/classes/Folio/Document.html +261 -0
  13. data/doc/rdoc/classes/Folio/FileNotFound.html +92 -0
  14. data/doc/rdoc/classes/Folio/FileObject.html +1200 -0
  15. data/doc/rdoc/classes/Folio/Link.html +238 -0
  16. data/doc/rdoc/classes/Folio/Pipe.html +131 -0
  17. data/doc/rdoc/classes/Folio/Prompt.html +796 -0
  18. data/doc/rdoc/classes/Folio/Socket.html +115 -0
  19. data/doc/rdoc/classes/Folio.html +148 -0
  20. data/doc/rdoc/created.rid +1 -0
  21. data/doc/rdoc/files/COPYING.html +992 -0
  22. data/doc/rdoc/files/METADATA.html +101 -0
  23. data/doc/rdoc/files/NEWS.html +102 -0
  24. data/doc/rdoc/files/README.html +171 -0
  25. data/doc/rdoc/files/lib/folio/device_rb.html +96 -0
  26. data/doc/rdoc/files/lib/folio/directory_rb.html +96 -0
  27. data/doc/rdoc/files/lib/folio/document_rb.html +96 -0
  28. data/doc/rdoc/files/lib/folio/errors_rb.html +92 -0
  29. data/doc/rdoc/files/lib/folio/fileobject_rb.html +92 -0
  30. data/doc/rdoc/files/lib/folio/link_rb.html +96 -0
  31. data/doc/rdoc/files/lib/folio/pipe_rb.html +96 -0
  32. data/doc/rdoc/files/lib/folio/prompt_rb.html +92 -0
  33. data/doc/rdoc/files/lib/folio/socket_rb.html +96 -0
  34. data/doc/rdoc/files/lib/folio_rb.html +105 -0
  35. data/doc/rdoc/fr_class_index.html +58 -0
  36. data/doc/rdoc/fr_file_index.html +60 -0
  37. data/doc/rdoc/fr_method_index.html +185 -0
  38. data/doc/rdoc/index.html +26 -0
  39. data/doc/rdoc/rdoc-style.css +175 -0
  40. data/doc/ri/Folio/BlockDevice/blockdev%3f-i.yaml +10 -0
  41. data/doc/ri/Folio/BlockDevice/cdesc-BlockDevice.yaml +18 -0
  42. data/doc/ri/Folio/CharacterDevice/cdesc-CharacterDevice.yaml +18 -0
  43. data/doc/ri/Folio/CharacterDevice/chardev%3f-i.yaml +10 -0
  44. data/doc/ri/Folio/Device/cdesc-Device.yaml +18 -0
  45. data/doc/ri/Folio/Device/new-c.yaml +10 -0
  46. data/doc/ri/Folio/Directory/%2b-i.yaml +12 -0
  47. data/doc/ri/Folio/Directory/%2f-i.yaml +13 -0
  48. data/doc/ri/Folio/Directory/cd-i.yaml +12 -0
  49. data/doc/ri/Folio/Directory/cdesc-Directory.yaml +49 -0
  50. data/doc/ri/Folio/Directory/chdir-i.yaml +11 -0
  51. data/doc/ri/Folio/Directory/chmod_r-i.yaml +10 -0
  52. data/doc/ri/Folio/Directory/chown_r-i.yaml +12 -0
  53. data/doc/ri/Folio/Directory/chroot-i.yaml +10 -0
  54. data/doc/ri/Folio/Directory/cp_r-i.yaml +12 -0
  55. data/doc/ri/Folio/Directory/delete-i.yaml +12 -0
  56. data/doc/ri/Folio/Directory/directory%3f-i.yaml +10 -0
  57. data/doc/ri/Folio/Directory/entries-i.yaml +12 -0
  58. data/doc/ri/Folio/Directory/foreach-i.yaml +10 -0
  59. data/doc/ri/Folio/Directory/new-c.yaml +10 -0
  60. data/doc/ri/Folio/Directory/paths-i.yaml +12 -0
  61. data/doc/ri/Folio/Directory/rm_r-i.yaml +10 -0
  62. data/doc/ri/Folio/Directory/rm_rf-i.yaml +10 -0
  63. data/doc/ri/Folio/Directory/rmdir-i.yaml +13 -0
  64. data/doc/ri/Folio/Directory/unlink-i.yaml +12 -0
  65. data/doc/ri/Folio/Document/cdesc-Document.yaml +34 -0
  66. data/doc/ri/Folio/Document/delete-i.yaml +10 -0
  67. data/doc/ri/Folio/Document/executable%3f-i.yaml +10 -0
  68. data/doc/ri/Folio/Document/executable_real%3f-i.yaml +10 -0
  69. data/doc/ri/Folio/Document/file%3f-i.yaml +10 -0
  70. data/doc/ri/Folio/Document/intialize-i.yaml +10 -0
  71. data/doc/ri/Folio/Document/open-i.yaml +10 -0
  72. data/doc/ri/Folio/Document/read-i.yaml +10 -0
  73. data/doc/ri/Folio/Document/readlines-i.yaml +10 -0
  74. data/doc/ri/Folio/Document/truncate-i.yaml +10 -0
  75. data/doc/ri/Folio/Document/unlink-i.yaml +12 -0
  76. data/doc/ri/Folio/FileNotFound/cdesc-FileNotFound.yaml +15 -0
  77. data/doc/ri/Folio/FileObject/%3c%3d%3e-i.yaml +10 -0
  78. data/doc/ri/Folio/FileObject/%3d%3d-i.yaml +10 -0
  79. data/doc/ri/Folio/FileObject/%5b%5d-c.yaml +12 -0
  80. data/doc/ri/Folio/FileObject/atime-i.yaml +10 -0
  81. data/doc/ri/Folio/FileObject/basename-i.yaml +10 -0
  82. data/doc/ri/Folio/FileObject/blockdev%3f-i.yaml +10 -0
  83. data/doc/ri/Folio/FileObject/cdesc-FileObject.yaml +154 -0
  84. data/doc/ri/Folio/FileObject/chardev%3f-i.yaml +10 -0
  85. data/doc/ri/Folio/FileObject/chmod-i.yaml +10 -0
  86. data/doc/ri/Folio/FileObject/chown-i.yaml +10 -0
  87. data/doc/ri/Folio/FileObject/cp-i.yaml +12 -0
  88. data/doc/ri/Folio/FileObject/ctime-i.yaml +10 -0
  89. data/doc/ri/Folio/FileObject/delete-i.yaml +12 -0
  90. data/doc/ri/Folio/FileObject/delete_force-i.yaml +12 -0
  91. data/doc/ri/Folio/FileObject/directory%3f-i.yaml +10 -0
  92. data/doc/ri/Folio/FileObject/dirname-i.yaml +10 -0
  93. data/doc/ri/Folio/FileObject/exist%3f-i.yaml +13 -0
  94. data/doc/ri/Folio/FileObject/exists%3f-i.yaml +12 -0
  95. data/doc/ri/Folio/FileObject/extname-i.yaml +10 -0
  96. data/doc/ri/Folio/FileObject/file%3f-i.yaml +10 -0
  97. data/doc/ri/Folio/FileObject/fnmatch%3f-i.yaml +12 -0
  98. data/doc/ri/Folio/FileObject/fnmatch-i.yaml +11 -0
  99. data/doc/ri/Folio/FileObject/grpowned%3f-i.yaml +10 -0
  100. data/doc/ri/Folio/FileObject/identical%3f-i.yaml +10 -0
  101. data/doc/ri/Folio/FileObject/inspect-i.yaml +12 -0
  102. data/doc/ri/Folio/FileObject/install-i.yaml +12 -0
  103. data/doc/ri/Folio/FileObject/link-i.yaml +11 -0
  104. data/doc/ri/Folio/FileObject/link_force-i.yaml +11 -0
  105. data/doc/ri/Folio/FileObject/ln-i.yaml +12 -0
  106. data/doc/ri/Folio/FileObject/ln_f-i.yaml +12 -0
  107. data/doc/ri/Folio/FileObject/ln_s-i.yaml +12 -0
  108. data/doc/ri/Folio/FileObject/ln_sf-i.yaml +12 -0
  109. data/doc/ri/Folio/FileObject/mtime-i.yaml +10 -0
  110. data/doc/ri/Folio/FileObject/mv-i.yaml +12 -0
  111. data/doc/ri/Folio/FileObject/new-c.yaml +10 -0
  112. data/doc/ri/Folio/FileObject/owned%3f-i.yaml +10 -0
  113. data/doc/ri/Folio/FileObject/pipe%3f-i.yaml +10 -0
  114. data/doc/ri/Folio/FileObject/readable%3f-i.yaml +10 -0
  115. data/doc/ri/Folio/FileObject/readable_real%3f-i.yaml +10 -0
  116. data/doc/ri/Folio/FileObject/relative-i.yaml +12 -0
  117. data/doc/ri/Folio/FileObject/rename-i.yaml +11 -0
  118. data/doc/ri/Folio/FileObject/restat-i.yaml +13 -0
  119. data/doc/ri/Folio/FileObject/rm-i.yaml +12 -0
  120. data/doc/ri/Folio/FileObject/rm_f-i.yaml +12 -0
  121. data/doc/ri/Folio/FileObject/setgid%3f-i.yaml +10 -0
  122. data/doc/ri/Folio/FileObject/setuid%3f-i.yaml +10 -0
  123. data/doc/ri/Folio/FileObject/size%3f-i.yaml +10 -0
  124. data/doc/ri/Folio/FileObject/size-i.yaml +10 -0
  125. data/doc/ri/Folio/FileObject/socket%3f-i.yaml +10 -0
  126. data/doc/ri/Folio/FileObject/split-i.yaml +12 -0
  127. data/doc/ri/Folio/FileObject/stat%21-i.yaml +12 -0
  128. data/doc/ri/Folio/FileObject/stat-i.yaml +12 -0
  129. data/doc/ri/Folio/FileObject/sticky%3f-i.yaml +10 -0
  130. data/doc/ri/Folio/FileObject/symlink-i.yaml +11 -0
  131. data/doc/ri/Folio/FileObject/symlink_force-i.yaml +11 -0
  132. data/doc/ri/Folio/FileObject/to_s-i.yaml +12 -0
  133. data/doc/ri/Folio/FileObject/touch-i.yaml +10 -0
  134. data/doc/ri/Folio/FileObject/unlink-i.yaml +15 -0
  135. data/doc/ri/Folio/FileObject/unlink_force-i.yaml +13 -0
  136. data/doc/ri/Folio/FileObject/util-i.yaml +10 -0
  137. data/doc/ri/Folio/FileObject/utime-i.yaml +10 -0
  138. data/doc/ri/Folio/FileObject/writable%3f-i.yaml +10 -0
  139. data/doc/ri/Folio/FileObject/writable_real%3f-i.yaml +10 -0
  140. data/doc/ri/Folio/FileObject/zero%3f-i.yaml +10 -0
  141. data/doc/ri/Folio/Link/cdesc-Link.yaml +29 -0
  142. data/doc/ri/Folio/Link/lchmod-i.yaml +10 -0
  143. data/doc/ri/Folio/Link/lchown-i.yaml +10 -0
  144. data/doc/ri/Folio/Link/link%3f-i.yaml +10 -0
  145. data/doc/ri/Folio/Link/lstat-i.yaml +10 -0
  146. data/doc/ri/Folio/Link/method_missing-i.yaml +11 -0
  147. data/doc/ri/Folio/Link/new-c.yaml +10 -0
  148. data/doc/ri/Folio/Link/readlink-i.yaml +10 -0
  149. data/doc/ri/Folio/Link/symlink%3f-i.yaml +10 -0
  150. data/doc/ri/Folio/Pipe/cdesc-Pipe.yaml +17 -0
  151. data/doc/ri/Folio/Pipe/new-c.yaml +10 -0
  152. data/doc/ri/Folio/Pipe/pipe%3f-i.yaml +10 -0
  153. data/doc/ri/Folio/Prompt/%2b-i.yaml +13 -0
  154. data/doc/ri/Folio/Prompt/%2f-i.yaml +12 -0
  155. data/doc/ri/Folio/Prompt/%5b%5d-c.yaml +10 -0
  156. data/doc/ri/Folio/Prompt/cd-i.yaml +10 -0
  157. data/doc/ri/Folio/Prompt/cdesc-Prompt.yaml +89 -0
  158. data/doc/ri/Folio/Prompt/chmod-i.yaml +10 -0
  159. data/doc/ri/Folio/Prompt/chmod_r-i.yaml +10 -0
  160. data/doc/ri/Folio/Prompt/chown-i.yaml +12 -0
  161. data/doc/ri/Folio/Prompt/chown_r-i.yaml +10 -0
  162. data/doc/ri/Folio/Prompt/cp-i.yaml +12 -0
  163. data/doc/ri/Folio/Prompt/cp_r-i.yaml +12 -0
  164. data/doc/ri/Folio/Prompt/directories-i.yaml +12 -0
  165. data/doc/ri/Folio/Prompt/entries-i.yaml +13 -0
  166. data/doc/ri/Folio/Prompt/file-i.yaml +12 -0
  167. data/doc/ri/Folio/Prompt/files-i.yaml +12 -0
  168. data/doc/ri/Folio/Prompt/fileutils-i.yaml +10 -0
  169. data/doc/ri/Folio/Prompt/glob-i.yaml +12 -0
  170. data/doc/ri/Folio/Prompt/install-i.yaml +10 -0
  171. data/doc/ri/Folio/Prompt/ln-i.yaml +12 -0
  172. data/doc/ri/Folio/Prompt/ln_s-i.yaml +12 -0
  173. data/doc/ri/Folio/Prompt/ln_sf-i.yaml +10 -0
  174. data/doc/ri/Folio/Prompt/localize-i.yaml +10 -0
  175. data/doc/ri/Folio/Prompt/ls-i.yaml +12 -0
  176. data/doc/ri/Folio/Prompt/mkdir-i.yaml +10 -0
  177. data/doc/ri/Folio/Prompt/mkdir_p-i.yaml +10 -0
  178. data/doc/ri/Folio/Prompt/mode-i.yaml +12 -0
  179. data/doc/ri/Folio/Prompt/mv-i.yaml +12 -0
  180. data/doc/ri/Folio/Prompt/new-c.yaml +11 -0
  181. data/doc/ri/Folio/Prompt/paths-i.yaml +12 -0
  182. data/doc/ri/Folio/Prompt/pwd-i.yaml +10 -0
  183. data/doc/ri/Folio/Prompt/rm-i.yaml +10 -0
  184. data/doc/ri/Folio/Prompt/rm_r-i.yaml +10 -0
  185. data/doc/ri/Folio/Prompt/rm_rf-i.yaml +10 -0
  186. data/doc/ri/Folio/Prompt/rmdir-i.yaml +10 -0
  187. data/doc/ri/Folio/Prompt/to_s-i.yaml +10 -0
  188. data/doc/ri/Folio/Prompt/touch-i.yaml +12 -0
  189. data/doc/ri/Folio/Socket/cdesc-Socket.yaml +16 -0
  190. data/doc/ri/Folio/Socket/new-c.yaml +10 -0
  191. data/doc/ri/Folio/cdesc-Folio.yaml +15 -0
  192. data/doc/ri/created.rid +1 -0
  193. data/lib/folio/device.rb +29 -0
  194. data/lib/folio/directory.rb +83 -0
  195. data/lib/folio/document.rb +66 -0
  196. data/lib/folio/errors.rb +7 -0
  197. data/lib/folio/fileobject.rb +242 -0
  198. data/lib/folio/link.rb +49 -0
  199. data/lib/folio/pipe.rb +16 -0
  200. data/lib/folio/prompt.rb +239 -0
  201. data/lib/folio/socket.rb +14 -0
  202. data/lib/folio.rb +79 -0
  203. data/test/fixture/bar.txt +0 -0
  204. data/test/fixture/foo.txt +0 -0
  205. data/test/test_folio.rb +28 -0
  206. data/test/test_helper.rb +7 -0
  207. metadata +300 -0
@@ -0,0 +1,992 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+ <html>
6
+ <head>
7
+ <title>File: COPYING</title>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
10
+
11
+ <script language="JavaScript" type="text/javascript">
12
+ // <![CDATA[
13
+
14
+ function toggleSource( id )
15
+ {
16
+ var elem
17
+ var link
18
+
19
+ if( document.getElementById )
20
+ {
21
+ elem = document.getElementById( id )
22
+ link = document.getElementById( "l_" + id )
23
+ }
24
+ else if ( document.all )
25
+ {
26
+ elem = eval( "document.all." + id )
27
+ link = eval( "document.all.l_" + id )
28
+ }
29
+ else
30
+ return false;
31
+
32
+ if( elem.style.display == "block" )
33
+ {
34
+ elem.style.display = "none"
35
+ link.innerHTML = "show source"
36
+ }
37
+ else
38
+ {
39
+ elem.style.display = "block"
40
+ link.innerHTML = "hide source"
41
+ }
42
+ }
43
+
44
+ function openCode( url )
45
+ {
46
+ window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
47
+ }
48
+ // ]]>
49
+ </script>
50
+ </head>
51
+
52
+ <body>
53
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
54
+ <tr><td>
55
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
56
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />COPYING</td>
57
+ <td align="right">
58
+ <table border='0' cellspacing="0" cellpadding="2">
59
+ <tr>
60
+ <td>Path:</td>
61
+ <td>COPYING
62
+ </td>
63
+ </tr>
64
+ <tr>
65
+ <td>Modified:</td>
66
+ <td>Thu Aug 21 15:01:18 -0400 2008</td>
67
+ </tr>
68
+ </table>
69
+ </td></tr>
70
+ </table>
71
+ </td></tr>
72
+ </table><br />
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+ <div id="content">
77
+
78
+ <div class="description"><pre>
79
+ GNU GENERAL PUBLIC LICENSE
80
+ Version 3, 29 June 2007
81
+
82
+ Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;
83
+ Everyone is permitted to copy and distribute verbatim copies
84
+ of this license document, but changing it is not allowed.
85
+
86
+ Preamble
87
+
88
+ The GNU General Public License is a free, copyleft license for
89
+ </pre>
90
+ <p>
91
+ software and other kinds of works.
92
+ </p>
93
+ <pre>
94
+ The licenses for most software and other practical works are designed
95
+ </pre>
96
+ <p>
97
+ to take away your freedom to share and change the works. By contrast, the
98
+ GNU General Public License is intended to guarantee your freedom to share
99
+ and change all versions of a program&#8212;to make sure it remains free
100
+ software for all its users. We, the Free Software Foundation, use the GNU
101
+ General Public License for most of our software; it applies also to any
102
+ other work released this way by its authors. You can apply it to your
103
+ programs, too.
104
+ </p>
105
+ <pre>
106
+ When we speak of free software, we are referring to freedom, not
107
+ </pre>
108
+ <p>
109
+ price. Our General Public Licenses are designed to make sure that you have
110
+ the freedom to distribute copies of free software (and charge for them if
111
+ you wish), that you receive source code or can get it if you want it, that
112
+ you can change the software or use pieces of it in new free programs, and
113
+ that you know you can do these things.
114
+ </p>
115
+ <pre>
116
+ To protect your rights, we need to prevent others from denying you
117
+ </pre>
118
+ <p>
119
+ these rights or asking you to surrender the rights. Therefore, you have
120
+ certain responsibilities if you distribute copies of the software, or if
121
+ you modify it: responsibilities to respect the freedom of others.
122
+ </p>
123
+ <pre>
124
+ For example, if you distribute copies of such a program, whether
125
+ </pre>
126
+ <p>
127
+ gratis or for a fee, you must pass on to the recipients the same freedoms
128
+ that you received. You must make sure that they, too, receive or can get
129
+ the source code. And you must show them these terms so they know their
130
+ rights.
131
+ </p>
132
+ <pre>
133
+ Developers that use the GNU GPL protect your rights with two steps:
134
+ </pre>
135
+ <p>
136
+ (1) assert copyright on the software, and (2) offer you this License giving
137
+ you legal permission to copy, distribute and/or modify it.
138
+ </p>
139
+ <pre>
140
+ For the developers' and authors' protection, the GPL clearly explains
141
+ </pre>
142
+ <p>
143
+ that there is no warranty for this free software. For both users&#8217; and
144
+ authors&#8217; sake, the GPL requires that modified versions be marked as
145
+ changed, so that their problems will not be attributed erroneously to
146
+ authors of previous versions.
147
+ </p>
148
+ <pre>
149
+ Some devices are designed to deny users access to install or run
150
+ </pre>
151
+ <p>
152
+ modified versions of the software inside them, although the manufacturer
153
+ can do so. This is fundamentally incompatible with the aim of protecting
154
+ users&#8217; freedom to change the software. The systematic pattern of such
155
+ abuse occurs in the area of products for individuals to use, which is
156
+ precisely where it is most unacceptable. Therefore, we have designed this
157
+ version of the GPL to prohibit the practice for those products. If such
158
+ problems arise substantially in other domains, we stand ready to extend
159
+ this provision to those domains in future versions of the GPL, as needed to
160
+ protect the freedom of users.
161
+ </p>
162
+ <pre>
163
+ Finally, every program is threatened constantly by software patents.
164
+ </pre>
165
+ <p>
166
+ States should not allow patents to restrict development and use of software
167
+ on general-purpose computers, but in those that do, we wish to avoid the
168
+ special danger that patents applied to a free program could make it
169
+ effectively proprietary. To prevent this, the GPL assures that patents
170
+ cannot be used to render the program non-free.
171
+ </p>
172
+ <pre>
173
+ The precise terms and conditions for copying, distribution and
174
+ </pre>
175
+ <p>
176
+ modification follow.
177
+ </p>
178
+ <pre>
179
+ TERMS AND CONDITIONS
180
+
181
+ 0. Definitions.
182
+
183
+ &quot;This License&quot; refers to version 3 of the GNU General Public License.
184
+
185
+ &quot;Copyright&quot; also means copyright-like laws that apply to other kinds of
186
+ </pre>
187
+ <p>
188
+ works, such as semiconductor masks.
189
+ </p>
190
+ <pre>
191
+ &quot;The Program&quot; refers to any copyrightable work licensed under this
192
+ </pre>
193
+ <p>
194
+ License. Each licensee is addressed as &quot;you&quot;.
195
+ &quot;Licensees&quot; and &quot;recipients&quot; may be individuals or
196
+ organizations.
197
+ </p>
198
+ <pre>
199
+ To &quot;modify&quot; a work means to copy from or adapt all or part of the work
200
+ </pre>
201
+ <p>
202
+ in a fashion requiring copyright permission, other than the making of an
203
+ exact copy. The resulting work is called a &quot;modified version&quot; of
204
+ the earlier work or a work &quot;based on&quot; the earlier work.
205
+ </p>
206
+ <pre>
207
+ A &quot;covered work&quot; means either the unmodified Program or a work based
208
+ </pre>
209
+ <p>
210
+ on the Program.
211
+ </p>
212
+ <pre>
213
+ To &quot;propagate&quot; a work means to do anything with it that, without
214
+ </pre>
215
+ <p>
216
+ permission, would make you directly or secondarily liable for infringement
217
+ under applicable copyright law, except executing it on a computer or
218
+ modifying a private copy. Propagation includes copying, distribution (with
219
+ or without modification), making available to the public, and in some
220
+ countries other activities as well.
221
+ </p>
222
+ <pre>
223
+ To &quot;convey&quot; a work means any kind of propagation that enables other
224
+ </pre>
225
+ <p>
226
+ parties to make or receive copies. Mere interaction with a user through a
227
+ computer network, with no transfer of a copy, is not conveying.
228
+ </p>
229
+ <pre>
230
+ An interactive user interface displays &quot;Appropriate Legal Notices&quot;
231
+ </pre>
232
+ <p>
233
+ to the extent that it includes a convenient and prominently visible feature
234
+ that (1) displays an appropriate copyright notice, and (2) tells the user
235
+ that there is no warranty for the work (except to the extent that
236
+ warranties are provided), that licensees may convey the work under this
237
+ License, and how to view a copy of this License. If the interface presents
238
+ a list of user commands or options, such as a menu, a prominent item in the
239
+ list meets this criterion.
240
+ </p>
241
+ <pre>
242
+ 1. Source Code.
243
+
244
+ The &quot;source code&quot; for a work means the preferred form of the work
245
+ </pre>
246
+ <p>
247
+ for making modifications to it. &quot;Object code&quot; means any
248
+ non-source form of a work.
249
+ </p>
250
+ <pre>
251
+ A &quot;Standard Interface&quot; means an interface that either is an official
252
+ </pre>
253
+ <p>
254
+ standard defined by a recognized standards body, or, in the case of
255
+ interfaces specified for a particular programming language, one that is
256
+ widely used among developers working in that language.
257
+ </p>
258
+ <pre>
259
+ The &quot;System Libraries&quot; of an executable work include anything, other
260
+ </pre>
261
+ <p>
262
+ than the work as a whole, that (a) is included in the normal form of
263
+ packaging a Major Component, but which is not part of that Major Component,
264
+ and (b) serves only to enable use of the work with that Major Component, or
265
+ to implement a Standard Interface for which an implementation is available
266
+ to the public in source code form. A &quot;Major Component&quot;, in this
267
+ context, means a major essential component (kernel, window system, and so
268
+ on) of the specific operating system (if any) on which the executable work
269
+ runs, or a compiler used to produce the work, or an object code interpreter
270
+ used to run it.
271
+ </p>
272
+ <pre>
273
+ The &quot;Corresponding Source&quot; for a work in object code form means all
274
+ </pre>
275
+ <p>
276
+ the source code needed to generate, install, and (for an executable work)
277
+ run the object code and to modify the work, including scripts to control
278
+ those activities. However, it does not include the work&#8216;s System
279
+ Libraries, or general-purpose tools or generally available free programs
280
+ which are used unmodified in performing those activities but which are not
281
+ part of the work. For example, Corresponding Source includes interface
282
+ definition files associated with source files for the work, and the source
283
+ code for shared libraries and dynamically linked subprograms that the work
284
+ is specifically designed to require, such as by intimate data communication
285
+ or control flow between those subprograms and other parts of the work.
286
+ </p>
287
+ <pre>
288
+ The Corresponding Source need not include anything that users
289
+ </pre>
290
+ <p>
291
+ can regenerate automatically from other parts of the Corresponding Source.
292
+ </p>
293
+ <pre>
294
+ The Corresponding Source for a work in source code form is that
295
+ </pre>
296
+ <p>
297
+ same work.
298
+ </p>
299
+ <pre>
300
+ 2. Basic Permissions.
301
+
302
+ All rights granted under this License are granted for the term of
303
+ </pre>
304
+ <p>
305
+ copyright on the Program, and are irrevocable provided the stated
306
+ conditions are met. This License explicitly affirms your unlimited
307
+ permission to run the unmodified Program. The output from running a covered
308
+ work is covered by this License only if the output, given its content,
309
+ constitutes a covered work. This License acknowledges your rights of fair
310
+ use or other equivalent, as provided by copyright law.
311
+ </p>
312
+ <pre>
313
+ You may make, run and propagate covered works that you do not
314
+ </pre>
315
+ <p>
316
+ convey, without conditions so long as your license otherwise remains in
317
+ force. You may convey covered works to others for the sole purpose of
318
+ having them make modifications exclusively for you, or provide you with
319
+ facilities for running those works, provided that you comply with the terms
320
+ of this License in conveying all material for which you do not control
321
+ copyright. Those thus making or running the covered works for you must do
322
+ so exclusively on your behalf, under your direction and control, on terms
323
+ that prohibit them from making any copies of your copyrighted material
324
+ outside their relationship with you.
325
+ </p>
326
+ <pre>
327
+ Conveying under any other circumstances is permitted solely under
328
+ </pre>
329
+ <p>
330
+ the conditions stated below. Sublicensing is not allowed; section 10 makes
331
+ it unnecessary.
332
+ </p>
333
+ <pre>
334
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
335
+
336
+ No covered work shall be deemed part of an effective technological
337
+ </pre>
338
+ <p>
339
+ measure under any applicable law fulfilling obligations under article 11 of
340
+ the WIPO copyright treaty adopted on 20 December 1996, or similar laws
341
+ prohibiting or restricting circumvention of such measures.
342
+ </p>
343
+ <pre>
344
+ When you convey a covered work, you waive any legal power to forbid
345
+ </pre>
346
+ <p>
347
+ circumvention of technological measures to the extent such circumvention is
348
+ effected by exercising rights under this License with respect to the
349
+ covered work, and you disclaim any intention to limit operation or
350
+ modification of the work as a means of enforcing, against the work&#8216;s
351
+ users, your or third parties&#8217; legal rights to forbid circumvention of
352
+ technological measures.
353
+ </p>
354
+ <pre>
355
+ 4. Conveying Verbatim Copies.
356
+
357
+ You may convey verbatim copies of the Program's source code as you
358
+ </pre>
359
+ <p>
360
+ receive it, in any medium, provided that you conspicuously and
361
+ appropriately publish on each copy an appropriate copyright notice; keep
362
+ intact all notices stating that this License and any non-permissive terms
363
+ added in accord with section 7 apply to the code; keep intact all notices
364
+ of the absence of any warranty; and give all recipients a copy of this
365
+ License along with the Program.
366
+ </p>
367
+ <pre>
368
+ You may charge any price or no price for each copy that you convey,
369
+ </pre>
370
+ <p>
371
+ and you may offer support or warranty protection for a fee.
372
+ </p>
373
+ <pre>
374
+ 5. Conveying Modified Source Versions.
375
+
376
+ You may convey a work based on the Program, or the modifications to
377
+ </pre>
378
+ <p>
379
+ produce it from the Program, in the form of source code under the terms of
380
+ section 4, provided that you also meet all of these conditions:
381
+ </p>
382
+ <pre>
383
+ a) The work must carry prominent notices stating that you modified
384
+ it, and giving a relevant date.
385
+
386
+ b) The work must carry prominent notices stating that it is
387
+ released under this License and any conditions added under section
388
+ 7. This requirement modifies the requirement in section 4 to
389
+ &quot;keep intact all notices&quot;.
390
+
391
+ c) You must license the entire work, as a whole, under this
392
+ License to anyone who comes into possession of a copy. This
393
+ License will therefore apply, along with any applicable section 7
394
+ additional terms, to the whole of the work, and all its parts,
395
+ regardless of how they are packaged. This License gives no
396
+ permission to license the work in any other way, but it does not
397
+ invalidate such permission if you have separately received it.
398
+
399
+ d) If the work has interactive user interfaces, each must display
400
+ Appropriate Legal Notices; however, if the Program has interactive
401
+ interfaces that do not display Appropriate Legal Notices, your
402
+ work need not make them do so.
403
+
404
+ A compilation of a covered work with other separate and independent
405
+ </pre>
406
+ <p>
407
+ works, which are not by their nature extensions of the covered work, and
408
+ which are not combined with it such as to form a larger program, in or on a
409
+ volume of a storage or distribution medium, is called an
410
+ &quot;aggregate&quot; if the compilation and its resulting copyright are
411
+ not used to limit the access or legal rights of the compilation&#8216;s
412
+ users beyond what the individual works permit. Inclusion of a covered work
413
+ in an aggregate does not cause this License to apply to the other parts of
414
+ the aggregate.
415
+ </p>
416
+ <pre>
417
+ 6. Conveying Non-Source Forms.
418
+
419
+ You may convey a covered work in object code form under the terms
420
+ </pre>
421
+ <p>
422
+ of sections 4 and 5, provided that you also convey the machine-readable
423
+ Corresponding Source under the terms of this License, in one of these ways:
424
+ </p>
425
+ <pre>
426
+ a) Convey the object code in, or embodied in, a physical product
427
+ (including a physical distribution medium), accompanied by the
428
+ Corresponding Source fixed on a durable physical medium
429
+ customarily used for software interchange.
430
+
431
+ b) Convey the object code in, or embodied in, a physical product
432
+ (including a physical distribution medium), accompanied by a
433
+ written offer, valid for at least three years and valid for as
434
+ long as you offer spare parts or customer support for that product
435
+ model, to give anyone who possesses the object code either (1) a
436
+ copy of the Corresponding Source for all the software in the
437
+ product that is covered by this License, on a durable physical
438
+ medium customarily used for software interchange, for a price no
439
+ more than your reasonable cost of physically performing this
440
+ conveying of source, or (2) access to copy the
441
+ Corresponding Source from a network server at no charge.
442
+
443
+ c) Convey individual copies of the object code with a copy of the
444
+ written offer to provide the Corresponding Source. This
445
+ alternative is allowed only occasionally and noncommercially, and
446
+ only if you received the object code with such an offer, in accord
447
+ with subsection 6b.
448
+
449
+ d) Convey the object code by offering access from a designated
450
+ place (gratis or for a charge), and offer equivalent access to the
451
+ Corresponding Source in the same way through the same place at no
452
+ further charge. You need not require recipients to copy the
453
+ Corresponding Source along with the object code. If the place to
454
+ copy the object code is a network server, the Corresponding Source
455
+ may be on a different server (operated by you or a third party)
456
+ that supports equivalent copying facilities, provided you maintain
457
+ clear directions next to the object code saying where to find the
458
+ Corresponding Source. Regardless of what server hosts the
459
+ Corresponding Source, you remain obligated to ensure that it is
460
+ available for as long as needed to satisfy these requirements.
461
+
462
+ e) Convey the object code using peer-to-peer transmission, provided
463
+ you inform other peers where the object code and Corresponding
464
+ Source of the work are being offered to the general public at no
465
+ charge under subsection 6d.
466
+
467
+ A separable portion of the object code, whose source code is excluded
468
+ </pre>
469
+ <p>
470
+ from the Corresponding Source as a System Library, need not be included in
471
+ conveying the object code work.
472
+ </p>
473
+ <pre>
474
+ A &quot;User Product&quot; is either (1) a &quot;consumer product&quot;, which means any
475
+ </pre>
476
+ <p>
477
+ tangible personal property which is normally used for personal, family, or
478
+ household purposes, or (2) anything designed or sold for incorporation into
479
+ a dwelling. In determining whether a product is a consumer product,
480
+ doubtful cases shall be resolved in favor of coverage. For a particular
481
+ product received by a particular user, &quot;normally used&quot; refers to
482
+ a typical or common use of that class of product, regardless of the status
483
+ of the particular user or of the way in which the particular user actually
484
+ uses, or expects or is expected to use, the product. A product is a
485
+ consumer product regardless of whether the product has substantial
486
+ commercial, industrial or non-consumer uses, unless such uses represent the
487
+ only significant mode of use of the product.
488
+ </p>
489
+ <pre>
490
+ &quot;Installation Information&quot; for a User Product means any methods,
491
+ </pre>
492
+ <p>
493
+ procedures, authorization keys, or other information required to install
494
+ and execute modified versions of a covered work in that User Product from a
495
+ modified version of its Corresponding Source. The information must suffice
496
+ to ensure that the continued functioning of the modified object code is in
497
+ no case prevented or interfered with solely because modification has been
498
+ made.
499
+ </p>
500
+ <pre>
501
+ If you convey an object code work under this section in, or with, or
502
+ </pre>
503
+ <p>
504
+ specifically for use in, a User Product, and the conveying occurs as part
505
+ of a transaction in which the right of possession and use of the User
506
+ Product is transferred to the recipient in perpetuity or for a fixed term
507
+ (regardless of how the transaction is characterized), the Corresponding
508
+ Source conveyed under this section must be accompanied by the Installation
509
+ Information. But this requirement does not apply if neither you nor any
510
+ third party retains the ability to install modified object code on the User
511
+ Product (for example, the work has been installed in ROM).
512
+ </p>
513
+ <pre>
514
+ The requirement to provide Installation Information does not include a
515
+ </pre>
516
+ <p>
517
+ requirement to continue to provide support service, warranty, or updates
518
+ for a work that has been modified or installed by the recipient, or for the
519
+ User Product in which it has been modified or installed. Access to a
520
+ network may be denied when the modification itself materially and adversely
521
+ affects the operation of the network or violates the rules and protocols
522
+ for communication across the network.
523
+ </p>
524
+ <pre>
525
+ Corresponding Source conveyed, and Installation Information provided,
526
+ </pre>
527
+ <p>
528
+ in accord with this section must be in a format that is publicly documented
529
+ (and with an implementation available to the public in source code form),
530
+ and must require no special password or key for unpacking, reading or
531
+ copying.
532
+ </p>
533
+ <pre>
534
+ 7. Additional Terms.
535
+
536
+ &quot;Additional permissions&quot; are terms that supplement the terms of this
537
+ </pre>
538
+ <p>
539
+ License by making exceptions from one or more of its conditions. Additional
540
+ permissions that are applicable to the entire Program shall be treated as
541
+ though they were included in this License, to the extent that they are
542
+ valid under applicable law. If additional permissions apply only to part of
543
+ the Program, that part may be used separately under those permissions, but
544
+ the entire Program remains governed by this License without regard to the
545
+ additional permissions.
546
+ </p>
547
+ <pre>
548
+ When you convey a copy of a covered work, you may at your option
549
+ </pre>
550
+ <p>
551
+ remove any additional permissions from that copy, or from any part of it.
552
+ (Additional permissions may be written to require their own removal in
553
+ certain cases when you modify the work.) You may place additional
554
+ permissions on material, added by you to a covered work, for which you have
555
+ or can give appropriate copyright permission.
556
+ </p>
557
+ <pre>
558
+ Notwithstanding any other provision of this License, for material you
559
+ </pre>
560
+ <p>
561
+ add to a covered work, you may (if authorized by the copyright holders of
562
+ that material) supplement the terms of this License with terms:
563
+ </p>
564
+ <pre>
565
+ a) Disclaiming warranty or limiting liability differently from the
566
+ terms of sections 15 and 16 of this License; or
567
+
568
+ b) Requiring preservation of specified reasonable legal notices or
569
+ author attributions in that material or in the Appropriate Legal
570
+ Notices displayed by works containing it; or
571
+
572
+ c) Prohibiting misrepresentation of the origin of that material, or
573
+ requiring that modified versions of such material be marked in
574
+ reasonable ways as different from the original version; or
575
+
576
+ d) Limiting the use for publicity purposes of names of licensors or
577
+ authors of the material; or
578
+
579
+ e) Declining to grant rights under trademark law for use of some
580
+ trade names, trademarks, or service marks; or
581
+
582
+ f) Requiring indemnification of licensors and authors of that
583
+ material by anyone who conveys the material (or modified versions of
584
+ it) with contractual assumptions of liability to the recipient, for
585
+ any liability that these contractual assumptions directly impose on
586
+ those licensors and authors.
587
+
588
+ All other non-permissive additional terms are considered &quot;further
589
+ </pre>
590
+ <p>
591
+ restrictions&quot; within the meaning of section 10. If the Program as you
592
+ received it, or any part of it, contains a notice stating that it is
593
+ governed by this License along with a term that is a further restriction,
594
+ you may remove that term. If a license document contains a further
595
+ restriction but permits relicensing or conveying under this License, you
596
+ may add to a covered work material governed by the terms of that license
597
+ document, provided that the further restriction does not survive such
598
+ relicensing or conveying.
599
+ </p>
600
+ <pre>
601
+ If you add terms to a covered work in accord with this section, you
602
+ </pre>
603
+ <p>
604
+ must place, in the relevant source files, a statement of the additional
605
+ terms that apply to those files, or a notice indicating where to find the
606
+ applicable terms.
607
+ </p>
608
+ <pre>
609
+ Additional terms, permissive or non-permissive, may be stated in the
610
+ </pre>
611
+ <p>
612
+ form of a separately written license, or stated as exceptions; the above
613
+ requirements apply either way.
614
+ </p>
615
+ <pre>
616
+ 8. Termination.
617
+
618
+ You may not propagate or modify a covered work except as expressly
619
+ </pre>
620
+ <p>
621
+ provided under this License. Any attempt otherwise to propagate or modify
622
+ it is void, and will automatically terminate your rights under this License
623
+ (including any patent licenses granted under the third paragraph of section
624
+ 11).
625
+ </p>
626
+ <pre>
627
+ However, if you cease all violation of this License, then your
628
+ </pre>
629
+ <p>
630
+ license from a particular copyright holder is reinstated (a) provisionally,
631
+ unless and until the copyright holder explicitly and finally terminates
632
+ your license, and (b) permanently, if the copyright holder fails to notify
633
+ you of the violation by some reasonable means prior to 60 days after the
634
+ cessation.
635
+ </p>
636
+ <pre>
637
+ Moreover, your license from a particular copyright holder is
638
+ </pre>
639
+ <p>
640
+ reinstated permanently if the copyright holder notifies you of the
641
+ violation by some reasonable means, this is the first time you have
642
+ received notice of violation of this License (for any work) from that
643
+ copyright holder, and you cure the violation prior to 30 days after your
644
+ receipt of the notice.
645
+ </p>
646
+ <pre>
647
+ Termination of your rights under this section does not terminate the
648
+ </pre>
649
+ <p>
650
+ licenses of parties who have received copies or rights from you under this
651
+ License. If your rights have been terminated and not permanently
652
+ reinstated, you do not qualify to receive new licenses for the same
653
+ material under section 10.
654
+ </p>
655
+ <pre>
656
+ 9. Acceptance Not Required for Having Copies.
657
+
658
+ You are not required to accept this License in order to receive or
659
+ </pre>
660
+ <p>
661
+ run a copy of the Program. Ancillary propagation of a covered work
662
+ occurring solely as a consequence of using peer-to-peer transmission to
663
+ receive a copy likewise does not require acceptance. However, nothing other
664
+ than this License grants you permission to propagate or modify any covered
665
+ work. These actions infringe copyright if you do not accept this License.
666
+ Therefore, by modifying or propagating a covered work, you indicate your
667
+ acceptance of this License to do so.
668
+ </p>
669
+ <pre>
670
+ 10. Automatic Licensing of Downstream Recipients.
671
+
672
+ Each time you convey a covered work, the recipient automatically
673
+ </pre>
674
+ <p>
675
+ receives a license from the original licensors, to run, modify and
676
+ propagate that work, subject to this License. You are not responsible for
677
+ enforcing compliance by third parties with this License.
678
+ </p>
679
+ <pre>
680
+ An &quot;entity transaction&quot; is a transaction transferring control of an
681
+ </pre>
682
+ <p>
683
+ organization, or substantially all assets of one, or subdividing an
684
+ organization, or merging organizations. If propagation of a covered work
685
+ results from an entity transaction, each party to that transaction who
686
+ receives a copy of the work also receives whatever licenses to the work the
687
+ party&#8216;s predecessor in interest had or could give under the previous
688
+ paragraph, plus a right to possession of the Corresponding Source of the
689
+ work from the predecessor in interest, if the predecessor has it or can get
690
+ it with reasonable efforts.
691
+ </p>
692
+ <pre>
693
+ You may not impose any further restrictions on the exercise of the
694
+ </pre>
695
+ <p>
696
+ rights granted or affirmed under this License. For example, you may not
697
+ impose a license fee, royalty, or other charge for exercise of rights
698
+ granted under this License, and you may not initiate litigation (including
699
+ a cross-claim or counterclaim in a lawsuit) alleging that any patent claim
700
+ is infringed by making, using, selling, offering for sale, or importing the
701
+ Program or any portion of it.
702
+ </p>
703
+ <pre>
704
+ 11. Patents.
705
+
706
+ A &quot;contributor&quot; is a copyright holder who authorizes use under this
707
+ </pre>
708
+ <p>
709
+ License of the Program or a work on which the Program is based. The work
710
+ thus licensed is called the contributor&#8216;s &quot;contributor
711
+ version&quot;.
712
+ </p>
713
+ <pre>
714
+ A contributor's &quot;essential patent claims&quot; are all patent claims
715
+ </pre>
716
+ <p>
717
+ owned or controlled by the contributor, whether already acquired or
718
+ hereafter acquired, that would be infringed by some manner, permitted by
719
+ this License, of making, using, or selling its contributor version, but do
720
+ not include claims that would be infringed only as a consequence of further
721
+ modification of the contributor version. For purposes of this definition,
722
+ &quot;control&quot; includes the right to grant patent sublicenses in a
723
+ manner consistent with the requirements of this License.
724
+ </p>
725
+ <pre>
726
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
727
+ </pre>
728
+ <p>
729
+ patent license under the contributor&#8216;s essential patent claims, to
730
+ make, use, sell, offer for sale, import and otherwise run, modify and
731
+ propagate the contents of its contributor version.
732
+ </p>
733
+ <pre>
734
+ In the following three paragraphs, a &quot;patent license&quot; is any express
735
+ </pre>
736
+ <p>
737
+ agreement or commitment, however denominated, not to enforce a patent (such
738
+ as an express permission to practice a patent or covenant not to sue for
739
+ patent infringement). To &quot;grant&quot; such a patent license to a party
740
+ means to make such an agreement or commitment not to enforce a patent
741
+ against the party.
742
+ </p>
743
+ <pre>
744
+ If you convey a covered work, knowingly relying on a patent license,
745
+ </pre>
746
+ <p>
747
+ and the Corresponding Source of the work is not available for anyone to
748
+ copy, free of charge and under the terms of this License, through a
749
+ publicly available network server or other readily accessible means, then
750
+ you must either (1) cause the Corresponding Source to be so available, or
751
+ (2) arrange to deprive yourself of the benefit of the patent license for
752
+ this particular work, or (3) arrange, in a manner consistent with the
753
+ requirements of this License, to extend the patent license to downstream
754
+ recipients. &quot;Knowingly relying&quot; means you have actual knowledge
755
+ that, but for the patent license, your conveying the covered work in a
756
+ country, or your recipient&#8216;s use of the covered work in a country,
757
+ would infringe one or more identifiable patents in that country that you
758
+ have reason to believe are valid.
759
+ </p>
760
+ <pre>
761
+ If, pursuant to or in connection with a single transaction or
762
+ </pre>
763
+ <p>
764
+ arrangement, you convey, or propagate by procuring conveyance of, a covered
765
+ work, and grant a patent license to some of the parties receiving the
766
+ covered work authorizing them to use, propagate, modify or convey a
767
+ specific copy of the covered work, then the patent license you grant is
768
+ automatically extended to all recipients of the covered work and works
769
+ based on it.
770
+ </p>
771
+ <pre>
772
+ A patent license is &quot;discriminatory&quot; if it does not include within
773
+ </pre>
774
+ <p>
775
+ the scope of its coverage, prohibits the exercise of, or is conditioned on
776
+ the non-exercise of one or more of the rights that are specifically granted
777
+ under this License. You may not convey a covered work if you are a party to
778
+ an arrangement with a third party that is in the business of distributing
779
+ software, under which you make payment to the third party based on the
780
+ extent of your activity of conveying the work, and under which the third
781
+ party grants, to any of the parties who would receive the covered work from
782
+ you, a discriminatory patent license (a) in connection with copies of the
783
+ covered work conveyed by you (or copies made from those copies), or (b)
784
+ primarily for and in connection with specific products or compilations that
785
+ contain the covered work, unless you entered into that arrangement, or that
786
+ patent license was granted, prior to 28 March 2007.
787
+ </p>
788
+ <pre>
789
+ Nothing in this License shall be construed as excluding or limiting
790
+ </pre>
791
+ <p>
792
+ any implied license or other defenses to infringement that may otherwise be
793
+ available to you under applicable patent law.
794
+ </p>
795
+ <pre>
796
+ 12. No Surrender of Others' Freedom.
797
+
798
+ If conditions are imposed on you (whether by court order, agreement or
799
+ </pre>
800
+ <p>
801
+ otherwise) that contradict the conditions of this License, they do not
802
+ excuse you from the conditions of this License. If you cannot convey a
803
+ covered work so as to satisfy simultaneously your obligations under this
804
+ License and any other pertinent obligations, then as a consequence you may
805
+ not convey it at all. For example, if you agree to terms that obligate you
806
+ to collect a royalty for further conveying from those to whom you convey
807
+ the Program, the only way you could satisfy both those terms and this
808
+ License would be to refrain entirely from conveying the Program.
809
+ </p>
810
+ <pre>
811
+ 13. Use with the GNU Affero General Public License.
812
+
813
+ Notwithstanding any other provision of this License, you have
814
+ </pre>
815
+ <p>
816
+ permission to link or combine any covered work with a work licensed under
817
+ version 3 of the GNU Affero General Public License into a single combined
818
+ work, and to convey the resulting work. The terms of this License will
819
+ continue to apply to the part which is the covered work, but the special
820
+ requirements of the GNU Affero General Public License, section 13,
821
+ concerning interaction through a network will apply to the combination as
822
+ such.
823
+ </p>
824
+ <pre>
825
+ 14. Revised Versions of this License.
826
+
827
+ The Free Software Foundation may publish revised and/or new versions of
828
+ </pre>
829
+ <p>
830
+ the GNU General Public License from time to time. Such new versions will be
831
+ similar in spirit to the present version, but may differ in detail to
832
+ address new problems or concerns.
833
+ </p>
834
+ <pre>
835
+ Each version is given a distinguishing version number. If the
836
+ </pre>
837
+ <p>
838
+ Program specifies that a certain numbered version of the GNU General Public
839
+ License &quot;or any later version&quot; applies to it, you have the option
840
+ of following the terms and conditions either of that numbered version or of
841
+ any later version published by the Free Software Foundation. If the Program
842
+ does not specify a version number of the GNU General Public License, you
843
+ may choose any version ever published by the Free Software Foundation.
844
+ </p>
845
+ <pre>
846
+ If the Program specifies that a proxy can decide which future
847
+ </pre>
848
+ <p>
849
+ versions of the GNU General Public License can be used, that proxy&#8216;s
850
+ public statement of acceptance of a version permanently authorizes you to
851
+ choose that version for the Program.
852
+ </p>
853
+ <pre>
854
+ Later license versions may give you additional or different
855
+ </pre>
856
+ <p>
857
+ permissions. However, no additional obligations are imposed on any author
858
+ or copyright holder as a result of your choosing to follow a later version.
859
+ </p>
860
+ <pre>
861
+ 15. Disclaimer of Warranty.
862
+
863
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
864
+ </pre>
865
+ <p>
866
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
867
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM &quot;AS IS&quot; WITHOUT
868
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
869
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
870
+ PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF
871
+ THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
872
+ COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
873
+ </p>
874
+ <pre>
875
+ 16. Limitation of Liability.
876
+
877
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
878
+ </pre>
879
+ <p>
880
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
881
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
882
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
883
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
884
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
885
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
886
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
887
+ SUCH DAMAGES.
888
+ </p>
889
+ <pre>
890
+ 17. Interpretation of Sections 15 and 16.
891
+
892
+ If the disclaimer of warranty and limitation of liability provided
893
+ </pre>
894
+ <p>
895
+ above cannot be given local legal effect according to their terms,
896
+ reviewing courts shall apply local law that most closely approximates an
897
+ absolute waiver of all civil liability in connection with the Program,
898
+ unless a warranty or assumption of liability accompanies a copy of the
899
+ Program in return for a fee.
900
+ </p>
901
+ <pre>
902
+ END OF TERMS AND CONDITIONS
903
+
904
+ How to Apply These Terms to Your New Programs
905
+
906
+ If you develop a new program, and you want it to be of the greatest
907
+ </pre>
908
+ <p>
909
+ possible use to the public, the best way to achieve this is to make it free
910
+ software which everyone can redistribute and change under these terms.
911
+ </p>
912
+ <pre>
913
+ To do so, attach the following notices to the program. It is safest
914
+ </pre>
915
+ <p>
916
+ to attach them to the start of each source file to most effectively state
917
+ the exclusion of warranty; and each file should have at least the
918
+ &quot;copyright&quot; line and a pointer to where the full notice is found.
919
+ </p>
920
+ <pre>
921
+ &lt;one line to give the program's name and a brief idea of what it does.&gt;
922
+ Copyright (C) &lt;year&gt; &lt;name of author&gt;
923
+
924
+ This program is free software: you can redistribute it and/or modify
925
+ it under the terms of the GNU General Public License as published by
926
+ the Free Software Foundation, either version 3 of the License, or
927
+ (at your option) any later version.
928
+
929
+ This program is distributed in the hope that it will be useful,
930
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
931
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
932
+ GNU General Public License for more details.
933
+
934
+ You should have received a copy of the GNU General Public License
935
+ along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.
936
+ </pre>
937
+ <p>
938
+ Also add information on how to contact you by electronic and paper mail.
939
+ </p>
940
+ <pre>
941
+ If the program does terminal interaction, make it output a short
942
+ </pre>
943
+ <p>
944
+ notice like this when it starts in an interactive mode:
945
+ </p>
946
+ <pre>
947
+ &lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
948
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
949
+ This is free software, and you are welcome to redistribute it
950
+ under certain conditions; type `show c' for details.
951
+ </pre>
952
+ <p>
953
+ The hypothetical commands `show w&#8217; and `show c&#8217; should show the
954
+ appropriate parts of the General Public License. Of course, your
955
+ program&#8216;s commands might be different; for a GUI interface, you would
956
+ use an &quot;about box&quot;.
957
+ </p>
958
+ <pre>
959
+ You should also get your employer (if you work as a programmer) or school,
960
+ </pre>
961
+ <p>
962
+ if any, to sign a &quot;copyright disclaimer&quot; for the program, if
963
+ necessary. For more information on this, and how to apply and follow the
964
+ GNU GPL, see &lt;<a
965
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/&gt;.
966
+ </p>
967
+ <pre>
968
+ The GNU General Public License does not permit incorporating your program
969
+ </pre>
970
+ <p>
971
+ into proprietary programs. If your program is a subroutine library, you may
972
+ consider it more useful to permit linking proprietary applications with the
973
+ library. If this is what you want to do, use the GNU Lesser General Public
974
+ License instead of this License. But first, please read &lt;<a
975
+ href="http://www.gnu.org/philosophy/why-not-lgpl.html">www.gnu.org/philosophy/why-not-lgpl.html</a>&gt;.
976
+ </p>
977
+ </div>
978
+
979
+
980
+
981
+
982
+
983
+
984
+
985
+
986
+
987
+ </div>
988
+
989
+ </div>
990
+
991
+ </body>
992
+ </html>