gravaty 8.0.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gravaty might be problematic. Click here for more details.

Files changed (137) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +587 -0
  3. data/COPYING.md +234 -0
  4. data/Gemfile +17 -0
  5. data/ISSUES.md +40 -0
  6. data/README.md +128 -0
  7. data/Rakefile +48 -0
  8. data/acknowledgements.md +40 -0
  9. data/authors.md +44 -0
  10. data/copyright.md +339 -0
  11. data/examples/avatar.rb +121 -0
  12. data/examples/basics.rb +60 -0
  13. data/examples/profile.rb +143 -0
  14. data/examples/xmlrpc.rb +33 -0
  15. data/gravaty.gemspec +59 -0
  16. data/gravaty.odp +0 -0
  17. data/gravaty.pdf +0 -0
  18. data/html/CHANGELOG.html +876 -0
  19. data/html/COPYING_md.html +803 -0
  20. data/html/Gemfile.html +114 -0
  21. data/html/Gravaty.html +322 -0
  22. data/html/Gravaty/Gravaty.html +997 -0
  23. data/html/Gravaty/ParsableDuckType.html +158 -0
  24. data/html/Gravaty/Parser.html +233 -0
  25. data/html/Gravaty/Parsers.html +94 -0
  26. data/html/Gravaty/Parsers/Avatar.html +166 -0
  27. data/html/Gravaty/Parsers/Callback.html +167 -0
  28. data/html/Gravaty/Parsers/Default.html +174 -0
  29. data/html/Gravaty/Parsers/Force.html +167 -0
  30. data/html/Gravaty/Parsers/Format.html +177 -0
  31. data/html/Gravaty/Parsers/Pixelsize.html +177 -0
  32. data/html/Gravaty/Parsers/Rating.html +177 -0
  33. data/html/Gravaty/Parsers/Secure.html +166 -0
  34. data/html/Gravaty/Parsers/Type.html +177 -0
  35. data/html/Gravaty/Utils.html +107 -0
  36. data/html/Gravaty/Utils/Downloader.html +106 -0
  37. data/html/Gravaty/Utils/Downloader/Downloader.html +224 -0
  38. data/html/Gravaty/Utils/Raisers.html +199 -0
  39. data/html/Gravaty/Utils/Rfc5322.html +149 -0
  40. data/html/Gravaty/Utils/RpcConnector.html +106 -0
  41. data/html/Gravaty/Utils/RpcConnector/RpcConnector.html +241 -0
  42. data/html/ISSUES_md.html +165 -0
  43. data/html/Object.html +183 -0
  44. data/html/README_md.html +436 -0
  45. data/html/Rakefile.html +152 -0
  46. data/html/acknowledgements_md.html +172 -0
  47. data/html/authors_md.html +178 -0
  48. data/html/copyright_md.html +553 -0
  49. data/html/created.rid +59 -0
  50. data/html/css/fonts.css +167 -0
  51. data/html/css/rdoc.css +590 -0
  52. data/html/fonts/Lato-Light.ttf +0 -0
  53. data/html/fonts/Lato-LightItalic.ttf +0 -0
  54. data/html/fonts/Lato-Regular.ttf +0 -0
  55. data/html/fonts/Lato-RegularItalic.ttf +0 -0
  56. data/html/fonts/SourceCodePro-Bold.ttf +0 -0
  57. data/html/fonts/SourceCodePro-Regular.ttf +0 -0
  58. data/html/gravaty_gemspec.html +162 -0
  59. data/html/images/add.png +0 -0
  60. data/html/images/arrow_up.png +0 -0
  61. data/html/images/brick.png +0 -0
  62. data/html/images/brick_link.png +0 -0
  63. data/html/images/bug.png +0 -0
  64. data/html/images/bullet_black.png +0 -0
  65. data/html/images/bullet_toggle_minus.png +0 -0
  66. data/html/images/bullet_toggle_plus.png +0 -0
  67. data/html/images/date.png +0 -0
  68. data/html/images/delete.png +0 -0
  69. data/html/images/find.png +0 -0
  70. data/html/images/loadingAnimation.gif +0 -0
  71. data/html/images/macFFBgHack.png +0 -0
  72. data/html/images/package.png +0 -0
  73. data/html/images/page_green.png +0 -0
  74. data/html/images/page_white_text.png +0 -0
  75. data/html/images/page_white_width.png +0 -0
  76. data/html/images/plugin.png +0 -0
  77. data/html/images/ruby.png +0 -0
  78. data/html/images/tag_blue.png +0 -0
  79. data/html/images/tag_green.png +0 -0
  80. data/html/images/transparent.png +0 -0
  81. data/html/images/wrench.png +0 -0
  82. data/html/images/wrench_orange.png +0 -0
  83. data/html/images/zoom.png +0 -0
  84. data/html/index.html +467 -0
  85. data/html/js/darkfish.js +161 -0
  86. data/html/js/jquery.js +4 -0
  87. data/html/js/navigation.js +142 -0
  88. data/html/js/navigation.js.gz +0 -0
  89. data/html/js/search.js +109 -0
  90. data/html/js/search_index.js +1 -0
  91. data/html/js/search_index.js.gz +0 -0
  92. data/html/js/searcher.js +229 -0
  93. data/html/js/searcher.js.gz +0 -0
  94. data/html/table_of_contents.html +479 -0
  95. data/lib/gravaty.rb +59 -0
  96. data/lib/gravaty/application.rb +272 -0
  97. data/lib/gravaty/constants.rb +53 -0
  98. data/lib/gravaty/locales/en.yml +34 -0
  99. data/lib/gravaty/locales/it.yml +34 -0
  100. data/lib/gravaty/locales/ja.yml +35 -0
  101. data/lib/gravaty/parser.rb +41 -0
  102. data/lib/gravaty/parsers/avatar.rb +33 -0
  103. data/lib/gravaty/parsers/callback.rb +34 -0
  104. data/lib/gravaty/parsers/default.rb +79 -0
  105. data/lib/gravaty/parsers/force.rb +33 -0
  106. data/lib/gravaty/parsers/format.rb +38 -0
  107. data/lib/gravaty/parsers/pixelsize.rb +38 -0
  108. data/lib/gravaty/parsers/rating.rb +38 -0
  109. data/lib/gravaty/parsers/secure.rb +32 -0
  110. data/lib/gravaty/parsers/type.rb +38 -0
  111. data/lib/gravaty/utils/downloader.rb +150 -0
  112. data/lib/gravaty/utils/raisers.rb +50 -0
  113. data/lib/gravaty/utils/rfc5322.rb +102 -0
  114. data/lib/gravaty/utils/rpc_connector.rb +71 -0
  115. data/lib/gravaty/version.rb +20 -0
  116. data/test/gravaty/locales/test_locales.rb +61 -0
  117. data/test/gravaty/parsers/test_avatar.rb +35 -0
  118. data/test/gravaty/parsers/test_callback.rb +37 -0
  119. data/test/gravaty/parsers/test_default.rb +69 -0
  120. data/test/gravaty/parsers/test_force.rb +35 -0
  121. data/test/gravaty/parsers/test_format.rb +48 -0
  122. data/test/gravaty/parsers/test_pixelsize.rb +50 -0
  123. data/test/gravaty/parsers/test_rating.rb +48 -0
  124. data/test/gravaty/parsers/test_secure.rb +35 -0
  125. data/test/gravaty/parsers/test_type.rb +37 -0
  126. data/test/gravaty/test_application.rb +111 -0
  127. data/test/gravaty/test_avatar.rb +115 -0
  128. data/test/gravaty/test_parsable_duck_type.rb +31 -0
  129. data/test/gravaty/test_parser.rb +55 -0
  130. data/test/gravaty/test_profile.rb +63 -0
  131. data/test/gravaty/utils/test_downloader.rb +43 -0
  132. data/test/gravaty/utils/test_raisers.rb +55 -0
  133. data/test/gravaty/utils/test_rfc5322.rb +58 -0
  134. data/test/gravaty/utils/test_rpc_connector.rb +74 -0
  135. data/test/test_gravaty.rb +44 -0
  136. data/test/test_helper.rb +77 -0
  137. metadata +315 -0
