jekyll-theme-hydejack 6.6.1 → 7.0.0.pre.beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +617 -17
  3. data/README.md +18 -11
  4. data/_includes/about.html +3 -2
  5. data/_includes/author.html +18 -11
  6. data/_includes/avatar-tag.html +4 -0
  7. data/_includes/body.html +21 -31
  8. data/_includes/body/menu.html +11 -0
  9. data/_includes/body/scripts.html +18 -0
  10. data/_includes/comments.html +6 -4
  11. data/_includes/footer.html +3 -5
  12. data/_includes/head.html +4 -142
  13. data/_includes/head/links.html +25 -0
  14. data/_includes/head/meta.html +30 -0
  15. data/_includes/head/scripts.html +44 -0
  16. data/_includes/head/seo-fallback.html +13 -0
  17. data/_includes/head/seo-tag.html +4 -0
  18. data/_includes/head/styles.html +24 -0
  19. data/_includes/header.txt +1 -1
  20. data/_includes/link.html +9 -2
  21. data/_includes/message.html +12 -7
  22. data/_includes/my-scripts.html +14 -5
  23. data/_includes/nav.html +20 -13
  24. data/_includes/page-style.html +33 -3
  25. data/_includes/pagination.html +8 -12
  26. data/_includes/post-list-item.html +4 -6
  27. data/_includes/post.html +20 -13
  28. data/_includes/related-posts.html +23 -0
  29. data/_includes/scripts/load-disqus.js +1 -2
  30. data/_includes/scripts/load-disqus.min.js +1 -1
  31. data/_includes/scripts/load-js-deferred.js +47 -43
  32. data/_includes/scripts/load-js-deferred.min.js +1 -1
  33. data/_includes/sidebar.html +25 -14
  34. data/_includes/social-list-item.html +1 -1
  35. data/_includes/social.html +16 -10
  36. data/_includes/srcset-img.html +5 -5
  37. data/_includes/styles/inline.scss +31 -33
  38. data/_includes/styles/style.scss +69 -55
  39. data/_includes/tag-list.html +1 -1
  40. data/_includes/templates.html +32 -0
  41. data/_layouts/about.html +10 -3
  42. data/_layouts/base.html +17 -10
  43. data/_layouts/compress.html +3 -11
  44. data/_layouts/default.html +7 -5
  45. data/_layouts/home.html +7 -5
  46. data/_layouts/list.html +10 -4
  47. data/_layouts/not-found.html +14 -5
  48. data/_layouts/page.html +1 -1
  49. data/_layouts/post.html +12 -2
  50. data/_layouts/redirect.html +1 -1
  51. data/_sass/_mixins.scss +9 -3
  52. data/_sass/_reboot-mod.scss +286 -0
  53. data/_sass/_spinner.scss +23 -80
  54. data/_sass/_syntax.scss +1 -1
  55. data/_sass/_variables.scss +9 -11
  56. data/_sass/hydejack/__inline/_avatar.scss +27 -0
  57. data/_sass/hydejack/__inline/_base.scss +99 -0
  58. data/_sass/hydejack/__inline/_break-layout.scss +12 -0
  59. data/_sass/hydejack/__inline/_content.scss +43 -0
  60. data/_sass/hydejack/__inline/_footer.scss +12 -0
  61. data/_sass/hydejack/__inline/_katex.scss +12 -0
  62. data/_sass/hydejack/__inline/_mark-external.scss +36 -0
  63. data/_sass/hydejack/__inline/_menu.scss +50 -0
  64. data/_sass/hydejack/__inline/_sidebar.scss +129 -0
  65. data/_sass/hydejack/__inline/_social.scss +42 -0
  66. data/_sass/hydejack/__link/_avatar.scss +17 -0
  67. data/_sass/hydejack/__link/_base.scss +93 -0
  68. data/_sass/hydejack/__link/_break-layout.scss +69 -0
  69. data/_sass/hydejack/__link/_content.scss +12 -0
  70. data/_sass/hydejack/__link/_footer.scss +26 -0
  71. data/_sass/hydejack/__link/_katex.scss +45 -0
  72. data/_sass/hydejack/__link/_mark-external.scss +36 -0
  73. data/_sass/hydejack/__link/_menu.scss +37 -0
  74. data/_sass/hydejack/__link/_sidebar.scss +156 -0
  75. data/_sass/hydejack/__link/_social.scss +12 -0
  76. data/_sass/hydejack/_avatar.pre.scss +18 -0
  77. data/_sass/hydejack/_base.pre.scss +133 -0
  78. data/_sass/hydejack/_break-layout.pre.scss +58 -0
  79. data/_sass/hydejack/{_content-inline.scss → _content.pre.scss} +5 -5
  80. data/_sass/hydejack/{_footer-inline.scss → _footer.pre.scss} +2 -5
  81. data/_sass/hydejack/{_katex.scss → _katex.pre.scss} +6 -3
  82. data/_sass/hydejack/_mark-external.pre.scss +25 -0
  83. data/_sass/hydejack/_menu.pre.scss +53 -0
  84. data/_sass/hydejack/_sidebar.pre.scss +188 -0
  85. data/_sass/hydejack/{_social-inline.scss → _social.pre.scss} +6 -11
  86. data/_sass/pooleparty/{_base-inline.scss → __inline/_base.scss} +15 -17
  87. data/_sass/pooleparty/__inline/_code.scss +17 -0
  88. data/_sass/pooleparty/__inline/_footer.scss +12 -0
  89. data/_sass/pooleparty/__inline/_footnotes.scss +16 -0
  90. data/_sass/pooleparty/__inline/_message.scss +26 -0
  91. data/_sass/pooleparty/__inline/_pagination.scss +17 -0
  92. data/_sass/pooleparty/__inline/_posts.scss +41 -0
  93. data/_sass/pooleparty/__inline/_related.scss +25 -0
  94. data/_sass/pooleparty/__inline/_table.scss +39 -0
  95. data/_sass/pooleparty/__inline/_type.scss +83 -0
  96. data/_sass/pooleparty/__link/_base.scss +26 -0
  97. data/_sass/pooleparty/__link/_code.scss +54 -0
  98. data/_sass/pooleparty/__link/_footer.scss +12 -0
  99. data/_sass/pooleparty/__link/_footnotes.scss +57 -0
  100. data/_sass/pooleparty/__link/_message.scss +17 -0
  101. data/_sass/pooleparty/__link/_pagination.scss +78 -0
  102. data/_sass/pooleparty/__link/_posts.scss +30 -0
  103. data/_sass/pooleparty/__link/_related.scss +14 -0
  104. data/_sass/pooleparty/{_table.scss → __link/_table.scss} +71 -46
  105. data/_sass/pooleparty/__link/_type.scss +144 -0
  106. data/_sass/pooleparty/_base.pre.scss +54 -0
  107. data/_sass/pooleparty/_code.pre.scss +43 -0
  108. data/_sass/pooleparty/_footer.pre.scss +1 -0
  109. data/_sass/pooleparty/{_footnotes.scss → _footnotes.pre.scss} +17 -4
  110. data/_sass/pooleparty/{_message-inline.scss → _message.pre.scss} +2 -0
  111. data/_sass/pooleparty/{_pagination.scss → _pagination.pre.scss} +7 -6
  112. data/_sass/pooleparty/{_posts-inline.scss → _posts.pre.scss} +16 -15
  113. data/_sass/pooleparty/{_related-inline.scss → _related.pre.scss} +5 -6
  114. data/_sass/pooleparty/_table.pre.scss +161 -0
  115. data/_sass/pooleparty/_type.pre.scss +198 -0
  116. data/assets/icomoon/fonts/icomoon.eot +0 -0
  117. data/assets/icomoon/fonts/icomoon.svg +9 -3
  118. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  119. data/assets/icomoon/fonts/icomoon.woff +0 -0
  120. data/assets/icomoon/selection.json +250 -76
  121. data/assets/icomoon/style.css +26 -8
  122. data/assets/icons/apple-touch-icon.png +0 -0
  123. data/assets/icons/favicon.ico +0 -0
  124. data/assets/icons/icon.png +0 -0
  125. data/assets/icons/icon@0,25x.png +0 -0
  126. data/assets/icons/icon@0,5x.png +0 -0
  127. data/assets/icons/icon@0,75x.png +0 -0
  128. data/assets/icons/icon@2x.png +0 -0
  129. data/assets/icons/icon@3x.png +0 -0
  130. data/assets/icons/tile-large.png +0 -0
  131. data/assets/icons/tile-medium.png +0 -0
  132. data/assets/icons/tile-small.png +0 -0
  133. data/assets/icons/tile-wide.png +0 -0
  134. data/assets/ieconfig.xml +15 -0
  135. data/assets/img/sidebar-bg.jpg +0 -0
  136. data/assets/js/hydejack.js +2 -2
  137. data/assets/manifest.json +45 -0
  138. data/assets/version.json +1 -1
  139. data/licenses/Apache-2.0.md +55 -47
  140. data/licenses/GPL-3.0.md +623 -0
  141. data/licenses/MIT.md +1 -0
  142. data/licenses/PRO.md +142 -0
  143. metadata +103 -99
  144. data/_includes/related.html +0 -41
  145. data/_includes/scripts.html +0 -17
  146. data/_sass/hydejack/_base-inline.scss +0 -143
  147. data/_sass/hydejack/_base.scss +0 -143
  148. data/_sass/hydejack/_drawer-inline.scss +0 -19
  149. data/_sass/hydejack/_drawer.scss +0 -19
  150. data/_sass/hydejack/_me-inline.scss +0 -24
  151. data/_sass/hydejack/_menu-inline.scss +0 -56
  152. data/_sass/hydejack/_menu.scss +0 -56
  153. data/_sass/hydejack/_sidebar-inline.scss +0 -118
  154. data/_sass/hydejack/_sidebar.scss +0 -115
  155. data/_sass/hydejack/_social.scss +0 -36
  156. data/_sass/hydejack/_toc.scss +0 -2
  157. data/_sass/pooleparty/_base.scss +0 -60
  158. data/_sass/pooleparty/_code.scss +0 -82
  159. data/_sass/pooleparty/_footer-inline.scss +0 -3
  160. data/_sass/pooleparty/_posts.scss +0 -41
  161. data/_sass/pooleparty/_table-inline.scss +0 -130
  162. data/_sass/pooleparty/_type-inline.scss +0 -124
  163. data/_sass/pooleparty/_type.scss +0 -124
  164. data/assets/icomoon/Read Me.txt +0 -7
  165. data/assets/icomoon/demo-files/demo.css +0 -152
  166. data/assets/icomoon/demo-files/demo.js +0 -30
  167. data/assets/icomoon/demo.html +0 -1206
  168. data/assets/img/nap.jpg +0 -0
  169. data/assets/img/projects/hyde-v1.jpg +0 -0
  170. data/assets/img/projects/hyde-v1@0,25x.jpg +0 -0
  171. data/assets/img/projects/hyde-v1@0,5x.jpg +0 -0
  172. data/assets/img/projects/hyde-v2.jpg +0 -0
  173. data/assets/img/projects/hyde-v2@0,25x.jpg +0 -0
  174. data/assets/img/projects/hyde-v2@0,5x.jpg +0 -0
  175. data/licenses/PRO-license.md +0 -147
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22847fc38d0c9590fbeb6905aac4b621de98277d
4
- data.tar.gz: 49722e38941272639d1285e902a1a3aecf964613
3
+ metadata.gz: 7ecaf7b7f9a204cb96dca2e0616feb35ebaddebe
4
+ data.tar.gz: a466530793f681f817a4014aeaa5f0785996e074
5
5
  SHA512:
