curo-material-interface 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/assets/fonts/mdi/LICENSE.txt +96 -428
- data/lib/assets/fonts/mdi/materialdesignicons-webfont.eot +0 -0
- data/lib/assets/fonts/mdi/materialdesignicons-webfont.svg +3198 -0
- data/lib/assets/fonts/mdi/materialdesignicons-webfont.ttf +0 -0
- data/lib/assets/fonts/mdi/materialdesignicons-webfont.woff +0 -0
- data/lib/assets/fonts/mdi/materialdesignicons-webfont.woff2 +0 -0
- data/lib/assets/javascripts/cmi/behaviors/form_select_behavior.coffee +22 -0
- data/lib/assets/javascripts/cmi/behaviors/form_text_field_behavior.coffee +14 -3
- data/lib/assets/javascripts/cmi/behaviors/tabs_behavior.coffee +36 -2
- data/lib/assets/javascripts/cmi/form_components/select.coffee +274 -0
- data/lib/assets/javascripts/cmi/form_components/text_field.coffee +1 -1
- data/lib/assets/javascripts/cmi/tabs.coffee +60 -29
- data/lib/assets/stylesheets/cmi/_global.sass +7 -8
- data/lib/assets/stylesheets/cmi/_icons.sass +1 -2242
- data/lib/assets/stylesheets/cmi/_mixins.sass +24 -0
- data/lib/assets/stylesheets/cmi/_reset.sass +3 -3
- data/lib/assets/stylesheets/cmi/_variables.sass +21 -6
- data/lib/assets/stylesheets/cmi/components/_buttons.sass +143 -2
- data/lib/assets/stylesheets/cmi/components/_cards.sass +105 -0
- data/lib/assets/stylesheets/cmi/components/_flex-modal-ie.sass +21 -0
- data/lib/assets/stylesheets/cmi/components/_flex-modal.sass +59 -40
- data/lib/assets/stylesheets/cmi/components/_lists.sass +61 -0
- data/lib/assets/stylesheets/cmi/components/_loading-indicator.sass +26 -4
- data/lib/assets/stylesheets/cmi/components/_ripples.sass +1 -0
- data/lib/assets/stylesheets/cmi/components/_tables.sass +37 -0
- data/lib/assets/stylesheets/cmi/form_components/_checkbox.sass +14 -14
- data/lib/assets/stylesheets/cmi/form_components/_inputs.sass +83 -0
- data/lib/assets/stylesheets/cmi/form_components/_selects.sass +58 -0
- data/lib/assets/stylesheets/cmi/form_components/_text_field.sass +0 -84
- data/lib/assets/stylesheets/cmi/mdi/_core.scss +9 -0
- data/lib/assets/stylesheets/cmi/mdi/_icons.scss +19 -0
- data/lib/assets/stylesheets/cmi/mdi/_materialdesignicons.scss +5 -0
- data/lib/assets/stylesheets/cmi/mdi/_path.scss +11 -0
- data/lib/assets/stylesheets/cmi/mdi/_variables.scss +4 -0
- data/lib/curo_material_interface/engine.rb +11 -5
- data/lib/curo_material_interface/version.rb +1 -1
- metadata +20 -6
- data/lib/assets/fonts/mdi/Material-Design-Icons.eot +0 -0
- data/lib/assets/fonts/mdi/Material-Design-Icons.svg +0 -751
- data/lib/assets/fonts/mdi/Material-Design-Icons.ttf +0 -0
- data/lib/assets/fonts/mdi/Material-Design-Icons.woff +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a63d5b140651a7c7957ad20267fd8f6ef9483b7
|
4
|
+
data.tar.gz: 60d9977cbca35bde8fb9d10576b52d814f179ea2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4059337e3617aded83a61170b4e5ab45a107e1ac343de46ad687efe2783c8dd5064e300293d05a00c500fbfe0d24ecfb1d3a7324bde27a10c95ff282dc9c53f6
|
7
|
+
data.tar.gz: 9b40ac6c463dceee518a4d28fe53eb4bf7a4e7f8f346de6f6b785e1983c2c4eabf3bf7fff1f118c8332131a92a0a42f1fa998ec4fe688958ff5a5c404eb1cb3c
|
@@ -1,428 +1,96 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
Rights, without regard to how the rights are labeled or
|
98
|
-
categorized. For purposes of this Public License, the rights
|
99
|
-
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
100
|
-
Rights.
|
101
|
-
|
102
|
-
e. Effective Technological Measures means those measures that, in the
|
103
|
-
absence of proper authority, may not be circumvented under laws
|
104
|
-
fulfilling obligations under Article 11 of the WIPO Copyright
|
105
|
-
Treaty adopted on December 20, 1996, and/or similar international
|
106
|
-
agreements.
|
107
|
-
|
108
|
-
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
109
|
-
any other exception or limitation to Copyright and Similar Rights
|
110
|
-
that applies to Your use of the Licensed Material.
|
111
|
-
|
112
|
-
g. License Elements means the license attributes listed in the name
|
113
|
-
of a Creative Commons Public License. The License Elements of this
|
114
|
-
Public License are Attribution and ShareAlike.
|
115
|
-
|
116
|
-
h. Licensed Material means the artistic or literary work, database,
|
117
|
-
or other material to which the Licensor applied this Public
|
118
|
-
License.
|
119
|
-
|
120
|
-
i. Licensed Rights means the rights granted to You subject to the
|
121
|
-
terms and conditions of this Public License, which are limited to
|
122
|
-
all Copyright and Similar Rights that apply to Your use of the
|
123
|
-
Licensed Material and that the Licensor has authority to license.
|
124
|
-
|
125
|
-
j. Licensor means the individual(s) or entity(ies) granting rights
|
126
|
-
under this Public License.
|
127
|
-
|
128
|
-
k. Share means to provide material to the public by any means or
|
129
|
-
process that requires permission under the Licensed Rights, such
|
130
|
-
as reproduction, public display, public performance, distribution,
|
131
|
-
dissemination, communication, or importation, and to make material
|
132
|
-
available to the public including in ways that members of the
|
133
|
-
public may access the material from a place and at a time
|
134
|
-
individually chosen by them.
|
135
|
-
|
136
|
-
l. Sui Generis Database Rights means rights other than copyright
|
137
|
-
resulting from Directive 96/9/EC of the European Parliament and of
|
138
|
-
the Council of 11 March 1996 on the legal protection of databases,
|
139
|
-
as amended and/or succeeded, as well as other essentially
|
140
|
-
equivalent rights anywhere in the world.
|
141
|
-
|
142
|
-
m. You means the individual or entity exercising the Licensed Rights
|
143
|
-
under this Public License. Your has a corresponding meaning.
|
144
|
-
|
145
|
-
|
146
|
-
Section 2 -- Scope.
|
147
|
-
|
148
|
-
a. License grant.
|
149
|
-
|
150
|
-
1. Subject to the terms and conditions of this Public License,
|
151
|
-
the Licensor hereby grants You a worldwide, royalty-free,
|
152
|
-
non-sublicensable, non-exclusive, irrevocable license to
|
153
|
-
exercise the Licensed Rights in the Licensed Material to:
|
154
|
-
|
155
|
-
a. reproduce and Share the Licensed Material, in whole or
|
156
|
-
in part; and
|
157
|
-
|
158
|
-
b. produce, reproduce, and Share Adapted Material.
|
159
|
-
|
160
|
-
2. Exceptions and Limitations. For the avoidance of doubt, where
|
161
|
-
Exceptions and Limitations apply to Your use, this Public
|
162
|
-
License does not apply, and You do not need to comply with
|
163
|
-
its terms and conditions.
|
164
|
-
|
165
|
-
3. Term. The term of this Public License is specified in Section
|
166
|
-
6(a).
|
167
|
-
|
168
|
-
4. Media and formats; technical modifications allowed. The
|
169
|
-
Licensor authorizes You to exercise the Licensed Rights in
|
170
|
-
all media and formats whether now known or hereafter created,
|
171
|
-
and to make technical modifications necessary to do so. The
|
172
|
-
Licensor waives and/or agrees not to assert any right or
|
173
|
-
authority to forbid You from making technical modifications
|
174
|
-
necessary to exercise the Licensed Rights, including
|
175
|
-
technical modifications necessary to circumvent Effective
|
176
|
-
Technological Measures. For purposes of this Public License,
|
177
|
-
simply making modifications authorized by this Section 2(a)
|
178
|
-
(4) never produces Adapted Material.
|
179
|
-
|
180
|
-
5. Downstream recipients.
|
181
|
-
|
182
|
-
a. Offer from the Licensor -- Licensed Material. Every
|
183
|
-
recipient of the Licensed Material automatically
|
184
|
-
receives an offer from the Licensor to exercise the
|
185
|
-
Licensed Rights under the terms and conditions of this
|
186
|
-
Public License.
|
187
|
-
|
188
|
-
b. Additional offer from the Licensor -- Adapted Material.
|
189
|
-
Every recipient of Adapted Material from You
|
190
|
-
automatically receives an offer from the Licensor to
|
191
|
-
exercise the Licensed Rights in the Adapted Material
|
192
|
-
under the conditions of the Adapter's License You apply.
|
193
|
-
|
194
|
-
c. No downstream restrictions. You may not offer or impose
|
195
|
-
any additional or different terms or conditions on, or
|
196
|
-
apply any Effective Technological Measures to, the
|
197
|
-
Licensed Material if doing so restricts exercise of the
|
198
|
-
Licensed Rights by any recipient of the Licensed
|
199
|
-
Material.
|
200
|
-
|
201
|
-
6. No endorsement. Nothing in this Public License constitutes or
|
202
|
-
may be construed as permission to assert or imply that You
|
203
|
-
are, or that Your use of the Licensed Material is, connected
|
204
|
-
with, or sponsored, endorsed, or granted official status by,
|
205
|
-
the Licensor or others designated to receive attribution as
|
206
|
-
provided in Section 3(a)(1)(A)(i).
|
207
|
-
|
208
|
-
b. Other rights.
|
209
|
-
|
210
|
-
1. Moral rights, such as the right of integrity, are not
|
211
|
-
licensed under this Public License, nor are publicity,
|
212
|
-
privacy, and/or other similar personality rights; however, to
|
213
|
-
the extent possible, the Licensor waives and/or agrees not to
|
214
|
-
assert any such rights held by the Licensor to the limited
|
215
|
-
extent necessary to allow You to exercise the Licensed
|
216
|
-
Rights, but not otherwise.
|
217
|
-
|
218
|
-
2. Patent and trademark rights are not licensed under this
|
219
|
-
Public License.
|
220
|
-
|
221
|
-
3. To the extent possible, the Licensor waives any right to
|
222
|
-
collect royalties from You for the exercise of the Licensed
|
223
|
-
Rights, whether directly or through a collecting society
|
224
|
-
under any voluntary or waivable statutory or compulsory
|
225
|
-
licensing scheme. In all other cases the Licensor expressly
|
226
|
-
reserves any right to collect such royalties.
|
227
|
-
|
228
|
-
|
229
|
-
Section 3 -- License Conditions.
|
230
|
-
|
231
|
-
Your exercise of the Licensed Rights is expressly made subject to the
|
232
|
-
following conditions.
|
233
|
-
|
234
|
-
a. Attribution.
|
235
|
-
|
236
|
-
1. If You Share the Licensed Material (including in modified
|
237
|
-
form), You must:
|
238
|
-
|
239
|
-
a. retain the following if it is supplied by the Licensor
|
240
|
-
with the Licensed Material:
|
241
|
-
|
242
|
-
i. identification of the creator(s) of the Licensed
|
243
|
-
Material and any others designated to receive
|
244
|
-
attribution, in any reasonable manner requested by
|
245
|
-
the Licensor (including by pseudonym if
|
246
|
-
designated);
|
247
|
-
|
248
|
-
ii. a copyright notice;
|
249
|
-
|
250
|
-
iii. a notice that refers to this Public License;
|
251
|
-
|
252
|
-
iv. a notice that refers to the disclaimer of
|
253
|
-
warranties;
|
254
|
-
|
255
|
-
v. a URI or hyperlink to the Licensed Material to the
|
256
|
-
extent reasonably practicable;
|
257
|
-
|
258
|
-
b. indicate if You modified the Licensed Material and
|
259
|
-
retain an indication of any previous modifications; and
|
260
|
-
|
261
|
-
c. indicate the Licensed Material is licensed under this
|
262
|
-
Public License, and include the text of, or the URI or
|
263
|
-
hyperlink to, this Public License.
|
264
|
-
|
265
|
-
2. You may satisfy the conditions in Section 3(a)(1) in any
|
266
|
-
reasonable manner based on the medium, means, and context in
|
267
|
-
which You Share the Licensed Material. For example, it may be
|
268
|
-
reasonable to satisfy the conditions by providing a URI or
|
269
|
-
hyperlink to a resource that includes the required
|
270
|
-
information.
|
271
|
-
|
272
|
-
3. If requested by the Licensor, You must remove any of the
|
273
|
-
information required by Section 3(a)(1)(A) to the extent
|
274
|
-
reasonably practicable.
|
275
|
-
|
276
|
-
b. ShareAlike.
|
277
|
-
|
278
|
-
In addition to the conditions in Section 3(a), if You Share
|
279
|
-
Adapted Material You produce, the following conditions also apply.
|
280
|
-
|
281
|
-
1. The Adapter's License You apply must be a Creative Commons
|
282
|
-
license with the same License Elements, this version or
|
283
|
-
later, or a BY-SA Compatible License.
|
284
|
-
|
285
|
-
2. You must include the text of, or the URI or hyperlink to, the
|
286
|
-
Adapter's License You apply. You may satisfy this condition
|
287
|
-
in any reasonable manner based on the medium, means, and
|
288
|
-
context in which You Share Adapted Material.
|
289
|
-
|
290
|
-
3. You may not offer or impose any additional or different terms
|
291
|
-
or conditions on, or apply any Effective Technological
|
292
|
-
Measures to, Adapted Material that restrict exercise of the
|
293
|
-
rights granted under the Adapter's License You apply.
|
294
|
-
|
295
|
-
|
296
|
-
Section 4 -- Sui Generis Database Rights.
|
297
|
-
|
298
|
-
Where the Licensed Rights include Sui Generis Database Rights that
|
299
|
-
apply to Your use of the Licensed Material:
|
300
|
-
|
301
|
-
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
302
|
-
to extract, reuse, reproduce, and Share all or a substantial
|
303
|
-
portion of the contents of the database;
|
304
|
-
|
305
|
-
b. if You include all or a substantial portion of the database
|
306
|
-
contents in a database in which You have Sui Generis Database
|
307
|
-
Rights, then the database in which You have Sui Generis Database
|
308
|
-
Rights (but not its individual contents) is Adapted Material,
|
309
|
-
|
310
|
-
including for purposes of Section 3(b); and
|
311
|
-
c. You must comply with the conditions in Section 3(a) if You Share
|
312
|
-
all or a substantial portion of the contents of the database.
|
313
|
-
|
314
|
-
For the avoidance of doubt, this Section 4 supplements and does not
|
315
|
-
replace Your obligations under this Public License where the Licensed
|
316
|
-
Rights include other Copyright and Similar Rights.
|
317
|
-
|
318
|
-
|
319
|
-
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
320
|
-
|
321
|
-
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
322
|
-
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
323
|
-
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
324
|
-
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
325
|
-
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
326
|
-
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
327
|
-
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
328
|
-
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
329
|
-
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
330
|
-
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
331
|
-
|
332
|
-
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
333
|
-
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
334
|
-
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
335
|
-
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
336
|
-
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
337
|
-
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
338
|
-
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
339
|
-
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
340
|
-
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
341
|
-
|
342
|
-
c. The disclaimer of warranties and limitation of liability provided
|
343
|
-
above shall be interpreted in a manner that, to the extent
|
344
|
-
possible, most closely approximates an absolute disclaimer and
|
345
|
-
waiver of all liability.
|
346
|
-
|
347
|
-
|
348
|
-
Section 6 -- Term and Termination.
|
349
|
-
|
350
|
-
a. This Public License applies for the term of the Copyright and
|
351
|
-
Similar Rights licensed here. However, if You fail to comply with
|
352
|
-
this Public License, then Your rights under this Public License
|
353
|
-
terminate automatically.
|
354
|
-
|
355
|
-
b. Where Your right to use the Licensed Material has terminated under
|
356
|
-
Section 6(a), it reinstates:
|
357
|
-
|
358
|
-
1. automatically as of the date the violation is cured, provided
|
359
|
-
it is cured within 30 days of Your discovery of the
|
360
|
-
violation; or
|
361
|
-
|
362
|
-
2. upon express reinstatement by the Licensor.
|
363
|
-
|
364
|
-
For the avoidance of doubt, this Section 6(b) does not affect any
|
365
|
-
right the Licensor may have to seek remedies for Your violations
|
366
|
-
of this Public License.
|
367
|
-
|
368
|
-
c. For the avoidance of doubt, the Licensor may also offer the
|
369
|
-
Licensed Material under separate terms or conditions or stop
|
370
|
-
distributing the Licensed Material at any time; however, doing so
|
371
|
-
will not terminate this Public License.
|
372
|
-
|
373
|
-
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
374
|
-
License.
|
375
|
-
|
376
|
-
|
377
|
-
Section 7 -- Other Terms and Conditions.
|
378
|
-
|
379
|
-
a. The Licensor shall not be bound by any additional or different
|
380
|
-
terms or conditions communicated by You unless expressly agreed.
|
381
|
-
|
382
|
-
b. Any arrangements, understandings, or agreements regarding the
|
383
|
-
Licensed Material not stated herein are separate from and
|
384
|
-
independent of the terms and conditions of this Public License.
|
385
|
-
|
386
|
-
|
387
|
-
Section 8 -- Interpretation.
|
388
|
-
|
389
|
-
a. For the avoidance of doubt, this Public License does not, and
|
390
|
-
shall not be interpreted to, reduce, limit, restrict, or impose
|
391
|
-
conditions on any use of the Licensed Material that could lawfully
|
392
|
-
be made without permission under this Public License.
|
393
|
-
|
394
|
-
b. To the extent possible, if any provision of this Public License is
|
395
|
-
deemed unenforceable, it shall be automatically reformed to the
|
396
|
-
minimum extent necessary to make it enforceable. If the provision
|
397
|
-
cannot be reformed, it shall be severed from this Public License
|
398
|
-
without affecting the enforceability of the remaining terms and
|
399
|
-
conditions.
|
400
|
-
|
401
|
-
c. No term or condition of this Public License will be waived and no
|
402
|
-
failure to comply consented to unless expressly agreed to by the
|
403
|
-
Licensor.
|
404
|
-
|
405
|
-
d. Nothing in this Public License constitutes or may be interpreted
|
406
|
-
as a limitation upon, or waiver of, any privileges and immunities
|
407
|
-
that apply to the Licensor or You, including from the legal
|
408
|
-
processes of any jurisdiction or authority.
|
409
|
-
|
410
|
-
|
411
|
-
=======================================================================
|
412
|
-
|
413
|
-
Creative Commons is not a party to its public licenses.
|
414
|
-
Notwithstanding, Creative Commons may elect to apply one of its public
|
415
|
-
licenses to material it publishes and in those instances will be
|
416
|
-
considered the "Licensor." Except for the limited purpose of indicating
|
417
|
-
that material is shared under a Creative Commons public license or as
|
418
|
-
otherwise permitted by the Creative Commons policies published at
|
419
|
-
creativecommons.org/policies, Creative Commons does not authorize the
|
420
|
-
use of the trademark "Creative Commons" or any other trademark or logo
|
421
|
-
of Creative Commons without its prior written consent including,
|
422
|
-
without limitation, in connection with any unauthorized modifications
|
423
|
-
to any of its public licenses or any other arrangements,
|
424
|
-
understandings, or agreements concerning use of licensed material. For
|
425
|
-
the avoidance of doubt, this paragraph does not form part of the public
|
426
|
-
licenses.
|
427
|
-
|
428
|
-
Creative Commons may be contacted at creativecommons.org.
|
1
|
+
Copyright (c) 2014, Austin Andrews (http://materialdesignicons.com/),
|
2
|
+
with Reserved Font Name Material Design Icons.
|
3
|
+
Copyright (c) 2014, Google (http://www.google.com/design/)
|
4
|
+
uses the license at https://github.com/google/material-design-icons/blob/master/LICENSE
|
5
|
+
|
6
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
7
|
+
This license is copied below, and is also available with a FAQ at:
|
8
|
+
http://scripts.sil.org/OFL
|
9
|
+
|
10
|
+
|
11
|
+
-----------------------------------------------------------
|
12
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
13
|
+
-----------------------------------------------------------
|
14
|
+
|
15
|
+
PREAMBLE
|
16
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
17
|
+
development of collaborative font projects, to support the font creation
|
18
|
+
efforts of academic and linguistic communities, and to provide a free and
|
19
|
+
open framework in which fonts may be shared and improved in partnership
|
20
|
+
with others.
|
21
|
+
|
22
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
23
|
+
redistributed freely as long as they are not sold by themselves. The
|
24
|
+
fonts, including any derivative works, can be bundled, embedded,
|
25
|
+
redistributed and/or sold with any software provided that any reserved
|
26
|
+
names are not used by derivative works. The fonts and derivatives,
|
27
|
+
however, cannot be released under any other type of license. The
|
28
|
+
requirement for fonts to remain under this license does not apply
|
29
|
+
to any document created using the fonts or their derivatives.
|
30
|
+
|
31
|
+
DEFINITIONS
|
32
|
+
"Font Software" refers to the set of files released by the Copyright
|
33
|
+
Holder(s) under this license and clearly marked as such. This may
|
34
|
+
include source files, build scripts and documentation.
|
35
|
+
|
36
|
+
"Reserved Font Name" refers to any names specified as such after the
|
37
|
+
copyright statement(s).
|
38
|
+
|
39
|
+
"Original Version" refers to the collection of Font Software components as
|
40
|
+
distributed by the Copyright Holder(s).
|
41
|
+
|
42
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
43
|
+
or substituting -- in part or in whole -- any of the components of the
|
44
|
+
Original Version, by changing formats or by porting the Font Software to a
|
45
|
+
new environment.
|
46
|
+
|
47
|
+
"Author" refers to any designer, engineer, programmer, technical
|
48
|
+
writer or other person who contributed to the Font Software.
|
49
|
+
|
50
|
+
PERMISSION & CONDITIONS
|
51
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
52
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
53
|
+
redistribute, and sell modified and unmodified copies of the Font
|
54
|
+
Software, subject to the following conditions:
|
55
|
+
|
56
|
+
1) Neither the Font Software nor any of its individual components,
|
57
|
+
in Original or Modified Versions, may be sold by itself.
|
58
|
+
|
59
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
60
|
+
redistributed and/or sold with any software, provided that each copy
|
61
|
+
contains the above copyright notice and this license. These can be
|
62
|
+
included either as stand-alone text files, human-readable headers or
|
63
|
+
in the appropriate machine-readable metadata fields within text or
|
64
|
+
binary files as long as those fields can be easily viewed by the user.
|
65
|
+
|
66
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
67
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
68
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
69
|
+
presented to the users.
|
70
|
+
|
71
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
72
|
+
Software shall not be used to promote, endorse or advertise any
|
73
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
74
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
75
|
+
permission.
|
76
|
+
|
77
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
78
|
+
must be distributed entirely under this license, and must not be
|
79
|
+
distributed under any other license. The requirement for fonts to
|
80
|
+
remain under this license does not apply to any document created
|
81
|
+
using the Font Software.
|
82
|
+
|
83
|
+
TERMINATION
|
84
|
+
This license becomes null and void if any of the above conditions are
|
85
|
+
not met.
|
86
|
+
|
87
|
+
DISCLAIMER
|
88
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
89
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
90
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
91
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
92
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
93
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
94
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
95
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
96
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
Binary file
|