@@ -0,0 +1,803 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>COPYING - gravaty 8.0.0</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+ <div class="nav-section">
56
+ <h3>Table of Contents</h3>
57
+
58
+ <ul class="link-list" role="directory">
59
+ <li><a href="#label-GNU+GENERAL+PUBLIC+LICENSE">GNU GENERAL PUBLIC LICENSE</a>
60
+ <li><a href="#label-Version+3-2C+29+June+2007">Version 3, 29 June 2007</a>
61
+ <li><a href="#label-Preamble">Preamble</a>
62
+ <li><a href="#label-TERMS+AND+CONDITIONS">TERMS AND CONDITIONS</a>
63
+ <li><a href="#label-0.+Definitions.">0. Definitions.</a>
64
+ <li><a href="#label-1.+Source+Code.">1. Source Code.</a>
65
+ <li><a href="#label-2.+Basic+Permissions.">2. Basic Permissions.</a>
66
+ <li><a href="#label-3.+Protecting+Users-27+Legal+Rights+From+Anti-Circumvention+Law.">3. Protecting Users&#39; Legal Rights From Anti-Circumvention Law.</a>
67
+ <li><a href="#label-4.+Conveying+Verbatim+Copies.">4. Conveying Verbatim Copies.</a>
68
+ <li><a href="#label-5.+Conveying+Modified+Source+Versions.">5. Conveying Modified Source Versions.</a>
69
+ <li><a href="#label-6.+Conveying+Non-Source+Forms.">6. Conveying Non-Source Forms.</a>
70
+ <li><a href="#label-7.+Additional+Terms.">7. Additional Terms.</a>
71
+ <li><a href="#label-8.+Termination.">8. Termination.</a>
72
+ <li><a href="#label-9.+Acceptance+Not+Required+for+Having+Copies.">9. Acceptance Not Required for Having Copies.</a>
73
+ <li><a href="#label-10.+Automatic+Licensing+of+Downstream+Recipients.">10. Automatic Licensing of Downstream Recipients.</a>
74
+ <li><a href="#label-11.+Patents.">11. Patents.</a>
75
+ <li><a href="#label-12.+No+Surrender+of+Others-27+Freedom.">12. No Surrender of Others&#39; Freedom.</a>
76
+ <li><a href="#label-13.+Use+with+the+GNU+Affero+General+Public+License.">13. Use with the GNU Affero General Public License.</a>
77
+ <li><a href="#label-14.+Revised+Versions+of+this+License.">14. Revised Versions of this License.</a>
78
+ <li><a href="#label-15.+Disclaimer+of+Warranty.">15. Disclaimer of Warranty.</a>
79
+ <li><a href="#label-16.+Limitation+of+Liability.">16. Limitation of Liability.</a>
80
+ <li><a href="#label-17.+Interpretation+of+Sections+15+and+16.">17. Interpretation of Sections 15 and 16.</a>
81
+ <li><a href="#label-END+OF+TERMS+AND+CONDITIONS">END OF TERMS AND CONDITIONS</a>
82
+ <li><a href="#label-How+to+Apply+These+Terms+to+Your+New+Programs">How to Apply These Terms to Your New Programs</a>
83
+ </ul>
84
+ </div>
85
+
86
+
87
+ <div id="project-metadata">
88
+ <div id="fileindex-section" class="nav-section">
89
+ <h3>Pages</h3>
90
+
91
+ <ul class="link-list">
92
+
93
+ <li><a href="./CHANGELOG.html">CHANGELOG</a>
94
+
95
+ <li><a href="./COPYING_md.html">COPYING</a>
96
+
97
+ <li><a href="./Gemfile.html">Gemfile</a>
98
+
99
+ <li><a href="./ISSUES_md.html">ISSUES</a>
100
+
101
+ <li><a href="./README_md.html">README</a>
102
+
103
+ <li><a href="./Rakefile.html">Rakefile</a>
104
+
105
+ <li><a href="./acknowledgements_md.html">acknowledgements</a>
106
+
107
+ <li><a href="./authors_md.html">authors</a>
108
+
109
+ <li><a href="./copyright_md.html">copyright</a>
110
+
111
+ <li><a href="./gravaty_gemspec.html">gravaty.gemspec</a>
112
+
113
+ </ul>
114
+ </div>
115
+
116
+ </div>
117
+ </nav>
118
+
119
+ <main role="main" aria-label="Page COPYING.md">
120
+
121
+ <h1 id="label-GNU+GENERAL+PUBLIC+LICENSE">GNU GENERAL PUBLIC LICENSE<span><a href="#label-GNU+GENERAL+PUBLIC+LICENSE">&para;</a> <a href="#top">&uarr;</a></span></h1>
122
+
123
+ <h2 id="label-Version+3-2C+29+June+2007">Version 3, 29 June 2007<span><a href="#label-Version+3-2C+29+June+2007">&para;</a> <a href="#top">&uarr;</a></span></h2>
124
+
125
+ <p>Copyright (C) 2007 Free Software Foundation, Inc. <a
126
+ href="http://fsf.org">fsf.org</a>/</p>
127
+
128
+ <p>Everyone is permitted to copy and distribute verbatim copies of this
129
+ license document, but changing it is not allowed.</p>
130
+
131
+ <h2 id="label-Preamble">Preamble<span><a href="#label-Preamble">&para;</a> <a href="#top">&uarr;</a></span></h2>
132
+
133
+ <p>The GNU General Public License is a free, copyleft license for software and
134
+ other kinds of works.</p>
135
+
136
+ <p>The licenses for most software and other practical works are designed to
137
+ take away your freedom to share and change the works. By contrast, the GNU
138
+ General Public License is intended to guarantee your freedom to share and
139
+ change all versions of a program–to make sure it remains free software for
140
+ all its users. We, the Free Software Foundation, use the GNU General Public
141
+ License for most of our software; it applies also to any other work
142
+ released this way by its <a href="authors_md.html">authors</a>. You can
143
+ apply it to your programs, too.</p>
144
+
145
+ <p>When we speak of free software, we are referring to freedom, not price. Our
146
+ General Public Licenses are designed to make sure that you have the freedom
147
+ to distribute copies of free software (and charge for them if you wish),
148
+ that you receive source code or can get it if you want it, that you can
149
+ change the software or use pieces of it in new free programs, and that you
150
+ know you can do these things.</p>
151
+
152
+ <p>To protect your rights, we need to prevent others from denying you these
153
+ rights or asking you to surrender the rights. Therefore, you have certain
154
+ responsibilities if you distribute copies of the software, or if you modify
155
+ it: responsibilities to respect the freedom of others.</p>
156
+
157
+ <p>For example, if you distribute copies of such a program, whether gratis or
158
+ for a fee, you must pass on to the recipients the same freedoms that you
159
+ received. You must make sure that they, too, receive or can get the source
160
+ code. And you must show them these terms so they know their rights.</p>
161
+
162
+ <p>Developers that use the GNU GPL protect your rights with two steps: (1)
163
+ assert <a href="copyright_md.html">copyright</a> on the software, and (2)
164
+ offer you this License giving you legal permission to copy, distribute
165
+ and/or modify it.</p>
166
+
167
+ <p>For the developers&#39; and <a href="authors_md.html">authors</a>&#39;
168
+ protection, the GPL clearly explains that there is no warranty for this
169
+ free software. For both users&#39; and <a
170
+ href="authors_md.html">authors</a>&#39; sake, the GPL requires that
171
+ modified versions be marked as changed, so that their problems will not be
172
+ attributed erroneously to <a href="authors_md.html">authors</a> of previous
173
+ versions.</p>
174
+
175
+ <p>Some devices are designed to deny users access to install or run modified
176
+ versions of the software inside them, although the manufacturer can do so.
177
+ This is fundamentally incompatible with the aim of protecting users&#39;
178
+ freedom to change the software. The systematic pattern of such abuse occurs
179
+ in the area of products for individuals to use, which is precisely where it
180
+ is most unacceptable. Therefore, we have designed this version of the GPL
181
+ to prohibit the practice for those products. If such problems arise
182
+ substantially in other domains, we stand ready to extend this provision to
183
+ those domains in future versions of the GPL, as needed to protect the
184
+ freedom of users.</p>
185
+
186
+ <p>Finally, every program is threatened constantly by software patents. States
187
+ should not allow patents to restrict development and use of software on
188
+ general-purpose computers, but in those that do, we wish to avoid the
189
+ special danger that patents applied to a free program could make it
190
+ effectively proprietary. To prevent this, the GPL assures that patents
191
+ cannot be used to render the program non-free.</p>
192
+
193
+ <p>The precise terms and conditions for copying, distribution and modification
194
+ follow.</p>
195
+
196
+ <h2 id="label-TERMS+AND+CONDITIONS">TERMS AND CONDITIONS<span><a href="#label-TERMS+AND+CONDITIONS">&para;</a> <a href="#top">&uarr;</a></span></h2>
197
+
198
+ <h3 id="label-0.+Definitions.">0. Definitions.<span><a href="#label-0.+Definitions.">&para;</a> <a href="#top">&uarr;</a></span></h3>
199
+
200
+ <p>“This License” refers to version 3 of the GNU General Public License.</p>
201
+
202
+ <p>“Copyright” also means <a href="copyright_md.html">copyright</a>-like laws
203
+ that apply to other kinds of works, such as semiconductor masks.</p>
204
+
205
+ <p>“The Program” refers to any copyrightable work licensed under this License.
206
+ Each licensee is addressed as “you”. “Licensees” and “recipients” may be
207
+ individuals or organizations.</p>
208
+
209
+ <p>To “modify” a work means to copy from or adapt all or part of the work in a
210
+ fashion requiring <a href="copyright_md.html">copyright</a> permission,
211
+ other than the making of an exact copy. The resulting work is called a
212
+ “modified version” of the earlier work or a work “based on” the earlier
213
+ work.</p>
214
+
215
+ <p>A “covered work” means either the unmodified Program or a work based on the
216
+ Program.</p>
217
+
218
+ <p>To “propagate” a work means to do anything with it that, without
219
+ permission, would make you directly or secondarily liable for infringement
220
+ under applicable <a href="copyright_md.html">copyright</a> law, except
221
+ executing it on a computer or modifying a private copy. Propagation
222
+ includes copying, distribution (with or without modification), making
223
+ available to the public, and in some countries other activities as well.</p>
224
+
225
+ <p>To “convey” a work means any kind of propagation that enables other parties
226
+ to make or receive copies. Mere interaction with a user through a computer
227
+ network, with no transfer of a copy, is not conveying.</p>
228
+
229
+ <p>An interactive user interface displays “Appropriate Legal Notices” to the
230
+ extent that it includes a convenient and prominently visible feature that
231
+ (1) displays an appropriate <a href="copyright_md.html">copyright</a>
232
+ notice, and (2) tells the user that there is no warranty for the work
233
+ (except to the extent that warranties are provided), that licensees may
234
+ convey the work under this License, and how to view a copy of this License.
235
+ If the interface presents a list of user commands or options, such as a
236
+ menu, a prominent item in the list meets this criterion.</p>
237
+
238
+ <h3 id="label-1.+Source+Code.">1. Source Code.<span><a href="#label-1.+Source+Code.">&para;</a> <a href="#top">&uarr;</a></span></h3>
239
+
240
+ <p>The “source code” for a work means the preferred form of the work for
241
+ making modifications to it. “Object code” means any non-source form of a
242
+ work.</p>
243
+
244
+ <p>A “Standard Interface” means an interface that either is an official
245
+ standard defined by a recognized standards body, or, in the case of
246
+ interfaces specified for a particular programming language, one that is
247
+ widely used among developers working in that language.</p>
248
+
249
+ <p>The “System Libraries” of an executable work include anything, other than
250
+ the work as a whole, that (a) is included in the normal form of packaging a
251
+ Major Component, but which is not part of that Major Component, and (b)
252
+ serves only to enable use of the work with that Major Component, or to
253
+ implement a Standard Interface for which an implementation is available to
254
+ the public in source code form. A “Major Component”, in this context, means
255
+ a major essential component (kernel, window system, and so on) of the
256
+ specific operating system (if any) on which the executable work runs, or a
257
+ compiler used to produce the work, or an object code interpreter used to
258
+ run it.</p>
259
+
260
+ <p>The “Corresponding Source” for a work in object code form means all the
261
+ source code needed to generate, install, and (for an executable work) run
262
+ the object code and to modify the work, including scripts to control those
263
+ activities. However, it does not include the work&#39;s System Libraries,
264
+ or general-purpose tools or generally available free programs which are
265
+ used unmodified in performing those activities but which are not part of
266
+ the work. For example, Corresponding Source includes interface definition
267
+ files associated with source files for the work, and the source code for
268
+ shared libraries and dynamically linked subprograms that the work is
269
+ specifically designed to require, such as by intimate data communication or
270
+ control flow between those subprograms and other parts of the work.</p>
271
+
272
+ <p>The Corresponding Source need not include anything that users can
273
+ regenerate automatically from other parts of the Corresponding Source.</p>
274
+
275
+ <p>The Corresponding Source for a work in source code form is that same work.</p>
276
+
277
+ <h3 id="label-2.+Basic+Permissions.">2. Basic Permissions.<span><a href="#label-2.+Basic+Permissions.">&para;</a> <a href="#top">&uarr;</a></span></h3>
278
+
279
+ <p>All rights granted under this License are granted for the term of <a
280
+ href="copyright_md.html">copyright</a> on the Program, and are irrevocable
281
+ provided the stated conditions are met. This License explicitly affirms
282
+ your unlimited permission to run the unmodified Program. The output from
283
+ running a covered work is covered by this License only if the output, given
284
+ its content, constitutes a covered work. This License acknowledges your
285
+ rights of fair use or other equivalent, as provided by <a
286
+ href="copyright_md.html">copyright</a> law.</p>
287
+
288
+ <p>You may make, run and propagate covered works that you do not convey,
289
+ without conditions so long as your license otherwise remains in force. You
290
+ may convey covered works to others for the sole purpose of having them make
291
+ modifications exclusively for you, or provide you with facilities for
292
+ running those works, provided that you comply with the terms of this
293
+ License in conveying all material for which you do not control <a
294
+ href="copyright_md.html">copyright</a>. Those thus making or running the
295
+ covered works for you must do so exclusively on your behalf, under your
296
+ direction and control, on terms that prohibit them from making any copies
297
+ of your copyrighted material outside their relationship with you.</p>
298
+
299
+ <p>Conveying under any other circumstances is permitted solely under the
300
+ conditions stated below. Sublicensing is not allowed; section 10 makes it
301
+ unnecessary.</p>
302
+
303
+ <h3 id="label-3.+Protecting+Users-27+Legal+Rights+From+Anti-Circumvention+Law.">3. Protecting Users&#39; Legal Rights From Anti-Circumvention Law.<span><a href="#label-3.+Protecting+Users-27+Legal+Rights+From+Anti-Circumvention+Law.">&para;</a> <a href="#top">&uarr;</a></span></h3>
304
+
305
+ <p>No covered work shall be deemed part of an effective technological measure
306
+ under any applicable law fulfilling obligations under article 11 of the
307
+ WIPO <a href="copyright_md.html">copyright</a> treaty adopted on 20
308
+ December 1996, or similar laws prohibiting or restricting circumvention of
309
+ such measures.</p>
310
+
311
+ <p>When you convey a covered work, you waive any legal power to forbid
312
+ circumvention of technological measures to the extent such circumvention is
313
+ effected by exercising rights under this License with respect to the
314
+ covered work, and you disclaim any intention to limit operation or
315
+ modification of the work as a means of enforcing, against the work&#39;s
316
+ users, your or third parties&#39; legal rights to forbid circumvention of
317
+ technological measures.</p>
318
+
319
+ <h3 id="label-4.+Conveying+Verbatim+Copies.">4. Conveying Verbatim Copies.<span><a href="#label-4.+Conveying+Verbatim+Copies.">&para;</a> <a href="#top">&uarr;</a></span></h3>
320
+
321
+ <p>You may convey verbatim copies of the Program&#39;s source code as you
322
+ receive it, in any medium, provided that you conspicuously and
323
+ appropriately publish on each copy an appropriate <a
324
+ href="copyright_md.html">copyright</a> notice; keep intact all notices
325
+ stating that this License and any non-permissive terms added in accord with
326
+ section 7 apply to the code; keep intact all notices of the absence of any
327
+ warranty; and give all recipients a copy of this License along with the
328
+ Program.</p>
329
+
330
+ <p>You may charge any price or no price for each copy that you convey, and you
331
+ may offer support or warranty protection for a fee.</p>
332
+
333
+ <h3 id="label-5.+Conveying+Modified+Source+Versions.">5. Conveying Modified Source Versions.<span><a href="#label-5.+Conveying+Modified+Source+Versions.">&para;</a> <a href="#top">&uarr;</a></span></h3>
334
+
335
+ <p>You may convey a work based on the Program, or the modifications to produce
336
+ it from the Program, in the form of source code under the terms of section
337
+ 4, provided that you also meet all of these conditions:</p>
338
+
339
+ <p>a) The work must carry prominent notices stating that you modified it, and
340
+ giving a relevant date.</p>
341
+
342
+ <p>b) The work must carry prominent notices stating that it is released under
343
+ this License and any conditions added under section 7. This requirement
344
+ modifies the requirement in section 4 to “keep intact all notices”.</p>
345
+
346
+ <p>c) You must license the entire work, as a whole, under this License to
347
+ anyone who comes into possession of a copy. This License will therefore
348
+ apply, along with any applicable section 7 additional terms, to the whole
349
+ of the work, and all its parts, regardless of how they are packaged. This
350
+ License gives no permission to license the work in any other way, but it
351
+ does not invalidate such permission if you have separately received it.</p>
352
+
353
+ <p>d) If the work has interactive user interfaces, each must display
354
+ Appropriate Legal Notices; however, if the Program has interactive
355
+ interfaces that do not display Appropriate Legal Notices, your work need
356
+ not make them do so.</p>
357
+
358
+ <p>A compilation of a covered work with other separate and independent works,
359
+ which are not by their nature extensions of the covered work, and which are
360
+ not combined with it such as to form a larger program, in or on a volume of
361
+ a storage or distribution medium, is called an “aggregate” if the
362
+ compilation and its resulting <a href="copyright_md.html">copyright</a> are
363
+ not used to limit the access or legal rights of the compilation&#39;s users
364
+ beyond what the individual works permit. Inclusion of a covered work in an
365
+ aggregate does not cause this License to apply to the other parts of the
366
+ aggregate.</p>
367
+
368
+ <h3 id="label-6.+Conveying+Non-Source+Forms.">6. Conveying Non-Source Forms.<span><a href="#label-6.+Conveying+Non-Source+Forms.">&para;</a> <a href="#top">&uarr;</a></span></h3>
369
+
370
+ <p>You may convey a covered work in object code form under the terms of
371
+ sections 4 and 5, provided that you also convey the machine-readable
372
+ Corresponding Source under the terms of this License, in one of these ways:</p>
373
+
374
+ <p>a) Convey the object code in, or embodied in, a physical product (including
375
+ a physical distribution medium), accompanied by the Corresponding Source
376
+ fixed on a durable physical medium customarily used for software
377
+ interchange.</p>
378
+
379
+ <p>b) Convey the object code in, or embodied in, a physical product (including
380
+ a physical distribution medium), accompanied by a written offer, valid for
381
+ at least three years and valid for as long as you offer spare parts or
382
+ customer support for that product model, to give anyone who possesses the
383
+ object code either (1) a copy of the Corresponding Source for all the
384
+ software in the product that is covered by this License, on a durable
385
+ physical medium customarily used for software interchange, for a price no
386
+ more than your reasonable cost of physically performing this conveying of
387
+ source, or (2) access to copy the Corresponding Source from a network
388
+ server at no charge.</p>
389
+
390
+ <p>c) Convey individual copies of the object code with a copy of the written
391
+ offer to provide the Corresponding Source. This alternative is allowed only
392
+ occasionally and noncommercially, and only if you received the object code
393
+ with such an offer, in accord with subsection 6b.</p>
394
+
395
+ <p>d) Convey the object code by offering access from a designated place
396
+ (gratis or for a charge), and offer equivalent access to the Corresponding
397
+ Source in the same way through the same place at no further charge. You
398
+ need not require recipients to copy the Corresponding Source along with the
399
+ object code. If the place to copy the object code is a network server, the
400
+ Corresponding Source may be on a different server (operated by you or a
401
+ third party) that supports equivalent copying facilities, provided you
402
+ maintain clear directions next to the object code saying where to find the
403
+ Corresponding Source. Regardless of what server hosts the Corresponding
404
+ Source, you remain obligated to ensure that it is available for as long as
405
+ needed to satisfy these requirements.</p>
406
+
407
+ <p>e) Convey the object code using peer-to-peer transmission, provided you
408
+ inform other peers where the object code and Corresponding Source of the
409
+ work are being offered to the general public at no charge under subsection
410
+ 6d.</p>
411
+
412
+ <p>A separable portion of the object code, whose source code is excluded from
413
+ the Corresponding Source as a System Library, need not be included in
414
+ conveying the object code work.</p>
415
+
416
+ <p>A “User Product” is either (1) a “consumer product”, which means any
417
+ tangible personal property which is normally used for personal, family, or
418
+ household purposes, or (2) anything designed or sold for incorporation into
419
+ a dwelling. In determining whether a product is a consumer product,
420
+ doubtful cases shall be resolved in favor of coverage. For a particular
421
+ product received by a particular user, “normally used” refers to a typical
422
+ or common use of that class of product, regardless of the status of the
423
+ particular user or of the way in which the particular user actually uses,
424
+ or expects or is expected to use, the product. A product is a consumer
425
+ product regardless of whether the product has substantial commercial,
426
+ industrial or non-consumer uses, unless such uses represent the only
427
+ significant mode of use of the product.</p>
428
+
429
+ <p>“Installation Information” for a User Product means any methods,
430
+ procedures, authorization keys, or other information required to install
431
+ and execute modified versions of a covered work in that User Product from a
432
+ modified version of its Corresponding Source. The information must suffice
433
+ to ensure that the continued functioning of the modified object code is in
434
+ no case prevented or interfered with solely because modification has been
435
+ made.</p>
436
+
437
+ <p>If you convey an object code work under this section in, or with, or
438
+ specifically for use in, a User Product, and the conveying occurs as part
439
+ of a transaction in which the right of possession and use of the User
440
+ Product is transferred to the recipient in perpetuity or for a fixed term
441
+ (regardless of how the transaction is characterized), the Corresponding
442
+ Source conveyed under this section must be accompanied by the Installation
443
+ Information. But this requirement does not apply if neither you nor any
444
+ third party retains the ability to install modified object code on the User
445
+ Product (for example, the work has been installed in ROM).</p>
446
+
447
+ <p>The requirement to provide Installation Information does not include a
448
+ requirement to continue to provide support service, warranty, or updates
449
+ for a work that has been modified or installed by the recipient, or for the
450
+ User Product in which it has been modified or installed. Access to a
451
+ network may be denied when the modification itself materially and adversely
452
+ affects the operation of the network or violates the rules and protocols
453
+ for communication across the network.</p>
454
+
455
+ <p>Corresponding Source conveyed, and Installation Information provided, in
456
+ accord with this section must be in a format that is publicly documented
457
+ (and with an implementation available to the public in source code form),
458
+ and must require no special password or key for unpacking, reading or
459
+ copying.</p>
460
+
461
+ <h3 id="label-7.+Additional+Terms.">7. Additional Terms.<span><a href="#label-7.+Additional+Terms.">&para;</a> <a href="#top">&uarr;</a></span></h3>
462
+
463
+ <p>“Additional permissions” are terms that supplement the terms of this
464
+ License by making exceptions from one or more of its conditions. Additional
465
+ permissions that are applicable to the entire Program shall be treated as
466
+ though they were included in this License, to the extent that they are
467
+ valid under applicable law. If additional permissions apply only to part of
468
+ the Program, that part may be used separately under those permissions, but
469
+ the entire Program remains governed by this License without regard to the
470
+ additional permissions.</p>
471
+
472
+ <p>When you convey a copy of a covered work, you may at your option remove any
473
+ additional permissions from that copy, or from any part of it. (Additional
474
+ permissions may be written to require their own removal in certain cases
475
+ when you modify the work.) You may place additional permissions on
476
+ material, added by you to a covered work, for which you have or can give
477
+ appropriate <a href="copyright_md.html">copyright</a> permission.</p>
478
+
479
+ <p>Notwithstanding any other provision of this License, for material you add
480
+ to a covered work, you may (if authorized by the <a
481
+ href="copyright_md.html">copyright</a> holders of that material) supplement
482
+ the terms of this License with terms:</p>
483
+
484
+ <p>a) Disclaiming warranty or limiting liability differently from the terms of
485
+ sections 15 and 16 of this License; or</p>
486
+
487
+ <p>b) Requiring preservation of specified reasonable legal notices or author
488
+ attributions in that material or in the Appropriate Legal Notices displayed
489
+ by works containing it; or</p>
490
+
491
+ <p>c) Prohibiting misrepresentation of the origin of that material, or
492
+ requiring that modified versions of such material be marked in reasonable
493
+ ways as different from the original version; or</p>
494
+
495
+ <p>d) Limiting the use for publicity purposes of names of licensors or <a
496
+ href="authors_md.html">authors</a> of the material; or</p>
497
+
498
+ <p>e) Declining to grant rights under trademark law for use of some trade
499
+ names, trademarks, or service marks; or</p>
500
+
501
+ <p>f) Requiring indemnification of licensors and <a
502
+ href="authors_md.html">authors</a> of that material by anyone who conveys
503
+ the material (or modified versions of it) with contractual assumptions of
504
+ liability to the recipient, for any liability that these contractual
505
+ assumptions directly impose on those licensors and <a
506
+ href="authors_md.html">authors</a>.</p>
507
+
508
+ <p>All other non-permissive additional terms are considered “further
509
+ restrictions” within the meaning of section 10. If the Program as you
510
+ received it, or any part of it, contains a notice stating that it is
511
+ governed by this License along with a term that is a further restriction,
512
+ you may remove that term. If a license document contains a further
513
+ restriction but permits relicensing or conveying under this License, you
514
+ may add to a covered work material governed by the terms of that license
515
+ document, provided that the further restriction does not survive such
516
+ relicensing or conveying.</p>
517
+
518
+ <p>If you add terms to a covered work in accord with this section, you must
519
+ place, in the relevant source files, a statement of the additional terms
520
+ that apply to those files, or a notice indicating where to find the
521
+ applicable terms.</p>
522
+
523
+ <p>Additional terms, permissive or non-permissive, may be stated in the form
524
+ of a separately written license, or stated as exceptions; the above
525
+ requirements apply either way.</p>
526
+
527
+ <h3 id="label-8.+Termination.">8. Termination.<span><a href="#label-8.+Termination.">&para;</a> <a href="#top">&uarr;</a></span></h3>
528
+
529
+ <p>You may not propagate or modify a covered work except as expressly provided
530
+ under this License. Any attempt otherwise to propagate or modify it is
531
+ void, and will automatically terminate your rights under this License
532
+ (including any patent licenses granted under the third paragraph of section
533
+ 11).</p>
534
+
535
+ <p>However, if you cease all violation of this License, then your license from
536
+ a particular <a href="copyright_md.html">copyright</a> holder is reinstated
537
+ (a) provisionally, unless and until the <a
538
+ href="copyright_md.html">copyright</a> holder explicitly and finally
539
+ terminates your license, and (b) permanently, if the <a
540
+ href="copyright_md.html">copyright</a> holder fails to notify you of the
541
+ violation by some reasonable means prior to 60 days after the cessation.</p>
542
+
543
+ <p>Moreover, your license from a particular <a
544
+ href="copyright_md.html">copyright</a> holder is reinstated permanently if
545
+ the <a href="copyright_md.html">copyright</a> holder notifies you of the
546
+ violation by some reasonable means, this is the first time you have
547
+ received notice of violation of this License (for any work) from that <a
548
+ href="copyright_md.html">copyright</a> holder, and you cure the violation
549
+ prior to 30 days after your receipt of the notice.</p>
550
+
551
+ <p>Termination of your rights under this section does not terminate the
552
+ licenses of parties who have received copies or rights from you under this
553
+ License. If your rights have been terminated and not permanently
554
+ reinstated, you do not qualify to receive new licenses for the same
555
+ material under section 10.</p>
556
+
557
+ <h3 id="label-9.+Acceptance+Not+Required+for+Having+Copies.">9. Acceptance Not Required for Having Copies.<span><a href="#label-9.+Acceptance+Not+Required+for+Having+Copies.">&para;</a> <a href="#top">&uarr;</a></span></h3>
558
+
559
+ <p>You are not required to accept this License in order to receive or run a
560
+ copy of the Program. Ancillary propagation of a covered work occurring
561
+ solely as a consequence of using peer-to-peer transmission to receive a
562
+ copy likewise does not require acceptance. However, nothing other than this
563
+ License grants you permission to propagate or modify any covered work.
564
+ These actions infringe <a href="copyright_md.html">copyright</a> if you do
565
+ not accept this License. Therefore, by modifying or propagating a covered
566
+ work, you indicate your acceptance of this License to do so.</p>
567
+
568
+ <h3 id="label-10.+Automatic+Licensing+of+Downstream+Recipients.">10. Automatic Licensing of Downstream Recipients.<span><a href="#label-10.+Automatic+Licensing+of+Downstream+Recipients.">&para;</a> <a href="#top">&uarr;</a></span></h3>
569
+
570
+ <p>Each time you convey a covered work, the recipient automatically receives a
571
+ license from the original licensors, to run, modify and propagate that
572
+ work, subject to this License. You are not responsible for enforcing
573
+ compliance by third parties with this License.</p>
574
+
575
+ <p>An “entity transaction” is a transaction transferring control of an
576
+ organization, or substantially all assets of one, or subdividing an
577
+ organization, or merging organizations. If propagation of a covered work
578
+ results from an entity transaction, each party to that transaction who
579
+ receives a copy of the work also receives whatever licenses to the work the
580
+ party&#39;s predecessor in interest had or could give under the previous
581
+ paragraph, plus a right to possession of the Corresponding Source of the
582
+ work from the predecessor in interest, if the predecessor has it or can get
583
+ it with reasonable efforts.</p>
584
+
585
+ <p>You may not impose any further restrictions on the exercise of the rights
586
+ granted or affirmed under this License. For example, you may not impose a
587
+ license fee, royalty, or other charge for exercise of rights granted under
588
+ this License, and you may not initiate litigation (including a cross-claim
589
+ or counterclaim in a lawsuit) alleging that any patent claim is infringed
590
+ by making, using, selling, offering for sale, or importing the Program or
591
+ any portion of it.</p>
592
+
593
+ <h3 id="label-11.+Patents.">11. Patents.<span><a href="#label-11.+Patents.">&para;</a> <a href="#top">&uarr;</a></span></h3>
594
+
595
+ <p>A “contributor” is a <a href="copyright_md.html">copyright</a> holder who
596
+ authorizes use under this License of the Program or a work on which the
597
+ Program is based. The work thus licensed is called the contributor&#39;s
598
+ “contributor version”.</p>
599
+
600
+ <p>A contributor&#39;s “essential patent claims” are all patent claims owned
601
+ or controlled by the contributor, whether already acquired or hereafter
602
+ acquired, that would be infringed by some manner, permitted by this
603
+ License, of making, using, or selling its contributor version, but do not
604
+ include claims that would be infringed only as a consequence of further
605
+ modification of the contributor version. For purposes of this definition,
606
+ “control” includes the right to grant patent sublicenses in a manner
607
+ consistent with the requirements of this License.</p>
608
+
609
+ <p>Each contributor grants you a non-exclusive, worldwide, royalty-free patent
610
+ license under the contributor&#39;s essential patent claims, to make, use,
611
+ sell, offer for sale, import and otherwise run, modify and propagate the
612
+ contents of its contributor version.</p>
613
+
614
+ <p>In the following three paragraphs, a “patent license” is any express
615
+ agreement or commitment, however denominated, not to enforce a patent (such
616
+ as an express permission to practice a patent or covenant not to sue for
617
+ patent infringement). To “grant” such a patent license to a party means to
618
+ make such an agreement or commitment not to enforce a patent against the
619
+ party.</p>
620
+
621
+ <p>If you convey a covered work, knowingly relying on a patent license, and
622
+ the Corresponding Source of the work is not available for anyone to copy,
623
+ free of charge and under the terms of this License, through a publicly
624
+ available network server or other readily accessible means, then you must
625
+ either (1) cause the Corresponding Source to be so available, or (2)
626
+ arrange to deprive yourself of the benefit of the patent license for this
627
+ particular work, or (3) arrange, in a manner consistent with the
628
+ requirements of this License, to extend the patent license to downstream
629
+ recipients. “Knowingly relying” means you have actual knowledge that, but
630
+ for the patent license, your conveying the covered work in a country, or
631
+ your recipient&#39;s use of the covered work in a country, would infringe
632
+ one or more identifiable patents in that country that you have reason to
633
+ believe are valid.</p>
634
+
635
+ <p>If, pursuant to or in connection with a single transaction or arrangement,
636
+ you convey, or propagate by procuring conveyance of, a covered work, and
637
+ grant a patent license to some of the parties receiving the covered work
638
+ authorizing them to use, propagate, modify or convey a specific copy of the
639
+ covered work, then the patent license you grant is automatically extended
640
+ to all recipients of the covered work and works based on it.</p>
641
+
642
+ <p>A patent license is “discriminatory” if it does not include within the
643
+ scope of its coverage, prohibits the exercise of, or is conditioned on the
644
+ non-exercise of one or more of the rights that are specifically granted
645
+ under this License. You may not convey a covered work if you are a party to
646
+ an arrangement with a third party that is in the business of distributing
647
+ software, under which you make payment to the third party based on the
648
+ extent of your activity of conveying the work, and under which the third
649
+ party grants, to any of the parties who would receive the covered work from
650
+ you, a discriminatory patent license (a) in connection with copies of the
651
+ covered work conveyed by you (or copies made from those copies), or (b)
652
+ primarily for and in connection with specific products or compilations that
653
+ contain the covered work, unless you entered into that arrangement, or that
654
+ patent license was granted, prior to 28 March 2007.</p>
655
+
656
+ <p>Nothing in this License shall be construed as excluding or limiting any
657
+ implied license or other defenses to infringement that may otherwise be
658
+ available to you under applicable patent law.</p>
659
+
660
+ <h3 id="label-12.+No+Surrender+of+Others-27+Freedom.">12. No Surrender of Others&#39; Freedom.<span><a href="#label-12.+No+Surrender+of+Others-27+Freedom.">&para;</a> <a href="#top">&uarr;</a></span></h3>
661
+
662
+ <p>If conditions are imposed on you (whether by court order, agreement or
663
+ otherwise) that contradict the conditions of this License, they do not
664
+ excuse you from the conditions of this License. If you cannot convey a
665
+ covered work so as to satisfy simultaneously your obligations under this
666
+ License and any other pertinent obligations, then as a consequence you may
667
+ not convey it at all. For example, if you agree to terms that obligate you
668
+ to collect a royalty for further conveying from those to whom you convey
669
+ the Program, the only way you could satisfy both those terms and this
670
+ License would be to refrain entirely from conveying the Program.</p>
671
+
672
+ <h3 id="label-13.+Use+with+the+GNU+Affero+General+Public+License.">13. Use with the GNU Affero General Public License.<span><a href="#label-13.+Use+with+the+GNU+Affero+General+Public+License.">&para;</a> <a href="#top">&uarr;</a></span></h3>
673
+
674
+ <p>Notwithstanding any other provision of this License, you have permission to
675
+ link or combine any covered work with a work licensed under version 3 of
676
+ the GNU Affero General Public License into a single combined work, and to
677
+ convey the resulting work. The terms of this License will continue to apply
678
+ to the part which is the covered work, but the special requirements of the
679
+ GNU Affero General Public License, section 13, concerning interaction
680
+ through a network will apply to the combination as such.</p>
681
+
682
+ <h3 id="label-14.+Revised+Versions+of+this+License.">14. Revised Versions of this License.<span><a href="#label-14.+Revised+Versions+of+this+License.">&para;</a> <a href="#top">&uarr;</a></span></h3>
683
+
684
+ <p>The Free Software Foundation may publish revised and/or new versions of the
685
+ GNU General Public License from time to time. Such new versions will be
686
+ similar in spirit to the present version, but may differ in detail to
687
+ address new problems or concerns.</p>
688
+
689
+ <p>Each version is given a distinguishing version number. If the Program
690
+ specifies that a certain numbered version of the GNU General Public License
691
+ “or any later version” applies to it, you have the option of following the
692
+ terms and conditions either of that numbered version or of any later
693
+ version published by the Free Software Foundation. If the Program does not
694
+ specify a version number of the GNU General Public License, you may choose
695
+ any version ever published by the Free Software Foundation.</p>
696
+
697
+ <p>If the Program specifies that a proxy can decide which future versions of
698
+ the GNU General Public License can be used, that proxy&#39;s public
699
+ statement of acceptance of a version permanently authorizes you to choose
700
+ that version for the Program.</p>
701
+
702
+ <p>Later license versions may give you additional or different permissions.
703
+ However, no additional obligations are imposed on any author or <a
704
+ href="copyright_md.html">copyright</a> holder as a result of your choosing
705
+ to follow a later version.</p>
706
+
707
+ <h3 id="label-15.+Disclaimer+of+Warranty.">15. Disclaimer of Warranty.<span><a href="#label-15.+Disclaimer+of+Warranty.">&para;</a> <a href="#top">&uarr;</a></span></h3>
708
+
709
+ <p>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
710
+ LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
711
+ OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND,
712
+ EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
713
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
714
+ ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
715
+ SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
716
+ SERVICING, REPAIR OR CORRECTION.</p>
717
+
718
+ <h3 id="label-16.+Limitation+of+Liability.">16. Limitation of Liability.<span><a href="#label-16.+Limitation+of+Liability.">&para;</a> <a href="#top">&uarr;</a></span></h3>
719
+
720
+ <p>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
721
+ ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE
722
+ PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
723
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
724
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
725
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
726
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
727
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
728
+ SUCH DAMAGES.</p>
729
+
730
+ <h3 id="label-17.+Interpretation+of+Sections+15+and+16.">17. Interpretation of Sections 15 and 16.<span><a href="#label-17.+Interpretation+of+Sections+15+and+16.">&para;</a> <a href="#top">&uarr;</a></span></h3>
731
+
732
+ <p>If the disclaimer of warranty and limitation of liability provided above
733
+ cannot be given local legal effect according to their terms, reviewing
734
+ courts shall apply local law that most closely approximates an absolute
735
+ waiver of all civil liability in connection with the Program, unless a
736
+ warranty or assumption of liability accompanies a copy of the Program in
737
+ return for a fee.</p>
738
+
739
+ <h2 id="label-END+OF+TERMS+AND+CONDITIONS">END OF TERMS AND CONDITIONS<span><a href="#label-END+OF+TERMS+AND+CONDITIONS">&para;</a> <a href="#top">&uarr;</a></span></h2>
740
+
741
+ <h3 id="label-How+to+Apply+These+Terms+to+Your+New+Programs">How to Apply These Terms to Your New Programs<span><a href="#label-How+to+Apply+These+Terms+to+Your+New+Programs">&para;</a> <a href="#top">&uarr;</a></span></h3>
742
+
743
+ <p>If you develop a new program, and you want it to be of the greatest
744
+ possible use to the public, the best way to achieve this is to make it free
745
+ software which everyone can redistribute and change under these terms.</p>
746
+
747
+ <p>To do so, attach the following notices to the program. It is safest to
748
+ attach them to the start of each source file to most effectively state the
749
+ exclusion of warranty; and each file should have at least the “copyright”
750
+ line and a pointer to where the full notice is found.</p>
751
+
752
+ <pre>&lt;one line to give the program&#39;s name and a brief idea of what it does.&gt;
753
+ Copyright (C) &lt;year&gt; &lt;name of author&gt;
754
+
755
+ This program is free software: you can redistribute it and/or modify
756
+ it under the terms of the GNU General Public License as published by
757
+ the Free Software Foundation, either version 3 of the License, or
758
+ (at your option) any later version.
759
+
760
+ This program is distributed in the hope that it will be useful,
761
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
762
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
763
+ GNU General Public License for more details.
764
+
765
+ You should have received a copy of the GNU General Public License
766
+ along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</pre>
767
+
768
+ <p>Also add information on how to contact you by electronic and paper mail.</p>
769
+
770
+ <p>If the program does terminal interaction, make it output a short notice
771
+ like this when it starts in an interactive mode:</p>
772
+
773
+ <pre>&lt;program&gt; Copyright (C) &lt;year&gt; &lt;name of author&gt;
774
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w&#39;.
775
+ This is free software, and you are welcome to redistribute it
776
+ under certain conditions; type `show c&#39; for details.</pre>
777
+
778
+ <p>The hypothetical commands <code>show w&#39; and</code>show c&#39; should
779
+ show the appropriate parts of the General Public License. Of course, your
780
+ program&#39;s commands might be different; for a GUI interface, you would
781
+ use an “about box”.</p>
782
+
783
+ <p>You should also get your employer (if you work as a programmer) or school,
784
+ if any, to sign a “copyright disclaimer” for the program, if necessary. For
785
+ more information on this, and how to apply and follow the GNU GPL, see <a
786
+ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
787
+
788
+ <p>The GNU General Public License does not permit incorporating your program
789
+ into proprietary programs. If your program is a subroutine library, you may
790
+ consider it more useful to permit linking proprietary applications with the
791
+ library. If this is what you want to do, use the GNU Lesser General Public
792
+ License instead of this License. But first, please read <a
793
+ href="http://www.gnu.org/philosophy/why-not-lgpl.html">www.gnu.org/philosophy/why-not-lgpl.html</a>.</p>
794
+ </main>
795
+
796
+
797
+
798
+ <footer id="validator-badges" role="contentinfo">
799
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
800
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
801
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
802
+ </footer>
803
+