6
- metadata.gz: a7800d5e794e875cef097eeea207c08bd77999ae6b607258be5dbaa42b146efc1216e16b2f82797eb6e2f0ee5908bbfd059ad0571b7265574c24c7db0ba822cc
7
- data.tar.gz: 6377645eec3f956e50c951a0284c4ddadf937404d869c810225b2904710a43c359febada1a73eabf9b8855725e3097bbad68fc93b65a09fda1ac98bb20053148
6
+ metadata.gz: a1e288b7b26718e7a91179e535f8ffde86696c59f4b76b7149c8d1be2a744fa6b6abf49b270a735052b0b3a9a4b6c587990f95a7dff0564e0a567c1e2f14384e
7
+ data.tar.gz: cc039d977e80cea0f4acf7f91e547598eaa3988008e56d06e625f8d1a0ef12b96e3272e07b5a16a27562727fb275d8659a47f09836f6e4a0ab65bed6f7581c75
data/LICENSE.md CHANGED
@@ -1,25 +1,625 @@
1
1
  ---
2
+ layout: page
2
3
  title: LICENSE
3
4
  ---
4
5
 
5
- ## MIT License
6
+ ## GNU GENERAL PUBLIC LICENSE
6
7
 
7
- Copyright (c) 2017 Florian Klampfer
8
+ Version 3, 29 June 2007
8
9
 
