iloncka commited on
Commit
29d616e
·
verified ·
1 Parent(s): 7df766c

Create LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +459 -0
LICENSE ADDED
@@ -0,0 +1,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Creative Commons Attribution Share Alike 4.0 International
3
+ spdx-id: CC-BY-SA-4.0
4
+
5
+ description: Similar to <a href='/licenses/cc-by-4.0/'>CC-BY-4.0</a> but requires derivatives be distributed under the same or a similar, <a href="https://creativecommons.org/compatiblelicenses">compatible</a> license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.
6
+
7
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. It is also acceptable to solely supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by-sa/4.0/'>canonical URL for the license</a>.
8
+
9
+ using:
10
+ Flight rules for Git: https://github.com/k88hudson/git-flight-rules/blob/master/LICENSE
11
+ Material Design Iconic Font: https://github.com/zavoloklom/material-design-iconic-font/blob/master/License.md
12
+ OWASP MSTG: https://github.com/OWASP/owasp-mstg/blob/master/License.md
13
+
14
+ permissions:
15
+ - commercial-use
16
+ - modifications
17
+ - distribution
18
+ - private-use
19
+
20
+ conditions:
21
+ - include-copyright
22
+ - document-changes
23
+ - same-license
24
+
25
+ limitations:
26
+ - liability
27
+ - trademark-use
28
+ - patent-use
29
+ - warranty
30
+
31
+ ---
32
+
33
+ Attribution-ShareAlike 4.0 International
34
+
35
+ =======================================================================
36
+
37
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
38
+ does not provide legal services or legal advice. Distribution of
39
+ Creative Commons public licenses does not create a lawyer-client or
40
+ other relationship. Creative Commons makes its licenses and related
41
+ information available on an "as-is" basis. Creative Commons gives no
42
+ warranties regarding its licenses, any material licensed under their
43
+ terms and conditions, or any related information. Creative Commons
44
+ disclaims all liability for damages resulting from their use to the
45
+ fullest extent possible.
46
+
47
+ Using Creative Commons Public Licenses
48
+
49
+ Creative Commons public licenses provide a standard set of terms and
50
+ conditions that creators and other rights holders may use to share
51
+ original works of authorship and other material subject to copyright
52
+ and certain other rights specified in the public license below. The
53
+ following considerations are for informational purposes only, are not
54
+ exhaustive, and do not form part of our licenses.
55
+
56
+ Considerations for licensors: Our public licenses are
57
+ intended for use by those authorized to give the public
58
+ permission to use material in ways otherwise restricted by
59
+ copyright and certain other rights. Our licenses are
60
+ irrevocable. Licensors should read and understand the terms
61
+ and conditions of the license they choose before applying it.
62
+ Licensors should also secure all rights necessary before
63
+ applying our licenses so that the public can reuse the
64
+ material as expected. Licensors should clearly mark any
65
+ material not subject to the license. This includes other CC-
66
+ licensed material, or material used under an exception or
67
+ limitation to copyright. More considerations for licensors:
68
+ wiki.creativecommons.org/Considerations_for_licensors
69
+
70
+ Considerations for the public: By using one of our public
71
+ licenses, a licensor grants the public permission to use the
72
+ licensed material under specified terms and conditions. If
73
+ the licensor's permission is not necessary for any reason--for
74
+ example, because of any applicable exception or limitation to
75
+ copyright--then that use is not regulated by the license. Our
76
+ licenses grant only permissions under copyright and certain
77
+ other rights that a licensor has authority to grant. Use of
78
+ the licensed material may still be restricted for other
79
+ reasons, including because others have copyright or other
80
+ rights in the material. A licensor may make special requests,
81
+ such as asking that all changes be marked or described.
82
+ Although not required by our licenses, you are encouraged to
83
+ respect those requests where reasonable. More considerations
84
+ for the public:
85
+ wiki.creativecommons.org/Considerations_for_licensees
86
+
87
+ =======================================================================
88
+
89
+ Creative Commons Attribution-ShareAlike 4.0 International Public
90
+ License
91
+
92
+ By exercising the Licensed Rights (defined below), You accept and agree
93
+ to be bound by the terms and conditions of this Creative Commons
94
+ Attribution-ShareAlike 4.0 International Public License ("Public
95
+ License"). To the extent this Public License may be interpreted as a
96
+ contract, You are granted the Licensed Rights in consideration of Your
97
+ acceptance of these terms and conditions, and the Licensor grants You
98
+ such rights in consideration of benefits the Licensor receives from
99
+ making the Licensed Material available under these terms and
100
+ conditions.
101
+
102
+
103
+ Section 1 -- Definitions.
104
+
105
+ a. Adapted Material means material subject to Copyright and Similar
106
+ Rights that is derived from or based upon the Licensed Material
107
+ and in which the Licensed Material is translated, altered,
108
+ arranged, transformed, or otherwise modified in a manner requiring
109
+ permission under the Copyright and Similar Rights held by the
110
+ Licensor. For purposes of this Public License, where the Licensed
111
+ Material is a musical work, performance, or sound recording,
112
+ Adapted Material is always produced where the Licensed Material is
113
+ synched in timed relation with a moving image.
114
+
115
+ b. Adapter's License means the license You apply to Your Copyright
116
+ and Similar Rights in Your contributions to Adapted Material in
117
+ accordance with the terms and conditions of this Public License.
118
+
119
+ c. BY-SA Compatible License means a license listed at
120
+ creativecommons.org/compatiblelicenses, approved by Creative
121
+ Commons as essentially the equivalent of this Public License.
122
+
123
+ d. Copyright and Similar Rights means copyright and/or similar rights
124
+ closely related to copyright including, without limitation,
125
+ performance, broadcast, sound recording, and Sui Generis Database
126
+ Rights, without regard to how the rights are labeled or
127
+ categorized. For purposes of this Public License, the rights
128
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
129
+ Rights.
130
+
131
+ e. Effective Technological Measures means those measures that, in the
132
+ absence of proper authority, may not be circumvented under laws
133
+ fulfilling obligations under Article 11 of the WIPO Copyright
134
+ Treaty adopted on December 20, 1996, and/or similar international
135
+ agreements.
136
+
137
+ f. Exceptions and Limitations means fair use, fair dealing, and/or
138
+ any other exception or limitation to Copyright and Similar Rights
139
+ that applies to Your use of the Licensed Material.
140
+
141
+ g. License Elements means the license attributes listed in the name
142
+ of a Creative Commons Public License. The License Elements of this
143
+ Public License are Attribution and ShareAlike.
144
+
145
+ h. Licensed Material means the artistic or literary work, database,
146
+ or other material to which the Licensor applied this Public
147
+ License.
148
+
149
+ i. Licensed Rights means the rights granted to You subject to the
150
+ terms and conditions of this Public License, which are limited to
151
+ all Copyright and Similar Rights that apply to Your use of the
152
+ Licensed Material and that the Licensor has authority to license.
153
+
154
+ j. Licensor means the individual(s) or entity(ies) granting rights
155
+ under this Public License.
156
+
157
+ k. Share means to provide material to the public by any means or
158
+ process that requires permission under the Licensed Rights, such
159
+ as reproduction, public display, public performance, distribution,
160
+ dissemination, communication, or importation, and to make material
161
+ available to the public including in ways that members of the
162
+ public may access the material from a place and at a time
163
+ individually chosen by them.
164
+
165
+ l. Sui Generis Database Rights means rights other than copyright
166
+ resulting from Directive 96/9/EC of the European Parliament and of
167
+ the Council of 11 March 1996 on the legal protection of databases,
168
+ as amended and/or succeeded, as well as other essentially
169
+ equivalent rights anywhere in the world.
170
+
171
+ m. You means the individual or entity exercising the Licensed Rights
172
+ under this Public License. Your has a corresponding meaning.
173
+
174
+
175
+ Section 2 -- Scope.
176
+
177
+ a. License grant.
178
+
179
+ 1. Subject to the terms and conditions of this Public License,
180
+ the Licensor hereby grants You a worldwide, royalty-free,
181
+ non-sublicensable, non-exclusive, irrevocable license to
182
+ exercise the Licensed Rights in the Licensed Material to:
183
+
184
+ a. reproduce and Share the Licensed Material, in whole or
185
+ in part; and
186
+
187
+ b. produce, reproduce, and Share Adapted Material.
188
+
189
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
190
+ Exceptions and Limitations apply to Your use, this Public
191
+ License does not apply, and You do not need to comply with
192
+ its terms and conditions.
193
+
194
+ 3. Term. The term of this Public License is specified in Section
195
+ 6(a).
196
+
197
+ 4. Media and formats; technical modifications allowed. The
198
+ Licensor authorizes You to exercise the Licensed Rights in
199
+ all media and formats whether now known or hereafter created,
200
+ and to make technical modifications necessary to do so. The
201
+ Licensor waives and/or agrees not to assert any right or
202
+ authority to forbid You from making technical modifications
203
+ necessary to exercise the Licensed Rights, including
204
+ technical modifications necessary to circumvent Effective
205
+ Technological Measures. For purposes of this Public License,
206
+ simply making modifications authorized by this Section 2(a)
207
+ (4) never produces Adapted Material.
208
+
209
+ 5. Downstream recipients.
210
+
211
+ a. Offer from the Licensor -- Licensed Material. Every
212
+ recipient of the Licensed Material automatically
213
+ receives an offer from the Licensor to exercise the
214
+ Licensed Rights under the terms and conditions of this
215
+ Public License.
216
+
217
+ b. Additional offer from the Licensor -- Adapted Material.
218
+ Every recipient of Adapted Material from You
219
+ automatically receives an offer from the Licensor to
220
+ exercise the Licensed Rights in the Adapted Material
221
+ under the conditions of the Adapter's License You apply.
222
+
223
+ c. No downstream restrictions. You may not offer or impose
224
+ any additional or different terms or conditions on, or
225
+ apply any Effective Technological Measures to, the
226
+ Licensed Material if doing so restricts exercise of the
227
+ Licensed Rights by any recipient of the Licensed
228
+ Material.
229
+
230
+ 6. No endorsement. Nothing in this Public License constitutes or
231
+ may be construed as permission to assert or imply that You
232
+ are, or that Your use of the Licensed Material is, connected
233
+ with, or sponsored, endorsed, or granted official status by,
234
+ the Licensor or others designated to receive attribution as
235
+ provided in Section 3(a)(1)(A)(i).
236
+
237
+ b. Other rights.
238
+
239
+ 1. Moral rights, such as the right of integrity, are not
240
+ licensed under this Public License, nor are publicity,
241
+ privacy, and/or other similar personality rights; however, to
242
+ the extent possible, the Licensor waives and/or agrees not to
243
+ assert any such rights held by the Licensor to the limited
244
+ extent necessary to allow You to exercise the Licensed
245
+ Rights, but not otherwise.
246
+
247
+ 2. Patent and trademark rights are not licensed under this
248
+ Public License.
249
+
250
+ 3. To the extent possible, the Licensor waives any right to
251
+ collect royalties from You for the exercise of the Licensed
252
+ Rights, whether directly or through a collecting society
253
+ under any voluntary or waivable statutory or compulsory
254
+ licensing scheme. In all other cases the Licensor expressly
255
+ reserves any right to collect such royalties.
256
+
257
+
258
+ Section 3 -- License Conditions.
259
+
260
+ Your exercise of the Licensed Rights is expressly made subject to the
261
+ following conditions.
262
+
263
+ a. Attribution.
264
+
265
+ 1. If You Share the Licensed Material (including in modified
266
+ form), You must:
267
+
268
+ a. retain the following if it is supplied by the Licensor
269
+ with the Licensed Material:
270
+
271
+ i. identification of the creator(s) of the Licensed
272
+ Material and any others designated to receive
273
+ attribution, in any reasonable manner requested by
274
+ the Licensor (including by pseudonym if
275
+ designated);
276
+
277
+ ii. a copyright notice;
278
+
279
+ iii. a notice that refers to this Public License;
280
+
281
+ iv. a notice that refers to the disclaimer of
282
+ warranties;
283
+
284
+ v. a URI or hyperlink to the Licensed Material to the
285
+ extent reasonably practicable;
286
+
287
+ b. indicate if You modified the Licensed Material and
288
+ retain an indication of any previous modifications; and
289
+
290
+ c. indicate the Licensed Material is licensed under this
291
+ Public License, and include the text of, or the URI or
292
+ hyperlink to, this Public License.
293
+
294
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
295
+ reasonable manner based on the medium, means, and context in
296
+ which You Share the Licensed Material. For example, it may be
297
+ reasonable to satisfy the conditions by providing a URI or
298
+ hyperlink to a resource that includes the required
299
+ information.
300
+
301
+ 3. If requested by the Licensor, You must remove any of the
302
+ information required by Section 3(a)(1)(A) to the extent
303
+ reasonably practicable.
304
+
305
+ b. ShareAlike.
306
+
307
+ In addition to the conditions in Section 3(a), if You Share
308
+ Adapted Material You produce, the following conditions also apply.
309
+
310
+ 1. The Adapter's License You apply must be a Creative Commons
311
+ license with the same License Elements, this version or
312
+ later, or a BY-SA Compatible License.
313
+
314
+ 2. You must include the text of, or the URI or hyperlink to, the
315
+ Adapter's License You apply. You may satisfy this condition
316
+ in any reasonable manner based on the medium, means, and
317
+ context in which You Share Adapted Material.
318
+
319
+ 3. You may not offer or impose any additional or different terms
320
+ or conditions on, or apply any Effective Technological
321
+ Measures to, Adapted Material that restrict exercise of the
322
+ rights granted under the Adapter's License You apply.
323
+
324
+
325
+ Section 4 -- Sui Generis Database Rights.
326
+
327
+ Where the Licensed Rights include Sui Generis Database Rights that
328
+ apply to Your use of the Licensed Material:
329
+
330
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
331
+ to extract, reuse, reproduce, and Share all or a substantial
332
+ portion of the contents of the database;
333
+
334
+ b. if You include all or a substantial portion of the database
335
+ contents in a database in which You have Sui Generis Database
336
+ Rights, then the database in which You have Sui Generis Database
337
+ Rights (but not its individual contents) is Adapted Material,
338
+ including for purposes of Section 3(b); and
339
+
340
+ c. You must comply with the conditions in Section 3(a) if You Share
341
+ all or a substantial portion of the contents of the database.
342
+
343
+ For the avoidance of doubt, this Section 4 supplements and does not
344
+ replace Your obligations under this Public License where the Licensed
345
+ Rights include other Copyright and Similar Rights.
346
+
347
+
348
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
349
+
350
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
351
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
352
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
353
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
354
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
355
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
356
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
357
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
358
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
359
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
360
+
361
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
362
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
363
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
364
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
365
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
366
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
367
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
368
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
369
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
370
+
371
+ c. The disclaimer of warranties and limitation of liability provided
372
+ above shall be interpreted in a manner that, to the extent
373
+ possible, most closely approximates an absolute disclaimer and
374
+ waiver of all liability.
375
+
376
+
377
+ Section 6 -- Term and Termination.
378
+
379
+ a. This Public License applies for the term of the Copyright and
380
+ Similar Rights licensed here. However, if You fail to comply with
381
+ this Public License, then Your rights under this Public License
382
+ terminate automatically.
383
+
384
+ b. Where Your right to use the Licensed Material has terminated under
385
+ Section 6(a), it reinstates:
386
+
387
+ 1. automatically as of the date the violation is cured, provided
388
+ it is cured within 30 days of Your discovery of the
389
+ violation; or
390
+
391
+ 2. upon express reinstatement by the Licensor.
392
+
393
+ For the avoidance of doubt, this Section 6(b) does not affect any
394
+ right the Licensor may have to seek remedies for Your violations
395
+ of this Public License.
396
+
397
+ c. For the avoidance of doubt, the Licensor may also offer the
398
+ Licensed Material under separate terms or conditions or stop
399
+ distributing the Licensed Material at any time; however, doing so
400
+ will not terminate this Public License.
401
+
402
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
403
+ License.
404
+
405
+
406
+ Section 7 -- Other Terms and Conditions.
407
+
408
+ a. The Licensor shall not be bound by any additional or different
409
+ terms or conditions communicated by You unless expressly agreed.
410
+
411
+ b. Any arrangements, understandings, or agreements regarding the
412
+ Licensed Material not stated herein are separate from and
413
+ independent of the terms and conditions of this Public License.
414
+
415
+
416
+ Section 8 -- Interpretation.
417
+
418
+ a. For the avoidance of doubt, this Public License does not, and
419
+ shall not be interpreted to, reduce, limit, restrict, or impose
420
+ conditions on any use of the Licensed Material that could lawfully
421
+ be made without permission under this Public License.
422
+
423
+ b. To the extent possible, if any provision of this Public License is
424
+ deemed unenforceable, it shall be automatically reformed to the
425
+ minimum extent necessary to make it enforceable. If the provision
426
+ cannot be reformed, it shall be severed from this Public License
427
+ without affecting the enforceability of the remaining terms and
428
+ conditions.
429
+
430
+ c. No term or condition of this Public License will be waived and no
431
+ failure to comply consented to unless expressly agreed to by the
432
+ Licensor.
433
+
434
+ d. Nothing in this Public License constitutes or may be interpreted
435
+ as a limitation upon, or waiver of, any privileges and immunities
436
+ that apply to the Licensor or You, including from the legal
437
+ processes of any jurisdiction or authority.
438
+
439
+
440
+ =======================================================================
441
+
442
+ Creative Commons is not a party to its public licenses.
443
+ Notwithstanding, Creative Commons may elect to apply one of its public
444
+ licenses to material it publishes and in those instances will be
445
+ considered the “Licensor.” The text of the Creative Commons public
446
+ licenses is dedicated to the public domain under the CC0 Public Domain
447
+ Dedication. Except for the limited purpose of indicating that material
448
+ is shared under a Creative Commons public license or as otherwise
449
+ permitted by the Creative Commons policies published at
450
+ creativecommons.org/policies, Creative Commons does not authorize the
451
+ use of the trademark "Creative Commons" or any other trademark or logo
452
+ of Creative Commons without its prior written consent including,
453
+ without limitation, in connection with any unauthorized modifications
454
+ to any of its public licenses or any other arrangements,
455
+ understandings, or agreements concerning use of licensed material. For
456
+ the avoidance of doubt, this paragraph does not form part of the public
457
+ licenses.
458
+
459
+ Creative Commons may be contacted at creativecommons.org.