1------------------------------------------------------------------------------
2
3# [securefs](https://github.com/netheril96/securefs)
4
5The MIT License (MIT)
6
7Copyright (c) 2015~2016 Siyuan Ren (netheril96@gmail.com)
8
9Permission is hereby granted, free of charge, to any person obtaining a copy
10of this software and associated documentation files (the "Software"), to deal
11in the Software without restriction, including without limitation the rights
12to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13copies of the Software, and to permit persons to whom the Software is
14furnished to do so, subject to the following conditions:
15
16The above copyright notice and this permission notice shall be included in all
17copies or substantial portions of the Software.
18
19THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25SOFTWARE.
26
27------------------------------------------------------------------------------
28
29# [Crypto++](https://www.cryptopp.com/)
30
31Compilation Copyright (c) 1995-2013 by Wei Dai.  All rights reserved.
32This copyright applies only to this software distribution package
33as a compilation, and does not imply a copyright on any particular
34file in the package.
35
36All individual files in this compilation are placed in the public domain by
37Wei Dai and other contributors.
38
39I would like to thank the following authors for placing their works into
40the public domain:
41
42Joan Daemen - 3way.cpp
43Leonard Janke - cast.cpp, seal.cpp
44Steve Reid - cast.cpp
45Phil Karn - des.cpp
46Andrew M. Kuchling - md2.cpp, md4.cpp
47Colin Plumb - md5.cpp
48Seal Woods - rc6.cpp
49Chris Morgan - rijndael.cpp
50Paulo Baretto - rijndael.cpp, skipjack.cpp, square.cpp
51Richard De Moliner - safer.cpp
52Matthew Skala - twofish.cpp
53Kevin Springle - camellia.cpp, shacal2.cpp, ttmac.cpp, whrlpool.cpp, ripemd.cpp
54Ronny Van Keer - sha3.cpp
55
56The Crypto++ Library (as a compilation) is currently licensed under the Boost
57Software License 1.0 (http://www.boost.org/users/license.html).
58
59Boost Software License - Version 1.0 - August 17th, 2003
60
61Permission is hereby granted, free of charge, to any person or organization
62obtaining a copy of the software and accompanying documentation covered by
63this license (the "Software") to use, reproduce, display, distribute,
64execute, and transmit the Software, and to prepare derivative works of the
65Software, and to permit third-parties to whom the Software is furnished to
66do so, all subject to the following:
67
68The copyright notices in the Software and this entire statement, including
69the above license grant, this restriction and the following disclaimer,
70must be included in all copies of the Software, in whole or in part, and
71all derivative works of the Software, unless such copies or derivative
72works are solely in the form of machine-executable object code generated by
73a source language processor.
74
75THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
78SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
79FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
80ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
81DEALINGS IN THE SOFTWARE.
82
83------------------------------------------------------------------------------
84
85# [Catch] (https://github.com/philsquared/Catch)
86
87Boost Software License - Version 1.0 - August 17th, 2003
88
89Permission is hereby granted, free of charge, to any person or organization
90obtaining a copy of the software and accompanying documentation covered by
91this license (the "Software") to use, reproduce, display, distribute,
92execute, and transmit the Software, and to prepare derivative works of the
93Software, and to permit third-parties to whom the Software is furnished to
94do so, all subject to the following:
95
96The copyright notices in the Software and this entire statement, including
97the above license grant, this restriction and the following disclaimer,
98must be included in all copies of the Software, in whole or in part, and
99all derivative works of the Software, unless such copies or derivative
100works are solely in the form of machine-executable object code generated by
101a source language processor.
102
103THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
106SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
107FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
108ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
109DEALINGS IN THE SOFTWARE.
110
111------------------------------------------------------------------------------
112
113# [JsonCpp] (https://github.com/open-source-parsers/jsoncpp)
114
115The JsonCpp library's source code, including accompanying documentation,
116tests and demonstration applications, are licensed under the following
117conditions...
118
119The author (Baptiste Lepilleur) explicitly disclaims copyright in all
120jurisdictions which recognize such a disclaimer. In such jurisdictions,
121this software is released into the Public Domain.
122
123In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
1242010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
125released under the terms of the MIT License (see below).
126
127In jurisdictions which recognize Public Domain property, the user of this
128software may choose to accept it either as 1) Public Domain, 2) under the
129conditions of the MIT License (see below), or 3) under the terms of dual
130Public Domain/MIT License conditions described here, as they choose.
131
132The MIT License is about as close to Public Domain as a license can get, and is
133described in clear, concise terms at:
134
135   http://en.wikipedia.org/wiki/MIT_License
136
137The full text of the MIT License follows:
138
139========================================================================
140
141Copyright (c) 2007-2010 Baptiste Lepilleur
142
143Permission is hereby granted, free of charge, to any person
144obtaining a copy of this software and associated documentation
145files (the "Software"), to deal in the Software without
146restriction, including without limitation the rights to use, copy,
147modify, merge, publish, distribute, sublicense, and/or sell copies
148of the Software, and to permit persons to whom the Software is
149furnished to do so, subject to the following conditions:
150
151The above copyright notice and this permission notice shall be
152included in all copies or substantial portions of the Software.
153
154THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
155EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
156MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
157NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
158BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
159ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
160CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
161
162========================================================================
163(END LICENSE TEXT)
164
165The MIT license is compatible with both the GPL and commercial
166software, affording one all of the rights of Public Domain with the
167minor nuisance of being required to keep the above copyright notice
168and license text in the source code. Note also that by accepting the
169Public Domain "license" you can re-license your copy using whatever
170license you like.
171
172------------------------------------------------------------------------------
173
174# [optional] (https://github.com/akrzemi1/Optional)
175
176Copyright (C) 2011 - 2012 Andrzej Krzemienski.
177Use, modification, and distribution is subject to the Boost Software
178License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
179http://www.boost.org/LICENSE_1_0.txt)
180
181The idea and interface is based on Boost.Optional library
182authored by Fernando Luis Cacciola Carballal
183
184------------------------------------------------------------------------------
185
186# [aes-siv] (https://github.com/arktronic/aes-siv)
187
188################################################################################
189This project is licensed under the OSI-approved ISC License:
190
191Copyright (c) 2015 ARKconcepts / Sasha Kotlyar
192
193Permission to use, copy, modify, and/or distribute this software for any
194purpose with or without fee is hereby granted, provided that the above
195copyright notice and this permission notice appear in all copies.
196
197THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
198REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
199FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
200INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
201LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
202OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
203PERFORMANCE OF THIS SOFTWARE.
204
205################################################################################
206
207# [TCLAP] (https://sourceforge.net/projects/tclap)
208
209Copyright (c) 2003 Michael E. Smoot
210
211Permission is hereby granted, free of charge, to any person
212obtaining a copy of this software and associated documentation
213files (the "Software"), to deal in the Software without restriction,
214including without limitation the rights to use, copy, modify, merge,
215publish, distribute, sublicense, and/or sell copies of the Software,
216and to permit persons to whom the Software is furnished to do so,
217subject to the following conditions:
218
219The above copyright notice and this permission notice shall be
220included in all copies or substantial portions of the Software.
221
222THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
223EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
224OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
225NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
226BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
227AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
228IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
229THE SOFTWARE.
230
231------------------------------------------------------------------------------
232
233# [defercxx] (https://github.com/lichray/deferxx)
234
235Copyright (c) 2012, 2014 Zhihao Yuan.  All rights reserved.
236
237Redistribution and use in source and binary forms, with or without
238modification, are permitted provided that the following conditions
239are met:
2401. Redistributions of source code must retain the above copyright
241   notice, this list of conditions and the following disclaimer.
2422. Redistributions in binary form must reproduce the above copyright
243   notice, this list of conditions and the following disclaimer in the
244   documentation and/or other materials provided with the distribution.
245
246THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
247ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
248IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
249ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
250FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
251DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
252OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
253HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
254LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
255OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
256SUCH DAMAGE.
257
258------------------------------------------------------------------------------
259
260# [utf8proc] (https://github.com/JuliaStrings/utf8proc)
261
262## utf8proc license ##
263
264**utf8proc** is a software package originally developed
265by Jan Behrens and the rest of the Public Software Group, who
266deserve nearly all of the credit for this library, that is now maintained by the Julia-language developers.  Like the original utf8proc,
267whose copyright and license statements are reproduced below, all new
268work on the utf8proc library is licensed under the [MIT "expat"
269license](http://opensource.org/licenses/MIT):
270
271*Copyright © 2014-2019 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.*
272
273Permission is hereby granted, free of charge, to any person obtaining a
274copy of this software and associated documentation files (the "Software"),
275to deal in the Software without restriction, including without limitation
276the rights to use, copy, modify, merge, publish, distribute, sublicense,
277and/or sell copies of the Software, and to permit persons to whom the
278Software is furnished to do so, subject to the following conditions:
279
280The above copyright notice and this permission notice shall be included in
281all copies or substantial portions of the Software.
282
283THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
284IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
285FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
286AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
287LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
288FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
289DEALINGS IN THE SOFTWARE.
290
291## Original utf8proc license ##
292
293*Copyright (c) 2009, 2013 Public Software Group e. V., Berlin, Germany*
294
295Permission is hereby granted, free of charge, to any person obtaining a
296copy of this software and associated documentation files (the "Software"),
297to deal in the Software without restriction, including without limitation
298the rights to use, copy, modify, merge, publish, distribute, sublicense,
299and/or sell copies of the Software, and to permit persons to whom the
300Software is furnished to do so, subject to the following conditions:
301
302The above copyright notice and this permission notice shall be included in
303all copies or substantial portions of the Software.
304
305THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
306IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
307FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
308AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
309LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
310FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
311DEALINGS IN THE SOFTWARE.
312
313## Unicode data license ##
314
315This software contains data (`utf8proc_data.c`) derived from processing
316the Unicode data files. The following license applies to that data:
317
318**COPYRIGHT AND PERMISSION NOTICE**
319
320*Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed
321under the Terms of Use in http://www.unicode.org/copyright.html.*
322
323Permission is hereby granted, free of charge, to any person obtaining a
324copy of the Unicode data files and any associated documentation (the "Data
325Files") or Unicode software and any associated documentation (the
326"Software") to deal in the Data Files or Software without restriction,
327including without limitation the rights to use, copy, modify, merge,
328publish, distribute, and/or sell copies of the Data Files or Software, and
329to permit persons to whom the Data Files or Software are furnished to do
330so, provided that (a) the above copyright notice(s) and this permission
331notice appear with all copies of the Data Files or Software, (b) both the
332above copyright notice(s) and this permission notice appear in associated
333documentation, and (c) there is clear notice in each modified Data File or
334in the Software as well as in the documentation associated with the Data
335File(s) or Software that the data or software has been modified.
336
337THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
338KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
339MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
340THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
341INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
342CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
343USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
344TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
345PERFORMANCE OF THE DATA FILES OR SOFTWARE.
346
347Except as contained in this notice, the name of a copyright holder shall
348not be used in advertising or otherwise to promote the sale, use or other
349dealings in these Data Files or Software without prior written
350authorization of the copyright holder.
351
352Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be
353registered in some jurisdictions. All other trademarks and registered
354trademarks mentioned herein are the property of their respective owners.
355
356------------------------------------------------------------------------------
357
358# [Unicode] (http://unicode.org/)
359
360Copyright © 1991-2017 Unicode, Inc. All rights reserved.
361Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
362
363Permission is hereby granted, free of charge, to any person obtaining
364a copy of the Unicode data files and any associated documentation
365(the "Data Files") or Unicode software and any associated documentation
366(the "Software") to deal in the Data Files or Software
367without restriction, including without limitation the rights to use,
368copy, modify, merge, publish, distribute, and/or sell copies of
369the Data Files or Software, and to permit persons to whom the Data Files
370or Software are furnished to do so, provided that either
371(a) this copyright and permission notice appear with all copies
372of the Data Files or Software, or
373(b) this copyright and permission notice appear in associated
374Documentation.
375
376THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
377ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
378WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
379NONINFRINGEMENT OF THIRD PARTY RIGHTS.
380IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
381NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
382DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
383DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
384TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
385PERFORMANCE OF THE DATA FILES OR SOFTWARE.
386
387------------------------------------------------------------------------------
388
389# [libscrypt] (https://github.com/technion/libscrypt)
390
391Copyright 2009 Colin Percival
392All rights reserved.
393Redistribution and use in source and binary forms, with or without
394modification, are permitted provided that the following conditions
395are met:
3961. Redistributions of source code must retain the above copyright
397   notice, this list of conditions and the following disclaimer.
3982. Redistributions in binary form must reproduce the above copyright
399   notice, this list of conditions and the following disclaimer in the
400   documentation and/or other materials provided with the distribution.
401THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
402ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
403IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
404ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
405FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
406DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
407OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
408HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
409LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
410OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
411SUCH DAMAGE.
412This file was originally written by Colin Percival as part of the Tarsnap
413online backup system.
414
415------------------------------------------------------------------------------
416
417# [libfuse] (https://github.com/libfuse/libfuse)
418
419                    GNU GENERAL PUBLIC LICENSE
420                       Version 2, June 1991
421
422 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
423 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
424 Everyone is permitted to copy and distribute verbatim copies
425 of this license document, but changing it is not allowed.
426
427                            Preamble
428
429  The licenses for most software are designed to take away your
430freedom to share and change it.  By contrast, the GNU General Public
431License is intended to guarantee your freedom to share and change free
432software--to make sure the software is free for all its users.  This
433General Public License applies to most of the Free Software
434Foundation's software and to any other program whose authors commit to
435using it.  (Some other Free Software Foundation software is covered by
436the GNU Lesser General Public License instead.)  You can apply it to
437your programs, too.
438
439  When we speak of free software, we are referring to freedom, not
440price.  Our General Public Licenses are designed to make sure that you
441have the freedom to distribute copies of free software (and charge for
442this service if you wish), that you receive source code or can get it
443if you want it, that you can change the software or use pieces of it
444in new free programs; and that you know you can do these things.
445
446  To protect your rights, we need to make restrictions that forbid
447anyone to deny you these rights or to ask you to surrender the rights.
448These restrictions translate to certain responsibilities for you if you
449distribute copies of the software, or if you modify it.
450
451  For example, if you distribute copies of such a program, whether
452gratis or for a fee, you must give the recipients all the rights that
453you have.  You must make sure that they, too, receive or can get the
454source code.  And you must show them these terms so they know their
455rights.
456
457  We protect your rights with two steps: (1) copyright the software, and
458(2) offer you this license which gives you legal permission to copy,
459distribute and/or modify the software.
460
461  Also, for each author's protection and ours, we want to make certain
462that everyone understands that there is no warranty for this free
463software.  If the software is modified by someone else and passed on, we
464want its recipients to know that what they have is not the original, so
465that any problems introduced by others will not reflect on the original
466authors' reputations.
467
468  Finally, any free program is threatened constantly by software
469patents.  We wish to avoid the danger that redistributors of a free
470program will individually obtain patent licenses, in effect making the
471program proprietary.  To prevent this, we have made it clear that any
472patent must be licensed for everyone's free use or not licensed at all.
473
474  The precise terms and conditions for copying, distribution and
475modification follow.
476
477                    GNU GENERAL PUBLIC LICENSE
478   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
479
480  0. This License applies to any program or other work which contains
481a notice placed by the copyright holder saying it may be distributed
482under the terms of this General Public License.  The "Program", below,
483refers to any such program or work, and a "work based on the Program"
484means either the Program or any derivative work under copyright law:
485that is to say, a work containing the Program or a portion of it,
486either verbatim or with modifications and/or translated into another
487language.  (Hereinafter, translation is included without limitation in
488the term "modification".)  Each licensee is addressed as "you".
489
490Activities other than copying, distribution and modification are not
491covered by this License; they are outside its scope.  The act of
492running the Program is not restricted, and the output from the Program
493is covered only if its contents constitute a work based on the
494Program (independent of having been made by running the Program).
495Whether that is true depends on what the Program does.
496
497  1. You may copy and distribute verbatim copies of the Program's
498source code as you receive it, in any medium, provided that you
499conspicuously and appropriately publish on each copy an appropriate
500copyright notice and disclaimer of warranty; keep intact all the
501notices that refer to this License and to the absence of any warranty;
502and give any other recipients of the Program a copy of this License
503along with the Program.
504
505You may charge a fee for the physical act of transferring a copy, and
506you may at your option offer warranty protection in exchange for a fee.
507
508  2. You may modify your copy or copies of the Program or any portion
509of it, thus forming a work based on the Program, and copy and
510distribute such modifications or work under the terms of Section 1
511above, provided that you also meet all of these conditions:
512
513    a) You must cause the modified files to carry prominent notices
514    stating that you changed the files and the date of any change.
515
516    b) You must cause any work that you distribute or publish, that in
517    whole or in part contains or is derived from the Program or any
518    part thereof, to be licensed as a whole at no charge to all third
519    parties under the terms of this License.
520
521    c) If the modified program normally reads commands interactively
522    when run, you must cause it, when started running for such
523    interactive use in the most ordinary way, to print or display an
524    announcement including an appropriate copyright notice and a
525    notice that there is no warranty (or else, saying that you provide
526    a warranty) and that users may redistribute the program under
527    these conditions, and telling the user how to view a copy of this
528    License.  (Exception: if the Program itself is interactive but
529    does not normally print such an announcement, your work based on
530    the Program is not required to print an announcement.)
531
532These requirements apply to the modified work as a whole.  If
533identifiable sections of that work are not derived from the Program,
534and can be reasonably considered independent and separate works in
535themselves, then this License, and its terms, do not apply to those
536sections when you distribute them as separate works.  But when you
537distribute the same sections as part of a whole which is a work based
538on the Program, the distribution of the whole must be on the terms of
539this License, whose permissions for other licensees extend to the
540entire whole, and thus to each and every part regardless of who wrote it.
541
542Thus, it is not the intent of this section to claim rights or contest
543your rights to work written entirely by you; rather, the intent is to
544exercise the right to control the distribution of derivative or
545collective works based on the Program.
546
547In addition, mere aggregation of another work not based on the Program
548with the Program (or with a work based on the Program) on a volume of
549a storage or distribution medium does not bring the other work under
550the scope of this License.
551
552  3. You may copy and distribute the Program (or a work based on it,
553under Section 2) in object code or executable form under the terms of
554Sections 1 and 2 above provided that you also do one of the following:
555
556    a) Accompany it with the complete corresponding machine-readable
557    source code, which must be distributed under the terms of Sections
558    1 and 2 above on a medium customarily used for software interchange; or,
559
560    b) Accompany it with a written offer, valid for at least three
561    years, to give any third party, for a charge no more than your
562    cost of physically performing source distribution, a complete
563    machine-readable copy of the corresponding source code, to be
564    distributed under the terms of Sections 1 and 2 above on a medium
565    customarily used for software interchange; or,
566
567    c) Accompany it with the information you received as to the offer
568    to distribute corresponding source code.  (This alternative is
569    allowed only for noncommercial distribution and only if you
570    received the program in object code or executable form with such
571    an offer, in accord with Subsection b above.)
572
573The source code for a work means the preferred form of the work for
574making modifications to it.  For an executable work, complete source
575code means all the source code for all modules it contains, plus any
576associated interface definition files, plus the scripts used to
577control compilation and installation of the executable.  However, as a
578special exception, the source code distributed need not include
579anything that is normally distributed (in either source or binary
580form) with the major components (compiler, kernel, and so on) of the
581operating system on which the executable runs, unless that component
582itself accompanies the executable.
583
584If distribution of executable or object code is made by offering
585access to copy from a designated place, then offering equivalent
586access to copy the source code from the same place counts as
587distribution of the source code, even though third parties are not
588compelled to copy the source along with the object code.
589
590  4. You may not copy, modify, sublicense, or distribute the Program
591except as expressly provided under this License.  Any attempt
592otherwise to copy, modify, sublicense or distribute the Program is
593void, and will automatically terminate your rights under this License.
594However, parties who have received copies, or rights, from you under
595this License will not have their licenses terminated so long as such
596parties remain in full compliance.
597
598  5. You are not required to accept this License, since you have not
599signed it.  However, nothing else grants you permission to modify or
600distribute the Program or its derivative works.  These actions are
601prohibited by law if you do not accept this License.  Therefore, by
602modifying or distributing the Program (or any work based on the
603Program), you indicate your acceptance of this License to do so, and
604all its terms and conditions for copying, distributing or modifying
605the Program or works based on it.
606
607  6. Each time you redistribute the Program (or any work based on the
608Program), the recipient automatically receives a license from the
609original licensor to copy, distribute or modify the Program subject to
610these terms and conditions.  You may not impose any further
611restrictions on the recipients' exercise of the rights granted herein.
612You are not responsible for enforcing compliance by third parties to
613this License.
614
615  7. If, as a consequence of a court judgment or allegation of patent
616infringement or for any other reason (not limited to patent issues),
617conditions are imposed on you (whether by court order, agreement or
618otherwise) that contradict the conditions of this License, they do not
619excuse you from the conditions of this License.  If you cannot
620distribute so as to satisfy simultaneously your obligations under this
621License and any other pertinent obligations, then as a consequence you
622may not distribute the Program at all.  For example, if a patent
623license would not permit royalty-free redistribution of the Program by
624all those who receive copies directly or indirectly through you, then
625the only way you could satisfy both it and this License would be to
626refrain entirely from distribution of the Program.
627
628If any portion of this section is held invalid or unenforceable under
629any particular circumstance, the balance of the section is intended to
630apply and the section as a whole is intended to apply in other
631circumstances.
632
633It is not the purpose of this section to induce you to infringe any
634patents or other property right claims or to contest validity of any
635such claims; this section has the sole purpose of protecting the
636integrity of the free software distribution system, which is
637implemented by public license practices.  Many people have made
638generous contributions to the wide range of software distributed
639through that system in reliance on consistent application of that
640system; it is up to the author/donor to decide if he or she is willing
641to distribute software through any other system and a licensee cannot
642impose that choice.
643
644This section is intended to make thoroughly clear what is believed to
645be a consequence of the rest of this License.
646
647  8. If the distribution and/or use of the Program is restricted in
648certain countries either by patents or by copyrighted interfaces, the
649original copyright holder who places the Program under this License
650may add an explicit geographical distribution limitation excluding
651those countries, so that distribution is permitted only in or among
652countries not thus excluded.  In such case, this License incorporates
653the limitation as if written in the body of this License.
654
655  9. The Free Software Foundation may publish revised and/or new versions
656of the General Public License from time to time.  Such new versions will
657be similar in spirit to the present version, but may differ in detail to
658address new problems or concerns.
659
660Each version is given a distinguishing version number.  If the Program
661specifies a version number of this License which applies to it and "any
662later version", you have the option of following the terms and conditions
663either of that version or of any later version published by the Free
664Software Foundation.  If the Program does not specify a version number of
665this License, you may choose any version ever published by the Free Software
666Foundation.
667
668  10. If you wish to incorporate parts of the Program into other free
669programs whose distribution conditions are different, write to the author
670to ask for permission.  For software which is copyrighted by the Free
671Software Foundation, write to the Free Software Foundation; we sometimes
672make exceptions for this.  Our decision will be guided by the two goals
673of preserving the free status of all derivatives of our free software and
674of promoting the sharing and reuse of software generally.
675
676                            NO WARRANTY
677
678  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
679FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
680OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
681PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
682OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
683MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
684TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
685PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
686REPAIR OR CORRECTION.
687
688  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
689WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
690REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
691INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
692OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
693TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
694YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
695PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
696POSSIBILITY OF SUCH DAMAGES.
697
698                     END OF TERMS AND CONDITIONS
699
700            How to Apply These Terms to Your New Programs
701
702  If you develop a new program, and you want it to be of the greatest
703possible use to the public, the best way to achieve this is to make it
704free software which everyone can redistribute and change under these terms.
705
706  To do so, attach the following notices to the program.  It is safest
707to attach them to the start of each source file to most effectively
708convey the exclusion of warranty; and each file should have at least
709the "copyright" line and a pointer to where the full notice is found.
710
711    <one line to give the program's name and a brief idea of what it does.>
712    Copyright (C) <year>  <name of author>
713
714    This program is free software; you can redistribute it and/or modify
715    it under the terms of the GNU General Public License as published by
716    the Free Software Foundation; either version 2 of the License, or
717    (at your option) any later version.
718
719    This program is distributed in the hope that it will be useful,
720    but WITHOUT ANY WARRANTY; without even the implied warranty of
721    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
722    GNU General Public License for more details.
723
724    You should have received a copy of the GNU General Public License along
725    with this program; if not, write to the Free Software Foundation, Inc.,
726    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
727
728Also add information on how to contact you by electronic and paper mail.
729
730If the program is interactive, make it output a short notice like this
731when it starts in an interactive mode:
732
733    Gnomovision version 69, Copyright (C) year name of author
734    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
735    This is free software, and you are welcome to redistribute it
736    under certain conditions; type `show c' for details.
737
738The hypothetical commands `show w' and `show c' should show the appropriate
739parts of the General Public License.  Of course, the commands you use may
740be called something other than `show w' and `show c'; they could even be
741mouse-clicks or menu items--whatever suits your program.
742
743You should also get your employer (if you work as a programmer) or your
744school, if any, to sign a "copyright disclaimer" for the program, if
745necessary.  Here is a sample; alter the names:
746
747  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
748  `Gnomovision' (which makes passes at compilers) written by James Hacker.
749
750  <signature of Ty Coon>, 1 April 1989
751  Ty Coon, President of Vice
752
753This General Public License does not permit incorporating your program into
754proprietary programs.  If your program is a subroutine library, you may
755consider it more useful to permit linking proprietary applications with the
756library.  If this is what you want to do, use the GNU Lesser General
757Public License instead of this License.
758
759------------------------------------------------------------------------------
760
761# [macFUSE] (https://github.com/osxfuse/osxfuse)
762
763macFUSE is covered under the following license:
764
765  Copyright (c) 2011-2021 Benjamin Fleischer
766  All rights reserved.
767
768  Redistribution  and  use  in  source  and  binary  forms,  with   or   without
769  modification, are permitted provided that the following conditions are met:
770
771  1. Redistributions of source code must retain the above copyright notice, this
772     list of conditions and the following disclaimer.
773  2. Redistributions in binary form must reproduce the above  copyright  notice,
774     this list of conditions and the following disclaimer in  the  documentation
775     and/or other materials provided with the distribution.
776  3. Neither the name of the copyright holder nor the names of its  contributors
777     may be used to endorse or  promote  products  derived  from  this  software
778     without specific prior written permission.
779  4. Redistributions in binary form, bundled with commercial software,  are  not
780     allowed without  specific  prior  written  permission.  This  includes  the
781     automated download or installation or  both  of  the  binary  form  in  the
782     context of commercial software.
783
784  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND  CONTRIBUTORS  "AS  IS"
785  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,  BUT  NOT  LIMITED  TO,  THE
786  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS  FOR  A  PARTICULAR  PURPOSE
787  ARE DISCLAIMED.  IN NO EVENT SHALL THE  COPYRIGHT  OWNER  OR  CONTRIBUTORS  BE
788  LIABLE  FOR  ANY  DIRECT,  INDIRECT,  INCIDENTAL,   SPECIAL,   EXEMPLARY,   OR
789  CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED  TO,   PROCUREMENT   OF
790  SUBSTITUTE GOODS OR SERVICES; LOSS OF  USE,  DATA,  OR  PROFITS;  OR  BUSINESS
791  INTERRUPTION) HOWEVER CAUSED AND  ON  ANY  THEORY  OF  LIABILITY,  WHETHER  IN
792  CONTRACT, STRICT  LIABILITY,  OR  TORT  (INCLUDING  NEGLIGENCE  OR  OTHERWISE)
793  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN  IF  ADVISED  OF  THE
794  POSSIBILITY OF SUCH DAMAGE.
795
796macFUSE is a fork of the legacy Google MacFUSE software. Additional information
797and the original source code of Google MacFUSE are available on
798http://code.google.com/p/macfuse/. Google MacFUSE is covered under the following
799BSD-style license:
800
801  Copyright (c) 2007—2009 Google Inc.
802  All rights reserved.
803
804  Redistribution  and  use  in  source  and  binary  forms,  with   or   without
805  modification, are permitted provided that the following conditions are met:
806
807  1. Redistributions of source code must retain the above copyright notice, this
808     list of conditions and the following disclaimer.
809  2. Redistributions in binary form must reproduce the above  copyright  notice,
810     this list of conditions and the following disclaimer in  the  documentation
811     and/or other materials provided with the distribution.
812  3. Neither the name of Google Inc.  nor the names of its contributors  may  be
813     used to endorse or promote products  derived  from  this  software  without
814     specific prior written permission.
815
816  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND  CONTRIBUTORS  "AS  IS"
817  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,  BUT  NOT  LIMITED  TO,  THE
818  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS  FOR  A  PARTICULAR  PURPOSE
819  ARE DISCLAIMED.  IN NO EVENT SHALL THE  COPYRIGHT  OWNER  OR  CONTRIBUTORS  BE
820  LIABLE  FOR  ANY  DIRECT,  INDIRECT,  INCIDENTAL,   SPECIAL,   EXEMPLARY,   OR
821  CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED  TO,   PROCUREMENT   OF
822  SUBSTITUTE GOODS OR SERVICES; LOSS OF  USE,  DATA,  OR  PROFITS;  OR  BUSINESS
823  INTERRUPTION) HOWEVER CAUSED AND  ON  ANY  THEORY  OF  LIABILITY,  WHETHER  IN
824  CONTRACT, STRICT  LIABILITY,  OR  TORT  (INCLUDING  NEGLIGENCE  OR  OTHERWISE)
825  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN  IF  ADVISED  OF  THE
826  POSSIBILITY OF SUCH DAMAGE.
827
828  NOTE THAT THIS SOFTWARE ATTEMPTS TO INSTALL THE LATEST VERSION  OF  ITSELF  BY
829  CHECKING FOR UPDATES DURING INSTALLATION.  THE INSTALLED VERSION MAY BE  NEWER
830  THAN THE VERSION EMBEDDED IN THIS PACKAGE.
831
832Portions of this package were derived from code developed by other authors.
833Please read further for specific details.
834
835* Unless otherwise noted, parts of the macFUSE kernel extension contain code
836  derived from the FreeBSD version of FUSE, which is covered under the following
837  BSD-style license:
838
839    Copyright (C) 2005 Csaba Henk. All rights reserved.
840
841    Redistribution  and  use  in  source  and  binary  forms,  with  or  without
842    modification, are permitted provided that the following conditions are met:
843
844    1. Redistributions of source code must retain the  above  copyright  notice,
845       this list of conditions and the following disclaimer.
846    2. Redistributions  in  binary  form  must  reproduce  the  above  copyright
847       notice, this list of conditions  and  the  following  disclaimer  in  the
848       documentation and/or other materials provided with the distribution.
849
850    THIS  SOFTWARE  IS PROVIDED BY AUTHOR  AND  CONTRIBUTORS  "AS  IS"  AND  ANY
851    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED  TO,  THE  IMPLIED
852    WARRANTIES OF MERCHANTABILITY AND  FITNESS  FOR  A  PARTICULAR  PURPOSE  ARE
853    DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR  CONTRIBUTORS  BE  LIABLE  FOR  ANY
854    DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR  CONSEQUENTIAL  DAMAGES
855    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
856    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED  AND
857    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,  OR  TORT
858    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT  OF  THE  USE  OF
859    THIS  SOFTWARE,  EVEN  IF  ADVISED  OF  THE  POSSIBILITY  OF  SUCH   DAMAGE.
860
861* Parts of the macFUSE kernel extension contain code derived from Tuxera's
862  "rebel" branch. The original source code of the "rebel" branch is available on
863  https://github.com/tuxera. These modifications are covered under the following
864  BSD-style license:
865
866    Copyright (c) 2010 Tuxera Inc.
867    Copyright (c) 2011-2012 Erik Larsson
868    All rights reserved.
869
870    Redistribution  and  use  in  source  and  binary  forms,  with  or  without
871    modification, are permitted provided that the following conditions are met:
872
873    1. Redistributions of source code must retain the  above  copyright  notice,
874       this list of conditions and the following disclaimer.
875    2. Redistributions  in  binary  form  must  reproduce  the  above  copyright
876       notice, this list of conditions  and  the  following  disclaimer  in  the
877       documentation and/or other materials provided with the distribution.
878    3. Neither the name of Tuxera Inc. nor the names of its contributors may  be
879       used to endorse or promote products derived from  this  software  without
880       specific prior written permission.
881
882    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS  IS"
883    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT  LIMITED  TO,  THE
884    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A  PARTICULAR  PURPOSE
885    ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER  OR  CONTRIBUTORS  BE
886    LIABLE  FOR  ANY  DIRECT,  INDIRECT,  INCIDENTAL,  SPECIAL,  EXEMPLARY,   OR
887    CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED  TO,  PROCUREMENT  OF
888    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,  OR  PROFITS;  OR  BUSINESS
889    INTERRUPTION) HOWEVER CAUSED AND ON ANY  THEORY  OF  LIABILITY,  WHETHER  IN
890    CONTRACT, STRICT LIABILITY, OR  TORT  (INCLUDING  NEGLIGENCE  OR  OTHERWISE)
891    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED  OF  THE
892    POSSIBILITY OF SUCH DAMAGE.
893
894* Parts of macFUSE contain code derived from Fuse4X. The original source code of
895  Fuse4X is available on https://github.com/fuse4x. Fuse4X is covered under the
896  following BSD-style license:
897
898    Copyright (c) 2011 Anatol Pomozov
899    All rights reserved.
900
901    Redistribution  and  use  in  source  and  binary  forms,  with  or  without
902    modification, are permitted provided that the following conditions are met:
903
904    1. Redistributions of source code must retain the  above  copyright  notice,
905       this list of conditions and the following disclaimer.
906    2. Redistributions  in  binary  form  must  reproduce  the  above  copyright
907       notice, this list of conditions  and  the  following  disclaimer  in  the
908       documentation and/or other materials provided with the distribution.
909
910    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS  IS"
911    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT  LIMITED  TO,  THE
912    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A  PARTICULAR  PURPOSE
913    ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER  OR  CONTRIBUTORS  BE
914    LIABLE  FOR  ANY  DIRECT,  INDIRECT,  INCIDENTAL,  SPECIAL,  EXEMPLARY,   OR
915    CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED  TO,  PROCUREMENT  OF
916    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,  OR  PROFITS;  OR  BUSINESS
917    INTERRUPTION) HOWEVER CAUSED AND ON ANY  THEORY  OF  LIABILITY,  WHETHER  IN
918    CONTRACT, STRICT LIABILITY, OR  TORT  (INCLUDING  NEGLIGENCE  OR  OTHERWISE)
919    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED  OF  THE
920    POSSIBILITY OF SUCH DAMAGE.
921
922* Parts of the mount_macfuse command-line program are covered under the Apple
923  Public Source License (APSL). You can read the APSL at:
924
925    http://www.opensource.apple.com/license/apsl/
926
927* fuse_kernel.h is a modified copy of the interface header from the Linux
928  FUSE distribution (https://github.com/libfuse/libfuse). fuse_kernel.h can be
929  redistributed either under the GPL or under the BSD license. It is being
930  redistributed here under the BSD license.
931
932* fuse_nodehash.c is a modified version of HashNode.c from an Apple Developer
933  Technical Support (DTS) sample code example. The original source, which is
934  available on http://developer.apple.com/library/mac/#samplecode/MFSLives/,
935  has the following disclaimer:
936
937    Disclaimer: IMPORTANT: This Apple software  is  supplied  to  you  by  Apple
938    Computer, Inc.  Apple") in consideration of your agreement to the  following
939    terms, and your use, installation, modification or  redistribution  of  this
940    Apple software constitutes acceptance of these terms.  If you do  not  agree
941    with these terms, please do not use, install, modify  or  redistribute  this
942    Apple software.
943
944    In consideration of your agreement to abide  by  the  following  terms,  and
945    subject to these terms, Apple grants you a personal, non-exclusive  license,
946    under Apple's  copyrights  in  this  original  Apple  software  (the  "Apple
947    Software"), to use, reproduce, modify and redistribute the  Apple  Software,
948    with or without modifications, in source and/or binary forms; provided  that
949    if  you  redistribute  the  Apple  Software  in  its  entirety  and  without
950    modifications, you must retain  this  notice  and  the  following  text  and
951    disclaimers in all such redistributions of the Apple Software.  Neither  the
952    name, trademarks, service marks or logos of Apple Computer, Inc. may be used
953    to endorse or promote products  derived  from  the  Apple  Software  without
954    specific prior written permission from Apple. Except as expressly  stated in
955    this notice, no other rights or licenses, express or implied, are granted by
956    Apple herein, including but not limited to any patent  rights  that  may  be
957    infringed by your derivative works or by other  works  in  which  the  Apple
958    Software may be incorporated.
959
960    The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES  NO
961    WARRANTIES, EXPRESS OR IMPLIED, INCLUDING  WITHOUT  LIMITATION  THE  IMPLIED
962    WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
963    PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE  OR  IN
964    COMBINATION WITH YOUR PRODUCTS.
965
966    IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT,  INCIDENTAL  OR
967    CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT  LIMITED  TO,  PROCUREMENT  OF
968    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,  OR  PROFITS;  OR  BUSINESS
969    INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,  MODIFICATION
970    AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER  UNDER
971    THEORY  OF  CONTRACT,  TORT  (INCLUDING  NEGLIGENCE),  STRICT  LIABILITY  OR
972    OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
973
974This binary package contains the following open-source software that is
975available under the GNU Lesser General Public License.
976
977* FUSE user space library (https://github.com/libfuse/libfuse)
978
979------------------------------------------------------------------------------
980
981# [WinFsp] (https://github.com/billziss-gh/winfsp/)
982
983The WinFsp project is Copyright (C) Bill Zissimopoulos. It is licensed
984under the terms of the GPLv3. The full text of this license follows
985below. Commercial licensing options are also available: Please contact
986Bill Zissimopoulos <billziss at navimatics.com>.
987
988-----------------------------------------------------------------------
989
990                    GNU GENERAL PUBLIC LICENSE
991                       Version 3, 29 June 2007
992
993 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
994 Everyone is permitted to copy and distribute verbatim copies
995 of this license document, but changing it is not allowed.
996
997                            Preamble
998
999  The GNU General Public License is a free, copyleft license for
1000software and other kinds of works.
1001
1002  The licenses for most software and other practical works are designed
1003to take away your freedom to share and change the works.  By contrast,
1004the GNU General Public License is intended to guarantee your freedom to
1005share and change all versions of a program--to make sure it remains free
1006software for all its users.  We, the Free Software Foundation, use the
1007GNU General Public License for most of our software; it applies also to
1008any other work released this way by its authors.  You can apply it to
1009your programs, too.
1010
1011  When we speak of free software, we are referring to freedom, not
1012price.  Our General Public Licenses are designed to make sure that you
1013have the freedom to distribute copies of free software (and charge for
1014them if you wish), that you receive source code or can get it if you
1015want it, that you can change the software or use pieces of it in new
1016free programs, and that you know you can do these things.
1017
1018  To protect your rights, we need to prevent others from denying you
1019these rights or asking you to surrender the rights.  Therefore, you have
1020certain responsibilities if you distribute copies of the software, or if
1021you modify it: responsibilities to respect the freedom of others.
1022
1023  For example, if you distribute copies of such a program, whether
1024gratis or for a fee, you must pass on to the recipients the same
1025freedoms that you received.  You must make sure that they, too, receive
1026or can get the source code.  And you must show them these terms so they
1027know their rights.
1028
1029  Developers that use the GNU GPL protect your rights with two steps:
1030(1) assert copyright on the software, and (2) offer you this License
1031giving you legal permission to copy, distribute and/or modify it.
1032
1033  For the developers' and authors' protection, the GPL clearly explains
1034that there is no warranty for this free software.  For both users' and
1035authors' sake, the GPL requires that modified versions be marked as
1036changed, so that their problems will not be attributed erroneously to
1037authors of previous versions.
1038
1039  Some devices are designed to deny users access to install or run
1040modified versions of the software inside them, although the manufacturer
1041can do so.  This is fundamentally incompatible with the aim of
1042protecting users' freedom to change the software.  The systematic
1043pattern of such abuse occurs in the area of products for individuals to
1044use, which is precisely where it is most unacceptable.  Therefore, we
1045have designed this version of the GPL to prohibit the practice for those
1046products.  If such problems arise substantially in other domains, we
1047stand ready to extend this provision to those domains in future versions
1048of the GPL, as needed to protect the freedom of users.
1049
1050  Finally, every program is threatened constantly by software patents.
1051States should not allow patents to restrict development and use of
1052software on general-purpose computers, but in those that do, we wish to
1053avoid the special danger that patents applied to a free program could
1054make it effectively proprietary.  To prevent this, the GPL assures that
1055patents cannot be used to render the program non-free.
1056
1057  The precise terms and conditions for copying, distribution and
1058modification follow.
1059
1060                        TERMS AND CONDITIONS
1061
1062  0. Definitions.
1063
1064  "This License" refers to version 3 of the GNU General Public License.
1065
1066  "Copyright" also means copyright-like laws that apply to other kinds of
1067works, such as semiconductor masks.
1068
1069  "The Program" refers to any copyrightable work licensed under this
1070License.  Each licensee is addressed as "you".  "Licensees" and
1071"recipients" may be individuals or organizations.
1072
1073  To "modify" a work means to copy from or adapt all or part of the work
1074in a fashion requiring copyright permission, other than the making of an
1075exact copy.  The resulting work is called a "modified version" of the
1076earlier work or a work "based on" the earlier work.
1077
1078  A "covered work" means either the unmodified Program or a work based
1079on the Program.
1080
1081  To "propagate" a work means to do anything with it that, without
1082permission, would make you directly or secondarily liable for
1083infringement under applicable copyright law, except executing it on a
1084computer or modifying a private copy.  Propagation includes copying,
1085distribution (with or without modification), making available to the
1086public, and in some countries other activities as well.
1087
1088  To "convey" a work means any kind of propagation that enables other
1089parties to make or receive copies.  Mere interaction with a user through
1090a computer network, with no transfer of a copy, is not conveying.
1091
1092  An interactive user interface displays "Appropriate Legal Notices"
1093to the extent that it includes a convenient and prominently visible
1094feature that (1) displays an appropriate copyright notice, and (2)
1095tells the user that there is no warranty for the work (except to the
1096extent that warranties are provided), that licensees may convey the
1097work under this License, and how to view a copy of this License.  If
1098the interface presents a list of user commands or options, such as a
1099menu, a prominent item in the list meets this criterion.
1100
1101  1. Source Code.
1102
1103  The "source code" for a work means the preferred form of the work
1104for making modifications to it.  "Object code" means any non-source
1105form of a work.
1106
1107  A "Standard Interface" means an interface that either is an official
1108standard defined by a recognized standards body, or, in the case of
1109interfaces specified for a particular programming language, one that
1110is widely used among developers working in that language.
1111
1112  The "System Libraries" of an executable work include anything, other
1113than the work as a whole, that (a) is included in the normal form of
1114packaging a Major Component, but which is not part of that Major
1115Component, and (b) serves only to enable use of the work with that
1116Major Component, or to implement a Standard Interface for which an
1117implementation is available to the public in source code form.  A
1118"Major Component", in this context, means a major essential component
1119(kernel, window system, and so on) of the specific operating system
1120(if any) on which the executable work runs, or a compiler used to
1121produce the work, or an object code interpreter used to run it.
1122
1123  The "Corresponding Source" for a work in object code form means all
1124the source code needed to generate, install, and (for an executable
1125work) run the object code and to modify the work, including scripts to
1126control those activities.  However, it does not include the work's
1127System Libraries, or general-purpose tools or generally available free
1128programs which are used unmodified in performing those activities but
1129which are not part of the work.  For example, Corresponding Source
1130includes interface definition files associated with source files for
1131the work, and the source code for shared libraries and dynamically
1132linked subprograms that the work is specifically designed to require,
1133such as by intimate data communication or control flow between those
1134subprograms and other parts of the work.
1135
1136  The Corresponding Source need not include anything that users
1137can regenerate automatically from other parts of the Corresponding
1138Source.
1139
1140  The Corresponding Source for a work in source code form is that
1141same work.
1142
1143  2. Basic Permissions.
1144
1145  All rights granted under this License are granted for the term of
1146copyright on the Program, and are irrevocable provided the stated
1147conditions are met.  This License explicitly affirms your unlimited
1148permission to run the unmodified Program.  The output from running a
1149covered work is covered by this License only if the output, given its
1150content, constitutes a covered work.  This License acknowledges your
1151rights of fair use or other equivalent, as provided by copyright law.
1152
1153  You may make, run and propagate covered works that you do not
1154convey, without conditions so long as your license otherwise remains
1155in force.  You may convey covered works to others for the sole purpose
1156of having them make modifications exclusively for you, or provide you
1157with facilities for running those works, provided that you comply with
1158the terms of this License in conveying all material for which you do
1159not control copyright.  Those thus making or running the covered works
1160for you must do so exclusively on your behalf, under your direction
1161and control, on terms that prohibit them from making any copies of
1162your copyrighted material outside their relationship with you.
1163
1164  Conveying under any other circumstances is permitted solely under
1165the conditions stated below.  Sublicensing is not allowed; section 10
1166makes it unnecessary.
1167
1168  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
1169
1170  No covered work shall be deemed part of an effective technological
1171measure under any applicable law fulfilling obligations under article
117211 of the WIPO copyright treaty adopted on 20 December 1996, or
1173similar laws prohibiting or restricting circumvention of such
1174measures.
1175
1176  When you convey a covered work, you waive any legal power to forbid
1177circumvention of technological measures to the extent such circumvention
1178is effected by exercising rights under this License with respect to
1179the covered work, and you disclaim any intention to limit operation or
1180modification of the work as a means of enforcing, against the work's
1181users, your or third parties' legal rights to forbid circumvention of
1182technological measures.
1183
1184  4. Conveying Verbatim Copies.
1185
1186  You may convey verbatim copies of the Program's source code as you
1187receive it, in any medium, provided that you conspicuously and
1188appropriately publish on each copy an appropriate copyright notice;
1189keep intact all notices stating that this License and any
1190non-permissive terms added in accord with section 7 apply to the code;
1191keep intact all notices of the absence of any warranty; and give all
1192recipients a copy of this License along with the Program.
1193
1194  You may charge any price or no price for each copy that you convey,
1195and you may offer support or warranty protection for a fee.
1196
1197  5. Conveying Modified Source Versions.
1198
1199  You may convey a work based on the Program, or the modifications to
1200produce it from the Program, in the form of source code under the
1201terms of section 4, provided that you also meet all of these conditions:
1202
1203    a) The work must carry prominent notices stating that you modified
1204    it, and giving a relevant date.
1205
1206    b) The work must carry prominent notices stating that it is
1207    released under this License and any conditions added under section
1208    7.  This requirement modifies the requirement in section 4 to
1209    "keep intact all notices".
1210
1211    c) You must license the entire work, as a whole, under this
1212    License to anyone who comes into possession of a copy.  This
1213    License will therefore apply, along with any applicable section 7
1214    additional terms, to the whole of the work, and all its parts,
1215    regardless of how they are packaged.  This License gives no
1216    permission to license the work in any other way, but it does not
1217    invalidate such permission if you have separately received it.
1218
1219    d) If the work has interactive user interfaces, each must display
1220    Appropriate Legal Notices; however, if the Program has interactive
1221    interfaces that do not display Appropriate Legal Notices, your
1222    work need not make them do so.
1223
1224  A compilation of a covered work with other separate and independent
1225works, which are not by their nature extensions of the covered work,
1226and which are not combined with it such as to form a larger program,
1227in or on a volume of a storage or distribution medium, is called an
1228"aggregate" if the compilation and its resulting copyright are not
1229used to limit the access or legal rights of the compilation's users
1230beyond what the individual works permit.  Inclusion of a covered work
1231in an aggregate does not cause this License to apply to the other
1232parts of the aggregate.
1233
1234  6. Conveying Non-Source Forms.
1235
1236  You may convey a covered work in object code form under the terms
1237of sections 4 and 5, provided that you also convey the
1238machine-readable Corresponding Source under the terms of this License,
1239in one of these ways:
1240
1241    a) Convey the object code in, or embodied in, a physical product
1242    (including a physical distribution medium), accompanied by the
1243    Corresponding Source fixed on a durable physical medium
1244    customarily used for software interchange.
1245
1246    b) Convey the object code in, or embodied in, a physical product
1247    (including a physical distribution medium), accompanied by a
1248    written offer, valid for at least three years and valid for as
1249    long as you offer spare parts or customer support for that product
1250    model, to give anyone who possesses the object code either (1) a
1251    copy of the Corresponding Source for all the software in the
1252    product that is covered by this License, on a durable physical
1253    medium customarily used for software interchange, for a price no
1254    more than your reasonable cost of physically performing this
1255    conveying of source, or (2) access to copy the
1256    Corresponding Source from a network server at no charge.
1257
1258    c) Convey individual copies of the object code with a copy of the
1259    written offer to provide the Corresponding Source.  This
1260    alternative is allowed only occasionally and noncommercially, and
1261    only if you received the object code with such an offer, in accord
1262    with subsection 6b.
1263
1264    d) Convey the object code by offering access from a designated
1265    place (gratis or for a charge), and offer equivalent access to the
1266    Corresponding Source in the same way through the same place at no
1267    further charge.  You need not require recipients to copy the
1268    Corresponding Source along with the object code.  If the place to
1269    copy the object code is a network server, the Corresponding Source
1270    may be on a different server (operated by you or a third party)
1271    that supports equivalent copying facilities, provided you maintain
1272    clear directions next to the object code saying where to find the
1273    Corresponding Source.  Regardless of what server hosts the
1274    Corresponding Source, you remain obligated to ensure that it is
1275    available for as long as needed to satisfy these requirements.
1276
1277    e) Convey the object code using peer-to-peer transmission, provided
1278    you inform other peers where the object code and Corresponding
1279    Source of the work are being offered to the general public at no
1280    charge under subsection 6d.
1281
1282  A separable portion of the object code, whose source code is excluded
1283from the Corresponding Source as a System Library, need not be
1284included in conveying the object code work.
1285
1286  A "User Product" is either (1) a "consumer product", which means any
1287tangible personal property which is normally used for personal, family,
1288or household purposes, or (2) anything designed or sold for incorporation
1289into a dwelling.  In determining whether a product is a consumer product,
1290doubtful cases shall be resolved in favor of coverage.  For a particular
1291product received by a particular user, "normally used" refers to a
1292typical or common use of that class of product, regardless of the status
1293of the particular user or of the way in which the particular user
1294actually uses, or expects or is expected to use, the product.  A product
1295is a consumer product regardless of whether the product has substantial
1296commercial, industrial or non-consumer uses, unless such uses represent
1297the only significant mode of use of the product.
1298
1299  "Installation Information" for a User Product means any methods,
1300procedures, authorization keys, or other information required to install
1301and execute modified versions of a covered work in that User Product from
1302a modified version of its Corresponding Source.  The information must
1303suffice to ensure that the continued functioning of the modified object
1304code is in no case prevented or interfered with solely because
1305modification has been made.
1306
1307  If you convey an object code work under this section in, or with, or
1308specifically for use in, a User Product, and the conveying occurs as
1309part of a transaction in which the right of possession and use of the
1310User Product is transferred to the recipient in perpetuity or for a
1311fixed term (regardless of how the transaction is characterized), the
1312Corresponding Source conveyed under this section must be accompanied
1313by the Installation Information.  But this requirement does not apply
1314if neither you nor any third party retains the ability to install
1315modified object code on the User Product (for example, the work has
1316been installed in ROM).
1317
1318  The requirement to provide Installation Information does not include a
1319requirement to continue to provide support service, warranty, or updates
1320for a work that has been modified or installed by the recipient, or for
1321the User Product in which it has been modified or installed.  Access to a
1322network may be denied when the modification itself materially and
1323adversely affects the operation of the network or violates the rules and
1324protocols for communication across the network.
1325
1326  Corresponding Source conveyed, and Installation Information provided,
1327in accord with this section must be in a format that is publicly
1328documented (and with an implementation available to the public in
1329source code form), and must require no special password or key for
1330unpacking, reading or copying.
1331
1332  7. Additional Terms.
1333
1334  "Additional permissions" are terms that supplement the terms of this
1335License by making exceptions from one or more of its conditions.
1336Additional permissions that are applicable to the entire Program shall
1337be treated as though they were included in this License, to the extent
1338that they are valid under applicable law.  If additional permissions
1339apply only to part of the Program, that part may be used separately
1340under those permissions, but the entire Program remains governed by
1341this License without regard to the additional permissions.
1342
1343  When you convey a copy of a covered work, you may at your option
1344remove any additional permissions from that copy, or from any part of
1345it.  (Additional permissions may be written to require their own
1346removal in certain cases when you modify the work.)  You may place
1347additional permissions on material, added by you to a covered work,
1348for which you have or can give appropriate copyright permission.
1349
1350  Notwithstanding any other provision of this License, for material you
1351add to a covered work, you may (if authorized by the copyright holders of
1352that material) supplement the terms of this License with terms:
1353
1354    a) Disclaiming warranty or limiting liability differently from the
1355    terms of sections 15 and 16 of this License; or
1356
1357    b) Requiring preservation of specified reasonable legal notices or
1358    author attributions in that material or in the Appropriate Legal
1359    Notices displayed by works containing it; or
1360
1361    c) Prohibiting misrepresentation of the origin of that material, or
1362    requiring that modified versions of such material be marked in
1363    reasonable ways as different from the original version; or
1364
1365    d) Limiting the use for publicity purposes of names of licensors or
1366    authors of the material; or
1367
1368    e) Declining to grant rights under trademark law for use of some
1369    trade names, trademarks, or service marks; or
1370
1371    f) Requiring indemnification of licensors and authors of that
1372    material by anyone who conveys the material (or modified versions of
1373    it) with contractual assumptions of liability to the recipient, for
1374    any liability that these contractual assumptions directly impose on
1375    those licensors and authors.
1376
1377  All other non-permissive additional terms are considered "further
1378restrictions" within the meaning of section 10.  If the Program as you
1379received it, or any part of it, contains a notice stating that it is
1380governed by this License along with a term that is a further
1381restriction, you may remove that term.  If a license document contains
1382a further restriction but permits relicensing or conveying under this
1383License, you may add to a covered work material governed by the terms
1384of that license document, provided that the further restriction does
1385not survive such relicensing or conveying.
1386
1387  If you add terms to a covered work in accord with this section, you
1388must place, in the relevant source files, a statement of the
1389additional terms that apply to those files, or a notice indicating
1390where to find the applicable terms.
1391
1392  Additional terms, permissive or non-permissive, may be stated in the
1393form of a separately written license, or stated as exceptions;
1394the above requirements apply either way.
1395
1396  8. Termination.
1397
1398  You may not propagate or modify a covered work except as expressly
1399provided under this License.  Any attempt otherwise to propagate or
1400modify it is void, and will automatically terminate your rights under
1401this License (including any patent licenses granted under the third
1402paragraph of section 11).
1403
1404  However, if you cease all violation of this License, then your
1405license from a particular copyright holder is reinstated (a)
1406provisionally, unless and until the copyright holder explicitly and
1407finally terminates your license, and (b) permanently, if the copyright
1408holder fails to notify you of the violation by some reasonable means
1409prior to 60 days after the cessation.
1410
1411  Moreover, your license from a particular copyright holder is
1412reinstated permanently if the copyright holder notifies you of the
1413violation by some reasonable means, this is the first time you have
1414received notice of violation of this License (for any work) from that
1415copyright holder, and you cure the violation prior to 30 days after
1416your receipt of the notice.
1417
1418  Termination of your rights under this section does not terminate the
1419licenses of parties who have received copies or rights from you under
1420this License.  If your rights have been terminated and not permanently
1421reinstated, you do not qualify to receive new licenses for the same
1422material under section 10.
1423
1424  9. Acceptance Not Required for Having Copies.
1425
1426  You are not required to accept this License in order to receive or
1427run a copy of the Program.  Ancillary propagation of a covered work
1428occurring solely as a consequence of using peer-to-peer transmission
1429to receive a copy likewise does not require acceptance.  However,
1430nothing other than this License grants you permission to propagate or
1431modify any covered work.  These actions infringe copyright if you do
1432not accept this License.  Therefore, by modifying or propagating a
1433covered work, you indicate your acceptance of this License to do so.
1434
1435  10. Automatic Licensing of Downstream Recipients.
1436
1437  Each time you convey a covered work, the recipient automatically
1438receives a license from the original licensors, to run, modify and
1439propagate that work, subject to this License.  You are not responsible
1440for enforcing compliance by third parties with this License.
1441
1442  An "entity transaction" is a transaction transferring control of an
1443organization, or substantially all assets of one, or subdividing an
1444organization, or merging organizations.  If propagation of a covered
1445work results from an entity transaction, each party to that
1446transaction who receives a copy of the work also receives whatever
1447licenses to the work the party's predecessor in interest had or could
1448give under the previous paragraph, plus a right to possession of the
1449Corresponding Source of the work from the predecessor in interest, if
1450the predecessor has it or can get it with reasonable efforts.
1451
1452  You may not impose any further restrictions on the exercise of the
1453rights granted or affirmed under this License.  For example, you may
1454not impose a license fee, royalty, or other charge for exercise of
1455rights granted under this License, and you may not initiate litigation
1456(including a cross-claim or counterclaim in a lawsuit) alleging that
1457any patent claim is infringed by making, using, selling, offering for
1458sale, or importing the Program or any portion of it.
1459
1460  11. Patents.
1461
1462  A "contributor" is a copyright holder who authorizes use under this
1463License of the Program or a work on which the Program is based.  The
1464work thus licensed is called the contributor's "contributor version".
1465
1466  A contributor's "essential patent claims" are all patent claims
1467owned or controlled by the contributor, whether already acquired or
1468hereafter acquired, that would be infringed by some manner, permitted
1469by this License, of making, using, or selling its contributor version,
1470but do not include claims that would be infringed only as a
1471consequence of further modification of the contributor version.  For
1472purposes of this definition, "control" includes the right to grant
1473patent sublicenses in a manner consistent with the requirements of
1474this License.
1475
1476  Each contributor grants you a non-exclusive, worldwide, royalty-free
1477patent license under the contributor's essential patent claims, to
1478make, use, sell, offer for sale, import and otherwise run, modify and
1479propagate the contents of its contributor version.
1480
1481  In the following three paragraphs, a "patent license" is any express
1482agreement or commitment, however denominated, not to enforce a patent
1483(such as an express permission to practice a patent or covenant not to
1484sue for patent infringement).  To "grant" such a patent license to a
1485party means to make such an agreement or commitment not to enforce a
1486patent against the party.
1487
1488  If you convey a covered work, knowingly relying on a patent license,
1489and the Corresponding Source of the work is not available for anyone
1490to copy, free of charge and under the terms of this License, through a
1491publicly available network server or other readily accessible means,
1492then you must either (1) cause the Corresponding Source to be so
1493available, or (2) arrange to deprive yourself of the benefit of the
1494patent license for this particular work, or (3) arrange, in a manner
1495consistent with the requirements of this License, to extend the patent
1496license to downstream recipients.  "Knowingly relying" means you have
1497actual knowledge that, but for the patent license, your conveying the
1498covered work in a country, or your recipient's use of the covered work
1499in a country, would infringe one or more identifiable patents in that
1500country that you have reason to believe are valid.
1501
1502  If, pursuant to or in connection with a single transaction or
1503arrangement, you convey, or propagate by procuring conveyance of, a
1504covered work, and grant a patent license to some of the parties
1505receiving the covered work authorizing them to use, propagate, modify
1506or convey a specific copy of the covered work, then the patent license
1507you grant is automatically extended to all recipients of the covered
1508work and works based on it.
1509
1510  A patent license is "discriminatory" if it does not include within
1511the scope of its coverage, prohibits the exercise of, or is
1512conditioned on the non-exercise of one or more of the rights that are
1513specifically granted under this License.  You may not convey a covered
1514work if you are a party to an arrangement with a third party that is
1515in the business of distributing software, under which you make payment
1516to the third party based on the extent of your activity of conveying
1517the work, and under which the third party grants, to any of the
1518parties who would receive the covered work from you, a discriminatory
1519patent license (a) in connection with copies of the covered work
1520conveyed by you (or copies made from those copies), or (b) primarily
1521for and in connection with specific products or compilations that
1522contain the covered work, unless you entered into that arrangement,
1523or that patent license was granted, prior to 28 March 2007.
1524
1525  Nothing in this License shall be construed as excluding or limiting
1526any implied license or other defenses to infringement that may
1527otherwise be available to you under applicable patent law.
1528
1529  12. No Surrender of Others' Freedom.
1530
1531  If conditions are imposed on you (whether by court order, agreement or
1532otherwise) that contradict the conditions of this License, they do not
1533excuse you from the conditions of this License.  If you cannot convey a
1534covered work so as to satisfy simultaneously your obligations under this
1535License and any other pertinent obligations, then as a consequence you may
1536not convey it at all.  For example, if you agree to terms that obligate you
1537to collect a royalty for further conveying from those to whom you convey
1538the Program, the only way you could satisfy both those terms and this
1539License would be to refrain entirely from conveying the Program.
1540
1541  13. Use with the GNU Affero General Public License.
1542
1543  Notwithstanding any other provision of this License, you have
1544permission to link or combine any covered work with a work licensed
1545under version 3 of the GNU Affero General Public License into a single
1546combined work, and to convey the resulting work.  The terms of this
1547License will continue to apply to the part which is the covered work,
1548but the special requirements of the GNU Affero General Public License,
1549section 13, concerning interaction through a network will apply to the
1550combination as such.
1551
1552  14. Revised Versions of this License.
1553
1554  The Free Software Foundation may publish revised and/or new versions of
1555the GNU General Public License from time to time.  Such new versions will
1556be similar in spirit to the present version, but may differ in detail to
1557address new problems or concerns.
1558
1559  Each version is given a distinguishing version number.  If the
1560Program specifies that a certain numbered version of the GNU General
1561Public License "or any later version" applies to it, you have the
1562option of following the terms and conditions either of that numbered
1563version or of any later version published by the Free Software
1564Foundation.  If the Program does not specify a version number of the
1565GNU General Public License, you may choose any version ever published
1566by the Free Software Foundation.
1567
1568  If the Program specifies that a proxy can decide which future
1569versions of the GNU General Public License can be used, that proxy's
1570public statement of acceptance of a version permanently authorizes you
1571to choose that version for the Program.
1572
1573  Later license versions may give you additional or different
1574permissions.  However, no additional obligations are imposed on any
1575author or copyright holder as a result of your choosing to follow a
1576later version.
1577
1578  15. Disclaimer of Warranty.
1579
1580  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1581APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1582HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1583OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1584THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1585PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1586IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1587ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1588
1589  16. Limitation of Liability.
1590
1591  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1592WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1593THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1594GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1595USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1596DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1597PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1598EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1599SUCH DAMAGES.
1600
1601  17. Interpretation of Sections 15 and 16.
1602
1603  If the disclaimer of warranty and limitation of liability provided
1604above cannot be given local legal effect according to their terms,
1605reviewing courts shall apply local law that most closely approximates
1606an absolute waiver of all civil liability in connection with the
1607Program, unless a warranty or assumption of liability accompanies a
1608copy of the Program in return for a fee.
1609
1610                     END OF TERMS AND CONDITIONS
1611
1612            How to Apply These Terms to Your New Programs
1613
1614  If you develop a new program, and you want it to be of the greatest
1615possible use to the public, the best way to achieve this is to make it
1616free software which everyone can redistribute and change under these terms.
1617
1618  To do so, attach the following notices to the program.  It is safest
1619to attach them to the start of each source file to most effectively
1620state the exclusion of warranty; and each file should have at least
1621the "copyright" line and a pointer to where the full notice is found.
1622
1623    <one line to give the program's name and a brief idea of what it does.>
1624    Copyright (C) <year>  <name of author>
1625
1626    This program is free software: you can redistribute it and/or modify
1627    it under the terms of the GNU General Public License as published by
1628    the Free Software Foundation, either version 3 of the License, or
1629    (at your option) any later version.
1630
1631    This program is distributed in the hope that it will be useful,
1632    but WITHOUT ANY WARRANTY; without even the implied warranty of
1633    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1634    GNU General Public License for more details.
1635
1636    You should have received a copy of the GNU General Public License
1637    along with this program.  If not, see <http://www.gnu.org/licenses/>.
1638
1639Also add information on how to contact you by electronic and paper mail.
1640
1641  If the program does terminal interaction, make it output a short
1642notice like this when it starts in an interactive mode:
1643
1644    <program>  Copyright (C) <year>  <name of author>
1645    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1646    This is free software, and you are welcome to redistribute it
1647    under certain conditions; type `show c' for details.
1648
1649The hypothetical commands `show w' and `show c' should show the appropriate
1650parts of the General Public License.  Of course, your program's commands
1651might be different; for a GUI interface, you would use an "about box".
1652
1653  You should also get your employer (if you work as a programmer) or school,
1654if any, to sign a "copyright disclaimer" for the program, if necessary.
1655For more information on this, and how to apply and follow the GNU GPL, see
1656<http://www.gnu.org/licenses/>.
1657
1658  The GNU General Public License does not permit incorporating your program
1659into proprietary programs.  If your program is a subroutine library, you
1660may consider it more useful to permit linking proprietary applications with
1661the library.  If this is what you want to do, use the GNU Lesser General
1662Public License instead of this License.  But first, please read
1663<http://www.gnu.org/philosophy/why-not-lgpl.html>.
1664
1665