9
- Permission is hereby granted, free of charge, to any person obtaining a copy
10
- of this software and associated documentation files (the "Software"), to deal
11
- in the Software without restriction, including without limitation the rights
12
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
- copies of the Software, and to permit persons to whom the Software is
14
- furnished to do so, subject to the following conditions:
10
+ Copyright (C) 2007 Free Software Foundation, Inc.
11
+ <http://fsf.org/>
15
12
 
16
- The above copyright notice and this permission notice shall be included in all
17
- copies or substantial portions of the Software.
13
+ Everyone is permitted to copy and distribute verbatim copies of this
14
+ license document, but changing it is not allowed.
18
15
 
19
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
- SOFTWARE.
16
+ ### Preamble
17
+
18
+ The GNU General Public License is a free, copyleft license for
19
+ software and other kinds of works.
20
+
21
+ The licenses for most software and other practical works are designed
22
+ to take away your freedom to share and change the works. By contrast,
23
+ the GNU General Public License is intended to guarantee your freedom
24
+ to share and change all versions of a program--to make sure it remains
25
+ free software for all its users. We, the Free Software Foundation, use
26
+ the GNU General Public License for most of our software; it applies
27
+ also to any other work released this way by its authors. You can apply
28
+ it to your programs, too.
29
+
30
+ When we speak of free software, we are referring to freedom, not
31
+ price. Our General Public Licenses are designed to make sure that you
32
+ have the freedom to distribute copies of free software (and charge for
33
+ them if you wish), that you receive source code or can get it if you
34
+ want it, that you can change the software or use pieces of it in new
35
+ free programs, and that you know you can do these things.
36
+
37
+ To protect your rights, we need to prevent others from denying you
38
+ these rights or asking you to surrender the rights. Therefore, you
39
+ have certain responsibilities if you distribute copies of the
40
+ software, or if you modify it: responsibilities to respect the freedom
41
+ of others.
42
+
43
+ For example, if you distribute copies of such a program, whether
44
+ gratis or for a fee, you must pass on to the recipients the same
45
+ freedoms that you received. You must make sure that they, too, receive
46
+ or can get the source code. And you must show them these terms so they
47
+ know their rights.
48
+
49
+ Developers that use the GNU GPL protect your rights with two steps:
50
+ (1) assert copyright on the software, and (2) offer you this License
51
+ giving you legal permission to copy, distribute and/or modify it.
52
+
53
+ For the developers' and authors' protection, the GPL clearly explains
54
+ that there is no warranty for this free software. For both users' and
55
+ authors' sake, the GPL requires that modified versions be marked as
56
+ changed, so that their problems will not be attributed erroneously to
57
+ authors of previous versions.
58
+
59
+ Some devices are designed to deny users access to install or run
60
+ modified versions of the software inside them, although the
61
+ manufacturer can do so. This is fundamentally incompatible with the
62
+ aim of protecting users' freedom to change the software. The
63
+ systematic pattern of such abuse occurs in the area of products for
64
+ individuals to use, which is precisely where it is most unacceptable.
65
+ Therefore, we have designed this version of the GPL to prohibit the
66
+ practice for those products. If such problems arise substantially in
67
+ other domains, we stand ready to extend this provision to those
68
+ domains in future versions of the GPL, as needed to protect the
69
+ freedom of users.
70
+
71
+ Finally, every program is threatened constantly by software patents.
72
+ States should not allow patents to restrict development and use of
73
+ software on general-purpose computers, but in those that do, we wish
74
+ to avoid the special danger that patents applied to a free program
75
+ could make it effectively proprietary. To prevent this, the GPL
76
+ assures that patents cannot be used to render the program non-free.
77
+
78
+ The precise terms and conditions for copying, distribution and
79
+ modification follow.
80
+
81
+ ### TERMS AND CONDITIONS
82
+
83
+ #### 0. Definitions
84
+
85
+ "This License" refers to version 3 of the GNU General Public License.
86
+
87
+ "Copyright" also means copyright-like laws that apply to other kinds
88
+ of works, such as semiconductor masks.
89
+
90
+ "The Program" refers to any copyrightable work licensed under this
91
+ License. Each licensee is addressed as "you". "Licensees" and
92
+ "recipients" may be individuals or organizations.
93
+
94
+ To "modify" a work means to copy from or adapt all or part of the work
95
+ in a fashion requiring copyright permission, other than the making of
96
+ an exact copy. The resulting work is called a "modified version" of
97
+ the earlier work or a work "based on" the earlier work.
98
+
99
+ A "covered work" means either the unmodified Program or a work based
100
+ on the Program.
101
+
102
+ To "propagate" a work means to do anything with it that, without
103
+ permission, would make you directly or secondarily liable for
104
+ infringement under applicable copyright law, except executing it on a
105
+ computer or modifying a private copy. Propagation includes copying,
106
+ distribution (with or without modification), making available to the
107
+ public, and in some countries other activities as well.
108
+
109
+ To "convey" a work means any kind of propagation that enables other
110
+ parties to make or receive copies. Mere interaction with a user
111
+ through a computer network, with no transfer of a copy, is not
112
+ conveying.
113
+
114
+ An interactive user interface displays "Appropriate Legal Notices" to
115
+ the extent that it includes a convenient and prominently visible
116
+ feature that (1) displays an appropriate copyright notice, and (2)
117
+ tells the user that there is no warranty for the work (except to the
118
+ extent that warranties are provided), that licensees may convey the
119
+ work under this License, and how to view a copy of this License. If
120
+ the interface presents a list of user commands or options, such as a
121
+ menu, a prominent item in the list meets this criterion.
122
+
123
+ #### 1. Source Code
124
+
125
+ The "source code" for a work means the preferred form of the work for
126
+ making modifications to it. "Object code" means any non-source form of
127
+ a work.
128
+
129
+ A "Standard Interface" means an interface that either is an official
130
+ standard defined by a recognized standards body, or, in the case of
131
+ interfaces specified for a particular programming language, one that
132
+ is widely used among developers working in that language.
133
+
134
+ The "System Libraries" of an executable work include anything, other
135
+ than the work as a whole, that (a) is included in the normal form of
136
+ packaging a Major Component, but which is not part of that Major
137
+ Component, and (b) serves only to enable use of the work with that
138
+ Major Component, or to implement a Standard Interface for which an
139
+ implementation is available to the public in source code form. A
140
+ "Major Component", in this context, means a major essential component
141
+ (kernel, window system, and so on) of the specific operating system
142
+ (if any) on which the executable work runs, or a compiler used to
143
+ produce the work, or an object code interpreter used to run it.
144
+
145
+ The "Corresponding Source" for a work in object code form means all
146
+ the source code needed to generate, install, and (for an executable
147
+ work) run the object code and to modify the work, including scripts to
148
+ control those activities. However, it does not include the work's
149
+ System Libraries, or general-purpose tools or generally available free
150
+ programs which are used unmodified in performing those activities but
151
+ which are not part of the work. For example, Corresponding Source
152
+ includes interface definition files associated with source files for
153
+ the work, and the source code for shared libraries and dynamically
154
+ linked subprograms that the work is specifically designed to require,
155
+ such as by intimate data communication or control flow between those
156
+ subprograms and other parts of the work.
157
+
158
+ The Corresponding Source need not include anything that users can
159
+ regenerate automatically from other parts of the Corresponding Source.
160
+
161
+ The Corresponding Source for a work in source code form is that same
162
+ work.
163
+
164
+ #### 2. Basic Permissions
165
+
166
+ All rights granted under this License are granted for the term of
167
+ copyright on the Program, and are irrevocable provided the stated
168
+ conditions are met. This License explicitly affirms your unlimited
169
+ permission to run the unmodified Program. The output from running a
170
+ covered work is covered by this License only if the output, given its
171
+ content, constitutes a covered work. This License acknowledges your
172
+ rights of fair use or other equivalent, as provided by copyright law.
173
+
174
+ You may make, run and propagate covered works that you do not convey,
175
+ without conditions so long as your license otherwise remains in force.
176
+ You may convey covered works to others for the sole purpose of having
177
+ them make modifications exclusively for you, or provide you with
178
+ facilities for running those works, provided that you comply with the
179
+ terms of this License in conveying all material for which you do not
180
+ control copyright. Those thus making or running the covered works for
181
+ you must do so exclusively on your behalf, under your direction and
182
+ control, on terms that prohibit them from making any copies of your
183
+ copyrighted material outside their relationship with you.
184
+
185
+ Conveying under any other circumstances is permitted solely under the
186
+ conditions stated below. Sublicensing is not allowed; section 10 makes
187
+ it unnecessary.
188
+
189
+ #### 3. Protecting Users' Legal Rights From Anti-Circumvention Law
190
+
191
+ No covered work shall be deemed part of an effective technological
192
+ measure under any applicable law fulfilling obligations under article
193
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
194
+ similar laws prohibiting or restricting circumvention of such
195
+ measures.
196
+
197
+ When you convey a covered work, you waive any legal power to forbid
198
+ circumvention of technological measures to the extent such
199
+ circumvention is effected by exercising rights under this License with
200
+ respect to the covered work, and you disclaim any intention to limit
201
+ operation or modification of the work as a means of enforcing, against
202
+ the work's users, your or third parties' legal rights to forbid
203
+ circumvention of technological measures.
204
+
205
+ #### 4. Conveying Verbatim Copies
206
+
207
+ You may convey verbatim copies of the Program's source code as you
208
+ receive it, in any medium, provided that you conspicuously and
209
+ appropriately publish on each copy an appropriate copyright notice;
210
+ keep intact all notices stating that this License and any
211
+ non-permissive terms added in accord with section 7 apply to the code;
212
+ keep intact all notices of the absence of any warranty; and give all
213
+ recipients a copy of this License along with the Program.
214
+
215
+ You may charge any price or no price for each copy that you convey,
216
+ and you may offer support or warranty protection for a fee.
217
+
218
+ #### 5. Conveying Modified Source Versions
219
+
220
+ You may convey a work based on the Program, or the modifications to
221
+ produce it from the Program, in the form of source code under the
222
+ terms of section 4, provided that you also meet all of these
223
+ conditions:
224
+
225
+ {:style="list-style-type:lower-latin"}
226
+ 1. The work must carry prominent notices stating that you modified
227
+ it, and giving a relevant date.
228
+ 2. The work must carry prominent notices stating that it is
229
+ released under this License and any conditions added under
230
+ section 7. This requirement modifies the requirement in section 4
231
+ to "keep intact all notices".
232
+ 3. You must license the entire work, as a whole, under this
233
+ License to anyone who comes into possession of a copy. This
234
+ License will therefore apply, along with any applicable section 7
235
+ additional terms, to the whole of the work, and all its parts,
236
+ regardless of how they are packaged. This License gives no
237
+ permission to license the work in any other way, but it does not
238
+ invalidate such permission if you have separately received it.
239
+ 4. If the work has interactive user interfaces, each must display
240
+ Appropriate Legal Notices; however, if the Program has interactive
241
+ interfaces that do not display Appropriate Legal Notices, your
242
+ work need not make them do so.
243
+
244
+ A compilation of a covered work with other separate and independent
245
+ works, which are not by their nature extensions of the covered work,
246
+ and which are not combined with it such as to form a larger program,
247
+ in or on a volume of a storage or distribution medium, is called an
248
+ "aggregate" if the compilation and its resulting copyright are not
249
+ used to limit the access or legal rights of the compilation's users
250
+ beyond what the individual works permit. Inclusion of a covered work
251
+ in an aggregate does not cause this License to apply to the other
252
+ parts of the aggregate.
253
+
254
+ #### 6. Conveying Non-Source Forms
255
+
256
+ You may convey a covered work in object code form under the terms of
257
+ sections 4 and 5, provided that you also convey the machine-readable
258
+ Corresponding Source under the terms of this License, in one of these
259
+ ways:
260
+
261
+ {:style="list-style-type:lower-latin"}
262
+ 1. Convey the object code in, or embodied in, a physical product
263
+ (including a physical distribution medium), accompanied by the
264
+ Corresponding Source fixed on a durable physical medium
265
+ customarily used for software interchange.
266
+ 2. Convey the object code in, or embodied in, a physical product
267
+ (including a physical distribution medium), accompanied by a
268
+ written offer, valid for at least three years and valid for as
269
+ long as you offer spare parts or customer support for that product
270
+ model, to give anyone who possesses the object code either (1) a
271
+ copy of the Corresponding Source for all the software in the
272
+ product that is covered by this License, on a durable physical
273
+ medium customarily used for software interchange, for a price no
274
+ more than your reasonable cost of physically performing this
275
+ conveying of source, or (2) access to copy the Corresponding
276
+ Source from a network server at no charge.
277
+ 3. Convey individual copies of the object code with a copy of the
278
+ written offer to provide the Corresponding Source. This
279
+ alternative is allowed only occasionally and noncommercially, and
280
+ only if you received the object code with such an offer, in accord
281
+ with subsection 6b.
282
+ 4. Convey the object code by offering access from a designated
283
+ place (gratis or for a charge), and offer equivalent access to the
284
+ Corresponding Source in the same way through the same place at no
285
+ further charge. You need not require recipients to copy the
286
+ Corresponding Source along with the object code. If the place to
287
+ copy the object code is a network server, the Corresponding Source
288
+ may be on a different server (operated by you or a third party)
289
+ that supports equivalent copying facilities, provided you maintain
290
+ clear directions next to the object code saying where to find the
291
+ Corresponding Source. Regardless of what server hosts the
292
+ Corresponding Source, you remain obligated to ensure that it is
293
+ available for as long as needed to satisfy these requirements.
294
+ 5. Convey the object code using peer-to-peer transmission,
295
+ provided you inform other peers where the object code and
296
+ Corresponding Source of the work are being offered to the general
297
+ public at no charge under subsection 6d.
298
+
299
+ A separable portion of the object code, whose source code is excluded
300
+ from the Corresponding Source as a System Library, need not be
301
+ included in conveying the object code work.
302
+
303
+ A "User Product" is either (1) a "consumer product", which means any
304
+ tangible personal property which is normally used for personal,
305
+ family, or household purposes, or (2) anything designed or sold for
306
+ incorporation into a dwelling. In determining whether a product is a
307
+ consumer product, doubtful cases shall be resolved in favor of
308
+ coverage. For a particular product received by a particular user,
309
+ "normally used" refers to a typical or common use of that class of
310
+ product, regardless of the status of the particular user or of the way
311
+ in which the particular user actually uses, or expects or is expected
312
+ to use, the product. A product is a consumer product regardless of
313
+ whether the product has substantial commercial, industrial or
314
+ non-consumer uses, unless such uses represent the only significant
315
+ mode of use of the product.
316
+
317
+ "Installation Information" for a User Product means any methods,
318
+ procedures, authorization keys, or other information required to
319
+ install and execute modified versions of a covered work in that User
320
+ Product from a modified version of its Corresponding Source. The
321
+ information must suffice to ensure that the continued functioning of
322
+ the modified object code is in no case prevented or interfered with
323
+ solely because modification has been made.
324
+
325
+ If you convey an object code work under this section in, or with, or
326
+ specifically for use in, a User Product, and the conveying occurs as
327
+ part of a transaction in which the right of possession and use of the
328
+ User Product is transferred to the recipient in perpetuity or for a
329
+ fixed term (regardless of how the transaction is characterized), the
330
+ Corresponding Source conveyed under this section must be accompanied
331
+ by the Installation Information. But this requirement does not apply
332
+ if neither you nor any third party retains the ability to install
333
+ modified object code on the User Product (for example, the work has
334
+ been installed in ROM).
335
+
336
+ The requirement to provide Installation Information does not include a
337
+ requirement to continue to provide support service, warranty, or
338
+ updates for a work that has been modified or installed by the
339
+ recipient, or for the User Product in which it has been modified or
340
+ installed. Access to a network may be denied when the modification
341
+ itself materially and adversely affects the operation of the network
342
+ or violates the rules and protocols for communication across the
343
+ network.
344
+
345
+ Corresponding Source conveyed, and Installation Information provided,
346
+ in accord with this section must be in a format that is publicly
347
+ documented (and with an implementation available to the public in
348
+ source code form), and must require no special password or key for
349
+ unpacking, reading or copying.
350
+
351
+ #### 7. Additional Terms
352
+
353
+ "Additional permissions" are terms that supplement the terms of this
354
+ License by making exceptions from one or more of its conditions.
355
+ Additional permissions that are applicable to the entire Program shall
356
+ be treated as though they were included in this License, to the extent
357
+ that they are valid under applicable law. If additional permissions
358
+ apply only to part of the Program, that part may be used separately
359
+ under those permissions, but the entire Program remains governed by
360
+ this License without regard to the additional permissions.
361
+
362
+ When you convey a copy of a covered work, you may at your option
363
+ remove any additional permissions from that copy, or from any part of
364
+ it. (Additional permissions may be written to require their own
365
+ removal in certain cases when you modify the work.) You may place
366
+ additional permissions on material, added by you to a covered work,
367
+ for which you have or can give appropriate copyright permission.
368
+
369
+ Notwithstanding any other provision of this License, for material you
370
+ add to a covered work, you may (if authorized by the copyright holders
371
+ of that material) supplement the terms of this License with terms:
372
+
373
+ {:style="list-style-type:lower-latin"}
374
+ 1. Disclaiming warranty or limiting liability differently from the
375
+ terms of sections 15 and 16 of this License; or
376
+ 2. Requiring preservation of specified reasonable legal notices or
377
+ author attributions in that material or in the Appropriate Legal
378
+ Notices displayed by works containing it; or
379
+ 3. Prohibiting misrepresentation of the origin of that material,
380
+ or requiring that modified versions of such material be marked in
381
+ reasonable ways as different from the original version; or
382
+ 4. Limiting the use for publicity purposes of names of licensors
383
+ or authors of the material; or
384
+ 5. Declining to grant rights under trademark law for use of some
385
+ trade names, trademarks, or service marks; or
386
+ 6. Requiring indemnification of licensors and authors of that
387
+ material by anyone who conveys the material (or modified versions
388
+ of it) with contractual assumptions of liability to the recipient,
389
+ for any liability that these contractual assumptions directly
390
+ impose on those licensors and authors.
391
+
392
+ All other non-permissive additional terms are considered "further
393
+ restrictions" within the meaning of section 10. If the Program as you
394
+ received it, or any part of it, contains a notice stating that it is
395
+ governed by this License along with a term that is a further
396
+ restriction, you may remove that term. If a license document contains
397
+ a further restriction but permits relicensing or conveying under this
398
+ License, you may add to a covered work material governed by the terms
399
+ of that license document, provided that the further restriction does
400
+ not survive such relicensing or conveying.
401
+
402
+ If you add terms to a covered work in accord with this section, you
403
+ must place, in the relevant source files, a statement of the
404
+ additional terms that apply to those files, or a notice indicating
405
+ where to find the applicable terms.
406
+
407
+ Additional terms, permissive or non-permissive, may be stated in the
408
+ form of a separately written license, or stated as exceptions; the
409
+ above requirements apply either way.
410
+
411
+ #### 8. Termination
412
+
413
+ You may not propagate or modify a covered work except as expressly
414
+ provided under this License. Any attempt otherwise to propagate or
415
+ modify it is void, and will automatically terminate your rights under
416
+ this License (including any patent licenses granted under the third
417
+ paragraph of section 11).
418
+
419
+ However, if you cease all violation of this License, then your license
420
+ from a particular copyright holder is reinstated (a) provisionally,
421
+ unless and until the copyright holder explicitly and finally
422
+ terminates your license, and (b) permanently, if the copyright holder
423
+ fails to notify you of the violation by some reasonable means prior to
424
+ 60 days after the cessation.
425
+
426
+ Moreover, your license from a particular copyright holder is
427
+ reinstated permanently if the copyright holder notifies you of the
428
+ violation by some reasonable means, this is the first time you have
429
+ received notice of violation of this License (for any work) from that
430
+ copyright holder, and you cure the violation prior to 30 days after
431
+ your receipt of the notice.
432
+
433
+ Termination of your rights under this section does not terminate the
434
+ licenses of parties who have received copies or rights from you under
435
+ this License. If your rights have been terminated and not permanently
436
+ reinstated, you do not qualify to receive new licenses for the same
437
+ material under section 10.
438
+
439
+ #### 9. Acceptance Not Required for Having Copies
440
+
441
+ You are not required to accept this License in order to receive or run
442
+ a copy of the Program. Ancillary propagation of a covered work
443
+ occurring solely as a consequence of using peer-to-peer transmission
444
+ to receive a copy likewise does not require acceptance. However,
445
+ nothing other than this License grants you permission to propagate or
446
+ modify any covered work. These actions infringe copyright if you do
447
+ not accept this License. Therefore, by modifying or propagating a
448
+ covered work, you indicate your acceptance of this License to do so.
449
+
450
+ #### 10. Automatic Licensing of Downstream Recipients
451
+
452
+ Each time you convey a covered work, the recipient automatically
453
+ receives a license from the original licensors, to run, modify and
454
+ propagate that work, subject to this License. You are not responsible
455
+ for enforcing compliance by third parties with this License.
456
+
457
+ An "entity transaction" is a transaction transferring control of an
458
+ organization, or substantially all assets of one, or subdividing an
459
+ organization, or merging organizations. If propagation of a covered
460
+ work results from an entity transaction, each party to that
461
+ transaction who receives a copy of the work also receives whatever
462
+ licenses to the work the party's predecessor in interest had or could
463
+ give under the previous paragraph, plus a right to possession of the
464
+ Corresponding Source of the work from the predecessor in interest, if
465
+ the predecessor has it or can get it with reasonable efforts.
466
+
467
+ You may not impose any further restrictions on the exercise of the
468
+ rights granted or affirmed under this License. For example, you may
469
+ not impose a license fee, royalty, or other charge for exercise of
470
+ rights granted under this License, and you may not initiate litigation
471
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
472
+ any patent claim is infringed by making, using, selling, offering for
473
+ sale, or importing the Program or any portion of it.
474
+
475
+ #### 11. Patents
476
+
477
+ A "contributor" is a copyright holder who authorizes use under this
478
+ License of the Program or a work on which the Program is based. The
479
+ work thus licensed is called the contributor's "contributor version".
480
+
481
+ A contributor's "essential patent claims" are all patent claims owned
482
+ or controlled by the contributor, whether already acquired or
483
+ hereafter acquired, that would be infringed by some manner, permitted
484
+ by this License, of making, using, or selling its contributor version,
485
+ but do not include claims that would be infringed only as a
486
+ consequence of further modification of the contributor version. For
487
+ purposes of this definition, "control" includes the right to grant
488
+ patent sublicenses in a manner consistent with the requirements of
489
+ this License.
490
+
491
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
492
+ patent license under the contributor's essential patent claims, to
493
+ make, use, sell, offer for sale, import and otherwise run, modify and
494
+ propagate the contents of its contributor version.
495
+
496
+ In the following three paragraphs, a "patent license" is any express
497
+ agreement or commitment, however denominated, not to enforce a patent
498
+ (such as an express permission to practice a patent or covenant not to
499
+ sue for patent infringement). To "grant" such a patent license to a
500
+ party means to make such an agreement or commitment not to enforce a
501
+ patent against the party.
502
+
503
+ If you convey a covered work, knowingly relying on a patent license,
504
+ and the Corresponding Source of the work is not available for anyone
505
+ to copy, free of charge and under the terms of this License, through a
506
+ publicly available network server or other readily accessible means,
507
+ then you must either (1) cause the Corresponding Source to be so
508
+ available, or (2) arrange to deprive yourself of the benefit of the
509
+ patent license for this particular work, or (3) arrange, in a manner
510
+ consistent with the requirements of this License, to extend the patent
511
+ license to downstream recipients. "Knowingly relying" means you have
512
+ actual knowledge that, but for the patent license, your conveying the
513
+ covered work in a country, or your recipient's use of the covered work
514
+ in a country, would infringe one or more identifiable patents in that
515
+ country that you have reason to believe are valid.
516
+
517
+ If, pursuant to or in connection with a single transaction or
518
+ arrangement, you convey, or propagate by procuring conveyance of, a
519
+ covered work, and grant a patent license to some of the parties
520
+ receiving the covered work authorizing them to use, propagate, modify
521
+ or convey a specific copy of the covered work, then the patent license
522
+ you grant is automatically extended to all recipients of the covered
523
+ work and works based on it.
524
+
525
+ A patent license is "discriminatory" if it does not include within the
526
+ scope of its coverage, prohibits the exercise of, or is conditioned on
527
+ the non-exercise of one or more of the rights that are specifically
528
+ granted under this License. You may not convey a covered work if you
529
+ are a party to an arrangement with a third party that is in the
530
+ business of distributing software, under which you make payment to the
531
+ third party based on the extent of your activity of conveying the
532
+ work, and under which the third party grants, to any of the parties
533
+ who would receive the covered work from you, a discriminatory patent
534
+ license (a) in connection with copies of the covered work conveyed by
535
+ you (or copies made from those copies), or (b) primarily for and in
536
+ connection with specific products or compilations that contain the
537
+ covered work, unless you entered into that arrangement, or that patent
538
+ license was granted, prior to 28 March 2007.
539
+
540
+ Nothing in this License shall be construed as excluding or limiting
541
+ any implied license or other defenses to infringement that may
542
+ otherwise be available to you under applicable patent law.
543
+
544
+ #### 12. No Surrender of Others' Freedom
545
+
546
+ If conditions are imposed on you (whether by court order, agreement or
547
+ otherwise) that contradict the conditions of this License, they do not
548
+ excuse you from the conditions of this License. If you cannot convey a
549
+ covered work so as to satisfy simultaneously your obligations under
550
+ this License and any other pertinent obligations, then as a
551
+ consequence you may not convey it at all. For example, if you agree to
552
+ terms that obligate you to collect a royalty for further conveying
553
+ from those to whom you convey the Program, the only way you could
554
+ satisfy both those terms and this License would be to refrain entirely
555
+ from conveying the Program.
556
+
557
+ #### 13. Use with the GNU Affero General Public License
558
+
559
+ Notwithstanding any other provision of this License, you have
560
+ permission to link or combine any covered work with a work licensed
561
+ under version 3 of the GNU Affero General Public License into a single
562
+ combined work, and to convey the resulting work. The terms of this
563
+ License will continue to apply to the part which is the covered work,
564
+ but the special requirements of the GNU Affero General Public License,
565
+ section 13, concerning interaction through a network will apply to the
566
+ combination as such.
567
+
568
+ #### 14. Revised Versions of this License
569
+
570
+ The Free Software Foundation may publish revised and/or new versions
571
+ of the GNU General Public License from time to time. Such new versions
572
+ will be similar in spirit to the present version, but may differ in
573
+ detail to address new problems or concerns.
574
+
575
+ Each version is given a distinguishing version number. If the Program
576
+ specifies that a certain numbered version of the GNU General Public
577
+ License "or any later version" applies to it, you have the option of
578
+ following the terms and conditions either of that numbered version or
579
+ of any later version published by the Free Software Foundation. If the
580
+ Program does not specify a version number of the GNU General Public
581
+ License, you may choose any version ever published by the Free
582
+ Software Foundation.
583
+
584
+ If the Program specifies that a proxy can decide which future versions
585
+ of the GNU General Public License can be used, that proxy's public
586
+ statement of acceptance of a version permanently authorizes you to
587
+ choose that version for the Program.
588
+
589
+ Later license versions may give you additional or different
590
+ permissions. However, no additional obligations are imposed on any
591
+ author or copyright holder as a result of your choosing to follow a
592
+ later version.
593
+
594
+ #### 15. Disclaimer of Warranty
595
+
596
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
597
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
598
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
599
+ WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
600
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
601
+ A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
602
+ PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
603
+ DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
604
+ CORRECTION.
605
+
606
+ #### 16. Limitation of Liability
607
+
608
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
609
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR
610
+ CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
611
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
612
+ ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT
613
+ NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR
614
+ LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM
615
+ TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER
616
+ PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
617
+
618
+ #### 17. Interpretation of Sections 15 and 16
619
+
620
+ If the disclaimer of warranty and limitation of liability provided
621
+ above cannot be given local legal effect according to their terms,
622
+ reviewing courts shall apply local law that most closely approximates
623
+ an absolute waiver of all civil liability in connection with the
624
+ Program, unless a warranty or assumption of liability accompanies a
625
+ copy of the Program in return for a fee.