diff --git a/linux-cpu/_cffi_backend.cpython-311-x86_64-linux-gnu.so b/linux-cpu/_cffi_backend.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index fddad1caf20e892cc5c61315d88841f54a422b91..0000000000000000000000000000000000000000 --- a/linux-cpu/_cffi_backend.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39056b969418bf05203dcf9e35fe60f116e3fbb68216bec0a47bd5d72d40808a -size 1064368 diff --git a/linux-cpu/_soundfile_data/COPYING b/linux-cpu/_soundfile_data/COPYING deleted file mode 100644 index c396169eea80f1b63a8029b12a61cee06154761e..0000000000000000000000000000000000000000 --- a/linux-cpu/_soundfile_data/COPYING +++ /dev/null @@ -1,503 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - diff --git a/linux-cpu/_soundfile_data/libsndfile_x86_64.so b/linux-cpu/_soundfile_data/libsndfile_x86_64.so deleted file mode 100644 index c5099cf4d78723898b6e68a7043945780ba7e47b..0000000000000000000000000000000000000000 --- a/linux-cpu/_soundfile_data/libsndfile_x86_64.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c265077c2fff814919884222825d0d40cbea783d414796dea028e05ad811ed3 -size 3607784 diff --git a/linux-cpu/base_library.zip b/linux-cpu/base_library.zip deleted file mode 100644 index f4531945d39ee258968bc63edd9ad7c0bc7b964c..0000000000000000000000000000000000000000 --- a/linux-cpu/base_library.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a52e8020ebd9a088f3b31ac9b01a07980099342fdff519431d222b9b89a4cc -size 1750221 diff --git a/linux-cpu/default.csv b/linux-cpu/default.csv deleted file mode 100644 index c67ed8c69ed5963f061bbefb0c2f06d38d6bcec0..0000000000000000000000000000000000000000 --- a/linux-cpu/default.csv +++ /dev/null @@ -1,75 +0,0 @@ -あいえるたん,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,アイエルタン,アイエルタン,0/6,C1 -藍田,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,アイダ,アイダ,0/3,C1 -朱司,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,アカシ,アカシ,1/3,C1 -青山,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,アオヤマ,アオヤマ,2/4,C1 -雨晴,1350,1350,7000,名詞,固有名詞,人名,姓,*,*,*,アメハレ,アメハレ,2/4,C1 -アル,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,アル,アル,1/2,C1 -うさぎ,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ウサギ,ウサギ,0/3,C1 -櫻歌,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,オウカ,オーカ,1/3,C1 -音街,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,オトマチ,オトマチ,2/4,C1 -春日部,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,カスカベ,カスカベ,0/4,C1 -麒ヶ島,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,キガシマ,キガシマ,2/4,C1 -紲星,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,キズナ,キズナ,1/3,C1 -九州,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,キュウシュウ,キュウシュウ,1/4,C1 -キョウコ,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,キョオコ,キョオコ,1/3,C1 -栗田,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,クリタ,クリタ,1/3,C1 -玄野,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,クロノ,クロノ,1/3,C1 -剣崎,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,ケンザキ,ケンザキ,1/4,C1 -後鬼,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ゴキ,ゴキ,1/2,C1 -虎太郎,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,コタロウ,コタロー,4/4,C1 -琴葉,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,コトノハ,コトノハ,0/4,C1 -琴詠,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,コトヨミ,コトヨミ,0/4,C1 -小夜,1351,1351,2200,名詞,固有名詞,人名,名,*,*,*,サヨ,サヨ,1/2,C1 -四国,1350,1350,2200,名詞,固有名詞,人名,姓,*,*,*,シコク,シコク,1/3,C1 -白上,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,シラカミ,シラカミ,4/4,C1 -ずんだもん,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ズンダモン,ズンダモン,1/5,C1 -そら,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ソラ,ソラ,1/2,C1 -宗麟,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ソウリン,ソウリン,1/4,C1 -タイプT,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タイプティー,タイプティー,4/5,C1 -中国,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,チュウゴク,チュウゴク,1/4,C1 -波音,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ナミネ,ナミネ,0/3,C1 -武宏,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タケヒロ,タケヒロ,2/4,C1 -ちび式じい,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,チビシキジー,チビシキジー,5/6,C1 -月読,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ツクヨミ,ツクヨミ,0/4,C1 -つむぎ,1351,1351,7450,名詞,固有名詞,人名,名,*,*,*,ツムギ,ツムギ,0/3,C1 -ナースロボ,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ナースロボ,ナースロボ,4/5,C1 -ナナ,1351,1351,8600,名詞,固有名詞,人名,名,*,*,*,ナナ,ナナ,1/2,C1 -No.7,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ナンバーセブン,ナンバーセブン,5/7,C1 -ニア,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,ニア,ニア,1/2,C1 -猫使,1350,1350,2200,名詞,固有名詞,人名,姓,*,*,*,ネコツカ,ネコツカ,2/4,C1 -ノエル,1351,1351,7450,名詞,固有名詞,人名,名,*,*,*,ノエル,ノエル,1/3,C1 -はう,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,ハウ,ハウ,1/2,C1 -花丸,1351,1351,8600,名詞,固有名詞,人名,名,*,*,*,ハナマル,ハナマル,0/4,C1 -春歌,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ハルカ,ハルカ,1/3,C1 -桜乃,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ハルノ,ハルノ,1/3,C1 -ビィ,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ビー,ビー,1/2,C1 -ひまり,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ヒマリ,ヒマリ,0/3,C1 -紅桜,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ベニザクラ,ベニザクラ,3/5,C1 -聖騎士,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,ホーリーナイト,ホーリーナイト,5/7,C1 -WhiteCUL,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ホワイトカル,ホワイトカル,5/6,C1 -まろん,1351,1351,7450,名詞,固有名詞,人名,名,*,*,*,マロン,マロン,1/3,C1 -満別,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,マンベツ,マンベツ,1/4,C1 -ミコ,1351,1351,3900,名詞,固有名詞,人名,名,*,*,*,ミコ,ミコ,1/2,C1 -水奈瀬,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ミナセ,ミナセ,2/3,C1 -冥鳴,1350,1350,5000,名詞,固有名詞,人名,姓,*,*,*,メイメイ,メイメイ,1/4,C1 -鳴花,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,メイカ,メイカ,1/3,C1 -めたん,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,メタン,メタン,1/3,C1 -雌雄,1351,1351,8600,名詞,固有名詞,人名,名,*,*,*,メスオ,メスオ,0/3,C1 -もち子さん,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,モチコサン,モチコサン,1/5,C1 -モチノ,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,モチノ,モチノ,0/3,C1 -結月,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ユヅキ,ユヅキ,1/3,C1 -弓鶴,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ユヅル,ユヅル,0/3,C1 -リツ,1351,1351,3900,名詞,固有名詞,人名,名,*,*,*,リツ,リツ,1/2,C1 -六花,1351,1351,4900,名詞,固有名詞,人名,名,*,*,*,リッカ,リッカ,1/3,C1 -龍星,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,リュウセイ,リュウセイ,1/4,C1 -雀松,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ワカマツ,ワカマツ,2/4,C1 -COEIROINK,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエイロインク,コエイロインク,5/7,C1 -coeiroink,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエイロインク,コエイロインク,5/7,C1 -CoeFont,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエフォント,コエフォント,3/5,C1 -coefont,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,コエフォント,コエフォント,3/5,C1 -Nemo,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ネモ,ネモ,1/2,C1 -nemo,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ネモ,ネモ,1/2,C1 -TALQu,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,トーク,トーク,0/3,C1 -talqu,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,トーク,トーク,0/3,C1 -VOICEVOX,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ボイスボックス,ボイスボックス,4/7,C1 -voicevox,1348,1348,0,名詞,固有名詞,一般,*,*,*,*,ボイスボックス,ボイスボックス,4/7,C1 diff --git a/linux-cpu/engine_manifest.json b/linux-cpu/engine_manifest.json deleted file mode 100644 index 45a706099310e45157a4c241f7be0ba04d24ee32..0000000000000000000000000000000000000000 --- a/linux-cpu/engine_manifest.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "manifest_version": "0.13.1", - "name": "VOICEVOX Engine", - "brand_name": "VOICEVOX", - "uuid": "074fc39e-678b-4c13-8916-ffca8d505d1d", - "version": "0.19.1", - "url": "https://github.com/VOICEVOX/voicevox_engine", - "command": "run", - "port": 50021, - "icon": "engine_manifest_assets/icon.png", - "default_sampling_rate": 24000, - "frame_rate": 93.75, - "terms_of_service": "engine_manifest_assets/terms_of_service.md", - "update_infos": "engine_manifest_assets/update_infos.json", - "dependency_licenses": "engine_manifest_assets/dependency_licenses.json", - "supported_features": { - "adjust_mora_pitch": { - "type": "bool", - "value": true, - "name": "モーラごとの音高の調整" - }, - "adjust_phoneme_length": { - "type": "bool", - "value": true, - "name": "音素ごとの長さの調整" - }, - "adjust_speed_scale": { - "type": "bool", - "value": true, - "name": "全体の話速の調整" - }, - "adjust_pitch_scale": { - "type": "bool", - "value": true, - "name": "全体の音高の調整" - }, - "adjust_intonation_scale": { - "type": "bool", - "value": true, - "name": "全体の抑揚の調整" - }, - "adjust_volume_scale": { - "type": "bool", - "value": true, - "name": "全体の音量の調整" - }, - "interrogative_upspeak": { - "type": "bool", - "value": true, - "name": "疑問文の自動調整" - }, - "synthesis_morphing": { - "type": "bool", - "value": true, - "name": "2種類のスタイルでモーフィングした音声を合成" - }, - "sing": { - "type": "bool", - "value": true, - "name": "歌唱音声合成" - }, - "manage_library": { - "type": "bool", - "value": true, - "name": "音声ライブラリのインストール・アンインストール" - } - } -} diff --git a/linux-cpu/engine_manifest_assets/dependency_licenses.json b/linux-cpu/engine_manifest_assets/dependency_licenses.json deleted file mode 100644 index 60c208bb4091b9cf408004d3ab72246c2aa96ffd..0000000000000000000000000000000000000000 --- a/linux-cpu/engine_manifest_assets/dependency_licenses.json +++ /dev/null @@ -1 +0,0 @@ -[{"name": "Open JTalk", "version": "1.11", "license": "Modified BSD license", "text": "/* ----------------------------------------------------------------- */\n/* The Japanese TTS System \"Open JTalk\" */\n/* developed by HTS Working Group */\n/* http://open-jtalk.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2008-2016 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "MeCab", "version": null, "license": "Modified BSD license", "text": "Copyright (c) 2001-2008, Taku Kudo\nCopyright (c) 2004-2008, Nippon Telegraph and Telephone Corporation\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are\npermitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the\n following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the\n following disclaimer in the documentation and/or other\n materials provided with the distribution.\n\n * Neither the name of the Nippon Telegraph and Telegraph Corporation\n nor the names of its contributors may be used to endorse or\n promote products derived from this software without specific\n prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED\nWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\nTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n/* ----------------------------------------------------------------- */\n/* The Japanese TTS System \"Open JTalk\" */\n/* developed by HTS Working Group */\n/* http://open-jtalk.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2008-2016 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "NAIST Japanese Dictionary", "version": null, "license": "Modified BSD license", "text": "Copyright (c) 2009, Nara Institute of Science and Technology, Japan.\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\nRedistributions of source code must retain the above copyright notice,\nthis list of conditions and the following disclaimer.\nRedistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\nNeither the name of the Nara Institute of Science and Technology\n(NAIST) nor the names of its contributors may be used to endorse or\npromote products derived from this software without specific prior\nwritten permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n/* ----------------------------------------------------------------- */\n/* The Japanese TTS System \"Open JTalk\" */\n/* developed by HTS Working Group */\n/* http://open-jtalk.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2008-2016 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "HTS Voice \"Mei\"", "version": null, "license": "Creative Commons Attribution 3.0 license", "text": "# ----------------------------------------------------------------- #\n# HTS Voice \"Mei\" #\n# released by MMDAgent Project Team #\n# http://www.mmdagent.jp/ #\n# ----------------------------------------------------------------- #\n# #\n# Copyright (c) 2009-2013 Nagoya Institute of Technology #\n# Department of Computer Science #\n# #\n# Some rights reserved. #\n# #\n# This work is licensed under the Creative Commons Attribution 3.0 #\n# license. #\n# #\n# You are free: #\n# * to Share - to copy, distribute and transmit the work #\n# * to Remix - to adapt the work #\n# Under the following conditions: #\n# * Attribution - You must attribute the work in the manner #\n# specified by the author or licensor (but not in any way that #\n# suggests that they endorse you or your use of the work). #\n# With the understanding that: #\n# * Waiver - Any of the above conditions can be waived if you get #\n# permission from the copyright holder. #\n# * Public Domain - Where the work or any of its elements is in #\n# the public domain under applicable law, that status is in no #\n# way affected by the license. #\n# * Other Rights - In no way are any of the following rights #\n# affected by the license: #\n# - Your fair dealing or fair use rights, or other applicable #\n# copyright exceptions and limitations; #\n# - The author's moral rights; #\n# - Rights other persons may have either in the work itself or #\n# in how the work is used, such as publicity or privacy #\n# rights. #\n# * Notice - For any reuse or distribution, you must make clear to #\n# others the license terms of this work. The best way to do this #\n# is with a link to this web page. #\n# #\n# See http://creativecommons.org/ for details. #\n# ----------------------------------------------------------------- #\n"}, {"name": "VOICEVOX CORE", "version": null, "license": "MIT license", "text": "Copyright (c) 2021 Hiroshiba Kazuyuki\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}, {"name": "VOICEVOX ENGINE", "version": null, "license": "LGPL license", "text": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n\n This version of the GNU Lesser General Public License incorporates\nthe terms and conditions of version 3 of the GNU General Public\nLicense, supplemented by the additional permissions listed below.\n\n 0. Additional Definitions.\n\n As used herein, \"this License\" refers to version 3 of the GNU Lesser\nGeneral Public License, and the \"GNU GPL\" refers to version 3 of the GNU\nGeneral Public License.\n\n \"The Library\" refers to a covered work governed by this License,\nother than an Application or a Combined Work as defined below.\n\n An \"Application\" is any work that makes use of an interface provided\nby the Library, but which is not otherwise based on the Library.\nDefining a subclass of a class defined by the Library is deemed a mode\nof using an interface provided by the Library.\n\n A \"Combined Work\" is a work produced by combining or linking an\nApplication with the Library. The particular version of the Library\nwith which the Combined Work was made is also called the \"Linked\nVersion\".\n\n The \"Minimal Corresponding Source\" for a Combined Work means the\nCorresponding Source for the Combined Work, excluding any source code\nfor portions of the Combined Work that, considered in isolation, are\nbased on the Application, and not on the Linked Version.\n\n The \"Corresponding Application Code\" for a Combined Work means the\nobject code and/or source code for the Application, including any data\nand utility programs needed for reproducing the Combined Work from the\nApplication, but excluding the System Libraries of the Combined Work.\n\n 1. Exception to Section 3 of the GNU GPL.\n\n You may convey a covered work under sections 3 and 4 of this License\nwithout being bound by section 3 of the GNU GPL.\n\n 2. Conveying Modified Versions.\n\n If you modify a copy of the Library, and, in your modifications, a\nfacility refers to a function or data to be supplied by an Application\nthat uses the facility (other than as an argument passed when the\nfacility is invoked), then you may convey a copy of the modified\nversion:\n\n a) under this License, provided that you make a good faith effort to\n ensure that, in the event an Application does not supply the\n function or data, the facility still operates, and performs\n whatever part of its purpose remains meaningful, or\n\n b) under the GNU GPL, with none of the additional permissions of\n this License applicable to that copy.\n\n 3. Object Code Incorporating Material from Library Header Files.\n\n The object code form of an Application may incorporate material from\na header file that is part of the Library. You may convey such object\ncode under terms of your choice, provided that, if the incorporated\nmaterial is not limited to numerical parameters, data structure\nlayouts and accessors, or small macros, inline functions and templates\n(ten or fewer lines in length), you do both of the following:\n\n a) Give prominent notice with each copy of the object code that the\n Library is used in it and that the Library and its use are\n covered by this License.\n\n b) Accompany the object code with a copy of the GNU GPL and this license\n document.\n\n 4. Combined Works.\n\n You may convey a Combined Work under terms of your choice that,\ntaken together, effectively do not restrict modification of the\nportions of the Library contained in the Combined Work and reverse\nengineering for debugging such modifications, if you also do each of\nthe following:\n\n a) Give prominent notice with each copy of the Combined Work that\n the Library is used in it and that the Library and its use are\n covered by this License.\n\n b) Accompany the Combined Work with a copy of the GNU GPL and this license\n document.\n\n c) For a Combined Work that displays copyright notices during\n execution, include the copyright notice for the Library among\n these notices, as well as a reference directing the user to the\n copies of the GNU GPL and this license document.\n\n d) Do one of the following:\n\n 0) Convey the Minimal Corresponding Source under the terms of this\n License, and the Corresponding Application Code in a form\n suitable for, and under terms that permit, the user to\n recombine or relink the Application with a modified version of\n the Linked Version to produce a modified Combined Work, in the\n manner specified by section 6 of the GNU GPL for conveying\n Corresponding Source.\n\n 1) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (a) uses at run time\n a copy of the Library already present on the user's computer\n system, and (b) will operate properly with a modified version\n of the Library that is interface-compatible with the Linked\n Version.\n\n e) Provide Installation Information, but only if you would otherwise\n be required to provide such information under section 6 of the\n GNU GPL, and only to the extent that such information is\n necessary to install and execute a modified version of the\n Combined Work produced by recombining or relinking the\n Application with a modified version of the Linked Version. (If\n you use option 4d0, the Installation Information must accompany\n the Minimal Corresponding Source and Corresponding Application\n Code. If you use option 4d1, you must provide the Installation\n Information in the manner specified by section 6 of the GNU GPL\n for conveying Corresponding Source.)\n\n 5. Combined Libraries.\n\n You may place library facilities that are a work based on the\nLibrary side by side in a single library together with other library\nfacilities that are not Applications and are not covered by this\nLicense, and convey such a combined library under terms of your\nchoice, if you do both of the following:\n\n a) Accompany the combined library with a copy of the same work based\n on the Library, uncombined with any other library facilities,\n conveyed under the terms of this License.\n\n b) Give prominent notice with the combined library that part of it\n is a work based on the Library, and explaining where to find the\n accompanying uncombined form of the same work.\n\n 6. Revised Versions of the GNU Lesser General Public License.\n\n The Free Software Foundation may publish revised and/or new versions\nof the GNU Lesser General Public License from time to time. Such new\nversions will be similar in spirit to the present version, but may\ndiffer in detail to address new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nLibrary as you received it specifies that a certain numbered version\nof the GNU Lesser General Public License \"or any later version\"\napplies to it, you have the option of following the terms and\nconditions either of that published version or of any later version\npublished by the Free Software Foundation. If the Library as you\nreceived it does not specify a version number of the GNU Lesser\nGeneral Public License, you may choose any version of the GNU Lesser\nGeneral Public License ever published by the Free Software Foundation.\n\n If the Library as you received it specifies that a proxy can decide\nwhether future versions of the GNU Lesser General Public License shall\napply, that proxy's public statement of acceptance of any version is\npermanent authorization for you to choose that version for the\nLibrary."}, {"name": "world", "version": null, "license": "Modified BSD license", "text": "/* ----------------------------------------------------------------- */\n/* WORLD: High-quality speech analysis, */\n/* manipulation and synthesis system */\n/* developed by M. Morise */\n/* http://www.kisc.meiji.ac.jp/~mmorise/world/english/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2010 M. Morise */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the M. Morise nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "PyTorch", "version": "1.9.0", "license": "BSD-style license", "text": "From PyTorch:\n\nCopyright (c) 2016- Facebook, Inc (Adam Paszke)\nCopyright (c) 2014- Facebook, Inc (Soumith Chintala)\nCopyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)\nCopyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)\nCopyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)\nCopyright (c) 2011-2013 NYU (Clement Farabet)\nCopyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)\nCopyright (c) 2006 Idiap Research Institute (Samy Bengio)\nCopyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)\n\nFrom Caffe2:\n\nCopyright (c) 2016-present, Facebook Inc. All rights reserved.\n\nAll contributions by Facebook:\nCopyright (c) 2016 Facebook Inc.\n\nAll contributions by Google:\nCopyright (c) 2015 Google Inc.\nAll rights reserved.\n\nAll contributions by Yangqing Jia:\nCopyright (c) 2015 Yangqing Jia\nAll rights reserved.\n\nAll contributions by Kakao Brain:\nCopyright 2019-2020 Kakao Brain\n\nAll contributions by Cruise LLC:\nCopyright (c) 2022 Cruise LLC.\nAll rights reserved.\n\nAll contributions from Caffe:\nCopyright(c) 2013, 2014, 2015, the respective contributors\nAll rights reserved.\n\nAll other contributions:\nCopyright(c) 2015, 2016 the respective contributors\nAll rights reserved.\n\nCaffe2 uses a copyright model similar to Caffe: each contributor holds\ncopyright over their contributions to Caffe2. The project versioning records\nall such contribution and copyright details. If a contributor wants to further\nmark their specific copyright on a particular contribution, they should\nindicate their copyright solely in the commit message of the change when it is\ncommitted.\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the names of Facebook, Deepmind Technologies, NYU, NEC Laboratories America\n and IDIAP Research Institute nor the names of its contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "ONNX Runtime", "version": "1.13.1", "license": "MIT license", "text": "MIT License\n\nCopyright (c) Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "Python", "version": "3.11.3", "license": "Python Software Foundation License", "text": "A. HISTORY OF THE SOFTWARE\n==========================\n\nPython was created in the early 1990s by Guido van Rossum at Stichting\nMathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands\nas a successor of a language called ABC. Guido remains Python's\nprincipal author, although it includes many contributions from others.\n\nIn 1995, Guido continued his work on Python at the Corporation for\nNational Research Initiatives (CNRI, see https://www.cnri.reston.va.us)\nin Reston, Virginia where he released several versions of the\nsoftware.\n\nIn May 2000, Guido and the Python core development team moved to\nBeOpen.com to form the BeOpen PythonLabs team. In October of the same\nyear, the PythonLabs team moved to Digital Creations, which became\nZope Corporation. In 2001, the Python Software Foundation (PSF, see\nhttps://www.python.org/psf/) was formed, a non-profit organization\ncreated specifically to own Python-related Intellectual Property.\nZope Corporation was a sponsoring member of the PSF.\n\nAll Python releases are Open Source (see https://opensource.org for\nthe Open Source Definition). Historically, most, but not all, Python\nreleases have also been GPL-compatible; the table below summarizes\nthe various releases.\n\n Release Derived Year Owner GPL-\n from compatible? (1)\n\n 0.9.0 thru 1.2 1991-1995 CWI yes\n 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\n 1.6 1.5.2 2000 CNRI no\n 2.0 1.6 2000 BeOpen.com no\n 1.6.1 1.6 2001 CNRI yes (2)\n 2.1 2.0+1.6.1 2001 PSF no\n 2.0.1 2.0+1.6.1 2001 PSF yes\n 2.1.1 2.1+2.0.1 2001 PSF yes\n 2.1.2 2.1.1 2002 PSF yes\n 2.1.3 2.1.2 2002 PSF yes\n 2.2 and above 2.1.1 2001-now PSF yes\n\nFootnotes:\n\n(1) GPL-compatible doesn't mean that we're distributing Python under\n the GPL. All Python licenses, unlike the GPL, let you distribute\n a modified version without making your changes open source. The\n GPL-compatible licenses make it possible to combine Python with\n other software that is released under the GPL; the others don't.\n\n(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,\n because its license has a choice of law clause. According to\n CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1\n is \"not incompatible\" with the GPL.\n\nThanks to the many outside volunteers who have worked under Guido's\ndirection to make these releases possible.\n\n\nB. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON\n===============================================================\n\nPython software and documentation are licensed under the\nPython Software Foundation License Version 2.\n\nStarting with Python 3.8.6, examples, recipes, and other code in\nthe documentation are dual licensed under the PSF License Version 2\nand the Zero-Clause BSD license.\n\nSome software incorporated into Python is under different licenses.\nThe licenses are listed with code falling under that license.\n\n\nPYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF hereby\ngrants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,\nanalyze, test, perform and/or display publicly, prepare derivative works,\ndistribute, and otherwise use Python alone or in any derivative version,\nprovided, however, that PSF's License Agreement and PSF's notice of copyright,\ni.e., \"Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,\n2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;\nAll Rights Reserved\" are retained in Python alone or in any derivative version\nprepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\n ACCEPT\n\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved.\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION\n----------------------------------------------------------------------\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n"}, {"name": "Cython", "version": "3.0.7", "license": "Apache Software License", "text": "The original Pyrex code as of 2006-04 is licensed under the following\nlicense: \"Copyright stuff: Pyrex is free of restrictions. You may use,\nredistribute, modify and distribute modified versions.\"\n\n------------------\n\nCython, which derives from Pyrex, is licensed under the Apache 2.0\nSoftware License. More precisely, all modifications and new code\nmade to go from Pyrex to Cython are so licensed.\n\nSee LICENSE.txt for more details.\n\n------------------\n\nThe output of a Cython compilation is NOT considered a derivative\nwork of Cython. Specifically, though the compilation process may\nembed snippets of varying lengths into the final output, these\nsnippets, as embedded in the output, do not encumber the resulting\noutput with any license restrictions.\n"}, {"name": "Jinja2", "version": "3.1.3", "license": "BSD License", "text": "Copyright 2007 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "MarkupSafe", "version": "2.1.3", "license": "BSD License", "text": "Copyright 2010 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "PyYAML", "version": "6.0.1", "license": "MIT License", "text": "Copyright (c) 2017-2021 Ingy d\u00f6t Net\nCopyright (c) 2006-2016 Kirill Simonov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "anyio", "version": "3.7.1", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2018 Alex Gr\u00f6nholm\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "asgiref", "version": "3.7.2", "license": "BSD License", "text": "Copyright (c) Django Software Foundation and individual contributors.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of Django nor the names of its contributors may be used\n to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "cffi", "version": "1.16.0", "license": "MIT License", "text": "\nExcept when otherwise stated (look for LICENSE files in directories or\ninformation at the beginning of each file) all software and\ndocumentation is licensed as follows: \n\n The MIT License\n\n Permission is hereby granted, free of charge, to any person \n obtaining a copy of this software and associated documentation \n files (the \"Software\"), to deal in the Software without \n restriction, including without limitation the rights to use, \n copy, modify, merge, publish, distribute, sublicense, and/or \n sell copies of the Software, and to permit persons to whom the \n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included \n in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS \n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING \n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \n DEALINGS IN THE SOFTWARE.\n\n"}, {"name": "click", "version": "8.1.7", "license": "BSD License", "text": "Copyright 2014 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "fastapi", "version": "0.110.0", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2018 Sebasti\u00e1n Ram\u00edrez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"}, {"name": "h11", "version": "0.14.0", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2016 Nathaniel J. Smith and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "idna", "version": "3.4", "license": "BSD License", "text": "BSD 3-Clause License\n\nCopyright (c) 2013-2021, Kim Davies\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "numpy", "version": "1.26.2", "license": "BSD License", "text": "Copyright (c) 2005-2023, NumPy Developers.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n\n * Neither the name of the NumPy Developers nor the names of any\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n----\n\nThe NumPy repository and source distributions bundle several libraries that are\ncompatibly licensed. We list these here.\n\nName: lapack-lite\nFiles: numpy/linalg/lapack_lite/*\nLicense: BSD-3-Clause\n For details, see numpy/linalg/lapack_lite/LICENSE.txt\n\nName: tempita\nFiles: tools/npy_tempita/*\nLicense: MIT\n For details, see tools/npy_tempita/license.txt\n\nName: dragon4\nFiles: numpy/core/src/multiarray/dragon4.c\nLicense: MIT\n For license text, see numpy/core/src/multiarray/dragon4.c\n\nName: libdivide\nFiles: numpy/core/include/numpy/libdivide/*\nLicense: Zlib\n For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt\n\n\nNote that the following files are vendored in the repository and sdist but not\ninstalled in built numpy packages:\n\nName: Meson\nFiles: vendored-meson/meson/*\nLicense: Apache 2.0\n For license text, see vendored-meson/meson/COPYING\n\nName: meson-python\nFiles: vendored-meson/meson-python/*\nLicense: MIT\n For license text, see vendored-meson/meson-python/LICENSE\n\nName: spin\nFiles: .spin/cmds.py\nLicense: BSD-3\n For license text, see .spin/LICENSE\n\n----\n\nThis binary distribution of NumPy also bundles the following software:\n\n\nName: OpenBLAS\nFiles: numpy.libs/libopenblas*.so\nDescription: bundled as a dynamically linked library\nAvailability: https://github.com/OpenMathLib/OpenBLAS/\nLicense: BSD-3-Clause\n Copyright (c) 2011-2014, The OpenBLAS Project\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nName: LAPACK\nFiles: numpy.libs/libopenblas*.so\nDescription: bundled in OpenBLAS\nAvailability: https://github.com/OpenMathLib/OpenBLAS/\nLicense: BSD-3-Clause-Attribution\n Copyright (c) 1992-2013 The University of Tennessee and The University\n of Tennessee Research Foundation. All rights\n reserved.\n Copyright (c) 2000-2013 The University of California Berkeley. All\n rights reserved.\n Copyright (c) 2006-2013 The University of Colorado Denver. All rights\n reserved.\n\n $COPYRIGHT$\n\n Additional copyrights may follow\n\n $HEADER$\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n - Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer listed\n in this license in the documentation and/or other materials\n provided with the distribution.\n\n - Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n The copyright holders provide no reassurances that the source code\n provided does not infringe any patent, copyright, or any other\n intellectual property rights of third parties. The copyright holders\n disclaim any liability to any recipient for claims brought against\n recipient by any third party for infringement of that parties\n intellectual property rights.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nName: GCC runtime library\nFiles: numpy.libs/libgfortran*.so\nDescription: dynamically linked to files compiled with gcc\nAvailability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran\nLicense: GPL-3.0-with-GCC-exception\n Copyright (C) 2002-2017 Free Software Foundation, Inc.\n\n Libgfortran is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n\n Libgfortran is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n Under Section 7 of GPL version 3, you are granted additional\n permissions described in the GCC Runtime Library Exception, version\n 3.1, as published by the Free Software Foundation.\n\n You should have received a copy of the GNU General Public License and\n a copy of the GCC Runtime Library Exception along with this program;\n see the files COPYING3 and COPYING.RUNTIME respectively. If not, see\n .\n\n----\n\nFull text of license texts referred to above follows (that they are\nlisted below does not necessarily imply the conditions apply to the\npresent binary release):\n\n----\n\nGCC RUNTIME LIBRARY EXCEPTION\n\nVersion 3.1, 31 March 2009\n\nCopyright (C) 2009 Free Software Foundation, Inc. \n\nEveryone is permitted to copy and distribute verbatim copies of this\nlicense document, but changing it is not allowed.\n\nThis GCC Runtime Library Exception (\"Exception\") is an additional\npermission under section 7 of the GNU General Public License, version\n3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\nbears a notice placed by the copyright holder of the file stating that\nthe file is governed by GPLv3 along with this Exception.\n\nWhen you use GCC to compile a program, GCC may combine portions of\ncertain GCC header files and runtime libraries with the compiled\nprogram. The purpose of this Exception is to allow compilation of\nnon-GPL (including proprietary) programs to use, in this way, the\nheader files and runtime libraries covered by this Exception.\n\n0. Definitions.\n\nA file is an \"Independent Module\" if it either requires the Runtime\nLibrary for execution after a Compilation Process, or makes use of an\ninterface provided by the Runtime Library, but is not otherwise based\non the Runtime Library.\n\n\"GCC\" means a version of the GNU Compiler Collection, with or without\nmodifications, governed by version 3 (or a specified later version) of\nthe GNU General Public License (GPL) with the option of using any\nsubsequent versions published by the FSF.\n\n\"GPL-compatible Software\" is software whose conditions of propagation,\nmodification and use would permit combination with GCC in accord with\nthe license of GCC.\n\n\"Target Code\" refers to output from any compiler for a real or virtual\ntarget processor architecture, in executable form or suitable for\ninput to an assembler, loader, linker and/or execution\nphase. Notwithstanding that, Target Code does not include data in any\nformat that is used as a compiler intermediate representation, or used\nfor producing a compiler intermediate representation.\n\nThe \"Compilation Process\" transforms code entirely represented in\nnon-intermediate languages designed for human-written code, and/or in\nJava Virtual Machine byte code, into Target Code. Thus, for example,\nuse of source code generators and preprocessors need not be considered\npart of the Compilation Process, since the Compilation Process can be\nunderstood as starting with the output of the generators or\npreprocessors.\n\nA Compilation Process is \"Eligible\" if it is done using GCC, alone or\nwith other GPL-compatible software, or if it is done without using any\nwork based on GCC. For example, using non-GPL-compatible Software to\noptimize any GCC intermediate representations would not qualify as an\nEligible Compilation Process.\n\n1. Grant of Additional Permission.\n\nYou have permission to propagate a work of Target Code formed by\ncombining the Runtime Library with Independent Modules, even if such\npropagation would otherwise violate the terms of GPLv3, provided that\nall Target Code was generated by Eligible Compilation Processes. You\nmay then convey such a combination under terms of your choice,\nconsistent with the licensing of the Independent Modules.\n\n2. No Weakening of GCC Copyleft.\n\nThe availability of this Exception does not imply any general\npresumption that third-party software is unaffected by the copyleft\nrequirements of the license of GCC.\n\n----\n\n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n To do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nAlso add information on how to contact you by electronic and paper mail.\n\n If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License. Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n.\n\n The GNU General Public License does not permit incorporating your program\ninto proprietary programs. If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library. If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License. But first, please read\n.\n\nName: libquadmath\nFiles: numpy.libs/libquadmath*.so\nDescription: dynamically linked to files compiled with gcc\nAvailability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath\nLicense: LGPL-2.1-or-later\n\n GCC Quad-Precision Math Library\n Copyright (C) 2010-2019 Free Software Foundation, Inc.\n Written by Francois-Xavier Coudert \n\n This file is part of the libquadmath library.\n Libquadmath is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n Libquadmath is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html\n"}, {"name": "platformdirs", "version": "4.2.0", "license": "MIT License", "text": "MIT License\n\nCopyright (c) 2010-202x The platformdirs developers\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "pycparser", "version": "2.21", "license": "BSD License", "text": "pycparser -- A C parser in Python\n\nCopyright (c) 2008-2020, Eli Bendersky\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this \n list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, \n this list of conditions and the following disclaimer in the documentation \n and/or other materials provided with the distribution.\n* Neither the name of Eli Bendersky nor the names of its contributors may \n be used to endorse or promote products derived from this software without \n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND \nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED \nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE \nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE \nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR \nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE \nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) \nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT \nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT \nOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "pydantic", "version": "1.10.14", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2017, 2018, 2019, 2020, 2021 Samuel Colvin and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "pyopenjtalk", "version": "0.3.2+b35fc89", "license": "MIT License", "text": "The pyopenjtalk package is licensed under the MIT \"Expat\" License:\n\n> Copyright (c) 2018: Ryuichi Yamamoto.\n>\n> Permission is hereby granted, free of charge, to any person obtaining\n> a copy of this software and associated documentation files (the\n> \"Software\"), to deal in the Software without restriction, including\n> without limitation the rights to use, copy, modify, merge, publish,\n> distribute, sublicense, and/or sell copies of the Software, and to\n> permit persons to whom the Software is furnished to do so, subject to\n> the following conditions:\n>\n> The above copyright notice and this permission notice shall be\n> included in all copies or substantial portions of the Software.\n>\n> THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n/bAmFru).\n"}, {"name": "python-multipart", "version": "0.0.5", "license": "Apache Software License", "text": "Copyright 2012, Andrew Dunham\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n"}, {"name": "pyworld", "version": "0.3.4", "license": "UNKNOWN", "text": "MIT License\n\nCopyright 2016 pyworld contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "semver", "version": "3.0.2", "license": "BSD License", "text": "Copyright (c) 2013, Konstantine Rybnikov\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n\n Neither the name of the {organization} nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "six", "version": "1.16.0", "license": "MIT License", "text": "Copyright (c) 2010-2020 Benjamin Peterson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "sniffio", "version": "1.3.0", "license": "Apache Software License; MIT License", "text": "This software is made available under the terms of *either* of the\nlicenses found in LICENSE.APACHE2 or LICENSE.MIT. Contributions to are\nmade under the terms of *both* these licenses.\n"}, {"name": "soundfile", "version": "0.12.1", "license": "BSD License", "text": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL. It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it. You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n When we speak of free software, we are referring to freedom of use,\nnot price. Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights. These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library. Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n Finally, software patents pose a constant threat to the existence of\nany free program. We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder. Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License. This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License. We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library. The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom. The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License. It also provides other free software developers Less\nof an advantage over competing non-free programs. These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries. However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard. To achieve this, non-free programs must be\nallowed to use the library. A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries. In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software. For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n GNU LESSER GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n 6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (1) uses at run time a\n copy of the library already present on the user's computer system,\n rather than copying library functions into the executable, and (2)\n will operate properly with a modified version of the library, if\n the user installs one, as long as the modified version is\n interface-compatible with the version that the work was made with.\n\n c) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n d) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n e) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Libraries\n\n If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change. You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n To apply these terms, attach the following notices to the library. It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n , 1 April 1990\n Ty Coon, President of Vice\n\nThat's all there is to it!\n\n"}, {"name": "soxr", "version": "0.3.7", "license": "GNU Lesser General Public License v2 or later (LGPLv2+)", "text": "Python-SoXR (LGPLv2.1+)\nhttps://github.com/dofuuz/python-soxr\n\n Python-SoXR, Resampler library for Python.\n Copyright (c) 2021-23 Myungchul Keum\n\n This library is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by\n the Free Software Foundation; either version 2.1 of the License, or (at\n your option) any later version.\n\n This library is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\n General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this library; if not, see .\n\n\n----\n\nlibsoxr (LGPLv2.1+)\nhttps://sourceforge.net/projects/soxr/\n\n SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net\n\n This library is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by\n the Free Software Foundation; either version 2.1 of the License, or (at\n your option) any later version.\n\n This library is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\n General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this library; if not, see .\n\n\n----\n\nPFFFT (BSD-like)\nhttps://bitbucket.org/jpommier/pffft/\n\n Copyright (c) 2013 Julien Pommier ( pommier@modartt.com ) \n\n Based on original fortran 77 code from FFTPACKv4 from NETLIB,\n authored by Dr Paul Swarztrauber of NCAR, in 1985.\n\n As confirmed by the NCAR fftpack software curators, the following\n FFTPACKv5 license applies to FFTPACKv4 sources. My changes are\n released under the same terms.\n\n FFTPACK license:\n\n http://www.cisl.ucar.edu/css/software/fftpack5/ftpk.html\n\n Copyright (c) 2004 the University Corporation for Atmospheric\n Research (\"UCAR\"). All rights reserved. Developed by NCAR's\n Computational and Information Systems Laboratory, UCAR,\n www.cisl.ucar.edu.\n\n Redistribution and use of the Software in source and binary forms,\n with or without modification, is permitted provided that the\n following conditions are met:\n\n - Neither the names of NCAR's Computational and Information Systems\n Laboratory, the University Corporation for Atmospheric Research,\n nor the names of its sponsors or contributors may be used to\n endorse or promote products derived from this Software without\n specific prior written permission. \n\n - Redistributions of source code must retain the above copyright\n notices, this list of conditions, and the disclaimer below.\n\n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions, and the disclaimer below in the\n documentation and/or other materials provided with the\n distribution.\n\n THIS SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE\n SOFTWARE.\n"}, {"name": "starlette", "version": "0.36.3", "license": "BSD License", "text": "Copyright \u00a9 2018, [Encode OSS Ltd](https://www.encode.io/).\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "tqdm", "version": "4.66.1", "license": "MIT License; Mozilla Public License 2.0 (MPL 2.0)", "text": "`tqdm` is a product of collaborative work.\nUnless otherwise stated, all authors (see commit logs) retain copyright\nfor their respective work, and release the work under the MIT licence\n(text below).\n\nExceptions or notable authors are listed below\nin reverse chronological order:\n\n* files: *\n MPL-2.0 2015-2023 (c) Casper da Costa-Luis\n [casperdcl](https://github.com/casperdcl).\n* files: tqdm/_tqdm.py\n MIT 2016 (c) [PR #96] on behalf of Google Inc.\n* files: tqdm/_tqdm.py README.rst .gitignore\n MIT 2013 (c) Noam Yorav-Raphael, original author.\n\n[PR #96]: https://github.com/tqdm/tqdm/pull/96\n\n\nMozilla Public Licence (MPL) v. 2.0 - Exhibit A\n-----------------------------------------------\n\nThis Source Code Form is subject to the terms of the\nMozilla Public License, v. 2.0.\nIf a copy of the MPL was not distributed with this project,\nYou can obtain one at https://mozilla.org/MPL/2.0/.\n\n\nMIT License (MIT)\n-----------------\n\nCopyright (c) 2013 noamraph\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "typing_extensions", "version": "4.10.0", "license": "Python Software Foundation License", "text": "A. HISTORY OF THE SOFTWARE\n==========================\n\nPython was created in the early 1990s by Guido van Rossum at Stichting\nMathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands\nas a successor of a language called ABC. Guido remains Python's\nprincipal author, although it includes many contributions from others.\n\nIn 1995, Guido continued his work on Python at the Corporation for\nNational Research Initiatives (CNRI, see https://www.cnri.reston.va.us)\nin Reston, Virginia where he released several versions of the\nsoftware.\n\nIn May 2000, Guido and the Python core development team moved to\nBeOpen.com to form the BeOpen PythonLabs team. In October of the same\nyear, the PythonLabs team moved to Digital Creations, which became\nZope Corporation. In 2001, the Python Software Foundation (PSF, see\nhttps://www.python.org/psf/) was formed, a non-profit organization\ncreated specifically to own Python-related Intellectual Property.\nZope Corporation was a sponsoring member of the PSF.\n\nAll Python releases are Open Source (see https://opensource.org for\nthe Open Source Definition). Historically, most, but not all, Python\nreleases have also been GPL-compatible; the table below summarizes\nthe various releases.\n\n Release Derived Year Owner GPL-\n from compatible? (1)\n\n 0.9.0 thru 1.2 1991-1995 CWI yes\n 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\n 1.6 1.5.2 2000 CNRI no\n 2.0 1.6 2000 BeOpen.com no\n 1.6.1 1.6 2001 CNRI yes (2)\n 2.1 2.0+1.6.1 2001 PSF no\n 2.0.1 2.0+1.6.1 2001 PSF yes\n 2.1.1 2.1+2.0.1 2001 PSF yes\n 2.1.2 2.1.1 2002 PSF yes\n 2.1.3 2.1.2 2002 PSF yes\n 2.2 and above 2.1.1 2001-now PSF yes\n\nFootnotes:\n\n(1) GPL-compatible doesn't mean that we're distributing Python under\n the GPL. All Python licenses, unlike the GPL, let you distribute\n a modified version without making your changes open source. The\n GPL-compatible licenses make it possible to combine Python with\n other software that is released under the GPL; the others don't.\n\n(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,\n because its license has a choice of law clause. According to\n CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1\n is \"not incompatible\" with the GPL.\n\nThanks to the many outside volunteers who have worked under Guido's\ndirection to make these releases possible.\n\n\nB. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON\n===============================================================\n\nPython software and documentation are licensed under the\nPython Software Foundation License Version 2.\n\nStarting with Python 3.8.6, examples, recipes, and other code in\nthe documentation are dual licensed under the PSF License Version 2\nand the Zero-Clause BSD license.\n\nSome software incorporated into Python is under different licenses.\nThe licenses are listed with code falling under that license.\n\n\nPYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF hereby\ngrants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,\nanalyze, test, perform and/or display publicly, prepare derivative works,\ndistribute, and otherwise use Python alone or in any derivative version,\nprovided, however, that PSF's License Agreement and PSF's notice of copyright,\ni.e., \"Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,\n2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;\nAll Rights Reserved\" are retained in Python alone or in any derivative version\nprepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\n ACCEPT\n\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved.\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION\n----------------------------------------------------------------------\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n"}, {"name": "uvicorn", "version": "0.15.0", "license": "BSD License", "text": "Copyright \u00a9 2017-present, [Encode OSS Ltd](http://www.encode.io/).\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "OpenBLAS", "version": null, "license": "BSD 3-clause license", "text": "Copyright (c) 2011-2014, The OpenBLAS Project\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of \n its contributors may be used to endorse or promote products \n derived from this software without specific prior written \n permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\nUSE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "libsndfile-binaries", "version": "1.2.0", "license": "LGPL-2.1 license", "text": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL. It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it. You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n When we speak of free software, we are referring to freedom of use,\nnot price. Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights. These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library. Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n Finally, software patents pose a constant threat to the existence of\nany free program. We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder. Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License. This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License. We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library. The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom. The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License. It also provides other free software developers Less\nof an advantage over competing non-free programs. These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries. However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard. To achieve this, non-free programs must be\nallowed to use the library. A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries. In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software. For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n GNU LESSER GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n 6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (1) uses at run time a\n copy of the library already present on the user's computer system,\n rather than copying library functions into the executable, and (2)\n will operate properly with a modified version of the library, if\n the user installs one, as long as the modified version is\n interface-compatible with the version that the work was made with.\n\n c) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n d) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n e) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Libraries\n\n If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change. You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n To apply these terms, attach the following notices to the library. It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n , 1 April 1990\n Ty Coon, President of Vice\n\nThat's all there is to it!\n\n"}, {"name": "libogg", "version": "1.3.5", "license": "BSD 3-clause license", "text": "Copyright (c) 2002, Xiph.org Foundation\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of the Xiph.org Foundation nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "libvorbis", "version": "1.3.7", "license": "BSD 3-clause license", "text": "Copyright (c) 2002-2020 Xiph.org Foundation\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of the Xiph.org Foundation nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "FLAC", "version": "1.4.2", "license": "Xiph.org's BSD-like license", "text": "Copyright (C) 2000-2009 Josh Coalson\nCopyright (C) 2011-2022 Xiph.Org Foundation\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of the Xiph.Org Foundation nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "Opus", "version": "1.3.1", "license": "BSD 3-clause license", "text": "Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,\n Jean-Marc Valin, Timothy B. Terriberry,\n CSIRO, Gregory Maxwell, Mark Borgerding,\n Erik de Castro Lopo\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of Internet Society, IETF or IETF Trust, nor the\nnames of specific contributors, may be used to endorse or promote\nproducts derived from this software without specific prior written\npermission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nOpus is subject to the royalty-free patent licenses which are\nspecified at:\n\nXiph.Org Foundation:\nhttps://datatracker.ietf.org/ipr/1524/\n\nMicrosoft Corporation:\nhttps://datatracker.ietf.org/ipr/1914/\n\nBroadcom Corporation:\nhttps://datatracker.ietf.org/ipr/1526/\n"}, {"name": "mpg123", "version": "1.30.2", "license": "LGPL-2.1 license", "text": "This is the file that contains the terms of use, copying, etc. for the mpg123 distribution package.\n\nMain message, to include in \"About ...\" boxes, etc:\n\n\tCopyright (c) 1995-2020 by Michael Hipp and others,\n\tfree software under the terms of the LGPL v2.1\n\nThere is an attempt to cover the actual list of authors in the AUTHORS file.\nProject maintainer since 2006 is Thomas Orgis and many people have contributed\nsince the Michael Hipp era, but he stays the initial source and it would\nbe impractical to count them all individually, so it's \"and others\".\nSource files contain the phrase \"the mpg123 project\" to the same effect\nin their license boilerplate; especially those that were added after\nmaintainership changed. The person mainly responsible for the first version\nis usually named in the phrase \"initially written by ...\".\n\nAll files in the distribution that don't carry a license note on their own are\nlicensed under the terms of the LGPL 2.1; exceptions may apply, especially to\nfiles not in the official distribution but in the revision control repository.\n\nThe formal license text follows.\n\n=======================\n1. The LGPL version 2.1\n=======================\n\n\n GNU LESSER GENERAL PUBLIC LICENSE\n Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL. It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it. You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n When we speak of free software, we are referring to freedom of use,\nnot price. Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights. These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library. Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n Finally, software patents pose a constant threat to the existence of\nany free program. We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder. Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License. This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License. We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library. The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom. The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License. It also provides other free software developers Less\nof an advantage over competing non-free programs. These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries. However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard. To achieve this, non-free programs must be\nallowed to use the library. A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries. In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software. For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n GNU LESSER GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n 6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (1) uses at run time a\n copy of the library already present on the user's computer system,\n rather than copying library functions into the executable, and (2)\n will operate properly with a modified version of the library, if\n the user installs one, as long as the modified version is\n interface-compatible with the version that the work was made with.\n\n c) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n d) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n e) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n\n====================\n2. The GPL version 2\n====================\n\n\n GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it. (Some other Free Software Foundation software is covered by\nthe GNU Lesser General Public License instead.) You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must show them these terms so they know their\nrights.\n\n We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary. To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n GNU GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License. The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage. (Hereinafter, translation is included without limitation in\nthe term \"modification\".) Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n 1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n 2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) You must cause the modified files to carry prominent notices\n stating that you changed the files and the date of any change.\n\n b) You must cause any work that you distribute or publish, that in\n whole or in part contains or is derived from the Program or any\n part thereof, to be licensed as a whole at no charge to all third\n parties under the terms of this License.\n\n c) If the modified program normally reads commands interactively\n when run, you must cause it, when started running for such\n interactive use in the most ordinary way, to print or display an\n announcement including an appropriate copyright notice and a\n notice that there is no warranty (or else, saying that you provide\n a warranty) and that users may redistribute the program under\n these conditions, and telling the user how to view a copy of this\n License. (Exception: if the Program itself is interactive but\n does not normally print such an announcement, your work based on\n the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n a) Accompany it with the complete corresponding machine-readable\n source code, which must be distributed under the terms of Sections\n 1 and 2 above on a medium customarily used for software interchange; or,\n\n b) Accompany it with a written offer, valid for at least three\n years, to give any third party, for a charge no more than your\n cost of physically performing source distribution, a complete\n machine-readable copy of the corresponding source code, to be\n distributed under the terms of Sections 1 and 2 above on a medium\n customarily used for software interchange; or,\n\n c) Accompany it with the information you received as to the offer\n to distribute corresponding source code. (This alternative is\n allowed only for noncommercial distribution and only if you\n received the program in object code or executable form with such\n an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it. For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable. However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License. Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n 5. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n 6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n 7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded. In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n 9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n 10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n NO WARRANTY\n\n 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n END OF TERMS AND CONDITIONS\n"}, {"name": "lame", "version": "3.100", "license": "LGPL-2.0 license", "text": "\t\t GNU LIBRARY GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1991 Free Software Foundation, Inc.\n \t\t 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the library GPL. It is\n numbered 2 because it goes with version 2 of the ordinary GPL.]\n\n\t\t\t Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Library General Public License, applies to some\nspecially designated Free Software Foundation software, and to any\nother libraries whose authors decide to use it. You can use it for\nyour libraries, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if\nyou distribute copies of the library, or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link a program with the library, you must provide\ncomplete object files to the recipients so that they can relink them\nwith the library, after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n Our method of protecting your rights has two steps: (1) copyright\nthe library, and (2) offer you this license which gives you legal\npermission to copy, distribute and/or modify the library.\n\n Also, for each distributor's protection, we want to make certain\nthat everyone understands that there is no warranty for this free\nlibrary. If the library is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original\nversion, so that any problems introduced by others will not reflect on\nthe original authors' reputations.\n\f\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that companies distributing free\nsoftware will individually obtain patent licenses, thus in effect\ntransforming the program into proprietary software. To prevent this,\nwe have made it clear that any patent must be licensed for everyone's\nfree use or not licensed at all.\n\n Most GNU software, including some libraries, is covered by the ordinary\nGNU General Public License, which was designed for utility programs. This\nlicense, the GNU Library General Public License, applies to certain\ndesignated libraries. This license is quite different from the ordinary\none; be sure to read it in full, and don't assume that anything in it is\nthe same as in the ordinary license.\n\n The reason we have a separate public license for some libraries is that\nthey blur the distinction we usually make between modifying or adding to a\nprogram and simply using it. Linking a program with a library, without\nchanging the library, is in some sense simply using the library, and is\nanalogous to running a utility program or application program. However, in\na textual and legal sense, the linked executable is a combined work, a\nderivative of the original library, and the ordinary General Public License\ntreats it as such.\n\n Because of this blurred distinction, using the ordinary General\nPublic License for libraries did not effectively promote software\nsharing, because most developers did not use the libraries. We\nconcluded that weaker conditions might promote sharing better.\n\n However, unrestricted linking of non-free programs would deprive the\nusers of those programs of all benefit from the free status of the\nlibraries themselves. This Library General Public License is intended to\npermit developers of non-free programs to use free libraries, while\npreserving your freedom as a user of such programs to change the free\nlibraries that are incorporated in them. (We have not seen how to achieve\nthis as regards changes in header files, but we have achieved it as regards\nchanges in the actual functions of the Library.) The hope is that this\nwill lead to faster development of free libraries.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, while the latter only\nworks together with the library.\n\n Note that it is possible for a library to be covered by the ordinary\nGeneral Public License rather than by this special one.\n\f\n\t\t GNU LIBRARY GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library which\ncontains a notice placed by the copyright holder or other authorized\nparty saying it may be distributed under the terms of this Library\nGeneral Public License (also called \"this License\"). Each licensee is\naddressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\f\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n 6. As an exception to the Sections above, you may also compile or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n c) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n d) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe source code distributed need not include anything that is normally\ndistributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\f\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Library General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n\t\t\t NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n\t\t END OF TERMS AND CONDITIONS\n\f\n How to Apply These Terms to Your New Libraries\n\n If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change. You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n To apply these terms, attach the following notices to the library. It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Library General Public License for more details.\n\n You should have received a copy of the GNU Library General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n , 1 April 1990\n Ty Coon, President of Vice\n\nThat's all there is to it!\n"}, {"name": "CUDA Toolkit", "version": "11.8.0", "license": null, "text": "End User License Agreement\n--------------------------\n\nNVIDIA Software License Agreement and CUDA Supplement to\nSoftware License Agreement. Last updated: October 8, 2021\n\nThe CUDA Toolkit End User License Agreement applies to the\nNVIDIA CUDA Toolkit, the NVIDIA CUDA Samples, the NVIDIA\nDisplay Driver, NVIDIA Nsight tools (Visual Studio Edition),\nand the associated documentation on CUDA APIs, programming\nmodel and development tools. If you do not agree with the\nterms and conditions of the license agreement, then do not\ndownload or use the software.\n\nLast updated: October 8, 2021.\n\n\nPreface\n-------\n\nThe Software License Agreement in Chapter 1 and the Supplement\nin Chapter 2 contain license terms and conditions that govern\nthe use of NVIDIA software. By accepting this agreement, you\nagree to comply with all the terms and conditions applicable\nto the product(s) included herein.\n\n\nNVIDIA Driver\n\n\nDescription\n\nThis package contains the operating system driver and\nfundamental system software components for NVIDIA GPUs.\n\n\nNVIDIA CUDA Toolkit\n\n\nDescription\n\nThe NVIDIA CUDA Toolkit provides command-line and graphical\ntools for building, debugging and optimizing the performance\nof applications accelerated by NVIDIA GPUs, runtime and math\nlibraries, and documentation including programming guides,\nuser manuals, and API references.\n\n\nDefault Install Location of CUDA Toolkit\n\nWindows platform:\n\n%ProgramFiles%\\NVIDIA GPU Computing Toolkit\\CUDA\\v#.#\n\nLinux platform:\n\n/usr/local/cuda-#.#\n\nMac platform:\n\n/Developer/NVIDIA/CUDA-#.#\n\n\nNVIDIA CUDA Samples\n\n\nDescription\n\nCUDA Samples are now located in\nhttps://github.com/nvidia/cuda-samples, which includes\ninstructions for obtaining, building, and running the samples.\nThey are no longer included in the CUDA toolkit.\n\n\nNVIDIA Nsight Visual Studio Edition (Windows only)\n\n\nDescription\n\nNVIDIA Nsight Development Platform, Visual Studio Edition is a\ndevelopment environment integrated into Microsoft Visual\nStudio that provides tools for debugging, profiling, analyzing\nand optimizing your GPU computing and graphics applications.\n\n\nDefault Install Location of Nsight Visual Studio Edition\n\nWindows platform:\n\n%ProgramFiles(x86)%\\NVIDIA Corporation\\Nsight Visual Studio Edition #.#\n\n\n1. License Agreement for NVIDIA Software Development Kits\n---------------------------------------------------------\n\n\nImportant Notice\u2014Read before downloading, installing,\ncopying or using the licensed software:\n-------------------------------------------------------\n\nThis license agreement, including exhibits attached\n(\"Agreement\u201d) is a legal agreement between you and NVIDIA\nCorporation (\"NVIDIA\") and governs your use of a NVIDIA\nsoftware development kit (\u201cSDK\u201d).\n\nEach SDK has its own set of software and materials, but here\nis a description of the types of items that may be included in\na SDK: source code, header files, APIs, data sets and assets\n(examples include images, textures, models, scenes, videos,\nnative API input/output files), binary software, sample code,\nlibraries, utility programs, programming code and\ndocumentation.\n\nThis Agreement can be accepted only by an adult of legal age\nof majority in the country in which the SDK is used.\n\nIf you are entering into this Agreement on behalf of a company\nor other legal entity, you represent that you have the legal\nauthority to bind the entity to this Agreement, in which case\n\u201cyou\u201d will mean the entity you represent.\n\nIf you don\u2019t have the required age or authority to accept\nthis Agreement, or if you don\u2019t accept all the terms and\nconditions of this Agreement, do not download, install or use\nthe SDK.\n\nYou agree to use the SDK only for purposes that are permitted\nby (a) this Agreement, and (b) any applicable law, regulation\nor generally accepted practices or guidelines in the relevant\njurisdictions.\n\n\n1.1. License\n\n\n1.1.1. License Grant\n\nSubject to the terms of this Agreement, NVIDIA hereby grants\nyou a non-exclusive, non-transferable license, without the\nright to sublicense (except as expressly provided in this\nAgreement) to:\n\n 1. Install and use the SDK,\n\n 2. Modify and create derivative works of sample source code\n delivered in the SDK, and\n\n 3. Distribute those portions of the SDK that are identified\n in this Agreement as distributable, as incorporated in\n object code format into a software application that meets\n the distribution requirements indicated in this Agreement.\n\n\n1.1.2. Distribution Requirements\n\nThese are the distribution requirements for you to exercise\nthe distribution grant:\n\n 1. Your application must have material additional\n functionality, beyond the included portions of the SDK.\n\n 2. The distributable portions of the SDK shall only be\n accessed by your application.\n\n 3. The following notice shall be included in modifications\n and derivative works of sample source code distributed:\n \u201cThis software contains source code provided by NVIDIA\n Corporation.\u201d\n\n 4. Unless a developer tool is identified in this Agreement\n as distributable, it is delivered for your internal use\n only.\n\n 5. The terms under which you distribute your application\n must be consistent with the terms of this Agreement,\n including (without limitation) terms relating to the\n license grant and license restrictions and protection of\n NVIDIA\u2019s intellectual property rights. Additionally, you\n agree that you will protect the privacy, security and\n legal rights of your application users.\n\n 6. You agree to notify NVIDIA in writing of any known or\n suspected distribution or use of the SDK not in compliance\n with the requirements of this Agreement, and to enforce\n the terms of your agreements with respect to distributed\n SDK.\n\n\n1.1.3. Authorized Users\n\nYou may allow employees and contractors of your entity or of\nyour subsidiary(ies) to access and use the SDK from your\nsecure network to perform work on your behalf.\n\nIf you are an academic institution you may allow users\nenrolled or employed by the academic institution to access and\nuse the SDK from your secure network.\n\nYou are responsible for the compliance with the terms of this\nAgreement by your authorized users. If you become aware that\nyour authorized users didn\u2019t follow the terms of this\nAgreement, you agree to take reasonable steps to resolve the\nnon-compliance and prevent new occurrences.\n\n\n1.1.4. Pre-Release SDK\n\nThe SDK versions identified as alpha, beta, preview or\notherwise as pre-release, may not be fully functional, may\ncontain errors or design flaws, and may have reduced or\ndifferent security, privacy, accessibility, availability, and\nreliability standards relative to commercial versions of\nNVIDIA software and materials. Use of a pre-release SDK may\nresult in unexpected results, loss of data, project delays or\nother unpredictable damage or loss.\n\nYou may use a pre-release SDK at your own risk, understanding\nthat pre-release SDKs are not intended for use in production\nor business-critical systems.\n\nNVIDIA may choose not to make available a commercial version\nof any pre-release SDK. NVIDIA may also choose to abandon\ndevelopment and terminate the availability of a pre-release\nSDK at any time without liability.\n\n\n1.1.5. Updates\n\nNVIDIA may, at its option, make available patches, workarounds\nor other updates to this SDK. Unless the updates are provided\nwith their separate governing terms, they are deemed part of\nthe SDK licensed to you as provided in this Agreement. You\nagree that the form and content of the SDK that NVIDIA\nprovides may change without prior notice to you. While NVIDIA\ngenerally maintains compatibility between versions, NVIDIA may\nin some cases make changes that introduce incompatibilities in\nfuture versions of the SDK.\n\n\n1.1.6. Components Under Other Licenses\n\nThe SDK may come bundled with, or otherwise include or be\ndistributed with, NVIDIA or third-party components with\nseparate legal notices or terms as may be described in\nproprietary notices accompanying the SDK. If and to the extent\nthere is a conflict between the terms in this Agreement and\nthe license terms associated with the component, the license\nterms associated with the components control only to the\nextent necessary to resolve the conflict.\n\nSubject to the other terms of this Agreement, you may use the\nSDK to develop and test applications released under Open\nSource Initiative (OSI) approved open source software\nlicenses.\n\n\n1.1.7. Reservation of Rights\n\nNVIDIA reserves all rights, title, and interest in and to the\nSDK, not expressly granted to you under this Agreement.\n\n\n1.2. Limitations\n\nThe following license limitations apply to your use of the\nSDK:\n\n 1. You may not reverse engineer, decompile or disassemble,\n or remove copyright or other proprietary notices from any\n portion of the SDK or copies of the SDK.\n\n 2. Except as expressly provided in this Agreement, you may\n not copy, sell, rent, sublicense, transfer, distribute,\n modify, or create derivative works of any portion of the\n SDK. For clarity, you may not distribute or sublicense the\n SDK as a stand-alone product.\n\n 3. Unless you have an agreement with NVIDIA for this\n purpose, you may not indicate that an application created\n with the SDK is sponsored or endorsed by NVIDIA.\n\n 4. You may not bypass, disable, or circumvent any\n encryption, security, digital rights management or\n authentication mechanism in the SDK.\n\n 5. You may not use the SDK in any manner that would cause it\n to become subject to an open source software license. As\n examples, licenses that require as a condition of use,\n modification, and/or distribution that the SDK be:\n\n a. Disclosed or distributed in source code form;\n\n b. Licensed for the purpose of making derivative works;\n or\n\n c. Redistributable at no charge.\n\n 6. You acknowledge that the SDK as delivered is not tested\n or certified by NVIDIA for use in connection with the\n design, construction, maintenance, and/or operation of any\n system where the use or failure of such system could\n result in a situation that threatens the safety of human\n life or results in catastrophic damages (each, a \"Critical\n Application\"). Examples of Critical Applications include\n use in avionics, navigation, autonomous vehicle\n applications, ai solutions for automotive products,\n military, medical, life support or other life critical\n applications. NVIDIA shall not be liable to you or any\n third party, in whole or in part, for any claims or\n damages arising from such uses. You are solely responsible\n for ensuring that any product or service developed with\n the SDK as a whole includes sufficient features to comply\n with all applicable legal and regulatory standards and\n requirements.\n\n 7. You agree to defend, indemnify and hold harmless NVIDIA\n and its affiliates, and their respective employees,\n contractors, agents, officers and directors, from and\n against any and all claims, damages, obligations, losses,\n liabilities, costs or debt, fines, restitutions and\n expenses (including but not limited to attorney\u2019s fees\n and costs incident to establishing the right of\n indemnification) arising out of or related to products or\n services that use the SDK in or for Critical Applications,\n and for use of the SDK outside of the scope of this\n Agreement or not in compliance with its terms.\n\n 8. You may not reverse engineer, decompile or disassemble\n any portion of the output generated using SDK elements for\n the purpose of translating such output artifacts to target\n a non-NVIDIA platform.\n\n\n1.3. Ownership\n\n 1. NVIDIA or its licensors hold all rights, title and\n interest in and to the SDK and its modifications and\n derivative works, including their respective intellectual\n property rights, subject to your rights under Section\n 1.3.2. This SDK may include software and materials from\n NVIDIA\u2019s licensors, and these licensors are intended\n third party beneficiaries that may enforce this Agreement\n with respect to their intellectual property rights.\n\n 2. You hold all rights, title and interest in and to your\n applications and your derivative works of the sample\n source code delivered in the SDK, including their\n respective intellectual property rights, subject to\n NVIDIA\u2019s rights under Section 1.3.1.\n\n 3. You may, but don\u2019t have to, provide to NVIDIA\n suggestions, feature requests or other feedback regarding\n the SDK, including possible enhancements or modifications\n to the SDK. For any feedback that you voluntarily provide,\n you hereby grant NVIDIA and its affiliates a perpetual,\n non-exclusive, worldwide, irrevocable license to use,\n reproduce, modify, license, sublicense (through multiple\n tiers of sublicensees), and distribute (through multiple\n tiers of distributors) it without the payment of any\n royalties or fees to you. NVIDIA will use feedback at its\n choice. NVIDIA is constantly looking for ways to improve\n its products, so you may send feedback to NVIDIA through\n the developer portal at https://developer.nvidia.com.\n\n\n1.4. No Warranties\n\nTHE SDK IS PROVIDED BY NVIDIA \u201cAS IS\u201d AND \u201cWITH ALL\nFAULTS.\u201d TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND\nITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND\nOR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING,\nBUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE\nABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO\nWARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF\nDEALING OR COURSE OF TRADE.\n\n\n1.5. Limitation of Liability\n\nTO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS\nAFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL,\nPUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS\nOF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF\nPROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION\nWITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK,\nWHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH\nOF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE),\nPRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF\nLIABILITY. IN NO EVENT WILL NVIDIA\u2019S AND ITS AFFILIATES\nTOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS\nAGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE\nNUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS\nLIMIT.\n\nThese exclusions and limitations of liability shall apply\nregardless if NVIDIA or its affiliates have been advised of\nthe possibility of such damages, and regardless of whether a\nremedy fails its essential purpose. These exclusions and\nlimitations of liability form an essential basis of the\nbargain between the parties, and, absent any of these\nexclusions or limitations of liability, the provisions of this\nAgreement, including, without limitation, the economic terms,\nwould be substantially different.\n\n\n1.6. Termination\n\n 1. This Agreement will continue to apply until terminated by\n either you or NVIDIA as described below.\n\n 2. If you want to terminate this Agreement, you may do so by\n stopping to use the SDK.\n\n 3. NVIDIA may, at any time, terminate this Agreement if:\n\n a. (i) you fail to comply with any term of this\n Agreement and the non-compliance is not fixed within\n thirty (30) days following notice from NVIDIA (or\n immediately if you violate NVIDIA\u2019s intellectual\n property rights);\n\n b. (ii) you commence or participate in any legal\n proceeding against NVIDIA with respect to the SDK; or\n\n c. (iii) NVIDIA decides to no longer provide the SDK in\n a country or, in NVIDIA\u2019s sole discretion, the\n continued use of it is no longer commercially viable.\n\n 4. Upon any termination of this Agreement, you agree to\n promptly discontinue use of the SDK and destroy all copies\n in your possession or control. Your prior distributions in\n accordance with this Agreement are not affected by the\n termination of this Agreement. Upon written request, you\n will certify in writing that you have complied with your\n commitments under this section. Upon any termination of\n this Agreement all provisions survive except for the\n license grant provisions.\n\n\n1.7. General\n\nIf you wish to assign this Agreement or your rights and\nobligations, including by merger, consolidation, dissolution\nor operation of law, contact NVIDIA to ask for permission. Any\nattempted assignment not approved by NVIDIA in writing shall\nbe void and of no effect. NVIDIA may assign, delegate or\ntransfer this Agreement and its rights and obligations, and if\nto a non-affiliate you will be notified.\n\nYou agree to cooperate with NVIDIA and provide reasonably\nrequested information to verify your compliance with this\nAgreement.\n\nThis Agreement will be governed in all respects by the laws of\nthe United States and of the State of Delaware as those laws\nare applied to contracts entered into and performed entirely\nwithin Delaware by Delaware residents, without regard to the\nconflicts of laws principles. The United Nations Convention on\nContracts for the International Sale of Goods is specifically\ndisclaimed. You agree to all terms of this Agreement in the\nEnglish language.\n\nThe state or federal courts residing in Santa Clara County,\nCalifornia shall have exclusive jurisdiction over any dispute\nor claim arising out of this Agreement. Notwithstanding this,\nyou agree that NVIDIA shall still be allowed to apply for\ninjunctive remedies or an equivalent type of urgent legal\nrelief in any jurisdiction.\n\nIf any court of competent jurisdiction determines that any\nprovision of this Agreement is illegal, invalid or\nunenforceable, such provision will be construed as limited to\nthe extent necessary to be consistent with and fully\nenforceable under the law and the remaining provisions will\nremain in full force and effect. Unless otherwise specified,\nremedies are cumulative.\n\nEach party acknowledges and agrees that the other is an\nindependent contractor in the performance of this Agreement.\n\nThe SDK has been developed entirely at private expense and is\n\u201ccommercial items\u201d consisting of \u201ccommercial computer\nsoftware\u201d and \u201ccommercial computer software\ndocumentation\u201d provided with RESTRICTED RIGHTS. Use,\nduplication or disclosure by the U.S. Government or a U.S.\nGovernment subcontractor is subject to the restrictions in\nthis Agreement pursuant to DFARS 227.7202-3(a) or as set forth\nin subparagraphs (c)(1) and (2) of the Commercial Computer\nSoftware - Restricted Rights clause at FAR 52.227-19, as\napplicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas\nExpressway, Santa Clara, CA 95051.\n\nThe SDK is subject to United States export laws and\nregulations. You agree that you will not ship, transfer or\nexport the SDK into any country, or use the SDK in any manner,\nprohibited by the United States Bureau of Industry and\nSecurity or economic sanctions regulations administered by the\nU.S. Department of Treasury\u2019s Office of Foreign Assets\nControl (OFAC), or any applicable export laws, restrictions or\nregulations. These laws include restrictions on destinations,\nend users and end use. By accepting this Agreement, you\nconfirm that you are not a resident or citizen of any country\ncurrently embargoed by the U.S. and that you are not otherwise\nprohibited from receiving the SDK.\n\nAny notice delivered by NVIDIA to you under this Agreement\nwill be delivered via mail, email or fax. You agree that any\nnotices that NVIDIA sends you electronically will satisfy any\nlegal communication requirements. Please direct your legal\nnotices or other correspondence to NVIDIA Corporation, 2788\nSan Tomas Expressway, Santa Clara, California 95051, United\nStates of America, Attention: Legal Department.\n\nThis Agreement and any exhibits incorporated into this\nAgreement constitute the entire agreement of the parties with\nrespect to the subject matter of this Agreement and supersede\nall prior negotiations or documentation exchanged between the\nparties relating to this SDK license. Any additional and/or\nconflicting terms on documents issued by you are null, void,\nand invalid. Any amendment or waiver under this Agreement\nshall be in writing and signed by representatives of both\nparties.\n\n\n2. CUDA Toolkit Supplement to Software License Agreement for\nNVIDIA Software Development Kits\n------------------------------------------------------------\n\nThe terms in this supplement govern your use of the NVIDIA\nCUDA Toolkit SDK under the terms of your license agreement\n(\u201cAgreement\u201d) as modified by this supplement. Capitalized\nterms used but not defined below have the meaning assigned to\nthem in the Agreement.\n\nThis supplement is an exhibit to the Agreement and is\nincorporated as an integral part of the Agreement. In the\nevent of conflict between the terms in this supplement and the\nterms in the Agreement, the terms in this supplement govern.\n\n\n2.1. License Scope\n\nThe SDK is licensed for you to develop applications only for\nuse in systems with NVIDIA GPUs.\n\n\n2.2. Distribution\n\nThe portions of the SDK that are distributable under the\nAgreement are listed in Attachment A.\n\n\n2.3. Operating Systems\n\nThose portions of the SDK designed exclusively for use on the\nLinux or FreeBSD operating systems, or other operating systems\nderived from the source code to these operating systems, may\nbe copied and redistributed for use in accordance with this\nAgreement, provided that the object code files are not\nmodified in any way (except for unzipping of compressed\nfiles).\n\n\n2.4. Audio and Video Encoders and Decoders\n\nYou acknowledge and agree that it is your sole responsibility\nto obtain any additional third-party licenses required to\nmake, have made, use, have used, sell, import, and offer for\nsale your products or services that include or incorporate any\nthird-party software and content relating to audio and/or\nvideo encoders and decoders from, including but not limited\nto, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A.,\nMPEG-LA, and Coding Technologies. NVIDIA does not grant to you\nunder this Agreement any necessary patent or other rights with\nrespect to any audio and/or video encoders and decoders.\n\n\n2.5. Licensing\n\nIf the distribution terms in this Agreement are not suitable\nfor your organization, or for any questions regarding this\nAgreement, please contact NVIDIA at\nnvidia-compute-license-questions@nvidia.com.\n\n\n2.6. Attachment A\n\nThe following CUDA Toolkit files may be distributed with\nLicensee Applications developed by you, including certain\nvariations of these files that have version number or\narchitecture specific information embedded in the file name -\nas an example only, for release version 9.0 of the 64-bit\nWindows software, the file cudart64_90.dll is redistributable.\n\nComponent\n\nCUDA Runtime\n\nWindows\n\ncudart.dll, cudart_static.lib, cudadevrt.lib\n\nMac OSX\n\nlibcudart.dylib, libcudart_static.a, libcudadevrt.a\n\nLinux\n\nlibcudart.so, libcudart_static.a, libcudadevrt.a\n\nAndroid\n\nlibcudart.so, libcudart_static.a, libcudadevrt.a\n\nComponent\n\nCUDA FFT Library\n\nWindows\n\ncufft.dll, cufftw.dll, cufft.lib, cufftw.lib\n\nMac OSX\n\nlibcufft.dylib, libcufft_static.a, libcufftw.dylib,\nlibcufftw_static.a\n\nLinux\n\nlibcufft.so, libcufft_static.a, libcufftw.so,\nlibcufftw_static.a\n\nAndroid\n\nlibcufft.so, libcufft_static.a, libcufftw.so,\nlibcufftw_static.a\n\nComponent\n\nCUDA BLAS Library\n\nWindows\n\ncublas.dll, cublasLt.dll\n\nMac OSX\n\nlibcublas.dylib, libcublasLt.dylib, libcublas_static.a,\nlibcublasLt_static.a\n\nLinux\n\nlibcublas.so, libcublasLt.so, libcublas_static.a,\nlibcublasLt_static.a\n\nAndroid\n\nlibcublas.so, libcublasLt.so, libcublas_static.a,\nlibcublasLt_static.a\n\nComponent\n\nNVIDIA \"Drop-in\" BLAS Library\n\nWindows\n\nnvblas.dll\n\nMac OSX\n\nlibnvblas.dylib\n\nLinux\n\nlibnvblas.so\n\nComponent\n\nCUDA Sparse Matrix Library\n\nWindows\n\ncusparse.dll, cusparse.lib\n\nMac OSX\n\nlibcusparse.dylib, libcusparse_static.a\n\nLinux\n\nlibcusparse.so, libcusparse_static.a\n\nAndroid\n\nlibcusparse.so, libcusparse_static.a\n\nComponent\n\nCUDA Linear Solver Library\n\nWindows\n\ncusolver.dll, cusolver.lib\n\nMac OSX\n\nlibcusolver.dylib, libcusolver_static.a\n\nLinux\n\nlibcusolver.so, libcusolver_static.a\n\nAndroid\n\nlibcusolver.so, libcusolver_static.a\n\nComponent\n\nCUDA Random Number Generation Library\n\nWindows\n\ncurand.dll, curand.lib\n\nMac OSX\n\nlibcurand.dylib, libcurand_static.a\n\nLinux\n\nlibcurand.so, libcurand_static.a\n\nAndroid\n\nlibcurand.so, libcurand_static.a\n\nComponent\n\nNVIDIA Performance Primitives Library\n\nWindows\n\nnppc.dll, nppc.lib, nppial.dll, nppial.lib, nppicc.dll,\nnppicc.lib, nppicom.dll, nppicom.lib, nppidei.dll,\nnppidei.lib, nppif.dll, nppif.lib, nppig.dll, nppig.lib,\nnppim.dll, nppim.lib, nppist.dll, nppist.lib, nppisu.dll,\nnppisu.lib, nppitc.dll, nppitc.lib, npps.dll, npps.lib\n\nMac OSX\n\nlibnppc.dylib, libnppc_static.a, libnppial.dylib,\nlibnppial_static.a, libnppicc.dylib, libnppicc_static.a,\nlibnppicom.dylib, libnppicom_static.a, libnppidei.dylib,\nlibnppidei_static.a, libnppif.dylib, libnppif_static.a,\nlibnppig.dylib, libnppig_static.a, libnppim.dylib,\nlibnppisu_static.a, libnppitc.dylib, libnppitc_static.a,\nlibnpps.dylib, libnpps_static.a\n\nLinux\n\nlibnppc.so, libnppc_static.a, libnppial.so,\nlibnppial_static.a, libnppicc.so, libnppicc_static.a,\nlibnppicom.so, libnppicom_static.a, libnppidei.so,\nlibnppidei_static.a, libnppif.so, libnppif_static.a\nlibnppig.so, libnppig_static.a, libnppim.so,\nlibnppim_static.a, libnppist.so, libnppist_static.a,\nlibnppisu.so, libnppisu_static.a, libnppitc.so\nlibnppitc_static.a, libnpps.so, libnpps_static.a\n\nAndroid\n\nlibnppc.so, libnppc_static.a, libnppial.so,\nlibnppial_static.a, libnppicc.so, libnppicc_static.a,\nlibnppicom.so, libnppicom_static.a, libnppidei.so,\nlibnppidei_static.a, libnppif.so, libnppif_static.a\nlibnppig.so, libnppig_static.a, libnppim.so,\nlibnppim_static.a, libnppist.so, libnppist_static.a,\nlibnppisu.so, libnppisu_static.a, libnppitc.so\nlibnppitc_static.a, libnpps.so, libnpps_static.a\n\nComponent\n\nNVIDIA JPEG Library\n\nWindows\n\nnvjpeg.lib, nvjpeg.dll\n\nLinux\n\nlibnvjpeg.so, libnvjpeg_static.a\n\nComponent\n\nInternal common library required for statically linking to\ncuBLAS, cuSPARSE, cuFFT, cuRAND, nvJPEG and NPP\n\nMac OSX\n\nlibculibos.a\n\nLinux\n\nlibculibos.a\n\nComponent\n\nNVIDIA Runtime Compilation Library and Header\n\nAll\n\nnvrtc.h\n\nWindows\n\nnvrtc.dll, nvrtc-builtins.dll\n\nMac OSX\n\nlibnvrtc.dylib, libnvrtc-builtins.dylib\n\nLinux\n\nlibnvrtc.so, libnvrtc-builtins.so\n\nComponent\n\nNVIDIA Optimizing Compiler Library\n\nWindows\n\nnvvm.dll\n\nMac OSX\n\nlibnvvm.dylib\n\nLinux\n\nlibnvvm.so\n\nComponent\n\nNVIDIA Common Device Math Functions Library\n\nWindows\n\nlibdevice.10.bc\n\nMac OSX\n\nlibdevice.10.bc\n\nLinux\n\nlibdevice.10.bc\n\nComponent\n\nCUDA Occupancy Calculation Header Library\n\nAll\n\ncuda_occupancy.h\n\nComponent\n\nCUDA Half Precision Headers\n\nAll\n\ncuda_fp16.h, cuda_fp16.hpp\n\nComponent\n\nCUDA Profiling Tools Interface (CUPTI) Library\n\nWindows\n\ncupti.dll\n\nMac OSX\n\nlibcupti.dylib\n\nLinux\n\nlibcupti.so\n\nComponent\n\nNVIDIA Tools Extension Library\n\nWindows\n\nnvToolsExt.dll, nvToolsExt.lib\n\nMac OSX\n\nlibnvToolsExt.dylib\n\nLinux\n\nlibnvToolsExt.so\n\nComponent\n\nNVIDIA CUDA Driver Libraries\n\nLinux\n\nlibcuda.so, libnvidia-ptxjitcompiler.so\n\nComponent\n\nNVIDIA CUDA File IO Libraries and Header\n\nAll\n\ncufile.h\n\nLinux\n\nlibcufile.so, libcufile_rdma.so, libcufile_static.a,\nlibcufile_rdma_static.a\n\nThe NVIDIA CUDA Driver Libraries are only distributable in\napplications that meet this criteria:\n\n 1. The application was developed starting from a NVIDIA CUDA\n container obtained from Docker Hub or the NVIDIA GPU\n Cloud, and\n\n 2. The resulting application is packaged as a Docker\n container and distributed to users on Docker Hub or the\n NVIDIA GPU Cloud only.\n\nIn addition to the rights above, for parties that are\ndeveloping software intended solely for use on Jetson\ndevelopment kits or Jetson modules, and running Linux for\nTegra software, the following shall apply:\n\n * The SDK may be distributed in its entirety, as provided by\n NVIDIA, and without separation of its components, for you\n and/or your licensees to create software development kits\n for use only on the Jetson platform and running Linux for\n Tegra software.\n\n\n2.7. Attachment B\n\n\nAdditional Licensing Obligations\n\nThe following third party components included in the SOFTWARE\nare licensed to Licensee pursuant to the following terms and\nconditions:\n\n 1. Licensee's use of the GDB third party component is\n subject to the terms and conditions of GNU GPL v3:\n\n This product includes copyrighted third-party software licensed\n under the terms of the GNU General Public License v3 (\"GPL v3\").\n All third-party software packages are copyright by their respective\n authors. GPL v3 terms and conditions are hereby incorporated into\n the Agreement by this reference: http://www.gnu.org/licenses/gpl.txt\n\n Consistent with these licensing requirements, the software\n listed below is provided under the terms of the specified\n open source software licenses. To obtain source code for\n software provided under licenses that require\n redistribution of source code, including the GNU General\n Public License (GPL) and GNU Lesser General Public License\n (LGPL), contact oss-requests@nvidia.com. This offer is\n valid for a period of three (3) years from the date of the\n distribution of this product by NVIDIA CORPORATION.\n\n Component License\n CUDA-GDB GPL v3 \n\n 2. Licensee represents and warrants that any and all third\n party licensing and/or royalty payment obligations in\n connection with Licensee's use of the H.264 video codecs\n are solely the responsibility of Licensee.\n\n 3. Licensee's use of the Thrust library is subject to the\n terms and conditions of the Apache License Version 2.0.\n All third-party software packages are copyright by their\n respective authors. Apache License Version 2.0 terms and\n conditions are hereby incorporated into the Agreement by\n this reference.\n http://www.apache.org/licenses/LICENSE-2.0.html\n\n In addition, Licensee acknowledges the following notice:\n Thrust includes source code from the Boost Iterator,\n Tuple, System, and Random Number libraries.\n\n Boost Software License - Version 1.0 - August 17th, 2003\n . . . .\n \n Permission is hereby granted, free of charge, to any person or \n organization obtaining a copy of the software and accompanying \n documentation covered by this license (the \"Software\") to use, \n reproduce, display, distribute, execute, and transmit the Software, \n and to prepare derivative works of the Software, and to permit \n third-parties to whom the Software is furnished to do so, all \n subject to the following:\n \n The copyright notices in the Software and this entire statement, \n including the above license grant, this restriction and the following \n disclaimer, must be included in all copies of the Software, in whole \n or in part, and all derivative works of the Software, unless such \n copies or derivative works are solely in the form of machine-executable \n object code generated by a source language processor.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND \n NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR \n ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR \n OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING \n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR \n OTHER DEALINGS IN THE SOFTWARE. \n\n 4. Licensee's use of the LLVM third party component is\n subject to the following terms and conditions:\n\n ======================================================\n LLVM Release License\n ======================================================\n University of Illinois/NCSA\n Open Source License\n \n Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.\n All rights reserved.\n \n Developed by:\n \n LLVM Team\n \n University of Illinois at Urbana-Champaign\n \n http://llvm.org\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to \n deal with the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or \n sell copies of the Software, and to permit persons to whom the Software is \n furnished to do so, subject to the following conditions:\n \n * Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimers.\n \n * Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimers in the \n documentation and/or other materials provided with the distribution.\n \n * Neither the names of the LLVM Team, University of Illinois at Urbana-\n Champaign, nor the names of its contributors may be used to endorse or\n promote products derived from this Software without specific prior \n written permission.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR \n OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS WITH THE SOFTWARE. \n\n 5. Licensee's use of the PCRE third party component is\n subject to the following terms and conditions:\n\n ------------\n PCRE LICENCE\n ------------\n PCRE is a library of functions to support regular expressions whose syntax\n and semantics are as close as possible to those of the Perl 5 language.\n Release 8 of PCRE is distributed under the terms of the \"BSD\" licence, as\n specified below. The documentation for PCRE, supplied in the \"doc\" \n directory, is distributed under the same terms as the software itself. The\n basic library functions are written in C and are freestanding. Also \n included in the distribution is a set of C++ wrapper functions, and a just-\n in-time compiler that can be used to optimize pattern matching. These are \n both optional features that can be omitted when the library is built.\n \n THE BASIC LIBRARY FUNCTIONS\n ---------------------------\n Written by: Philip Hazel\n Email local part: ph10\n Email domain: cam.ac.uk\n University of Cambridge Computing Service,\n Cambridge, England.\n Copyright (c) 1997-2012 University of Cambridge\n All rights reserved.\n \n PCRE JUST-IN-TIME COMPILATION SUPPORT\n -------------------------------------\n Written by: Zoltan Herczeg\n Email local part: hzmester\n Emain domain: freemail.hu\n Copyright(c) 2010-2012 Zoltan Herczeg\n All rights reserved.\n \n STACK-LESS JUST-IN-TIME COMPILER\n --------------------------------\n Written by: Zoltan Herczeg\n Email local part: hzmester\n Emain domain: freemail.hu\n Copyright(c) 2009-2012 Zoltan Herczeg\n All rights reserved.\n \n THE C++ WRAPPER FUNCTIONS\n -------------------------\n Contributed by: Google Inc.\n Copyright (c) 2007-2012, Google Inc.\n All rights reserved.\n\n THE \"BSD\" LICENCE\n -----------------\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in the \n documentation and/or other materials provided with the distribution.\n \n * Neither the name of the University of Cambridge nor the name of Google \n Inc. nor the names of their contributors may be used to endorse or \n promote products derived from this software without specific prior \n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE \n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE \n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE \n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR \n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF \n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS \n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN \n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) \n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE \n POSSIBILITY OF SUCH DAMAGE. \n\n 6. Some of the cuBLAS library routines were written by or\n derived from code written by Vasily Volkov and are subject\n to the Modified Berkeley Software Distribution License as\n follows:\n\n Copyright (c) 2007-2009, Regents of the University of California\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of the University of California, Berkeley nor\n the names of its contributors may be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\" AND ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\n IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE. \n\n 7. Some of the cuBLAS library routines were written by or\n derived from code written by Davide Barbieri and are\n subject to the Modified Berkeley Software Distribution\n License as follows:\n\n Copyright (c) 2008-2009 Davide Barbieri @ University of Rome Tor Vergata.\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\" AND ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\n IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE. \n\n 8. Some of the cuBLAS library routines were derived from\n code developed by the University of Tennessee and are\n subject to the Modified Berkeley Software Distribution\n License as follows:\n\n Copyright (c) 2010 The University of Tennessee.\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer listed in this license in the documentation and/or\n other materials provided with the distribution.\n * Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 9. Some of the cuBLAS library routines were written by or\n derived from code written by Jonathan Hogg and are subject\n to the Modified Berkeley Software Distribution License as\n follows:\n\n Copyright (c) 2012, The Science and Technology Facilities Council (STFC).\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of the STFC nor the names of its contributors\n may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE STFC BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 10. Some of the cuBLAS library routines were written by or\n derived from code written by Ahmad M. Abdelfattah, David\n Keyes, and Hatem Ltaief, and are subject to the Apache\n License, Version 2.0, as follows:\n\n -- (C) Copyright 2013 King Abdullah University of Science and Technology\n Authors:\n Ahmad Abdelfattah (ahmad.ahmad@kaust.edu.sa)\n David Keyes (david.keyes@kaust.edu.sa)\n Hatem Ltaief (hatem.ltaief@kaust.edu.sa)\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the King Abdullah University of Science and\n Technology nor the names of its contributors may be used to endorse \n or promote products derived from this software without specific prior \n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE \n\n 11. Some of the cuSPARSE library routines were written by or\n derived from code written by Li-Wen Chang and are subject\n to the NCSA Open Source License as follows:\n\n Copyright (c) 2012, University of Illinois.\n \n All rights reserved.\n \n Developed by: IMPACT Group, University of Illinois, http://impact.crhc.illinois.edu\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n \"Software\"), to deal with the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimers in the documentation and/or other materials provided\n with the distribution.\n * Neither the names of IMPACT Group, University of Illinois, nor\n the names of its contributors may be used to endorse or promote\n products derived from this Software without specific prior\n written permission.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\n IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE\n SOFTWARE. \n\n 12. Some of the cuRAND library routines were written by or\n derived from code written by Mutsuo Saito and Makoto\n Matsumoto and are subject to the following license:\n\n Copyright (c) 2009, 2010 Mutsuo Saito, Makoto Matsumoto and Hiroshima\n University. All rights reserved.\n \n Copyright (c) 2011 Mutsuo Saito, Makoto Matsumoto, Hiroshima\n University and University of Tokyo. All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of the Hiroshima University nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 13. Some of the cuRAND library routines were derived from\n code developed by D. E. Shaw Research and are subject to\n the following license:\n\n Copyright 2010-2011, D. E. Shaw Research.\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions, and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions, and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of D. E. Shaw Research nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 14. Some of the Math library routines were written by or\n derived from code developed by Norbert Juffa and are\n subject to the following license:\n\n Copyright (c) 2015-2017, Norbert Juffa\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without \n modification, are permitted provided that the following conditions\n are met:\n \n 1. Redistributions of source code must retain the above copyright \n notice, this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT \n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT \n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT \n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 15. Licensee's use of the lz4 third party component is\n subject to the following terms and conditions:\n\n Copyright (C) 2011-2013, Yann Collet.\n BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 16. The NPP library uses code from the Boost Math Toolkit,\n and is subject to the following license:\n\n Boost Software License - Version 1.0 - August 17th, 2003\n . . . .\n \n Permission is hereby granted, free of charge, to any person or \n organization obtaining a copy of the software and accompanying \n documentation covered by this license (the \"Software\") to use, \n reproduce, display, distribute, execute, and transmit the Software, \n and to prepare derivative works of the Software, and to permit \n third-parties to whom the Software is furnished to do so, all \n subject to the following:\n \n The copyright notices in the Software and this entire statement, \n including the above license grant, this restriction and the following \n disclaimer, must be included in all copies of the Software, in whole \n or in part, and all derivative works of the Software, unless such \n copies or derivative works are solely in the form of machine-executable \n object code generated by a source language processor.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND \n NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR \n ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR \n OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING \n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR \n OTHER DEALINGS IN THE SOFTWARE. \n\n 17. Portions of the Nsight Eclipse Edition is subject to the\n following license:\n\n The Eclipse Foundation makes available all content in this plug-in\n (\"Content\"). Unless otherwise indicated below, the Content is provided\n to you under the terms and conditions of the Eclipse Public License\n Version 1.0 (\"EPL\"). A copy of the EPL is available at http://\n www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, \"Program\"\n will mean the Content.\n \n If you did not receive this Content directly from the Eclipse\n Foundation, the Content is being redistributed by another party\n (\"Redistributor\") and different terms and conditions may apply to your\n use of any object code in the Content. Check the Redistributor's\n license that was provided with the Content. If no such license exists,\n contact the Redistributor. Unless otherwise indicated below, the terms\n and conditions of the EPL still apply to any source code in the\n Content and such source code may be obtained at http://www.eclipse.org. \n\n 18. Some of the cuBLAS library routines uses code from\n OpenAI, which is subject to the following license:\n\n License URL \n https://github.com/openai/openai-gemm/blob/master/LICENSE\n \n License Text \n The MIT License\n \n Copyright (c) 2016 OpenAI (http://openai.com), 2016 Google Inc.\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE. \n\n 19. Licensee's use of the Visual Studio Setup Configuration\n Samples is subject to the following license:\n\n The MIT License (MIT) \n Copyright (C) Microsoft Corporation. All rights reserved.\n \n Permission is hereby granted, free of charge, to any person \n obtaining a copy of this software and associated documentation \n files (the \"Software\"), to deal in the Software without restriction, \n including without limitation the rights to use, copy, modify, merge, \n publish, distribute, sublicense, and/or sell copies of the Software, \n and to permit persons to whom the Software is furnished to do so, \n subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included \n in all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS \n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \n\n 20. Licensee's use of linmath.h header for CPU functions for\n GL vector/matrix operations from lunarG is subject to the\n Apache License Version 2.0.\n\n 21. The DX12-CUDA sample uses the d3dx12.h header, which is\n subject to the MIT license .\n\n-----------------\n"}, {"name": "cuDNN", "version": "8.9.2", "license": null, "text": "LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS\n\nThis license agreement, including exhibits attached (\"Agreement\u201d) is a legal agreement between you and NVIDIA Corporation (\"NVIDIA\") and governs your use of a NVIDIA software development kit (\u201cSDK\u201d).\n\nEach SDK has its own set of software and materials, but here is a description of the types of items that may be included in a SDK: source code, header files, APIs, data sets and assets (examples include images, textures, models, scenes, videos, native API input/output files), binary software, sample code, libraries, utility programs, programming code and documentation.\n\nThis Agreement can be accepted only by an adult of legal age of majority in the country in which the SDK is used.\n\nIf you are entering into this Agreement on behalf of a company or other legal entity, you represent that you have the legal authority to bind the entity to this Agreement, in which case \u201cyou\u201d will mean the entity you represent.\n\nIf you don\u2019t have the required age or authority to accept this Agreement, or if you don\u2019t accept all the terms and conditions of this Agreement, do not download, install or use the SDK.\n\nYou agree to use the SDK only for purposes that are permitted by (a) this Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions.\n\nChapter 1. License.\n\n1.1. Grant\n\nSubject to the terms of this Agreement, NVIDIA hereby grants you a non-exclusive, non-transferable license, without the right to sublicense (except as expressly provided in this Agreement) to:\n\n(i) Install and use the SDK,\n\n(ii) Modify and create derivative works of sample source code delivered in the SDK, and\n\n(iii) Distribute those portions of the SDK that are identified in this Agreement as distributable, as incorporated in object code format into a software application that meets the distribution requirements indicated in this Agreement.\n\n1.2. Distribution Requirements\n\nThese are the distribution requirements for you to exercise the distribution grant:\n\n(i) Your application must have material additional functionality, beyond the included portions of the SDK.\n\n(ii) The distributable portions of the SDK shall only be accessed by your application.\n\n(iii) The following notice shall be included in modifications and derivative works of sample source code distributed: \u201cThis software contains source code provided by NVIDIA Corporation.\u201d\n\n(iv) Unless a developer tool is identified in this Agreement as distributable, it is delivered for your internal use only.\n\n(v) The terms under which you distribute your application must be consistent with the terms of this Agreement, including (without limitation) terms relating to the license grant and license restrictions and protection of NVIDIA\u2019s intellectual property rights. Additionally, you agree that you will protect the privacy, security and legal rights of your application users.\n\n(vi) You agree to notify NVIDIA in writing of any known or suspected distribution or use of the SDK not in compliance with the requirements of this Agreement, and to enforce the terms of your agreements with respect to distributed SDK.\n\n1.3 Authorized Users\n\nYou may allow employees and contractors of your entity or of your subsidiary(ies) to access and use the SDK from your secure network to perform work on your behalf.\n\nIf you are an academic institution you may allow users enrolled or employed by the academic institution to access and use the SDK from your secure network.\n\nYou are responsible for the compliance with the terms of this Agreement by your authorized users. If you become aware that your authorized users didn\u2019t follow the terms of this Agreement, you agree to take reasonable steps to resolve the non-compliance and prevent new occurrences.\n\n1.4 Pre-Release SDK\n\nThe SDK versions identified as alpha, beta, preview or otherwise as pre-release, may not be fully functional, may contain errors or design flaws, and may have reduced or different security, privacy, accessibility, availability, and reliability standards relative to commercial versions of NVIDIA software and materials. Use of a pre-release SDK may result in unexpected results, loss of data, project delays or other unpredictable damage or loss.\n\nYou may use a pre-release SDK at your own risk, understanding that pre-release SDKs are not intended for use in production or business-critical systems.\n\nNVIDIA may choose not to make available a commercial version of any pre-release SDK. NVIDIA may also choose to abandon development and terminate the availability of a pre-release SDK at any time without liability.\n\n1.5 Updates\n\nNVIDIA may, at its option, make available patches, workarounds or other updates to this SDK. Unless the updates are provided with their separate governing terms, they are deemed part of the SDK licensed to you as provided in this Agreement.\n\nYou agree that the form and content of the SDK that NVIDIA provides may change without prior notice to you. While NVIDIA generally maintains compatibility between versions, NVIDIA may in some cases make changes that introduce incompatibilities in future versions of the SDK.\n\n1.6 Components Under Other Licenses\n\nThe SDK may come bundled with, or otherwise include or be distributed with, NVIDIA or third party software licensed with separate legal notices or terms as may be described in proprietary notices accompanying the SDK. If and to the extent there is a conflict between the terms in this Agreement and the license terms associated with the component, the license terms associated with the components control only to the extent necessary to resolve the conflict.\n\n1.7 Reservation of Rights\n\nNVIDIA reserves all rights, title and interest in and to the SDK not expressly granted to you under this Agreement.\n\nChapter 2. Limitations.\n\nThe following license limitations apply to your use of the SDK:\n\n2.1 You may not reverse engineer, decompile or disassemble, or remove copyright or other proprietary notices from any portion of the SDK or copies of the SDK.\n\n2.2 Except as expressly provided in this Agreement, you may not copy, sell, rent, sublicense, transfer, distribute, modify, or create derivative works of any portion of the SDK.\n\n2.3 Unless you have an agreement with NVIDIA for this purpose, you may not indicate that an application created with the SDK is sponsored or endorsed by NVIDIA.\n\n2.4 You may not bypass, disable, or circumvent any encryption, security, digital rights management or authentication mechanism in the SDK.\n\n2.5 You may not use the SDK in any manner that would cause it to become subject to an open source software license. As examples, licenses that require as a condition of use, modification, and/or distribution that the SDK be (i) disclosed or distributed in source code form; (ii) licensed for the purpose of making derivative works; or (iii) redistributable at no charge.\n\n2.6 You acknowledge that the SDK as delivered is not tested or certified by NVIDIA for use in connection with the design, construction, maintenance, and/or operation of any system where the use or failure of such system could result in a situation that threatens the safety of human life or results in catastrophic damages (each, a \u201cCritical Application\u201d). Examples of Critical Applications include use in avionics, navigation, autonomous vehicle applications, ai solutions for automotive products, military, medical, life support or other life critical applications. NVIDIA shall not be liable to you or any third party, in whole or in part, for any claims or damages arising from such uses. You are solely responsible for ensuring that any product or service developed with the SDK as a whole includes sufficient features to comply with all applicable legal and regulatory standards and requirements.\n\n2.7 You agree to defend, indemnify and hold harmless NVIDIA and its affiliates, and their respective employees, contractors, agents, officers and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, fines, restitutions and expenses (including but not limited to attorney\u2019s fees and costs incident to establishing the right of indemnification) arising out of or related to products or services that use the SDK in or for Critical Applications, and for use of the SDK, outside of the scope of this Agreement or not in compliance with its terms.\n\nChapter 3. Ownership.\n\n3.1 NVIDIA or its licensors hold all rights, title and interest in and to the SDK and its modifications and derivative works, including their respective intellectual property rights, subject to your rights under Section 3.2. This SDK may include software and materials from NVIDIA\u2019s licensors, and these licensors are intended third party beneficiaries that may enforce this Agreement with respect to their intellectual property rights.\n\n3.2 You hold all rights, title and interest in and to your applications and your derivative works of the sample source code delivered in the SDK, including their respective intellectual property rights, subject to NVIDIA\u2019s rights under section 3.1.\n\n3.3 You may, but don\u2019t have to, provide to NVIDIA suggestions, feature requests or other feedback regarding the SDK, including possible enhancements or modifications to the SDK. For any feedback that you voluntarily provide, you hereby grant NVIDIA and its affiliates a perpetual, non-exclusive, worldwide, irrevocable license to use, reproduce, modify, license, sublicense (through multiple tiers of sublicensees), and distribute (through multiple tiers of distributors) it without the payment of any royalties or fees to you. NVIDIA will use feedback at its choice. NVIDIA is constantly looking for ways to improve its products, so you may send feedback to NVIDIA through the developer portal at https://developer.nvidia.com.\n\nChapter 4. No Warranties.\n\nTHE SDK IS PROVIDED BY NVIDIA \u201cAS IS\u201d AND \u201cWITH ALL FAULTS.\u201d TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF DEALING OR COURSE OF TRADE.\n\nChapter 5. Limitations of Liability.\n\nTO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF LIABILITY. IN NO EVENT WILL NVIDIA\u2019S AND ITS AFFILIATES TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS LIMIT.\n\nThese exclusions and limitations of liability shall apply regardless if NVIDIA or its affiliates have been advised of the possibility of such damages, and regardless of whether a remedy fails its essential purpose. These exclusions and limitations of liability form an essential basis of the bargain between the parties, and, absent any of these exclusions or limitations of liability, the provisions of this Agreement, including, without limitation, the economic terms, would be substantially different.\n\nChapter 6. Termination.\n\n6.1 This Agreement will continue to apply until terminated by either you or NVIDIA as described below.\n\n6.2 If you want to terminate this Agreement, you may do so by stopping to use the SDK.\n\n6.3 NVIDIA may, at any time, terminate this Agreement if: (i) you fail to comply with any term of this Agreement and the non-compliance is not fixed within thirty (30) days following notice from NVIDIA (or immediately if you violate NVIDIA\u2019s intellectual property rights); (ii) you commence or participate in any legal proceeding against NVIDIA with respect to the SDK; or (iii) NVIDIA decides to no longer provide the SDK in a country or, in NVIDIA\u2019s sole discretion, the continued use of it is no longer commercially viable.\n\n6.4 Upon any termination of this Agreement, you agree to promptly discontinue use of the SDK and destroy all copies in your possession or control. Your prior distributions in accordance with this Agreement are not affected by the termination of this Agreement. Upon written request, you will certify in writing that you have complied with your commitments under this section. Upon any termination of this Agreement all provisions survive except for the licenses granted to you.\n\nChapter 7. General.\n\nIf you wish to assign this Agreement or your rights and obligations, including by merger, consolidation, dissolution or operation of law, contact NVIDIA to ask for permission. Any attempted assignment not approved by NVIDIA in writing shall be void and of no effect. NVIDIA may assign, delegate or transfer this Agreement and its rights and obligations, and if to a non-affiliate you will be notified.\n\nYou agree to cooperate with NVIDIA and provide reasonably requested information to verify your compliance with this Agreement.\n\nThis Agreement will be governed in all respects by the laws of the United States and of the State of Delaware as those laws are applied to contracts entered into and performed entirely within Delaware by Delaware residents, without regard to the conflicts of laws principles. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed. You agree to all terms of this Agreement in the English language.\n\nThe state or federal courts residing in Santa Clara County, California shall have exclusive jurisdiction over any dispute or claim arising out of this Agreement. Notwithstanding this, you agree that NVIDIA shall still be allowed to apply for injunctive remedies or an equivalent type of urgent legal relief in any jurisdiction.\n\nIf any court of competent jurisdiction determines that any provision of this Agreement is illegal, invalid or unenforceable, such provision will be construed as limited to the extent necessary to be consistent with and fully enforceable under the law and the remaining provisions will remain in full force and effect. Unless otherwise specified, remedies are cumulative.\n\nEach party acknowledges and agrees that the other is an independent contractor in the performance of this Agreement\n\nThe SDK has been developed entirely at private expense and is \u201ccommercial items\u201d consisting of \u201ccommercial computer software\u201d and \u201ccommercial computer software documentation\u201d provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the U.S. Government or a U.S. Government subcontractor is subject to the restrictions in this Agreement pursuant to DFARS 227.7202-3(a) or as set forth in subparagraphs (b)(1) and (2) of the Commercial Computer Software - Restricted Rights clause at FAR 52.227-19, as applicable. Contractor/ manufacturer is NVIDIA, 2788 San Tomas Expressway, Santa Clara, CA 95051\n\nThe SDK is subject to United States export laws and regulations. You agree that you will not ship, transfer or export the SDK into any country, or use the SDK in any manner, prohibited by the United States Bureau of Industry and Security or economic sanctions regulations administered by the U.S. Department of Treasury\u2019s Office of Foreign Assets Control (OFAC), or any applicable export laws, restrictions or regulations. These laws include restrictions on destinations, end users and end use. By accepting this Agreement, you confirm that you are not a resident or citizen of any country currently embargoed by the U.S. and that you are not otherwise prohibited from receiving the SDK\n\nAny notice delivered by NVIDIA to you under this Agreement will be delivered via mail, email or fax. You agree that any notices that NVIDIA sends you electronically will satisfy any legal communication requirements. Please direct your legal notices or other correspondence to NVIDIA Corporation, 2788 San Tomas Expressway, Santa Clara, California 95051, United States of America, Attention: Legal Department.\n\nThis Agreement and any exhibits incorporated into this Agreement constitute the entire agreement of the parties with respect to the subject matter of this Agreement and supersede all prior negotiations or documentation exchanged between the parties relating to this SDK license. Any additional and/or conflicting terms on documents issued by you are null, void, and invalid. Any amendment or waiver under this Agreement shall be in writing and signed by representatives of both parties.\n\n(v. February 22, 2022)\n\nChapter 8. cuDNN SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS\n\nThe terms in this supplement govern your use of the NVIDIA cuDNN SDK under the terms of your license agreement (\u201cAgreement\u201d) as modified by this supplement. Capitalized terms used but not defined below have the meaning assigned to them in the Agreement.\n\nThis supplement is an exhibit to the Agreement and is incorporated as an integral part of the Agreement. In the event of conflict between the terms in this supplement and the terms in the Agreement, the terms in this supplement govern.\n\n4.1 License Scope. The SDK is licensed for you to develop applications only for use in systems with NVIDIA GPUs.\n\n2. Distribution. The following portions of the SDK are distributable under the Agreement: the runtime files .so and .dll.\n\nIn addition to the rights above, for parties that are developing software intended solely for use on Jetson development kits or Jetson modules and running Linux for Tegra software the following shall apply: the SDK may be distributed in its entirety, as provided by NVIDIA and without separation of its components, for you and/or your licensees to create software development kits for use only on the Jetson platform and running Linux for Tegra software.\n\n3. Licensing. If the distribution terms in this Agreement are not suitable for your organization, or for any questions regarding this Agreement, please contact NVIDIA at nvidia-compute-license-questions@nvidia.com\n\n(v. February 22, 2022)\n\nNotice\n\nThis document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation (\u201cNVIDIA\u201d) makes no representations or warranties, expressed or implied, as to the accuracy or completeness of the information contained in this document and assumes no responsibility for any errors contained herein. NVIDIA shall have no liability for the consequences or use of such information or for any infringement of patents or other rights of third parties that may result from its use. This document is not a commitment to develop, release, or deliver any Material (defined below), code, or functionality.\n\nNVIDIA reserves the right to make corrections, modifications, enhancements, improvements, and any other changes to this document, at any time without notice.\n\nCustomer should obtain the latest relevant information before placing orders and should verify that such information is current and complete.\n\nNVIDIA products are sold subject to the NVIDIA standard terms and conditions of sale supplied at the time of order acknowledgement, unless otherwise agreed in an individual sales agreement signed by authorized representatives of NVIDIA and customer (\u201cTerms of Sale\u201d). NVIDIA hereby expressly objects to applying any customer general terms and conditions with regards to the purchase of the NVIDIA product referenced in this document. No contractual obligations are formed either directly or indirectly by this document.\n\nNVIDIA products are not designed, authorized, or warranted to be suitable for use in medical, military, aircraft, space, or life support equipment, nor in applications where failure or malfunction of the NVIDIA product can reasonably be expected to result in personal injury, death, or property or environmental damage. NVIDIA accepts no liability for inclusion and/or use of NVIDIA products in such equipment or applications and therefore such inclusion and/or use is at customer\u2019s own risk.\n\nNVIDIA makes no representation or warranty that products based on this document will be suitable for any specified use. Testing of all parameters of each product is not necessarily performed by NVIDIA. It is customer\u2019s sole responsibility to evaluate and determine the applicability of any information contained in this document, ensure the product is suitable and fit for the application planned by customer, and perform the necessary testing for the application in order to avoid a default of the application or the product. Weaknesses in customer\u2019s product designs may affect the quality and reliability of the NVIDIA product and may result in additional or different conditions and/or requirements beyond those contained in this document. NVIDIA accepts no liability related to any default, damage, costs, or problem which may be based on or attributable to: (i) the use of the NVIDIA product in any manner that is contrary to this document or (ii) customer product designs.\n\nNo license, either expressed or implied, is granted under any NVIDIA patent right, copyright, or other NVIDIA intellectual property right under this document. Information published by NVIDIA regarding third-party products or services does not constitute a license from NVIDIA to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property rights of the third party, or a license from NVIDIA under the patents or other intellectual property rights of NVIDIA.\n\nReproduction of information in this document is permissible only if approved in advance by NVIDIA in writing, reproduced without alteration and in full compliance with all applicable export laws and regulations, and accompanied by all associated conditions, limitations, and notices.\n\nTHIS DOCUMENT AND ALL NVIDIA DESIGN SPECIFICATIONS, REFERENCE BOARDS, FILES, DRAWINGS, DIAGNOSTICS, LISTS, AND OTHER DOCUMENTS (TOGETHER AND SEPARATELY, \u201cMATERIALS\u201d) ARE BEING PROVIDED \u201cAS IS.\u201d NVIDIA MAKES NO WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL NVIDIA BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF ANY USE OF THIS DOCUMENT, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Notwithstanding any damages that customer might incur for any reason whatsoever, NVIDIA\u2019s aggregate and cumulative liability towards customer for the products described herein shall be limited in accordance with the Terms of Sale for the product.\n\nArm\n\nArm, AMBA and Arm Powered are registered trademarks of Arm Limited. Cortex, MPCore and Mali are trademarks of Arm Limited. \"Arm\" is used to represent Arm Holdings plc; its operating company Arm Limited; and the regional subsidiaries Arm Inc.; Arm KK; Arm Korea Limited.; Arm Taiwan Limited; Arm France SAS; Arm Consulting (Shanghai) Co. Ltd.; Arm Germany GmbH; Arm Embedded Technologies Pvt. Ltd.; Arm Norway, AS and Arm Sweden AB.\n\nHDMI\n\nHDMI, the HDMI logo, and High-Definition Multimedia Interface are trademarks or registered trademarks of HDMI Licensing LLC.\n\nBlackberry/QNX\n\nCopyright \u00a9 2020 BlackBerry Limited. All rights reserved.\n\nTrademarks, including but not limited to BLACKBERRY, EMBLEM Design, QNX, AVIAGE, MOMENTICS, NEUTRINO and QNX CAR are the trademarks or registered trademarks of BlackBerry Limited, used under license, and the exclusive rights to such trademarks are expressly reserved.\n\nGoogle\n\nAndroid, Android TV, Google Play and the Google Play logo are trademarks of Google, Inc.\n\nTrademarks\n\nNVIDIA, the NVIDIA logo, and BlueField, CUDA, DALI, DRIVE, Hopper, JetPack, Jetson AGX Xavier, Jetson Nano, Maxwell, NGC, Nsight, Orin, Pascal, Quadro, Tegra, TensorRT, Triton, Turing and Volta are trademarks and/or registered trademarks of NVIDIA Corporation in the United States and other countries. Other company and product names may be trademarks of the respective companies with which they are associated.\n\nCopyright\n\n\u00a9 2014-2023 NVIDIA Corporation & affiliates. All rights reserved.\n\nNVIDIA Corporation | 2788 San Tomas Expressway, Santa Clara, CA 95051\n\nwww.nvidia.com\n\nTHIRD PARTY LICENSES\n\nzlib\n\n/* zlib.h -- interface of the 'zlib' general purpose compression library\n version 1.2.11, January 15th, 2017\n\n Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler\n\n This software is provided 'as-is', without any express or implied\n warranty. In no event will the authors be held liable for any damages\n arising from the use of this software.\n\n Permission is granted to anyone to use this software for any purpose,\n including commercial applications, and to alter it and redistribute it\n freely, subject to the following restrictions:\n\n 1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n 2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n 3. This notice may not be removed or altered from any source distribution.\n\n Jean-loup Gailly Mark Adler\n jloup@gzip.org madler@alumni.caltech.edu\n\n*/\n\n\n\nmateidavid/zstr\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Matei David, Ontario Institute for Cancer Research\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE. \n\n\n\nRapidJSON\n\nTencent is pleased to support the open source community by making RapidJSON available.\n \nCopyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.\n \nLicensed under the MIT License (the \"License\"); you may not use this file except\nin compliance with the License. You may obtain a copy of the License at\n \nhttp://opensource.org/licenses/MIT\n \nUnless required by applicable law or agreed to in writing, software distributed \nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR \nCONDITIONS OF ANY KIND, either express or implied. See the License for the \nspecific language governing permissions and limitations under the License.\n\n\n\n{fmt}\n\nCopyright (c) 2012 - present, Victor Zverovich\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n--- Optional exception to the license ---\n\nAs an exception, if, as a result of your compiling your source code, portions of this Software are embedded into a machine-executable object form of such source code, you may redistribute such embedded portions in such object form without including the above copyright and permission notices.\n\n\n\nSleef\n\nCopyright Naoki Shibata and contributors 2010 - 2021.\nDistributed under the Boost Software License, Version 1.0.\n(See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\n"}] \ No newline at end of file diff --git a/linux-cpu/engine_manifest_assets/downloadable_libraries.json b/linux-cpu/engine_manifest_assets/downloadable_libraries.json deleted file mode 100644 index 954786200326db91b9bbcebc794b66d993a5b2e9..0000000000000000000000000000000000000000 --- a/linux-cpu/engine_manifest_assets/downloadable_libraries.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "name": "Dummy Library", - "uuid": "2bb8bccf-1c3f-4bc9-959a-f388e37af3ad", - "version": "0.0.1", - "download_url": "https://github.com/VOICEVOX/voicevox_engine/archive/d7cf31c058bc83e1abf8e14d4231a06409c4cc2d.zip", - "bytes": 1000, - "speakers": [ - { - "speaker": { - "name": "dummy1", - "speaker_uuid": "7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff", - "styles": [ - { - "name": "style1", - "id": 0 - }, - { - "name": "style2", - "id": 2 - } - ], - "version": "0.0.1" - }, - "speaker_info": { - "policy": "", - "portrait": "", - "style_infos": [ - { - "id": 0, - "icon": "", - "voice_samples": ["", "", ""] - }, - { - "id": 2, - "icon": "", - "voice_samples": ["", "", ""] - } - ] - } - } - ] - } -] diff --git a/linux-cpu/engine_manifest_assets/icon.png b/linux-cpu/engine_manifest_assets/icon.png deleted file mode 100644 index f8bbf10eccf6553fa29c3d18f573262ffb59a36e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/engine_manifest_assets/icon.png and /dev/null differ diff --git a/linux-cpu/engine_manifest_assets/terms_of_service.md b/linux-cpu/engine_manifest_assets/terms_of_service.md deleted file mode 100644 index 7becb8f07c490718461a2d80e400477710f51f77..0000000000000000000000000000000000000000 --- a/linux-cpu/engine_manifest_assets/terms_of_service.md +++ /dev/null @@ -1,20 +0,0 @@ -## 許諾内容 - -1. 商用・非商用問わず利用することができます -2. アプリケーションに組み込んで再配布することができます -3. 作成された音声を利用する際は、各音声ライブラリの規約に従ってください -4. 作成された音声の利用を他者に許諾する際は、当該他者に対し本許諾内容の 3 及び 4 の遵守を義務付けてください - -## 禁止事項 - -- 逆コンパイル・リバースエンジニアリング及びこれらの方法の公開すること -- 製作者または第三者に不利益をもたらす行為 -- 公序良俗に反する行為 - -## 免責事項 - -本ソフトウェアにより生じた損害・不利益について、製作者は一切の責任を負いません。 - -## その他 - -ご利用の際は VOICEVOX を利用したことがわかるクレジット表記が必要です。 diff --git a/linux-cpu/engine_manifest_assets/update_infos.json b/linux-cpu/engine_manifest_assets/update_infos.json deleted file mode 100644 index 25837e58add15120d99dd9509acf5e1d2d43a419..0000000000000000000000000000000000000000 --- a/linux-cpu/engine_manifest_assets/update_infos.json +++ /dev/null @@ -1 +0,0 @@ -[{"version": "0.19.1", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u5f8c\u9b3c\u300d\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u8ffd\u52a0"], "contributors": []}, {"version": "0.19.0", "descriptions": ["\u30bd\u30f3\u30b0\uff1a\u97f3\u91cf\u53d6\u5f97API\u3092\u8ffd\u52a0", "\u958b\u767a\u74b0\u5883\u306e\u5411\u4e0a"], "contributors": ["sabonerune", "tarepan", "y-chan"]}, {"version": "0.18.1", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u2020\u8056\u9a0e\u58eb \u7d05\u685c\u2020\u300d\u300c\u96c0\u677e\u6731\u53f8\u300d\u300c\u9e92\u30f6\u5cf6\u5b97\u9e9f\u300d\u300c\u6625\u6b4c\u30ca\u30ca\u300d\u300c\u732b\u4f7f\u30a2\u30eb\u300d\u300c\u732b\u4f7f\u30d3\u30a3\u300d\u300c\u4e2d\u56fd\u3046\u3055\u304e\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u6817\u7530\u307e\u308d\u3093\u300d\u300c\u3042\u3044\u3048\u308b\u305f\u3093\u300d\u300c\u6e80\u5225\u82b1\u4e38\u300d\u300c\u7434\u8a60\u30cb\u30a2\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u8d77\u52d5\u306b\u5fc5\u8981\u306a\u30e1\u30e2\u30ea\u91cf\u3092\u5927\u5e45\u306b\u524a\u6e1b"], "contributors": ["Hiroshiba", "qryxip"]}, {"version": "0.18.0", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300cWhiteCUL\u300d\u300c\u5f8c\u9b3c\u300d\u300cNo.7\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u3061\u3073\u5f0f\u3058\u3044\u300d\u300c\u6afb\u6b4c\u30df\u30b3\u300d\u300c\u5c0f\u591c/SAYO\u300d\u300c\u30ca\u30fc\u30b9\u30ed\u30dc\uff3f\u30bf\u30a4\u30d7\uff34\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u56db\u56fd\u3081\u305f\u3093\u300d\u300c\u305a\u3093\u3060\u3082\u3093\u300d\u300c\u6ce2\u97f3\u30ea\u30c4\u300d\u306e\u30cf\u30df\u30f3\u30b0\u30b9\u30bf\u30a4\u30eb\u3092\u8ffd\u52a0", "\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u5168\u3066\u306eCPU\u3092\u4f7f\u3046\u3053\u3068\u304c\u3042\u308b\u30d0\u30b0\u3092\u4fee\u6b63", "\u30c7\u30d5\u30a9\u30eb\u30c8\u3067127.0.0.1\u3068::1\u3092\u5f85\u3061\u53d7\u3051\u308b\u3088\u3046\u306b\u5909\u66f4", "\u958b\u767a\u74b0\u5883\u306e\u5411\u4e0a"], "contributors": ["Hiroshiba", "sabonerune", "siketyan", "tarepan", "tomoish"]}, {"version": "0.17.1", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u7384\u91ce\u6b66\u5b8f\u300d\u300c\u767d\u4e0a\u864e\u592a\u90ce\u300d\u300c\u9752\u5c71\u9f8d\u661f\u300d\u300c\u51a5\u9cf4\u3072\u307e\u308a\u300d\u300c\u4e5d\u5dde\u305d\u3089\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u3082\u3061\u5b50\u3055\u3093\u300d\u300c\u5263\u5d0e\u96cc\u96c4\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u30d0\u30b0\u4fee\u6b63"], "contributors": ["PickledChair"]}, {"version": "0.17.0", "descriptions": ["\u958b\u767a\u74b0\u5883\u306e\u5411\u4e0a"], "contributors": ["Hiroshiba", "misogihagi", "tarepan", "tuna2134"]}, {"version": "0.16.0", "descriptions": ["\u30bd\u30f3\u30b0API\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u56db\u56fd\u3081\u305f\u3093\u300d\u300c\u305a\u3093\u3060\u3082\u3093\u300d\u300c\u6625\u65e5\u90e8\u3064\u3080\u304e\u300d\u300c\u96e8\u6674\u306f\u3046\u300d\u300c\u6ce2\u97f3\u30ea\u30c4\u300d\u306e\u30cf\u30df\u30f3\u30b0\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u6ce2\u97f3\u30ea\u30c4\u300d\u306e\u30bd\u30f3\u30b0\u3092\u8ffd\u52a0"], "contributors": ["Hiroshiba", "y-chan"]}, {"version": "0.15.1", "descriptions": ["\u30d3\u30eb\u30c9\u6210\u679c\u7269\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u69cb\u9020\u3092\u5143\u306b\u623b\u3057\u305f"], "contributors": []}, {"version": "0.15.0", "descriptions": ["/validate_kana API\u3092\u8ffd\u52a0", "\u8d77\u52d5\u6642\u306e\u30a8\u30f3\u30b8\u30f3\u8a2d\u5b9a\u9805\u76ee\u8ffd\u52a0", "\u30e6\u30fc\u30b6\u30fc\u8f9e\u66f8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u30fb\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6a5f\u80fd\u8ffd\u52a0", "\u30d3\u30eb\u30c9\u6210\u679c\u7269\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u69cb\u9020\u3092\u5909\u66f4", "\u66f8\u304d\u8fbc\u307f\u7cfbAPI\u3092\u4e00\u62ec\u3067\u7121\u52b9\u5316\u53ef\u80fd\u306b", "\u958b\u767a\u74b0\u5883\u306e\u5411\u4e0a", "\u30d0\u30b0\u4fee\u6b63"], "contributors": ["aoirint", "FujisakiEx", "Hiroshiba", "K-shir0", "My-MC", "nagi-miaow", "okaits", "raa0121", "sabonerune", "sevenc-nanashi", "siketyan", "stmtk1", "takana-v", "tarepan", "tomoish", "tuna2134", "weweweok", "whiteball", "y-chan"]}, {"version": "0.14.7", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u5c0f\u591c\u300d\u300c\u305a\u3093\u3060\u3082\u3093\u300d\u300c\u3082\u3061\u5b50\u3055\u3093\u300d\u300c\u9752\u5c71\u9f8d\u661f\u300d\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u8ffd\u52a0\u30fb\u66f4\u65b0"], "contributors": []}, {"version": "0.14.6", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u6817\u7530\u307e\u308d\u3093\u300d\u300c\u3042\u3044\u3048\u308b\u305f\u3093\u300d\u300c\u6e80\u5225\u82b1\u4e38\u300d\u300c\u7434\u8a60\u30cb\u30a2\u300d\u3092\u8ffd\u52a0"], "contributors": []}, {"version": "0.14.5", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u4e2d\u56fd\u3046\u3055\u304e\u300d\u3092\u8ffd\u52a0", "\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u6ce2\u97f3\u30ea\u30c4\u300d\u300c\u3082\u3061\u5b50\u3055\u3093\u300d\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u8ffd\u52a0"], "contributors": []}, {"version": "0.14.4", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u6625\u6b4c\u30ca\u30ca\u300d\u300c\u732b\u4f7f\u30a2\u30eb\u300d\u300c\u732b\u4f7f\u30d3\u30a3\u300d\u3092\u8ffd\u52a0", "\u30d0\u30b0\u4fee\u6b63"], "contributors": ["Hiroshiba"]}, {"version": "0.14.3", "descriptions": ["\u30ad\u30e3\u30e9\u30af\u30bf\u30fc\u300c\u2020\u8056\u9a0e\u58eb \u7d05\u685c\u2020\u300d\u300c\u96c0\u677e\u6731\u53f8\u300d\u300c\u9e92\u30f6\u5cf6\u5b97\u9e9f\u300d\u3092\u8ffd\u52a0", "\u540c\u6642\u66f8\u304d\u8fbc\u307f\u3067\u8f9e\u66f8\u304c\u7834\u640d\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63"], "contributors": ["Hiroshiba"]}, {"version": "0.14.2", "descriptions": ["DirectML\u7248\u306e\u751f\u6210\u304c\u9045\u3044\u554f\u984c\u3092\u4fee\u6b63"], "contributors": []}, {"version": "0.14.1", "descriptions": ["AquesTalk\u30e9\u30a4\u30af\u306a\u8a18\u6cd5\u3067\u751f\u6210\u3057\u305f\u97f3\u58f0\u306e\u30d0\u30b0\u3092\u4fee\u6b63"], "contributors": []}, {"version": "0.14.0", "descriptions": ["\u30b3\u30a2\u3092Rust\u8a00\u8a9e\u306b\u79fb\u884c", "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8", "\u30b9\u30bf\u30a4\u30eb\u3054\u3068\u306b\u7570\u306a\u308b\u7acb\u3061\u7d75\u306e\u63d0\u4f9b\u3092\u53ef\u80fd\u306b", "VVPP\u30d5\u30a1\u30a4\u30eb\u306e\u63d0\u4f9b", "\u8a2d\u5b9aGUI\u306e\u63d0\u4f9b", "\u30d7\u30ea\u30bb\u30c3\u30c8\u306e\u4fdd\u5b58", "\u30e2\u30fc\u30d5\u30a3\u30f3\u30b0API\u306e\u4ed5\u69d8\u5909\u66f4", "DirectML\u5229\u7528\u6642\u306b\u9069\u3057\u305fGPU\u3092\u81ea\u52d5\u9078\u629e", "\u958b\u767a\u74b0\u5883\u306e\u5411\u4e0a", "\u30d0\u30b0\u4fee\u6b63"], "contributors": ["aoirint", "Appletigerv", "haru3me", "Hiroshiba", "ksk001100", "masinc", "misogihagi", "My-MC", "nebocco", "PickledChair", "qryxip", "qwerty2501", "sabonerune", "sarisia", "Segu-g", "sevenc-nanashi", "shigobu", "smly", "takana-v", "ts-klassen", "whiteball", "y-chan"]}] \ No newline at end of file diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/INSTALLER b/linux-cpu/importlib_metadata-6.8.0.dist-info/INSTALLER deleted file mode 100644 index a1b589e38a32041e49332e5e81c2d363dc418d68..0000000000000000000000000000000000000000 --- a/linux-cpu/importlib_metadata-6.8.0.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/LICENSE b/linux-cpu/importlib_metadata-6.8.0.dist-info/LICENSE deleted file mode 100644 index d645695673349e3947e8e5ae42332d0ac3164cd7..0000000000000000000000000000000000000000 --- a/linux-cpu/importlib_metadata-6.8.0.dist-info/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/METADATA b/linux-cpu/importlib_metadata-6.8.0.dist-info/METADATA deleted file mode 100644 index 639bbea98c8e32cb03572e5c4bddb9afe7c325fa..0000000000000000000000000000000000000000 --- a/linux-cpu/importlib_metadata-6.8.0.dist-info/METADATA +++ /dev/null @@ -1,138 +0,0 @@ -Metadata-Version: 2.1 -Name: importlib-metadata -Version: 6.8.0 -Summary: Read metadata from Python packages -Home-page: https://github.com/python/importlib_metadata -Author: Jason R. Coombs -Author-email: jaraco@jaraco.com -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: Apache Software License -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3 :: Only -Requires-Python: >=3.8 -License-File: LICENSE -Requires-Dist: zipp (>=0.5) -Requires-Dist: typing-extensions (>=3.6.4) ; python_version < "3.8" -Provides-Extra: docs -Requires-Dist: sphinx (>=3.5) ; extra == 'docs' -Requires-Dist: jaraco.packaging (>=9) ; extra == 'docs' -Requires-Dist: rst.linker (>=1.9) ; extra == 'docs' -Requires-Dist: furo ; extra == 'docs' -Requires-Dist: sphinx-lint ; extra == 'docs' -Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs' -Provides-Extra: perf -Requires-Dist: ipython ; extra == 'perf' -Provides-Extra: testing -Requires-Dist: pytest (>=6) ; extra == 'testing' -Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing' -Requires-Dist: pytest-cov ; extra == 'testing' -Requires-Dist: pytest-enabler (>=2.2) ; extra == 'testing' -Requires-Dist: pytest-ruff ; extra == 'testing' -Requires-Dist: packaging ; extra == 'testing' -Requires-Dist: pyfakefs ; extra == 'testing' -Requires-Dist: flufl.flake8 ; extra == 'testing' -Requires-Dist: pytest-perf (>=0.9.2) ; extra == 'testing' -Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing' -Requires-Dist: pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == 'testing' -Requires-Dist: importlib-resources (>=1.3) ; (python_version < "3.9") and extra == 'testing' - -.. image:: https://img.shields.io/pypi/v/importlib_metadata.svg - :target: https://pypi.org/project/importlib_metadata - -.. image:: https://img.shields.io/pypi/pyversions/importlib_metadata.svg - -.. image:: https://github.com/python/importlib_metadata/workflows/tests/badge.svg - :target: https://github.com/python/importlib_metadata/actions?query=workflow%3A%22tests%22 - :alt: tests - -.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json - :target: https://github.com/astral-sh/ruff - :alt: Ruff - -.. image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/psf/black - :alt: Code style: Black - -.. image:: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest - :target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest - -.. image:: https://img.shields.io/badge/skeleton-2023-informational - :target: https://blog.jaraco.com/skeleton - -.. image:: https://tidelift.com/badges/package/pypi/importlib-metadata - :target: https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=readme - -Library to access the metadata for a Python package. - -This package supplies third-party access to the functionality of -`importlib.metadata `_ -including improvements added to subsequent Python versions. - - -Compatibility -============= - -New features are introduced in this third-party library and later merged -into CPython. The following table indicates which versions of this library -were contributed to different versions in the standard library: - -.. list-table:: - :header-rows: 1 - - * - importlib_metadata - - stdlib - * - 6.5 - - 3.12 - * - 4.13 - - 3.11 - * - 4.6 - - 3.10 - * - 1.4 - - 3.8 - - -Usage -===== - -See the `online documentation `_ -for usage details. - -`Finder authors -`_ can -also add support for custom package installers. See the above documentation -for details. - - -Caveats -======= - -This project primarily supports third-party packages installed by PyPA -tools (or other conforming packages). It does not support: - -- Packages in the stdlib. -- Packages installed without metadata. - -Project details -=============== - - * Project home: https://github.com/python/importlib_metadata - * Report bugs at: https://github.com/python/importlib_metadata/issues - * Code hosting: https://github.com/python/importlib_metadata - * Documentation: https://importlib-metadata.readthedocs.io/ - -For Enterprise -============== - -Available as part of the Tidelift Subscription. - -This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. - -`Learn more `_. - -Security Contact -================ - -To report a security vulnerability, please use the -`Tidelift security contact `_. -Tidelift will coordinate the fix and disclosure. diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/RECORD b/linux-cpu/importlib_metadata-6.8.0.dist-info/RECORD deleted file mode 100644 index ecbeca0a7522cc5660e8258e7772470a2e679e9a..0000000000000000000000000000000000000000 --- a/linux-cpu/importlib_metadata-6.8.0.dist-info/RECORD +++ /dev/null @@ -1,26 +0,0 @@ -importlib_metadata-6.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -importlib_metadata-6.8.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358 -importlib_metadata-6.8.0.dist-info/METADATA,sha256=X79qGRh7gqvuaL_utK5X-MnwHJuIWke0e3eAx0IiLhc,5067 -importlib_metadata-6.8.0.dist-info/RECORD,, -importlib_metadata-6.8.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -importlib_metadata-6.8.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92 -importlib_metadata-6.8.0.dist-info/top_level.txt,sha256=CO3fD9yylANiXkrMo4qHLV_mqXL2sC5JFKgt1yWAT-A,19 -importlib_metadata/__init__.py,sha256=EiH0qTKP_6oa6pRGJgPrq0kvjnL3hJ18BJH8VaAYSBA,30749 -importlib_metadata/__pycache__/__init__.cpython-311.pyc,, -importlib_metadata/__pycache__/_adapters.cpython-311.pyc,, -importlib_metadata/__pycache__/_collections.cpython-311.pyc,, -importlib_metadata/__pycache__/_compat.cpython-311.pyc,, -importlib_metadata/__pycache__/_functools.cpython-311.pyc,, -importlib_metadata/__pycache__/_itertools.cpython-311.pyc,, -importlib_metadata/__pycache__/_meta.cpython-311.pyc,, -importlib_metadata/__pycache__/_py39compat.cpython-311.pyc,, -importlib_metadata/__pycache__/_text.cpython-311.pyc,, -importlib_metadata/_adapters.py,sha256=i8S6Ib1OQjcILA-l4gkzktMZe18TaeUNI49PLRp6OBU,2454 -importlib_metadata/_collections.py,sha256=CJ0OTCHIjWA0ZIVS4voORAsn2R4R2cQBEtPsZEJpASY,743 -importlib_metadata/_compat.py,sha256=zhjcWMfA9SNExFVVVBozOYbuiok0A4tdMsNk9ZDZi-A,1554 -importlib_metadata/_functools.py,sha256=PsY2-4rrKX4RVeRC1oGp1lB1pmC9eKN88_f-bD9uOoA,2895 -importlib_metadata/_itertools.py,sha256=cvr_2v8BRbxcIl5x5ldfqdHjhI8Yi8s8yk50G_nm6jQ,2068 -importlib_metadata/_meta.py,sha256=kypMW_-xSStooSm0WpJc6eupjT-Ipc2ZBIl23PyC3No,1613 -importlib_metadata/_py39compat.py,sha256=2Tk5twb_VgLCY-1NEAQjdZp_S9OFMC-pUzP2isuaPsQ,1098 -importlib_metadata/_text.py,sha256=HCsFksZpJLeTP3NEk_ngrAeXVRRtTrtyh9eOABoRP4A,2166 -importlib_metadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/REQUESTED b/linux-cpu/importlib_metadata-6.8.0.dist-info/REQUESTED deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/WHEEL b/linux-cpu/importlib_metadata-6.8.0.dist-info/WHEEL deleted file mode 100644 index 1f37c02f2eb2e26b306202feaccb31e522b8b169..0000000000000000000000000000000000000000 --- a/linux-cpu/importlib_metadata-6.8.0.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: bdist_wheel (0.40.0) -Root-Is-Purelib: true -Tag: py3-none-any - diff --git a/linux-cpu/importlib_metadata-6.8.0.dist-info/top_level.txt b/linux-cpu/importlib_metadata-6.8.0.dist-info/top_level.txt deleted file mode 100644 index bbb07547a19c30031d13c45cf01cba61dc434e47..0000000000000000000000000000000000000000 --- a/linux-cpu/importlib_metadata-6.8.0.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -importlib_metadata diff --git a/linux-cpu/lib-dynload/_asyncio.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_asyncio.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index b8f2c7b795e150f24b374766c706f77d22da08d8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_asyncio.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_bisect.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_bisect.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index d511365f3e2d08b98cf727968dcb6cd22634cf88..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_bisect.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_blake2.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_blake2.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index a502ec8de0f3cbdf835787ed501a821fa154bd4d..0000000000000000000000000000000000000000 --- a/linux-cpu/lib-dynload/_blake2.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:015a88dba53e9db2dff9e1fd7ffdc683d2403f0e94c7136de78615b970961518 -size 1427048 diff --git a/linux-cpu/lib-dynload/_bz2.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_bz2.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 33aff090142acb322a0ab7e3aab0917484f94637..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_bz2.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_codecs_cn.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_codecs_cn.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index c16c7fc8e471f0f052abc47d4c9b8787494dfbc2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_codecs_cn.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_codecs_hk.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_codecs_hk.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8ecd6c725cffe2ffa1cf2f00b6cdceadafa624e8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_codecs_hk.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index f2b70c154be03d008d8ca7da874677ccd2bc98d1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_codecs_jp.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_codecs_jp.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index fad0a75b4629b748686d333b683e9db96f912595..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_codecs_jp.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_codecs_kr.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_codecs_kr.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index a7db5530157eee3f2bccef49d6c72527f5bca7e0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_codecs_kr.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_codecs_tw.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_codecs_tw.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 40f329d35df4ca444bff7ca36d3d9cad5f20b1cc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_codecs_tw.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 939537fd91e7c19b8e5fb28d0062e07812f1b54d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_csv.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_csv.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2a2879352be51c3fab06948b1d974dffcae47152..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_csv.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_ctypes.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_ctypes.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ceed2b59c1325b50c20262eb037bf4d763a37d12..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_ctypes.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_datetime.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_datetime.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8f7ef45a889aeecf7bfecc597b3327207543bade..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_datetime.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 4aed9f58730eb2a98f80eb4aed1ac70e474e71ac..0000000000000000000000000000000000000000 --- a/linux-cpu/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ec88d8c6b899ce1c1e866ab5a28d217027b9c5d26f38ae94bce1fb18eca9e7e -size 2295736 diff --git a/linux-cpu/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 432b3e1558bc206bd63a578c357ffb2941295aa9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_heapq.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_heapq.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 9ddcb9902bd4409f82c4260b4eeeeb3f3afe4620..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_heapq.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index fc352adb2e1072166efd3e9fc2d11921ae55cc56..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_lzma.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_lzma.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 984266717c2e914cb76ba405d9c1a82785e6cfc5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_lzma.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_md5.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_md5.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index c8950e2ec4b153d5d2ff48a508610d57bdbd96ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_md5.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_multibytecodec.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_multibytecodec.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index d78b5fb9672228ad3ceccb0e6965c25f7a073078..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_multibytecodec.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_multiprocessing.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_multiprocessing.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index c9a4429d4740ff91a5793de9c73ce499f815183c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_multiprocessing.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_opcode.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_opcode.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 963bb9d5eb70731309e96bef046f5003bc28b3fc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_opcode.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_pickle.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_pickle.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 0d331348913ab219dd915a42e1d943e558e9cf73..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_pickle.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_posixshmem.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_posixshmem.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8e5cc251bb3fc8e63a70118b830c0d3429083299..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_posixshmem.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index e4bccda74c4be43633bbe0bf3e1633ddb1ddf95d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_queue.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_queue.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 80440b87d9f44ba480e0204aa73902bdead1b5f2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_queue.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_random.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_random.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ff189b7805bb87fecfddbd815071b7ae67d1b170..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_random.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_sha1.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_sha1.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ae272d9670eaa0f95b83477296f337a663049f2a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_sha1.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_sha256.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_sha256.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index a1d7faca4ba3ddb7e3d7676e57260139a301c295..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_sha256.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_sha3.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_sha3.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index c45c28a725bbdcbc383a0a7b4559521c28ff218c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_sha3.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_sha512.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_sha512.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index f784b938f9ab45a723784623907ca700137c1bc9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_sha512.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index a117fb469df3e2a5bcd8f9977726a66e51b31eda..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 100c4579bdb36cf7d92af60ea8b8853a7396589f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_statistics.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_statistics.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ab34b0958a98e7c361bf59f5e2638675824a86f7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_statistics.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_struct.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_struct.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index bc21e6203dc5069ce1dcceca51790ed58d84a6ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_struct.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 5db62159298d990ad684c9b71b964d5acfa8710e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/_uuid.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/_uuid.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 4d26303314d414bfba52ff0ef40d2d985ed3aebb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/_uuid.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/array.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/array.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 15be47645b7c2011c642dddff830130a685e8136..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/array.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/binascii.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/binascii.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 4f5373adc6ca9c11a3582c9d7259d8023b39969f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/binascii.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 9922e48055f59b1976d88b834f771fe48f822e54..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/grp.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/grp.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index b48ca54e4ba9f7c4e0906a8870d1394bc1e8377e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/grp.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/math.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/math.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 627b53d87e7590b8fefad5ab661611f168830db1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/math.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 00bd98eef2adf1f991f3f3dcf831e273b20d7df9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/pyexpat.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/pyexpat.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 05e7c5b36067becce4463fb93e661a20dd27e0eb..0000000000000000000000000000000000000000 --- a/linux-cpu/lib-dynload/pyexpat.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18224edfa76141700cc5b77d624583e9f302ed1ec6df2239777a7d88befc17d3 -size 1467120 diff --git a/linux-cpu/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8da261df5a91fd59f1a6c0d6381f8f06f48e47a6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/resource.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/resource.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index d98f7232e79d2f11020c32b01104900dfea46134..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/resource.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/select.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/select.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 1a69869aa544bf422e471e7572cfc085ad7d63c5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/select.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/termios.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/termios.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 779886fd93e974864d97c0608f713369a23cc215..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/termios.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/lib-dynload/unicodedata.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/unicodedata.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index f33c878e793695984ee2ce541925377d290b292a..0000000000000000000000000000000000000000 --- a/linux-cpu/lib-dynload/unicodedata.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4cef93438e9dee92bd89ff33c63bff6d7785d14813ec638b00404bcc7eebfb -size 1318448 diff --git a/linux-cpu/lib-dynload/zlib.cpython-311-x86_64-linux-gnu.so b/linux-cpu/lib-dynload/zlib.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 1d56d0d41a611f3c5c3af4297f42b2f3b328cfc8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/lib-dynload/zlib.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/libbz2.so.1.0 b/linux-cpu/libbz2.so.1.0 deleted file mode 100644 index b4f6762c555b39e505a98374dd14f44176582ff4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libbz2.so.1.0 and /dev/null differ diff --git a/linux-cpu/libcrypto.so.1.1 b/linux-cpu/libcrypto.so.1.1 deleted file mode 100644 index 76268ceb853bfdf9f7a7aa4c45e98cb645e93513..0000000000000000000000000000000000000000 --- a/linux-cpu/libcrypto.so.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7a323594a1f98c1565f760a672da44e4f89cae7ef970da0034c7c7e8c9d9b73 -size 2958176 diff --git a/linux-cpu/libffi.so.7 b/linux-cpu/libffi.so.7 deleted file mode 100644 index 62ab7da562da71fce355bd6ea39a10cffba0af97..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libffi.so.7 and /dev/null differ diff --git a/linux-cpu/libgcc_s.so.1 b/linux-cpu/libgcc_s.so.1 deleted file mode 100644 index 1220793697ad532c6b5b961dff012854a8b2ee24..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libgcc_s.so.1 and /dev/null differ diff --git a/linux-cpu/libgfortran-040039e1.so.5.0.0 b/linux-cpu/libgfortran-040039e1.so.5.0.0 deleted file mode 100644 index 47f28619b3aab72df5480d0140d9f43ea3859d30..0000000000000000000000000000000000000000 --- a/linux-cpu/libgfortran-040039e1.so.5.0.0 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14afb3129b1a8b50bc40a3b0820c7f1152ea9bc10121aab152943f7057472886 -size 2686065 diff --git a/linux-cpu/liblzma.so.5 b/linux-cpu/liblzma.so.5 deleted file mode 100644 index bdd932af617533abc15cf4e67e09cc834e257294..0000000000000000000000000000000000000000 Binary files a/linux-cpu/liblzma.so.5 and /dev/null differ diff --git a/linux-cpu/libmvec.so.1 b/linux-cpu/libmvec.so.1 deleted file mode 100644 index cd3f699e3e17d48a9899a51fe9112ce96a37103a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libmvec.so.1 and /dev/null differ diff --git a/linux-cpu/libonnxruntime.so b/linux-cpu/libonnxruntime.so deleted file mode 100644 index 4c7dd473a987b7c96146351470f906ce47234dce..0000000000000000000000000000000000000000 --- a/linux-cpu/libonnxruntime.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ed58001185fe72c9382756100a53f3bf09c716f52959145bb10ee7db35570b1 -size 15201616 diff --git a/linux-cpu/libopenblas64_p-r0-0cf96a72.3.23.dev.so b/linux-cpu/libopenblas64_p-r0-0cf96a72.3.23.dev.so deleted file mode 100644 index e2902360b254845622871621f99bd361100cb177..0000000000000000000000000000000000000000 --- a/linux-cpu/libopenblas64_p-r0-0cf96a72.3.23.dev.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9254d0854dd7615e11de28d771ae408878ca8123a7ac204f21e4cc7a376cc2e5 -size 35123345 diff --git a/linux-cpu/libpython3.11.so.1.0 b/linux-cpu/libpython3.11.so.1.0 deleted file mode 100644 index 10f5a09a5c9b6ae4638d0225a66e25d18c03df81..0000000000000000000000000000000000000000 --- a/linux-cpu/libpython3.11.so.1.0 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba3284eae244c0a240a7b8f02cf80894f712bfc20b37e0b33eab6d0096b375e2 -size 32605672 diff --git a/linux-cpu/libquadmath-96973f99.so.0.0.0 b/linux-cpu/libquadmath-96973f99.so.0.0.0 deleted file mode 100644 index 05e193bdd18b0edbec3774904c97407a4ff0afbe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libquadmath-96973f99.so.0.0.0 and /dev/null differ diff --git a/linux-cpu/libreadline.so.8 b/linux-cpu/libreadline.so.8 deleted file mode 100644 index 1a77db9246488255bb6d607f07b77c89e8b17a0e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libreadline.so.8 and /dev/null differ diff --git a/linux-cpu/libssl.so.1.1 b/linux-cpu/libssl.so.1.1 deleted file mode 100644 index e034d844b91a39d8d02c0c085705a52a51992e48..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libssl.so.1.1 and /dev/null differ diff --git a/linux-cpu/libstdc++.so.6 b/linux-cpu/libstdc++.so.6 deleted file mode 100644 index 306e003d11b3f75110f658d558e0f8b14276ade7..0000000000000000000000000000000000000000 --- a/linux-cpu/libstdc++.so.6 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26916e7389a561537a0510661fc75538cea236139346f3dbe21bc64ba65605bf -size 1956992 diff --git a/linux-cpu/libtinfo.so.6 b/linux-cpu/libtinfo.so.6 deleted file mode 100644 index 9acc1c7b4e43120b948b13f0ba2b0bfa98f8b216..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libtinfo.so.6 and /dev/null differ diff --git a/linux-cpu/libuuid.so.1 b/linux-cpu/libuuid.so.1 deleted file mode 100644 index 4c8cc90756dbf22eaad2fb65b1a3c51029ab4708..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libuuid.so.1 and /dev/null differ diff --git a/linux-cpu/libvoicevox_core.so b/linux-cpu/libvoicevox_core.so deleted file mode 100644 index bd94fe0f1e5ba4ec1861ce1e2b5532a7250fc42f..0000000000000000000000000000000000000000 --- a/linux-cpu/libvoicevox_core.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b283e0c1759e1a8342446f0adf6f018805556f962eba09ba1abfd18980eb4923 -size 2656120 diff --git a/linux-cpu/libz.so.1 b/linux-cpu/libz.so.1 deleted file mode 100644 index 378229c12e964a55925ec2b25cd9879d97d4c2d3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/libz.so.1 and /dev/null differ diff --git a/linux-cpu/licenses.json b/linux-cpu/licenses.json deleted file mode 100644 index 60c208bb4091b9cf408004d3ab72246c2aa96ffd..0000000000000000000000000000000000000000 --- a/linux-cpu/licenses.json +++ /dev/null @@ -1 +0,0 @@ -[{"name": "Open JTalk", "version": "1.11", "license": "Modified BSD license", "text": "/* ----------------------------------------------------------------- */\n/* The Japanese TTS System \"Open JTalk\" */\n/* developed by HTS Working Group */\n/* http://open-jtalk.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2008-2016 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "MeCab", "version": null, "license": "Modified BSD license", "text": "Copyright (c) 2001-2008, Taku Kudo\nCopyright (c) 2004-2008, Nippon Telegraph and Telephone Corporation\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are\npermitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above\n copyright notice, this list of conditions and the\n following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the\n following disclaimer in the documentation and/or other\n materials provided with the distribution.\n\n * Neither the name of the Nippon Telegraph and Telegraph Corporation\n nor the names of its contributors may be used to endorse or\n promote products derived from this software without specific\n prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED\nWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\nTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\nADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n/* ----------------------------------------------------------------- */\n/* The Japanese TTS System \"Open JTalk\" */\n/* developed by HTS Working Group */\n/* http://open-jtalk.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2008-2016 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "NAIST Japanese Dictionary", "version": null, "license": "Modified BSD license", "text": "Copyright (c) 2009, Nara Institute of Science and Technology, Japan.\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\nRedistributions of source code must retain the above copyright notice,\nthis list of conditions and the following disclaimer.\nRedistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\nNeither the name of the Nara Institute of Science and Technology\n(NAIST) nor the names of its contributors may be used to endorse or\npromote products derived from this software without specific prior\nwritten permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n/* ----------------------------------------------------------------- */\n/* The Japanese TTS System \"Open JTalk\" */\n/* developed by HTS Working Group */\n/* http://open-jtalk.sourceforge.net/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2008-2016 Nagoya Institute of Technology */\n/* Department of Computer Science */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the HTS working group nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "HTS Voice \"Mei\"", "version": null, "license": "Creative Commons Attribution 3.0 license", "text": "# ----------------------------------------------------------------- #\n# HTS Voice \"Mei\" #\n# released by MMDAgent Project Team #\n# http://www.mmdagent.jp/ #\n# ----------------------------------------------------------------- #\n# #\n# Copyright (c) 2009-2013 Nagoya Institute of Technology #\n# Department of Computer Science #\n# #\n# Some rights reserved. #\n# #\n# This work is licensed under the Creative Commons Attribution 3.0 #\n# license. #\n# #\n# You are free: #\n# * to Share - to copy, distribute and transmit the work #\n# * to Remix - to adapt the work #\n# Under the following conditions: #\n# * Attribution - You must attribute the work in the manner #\n# specified by the author or licensor (but not in any way that #\n# suggests that they endorse you or your use of the work). #\n# With the understanding that: #\n# * Waiver - Any of the above conditions can be waived if you get #\n# permission from the copyright holder. #\n# * Public Domain - Where the work or any of its elements is in #\n# the public domain under applicable law, that status is in no #\n# way affected by the license. #\n# * Other Rights - In no way are any of the following rights #\n# affected by the license: #\n# - Your fair dealing or fair use rights, or other applicable #\n# copyright exceptions and limitations; #\n# - The author's moral rights; #\n# - Rights other persons may have either in the work itself or #\n# in how the work is used, such as publicity or privacy #\n# rights. #\n# * Notice - For any reuse or distribution, you must make clear to #\n# others the license terms of this work. The best way to do this #\n# is with a link to this web page. #\n# #\n# See http://creativecommons.org/ for details. #\n# ----------------------------------------------------------------- #\n"}, {"name": "VOICEVOX CORE", "version": null, "license": "MIT license", "text": "Copyright (c) 2021 Hiroshiba Kazuyuki\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}, {"name": "VOICEVOX ENGINE", "version": null, "license": "LGPL license", "text": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n\n This version of the GNU Lesser General Public License incorporates\nthe terms and conditions of version 3 of the GNU General Public\nLicense, supplemented by the additional permissions listed below.\n\n 0. Additional Definitions.\n\n As used herein, \"this License\" refers to version 3 of the GNU Lesser\nGeneral Public License, and the \"GNU GPL\" refers to version 3 of the GNU\nGeneral Public License.\n\n \"The Library\" refers to a covered work governed by this License,\nother than an Application or a Combined Work as defined below.\n\n An \"Application\" is any work that makes use of an interface provided\nby the Library, but which is not otherwise based on the Library.\nDefining a subclass of a class defined by the Library is deemed a mode\nof using an interface provided by the Library.\n\n A \"Combined Work\" is a work produced by combining or linking an\nApplication with the Library. The particular version of the Library\nwith which the Combined Work was made is also called the \"Linked\nVersion\".\n\n The \"Minimal Corresponding Source\" for a Combined Work means the\nCorresponding Source for the Combined Work, excluding any source code\nfor portions of the Combined Work that, considered in isolation, are\nbased on the Application, and not on the Linked Version.\n\n The \"Corresponding Application Code\" for a Combined Work means the\nobject code and/or source code for the Application, including any data\nand utility programs needed for reproducing the Combined Work from the\nApplication, but excluding the System Libraries of the Combined Work.\n\n 1. Exception to Section 3 of the GNU GPL.\n\n You may convey a covered work under sections 3 and 4 of this License\nwithout being bound by section 3 of the GNU GPL.\n\n 2. Conveying Modified Versions.\n\n If you modify a copy of the Library, and, in your modifications, a\nfacility refers to a function or data to be supplied by an Application\nthat uses the facility (other than as an argument passed when the\nfacility is invoked), then you may convey a copy of the modified\nversion:\n\n a) under this License, provided that you make a good faith effort to\n ensure that, in the event an Application does not supply the\n function or data, the facility still operates, and performs\n whatever part of its purpose remains meaningful, or\n\n b) under the GNU GPL, with none of the additional permissions of\n this License applicable to that copy.\n\n 3. Object Code Incorporating Material from Library Header Files.\n\n The object code form of an Application may incorporate material from\na header file that is part of the Library. You may convey such object\ncode under terms of your choice, provided that, if the incorporated\nmaterial is not limited to numerical parameters, data structure\nlayouts and accessors, or small macros, inline functions and templates\n(ten or fewer lines in length), you do both of the following:\n\n a) Give prominent notice with each copy of the object code that the\n Library is used in it and that the Library and its use are\n covered by this License.\n\n b) Accompany the object code with a copy of the GNU GPL and this license\n document.\n\n 4. Combined Works.\n\n You may convey a Combined Work under terms of your choice that,\ntaken together, effectively do not restrict modification of the\nportions of the Library contained in the Combined Work and reverse\nengineering for debugging such modifications, if you also do each of\nthe following:\n\n a) Give prominent notice with each copy of the Combined Work that\n the Library is used in it and that the Library and its use are\n covered by this License.\n\n b) Accompany the Combined Work with a copy of the GNU GPL and this license\n document.\n\n c) For a Combined Work that displays copyright notices during\n execution, include the copyright notice for the Library among\n these notices, as well as a reference directing the user to the\n copies of the GNU GPL and this license document.\n\n d) Do one of the following:\n\n 0) Convey the Minimal Corresponding Source under the terms of this\n License, and the Corresponding Application Code in a form\n suitable for, and under terms that permit, the user to\n recombine or relink the Application with a modified version of\n the Linked Version to produce a modified Combined Work, in the\n manner specified by section 6 of the GNU GPL for conveying\n Corresponding Source.\n\n 1) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (a) uses at run time\n a copy of the Library already present on the user's computer\n system, and (b) will operate properly with a modified version\n of the Library that is interface-compatible with the Linked\n Version.\n\n e) Provide Installation Information, but only if you would otherwise\n be required to provide such information under section 6 of the\n GNU GPL, and only to the extent that such information is\n necessary to install and execute a modified version of the\n Combined Work produced by recombining or relinking the\n Application with a modified version of the Linked Version. (If\n you use option 4d0, the Installation Information must accompany\n the Minimal Corresponding Source and Corresponding Application\n Code. If you use option 4d1, you must provide the Installation\n Information in the manner specified by section 6 of the GNU GPL\n for conveying Corresponding Source.)\n\n 5. Combined Libraries.\n\n You may place library facilities that are a work based on the\nLibrary side by side in a single library together with other library\nfacilities that are not Applications and are not covered by this\nLicense, and convey such a combined library under terms of your\nchoice, if you do both of the following:\n\n a) Accompany the combined library with a copy of the same work based\n on the Library, uncombined with any other library facilities,\n conveyed under the terms of this License.\n\n b) Give prominent notice with the combined library that part of it\n is a work based on the Library, and explaining where to find the\n accompanying uncombined form of the same work.\n\n 6. Revised Versions of the GNU Lesser General Public License.\n\n The Free Software Foundation may publish revised and/or new versions\nof the GNU Lesser General Public License from time to time. Such new\nversions will be similar in spirit to the present version, but may\ndiffer in detail to address new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nLibrary as you received it specifies that a certain numbered version\nof the GNU Lesser General Public License \"or any later version\"\napplies to it, you have the option of following the terms and\nconditions either of that published version or of any later version\npublished by the Free Software Foundation. If the Library as you\nreceived it does not specify a version number of the GNU Lesser\nGeneral Public License, you may choose any version of the GNU Lesser\nGeneral Public License ever published by the Free Software Foundation.\n\n If the Library as you received it specifies that a proxy can decide\nwhether future versions of the GNU Lesser General Public License shall\napply, that proxy's public statement of acceptance of any version is\npermanent authorization for you to choose that version for the\nLibrary."}, {"name": "world", "version": null, "license": "Modified BSD license", "text": "/* ----------------------------------------------------------------- */\n/* WORLD: High-quality speech analysis, */\n/* manipulation and synthesis system */\n/* developed by M. Morise */\n/* http://www.kisc.meiji.ac.jp/~mmorise/world/english/ */\n/* ----------------------------------------------------------------- */\n/* */\n/* Copyright (c) 2010 M. Morise */\n/* */\n/* All rights reserved. */\n/* */\n/* Redistribution and use in source and binary forms, with or */\n/* without modification, are permitted provided that the following */\n/* conditions are met: */\n/* */\n/* - Redistributions of source code must retain the above copyright */\n/* notice, this list of conditions and the following disclaimer. */\n/* - Redistributions in binary form must reproduce the above */\n/* copyright notice, this list of conditions and the following */\n/* disclaimer in the documentation and/or other materials provided */\n/* with the distribution. */\n/* - Neither the name of the M. Morise nor the names of its */\n/* contributors may be used to endorse or promote products derived */\n/* from this software without specific prior written permission. */\n/* */\n/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */\n/* CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, */\n/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */\n/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */\n/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */\n/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */\n/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */\n/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */\n/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */\n/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */\n/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */\n/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */\n/* POSSIBILITY OF SUCH DAMAGE. */\n/* ----------------------------------------------------------------- */\n"}, {"name": "PyTorch", "version": "1.9.0", "license": "BSD-style license", "text": "From PyTorch:\n\nCopyright (c) 2016- Facebook, Inc (Adam Paszke)\nCopyright (c) 2014- Facebook, Inc (Soumith Chintala)\nCopyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)\nCopyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)\nCopyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)\nCopyright (c) 2011-2013 NYU (Clement Farabet)\nCopyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)\nCopyright (c) 2006 Idiap Research Institute (Samy Bengio)\nCopyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)\n\nFrom Caffe2:\n\nCopyright (c) 2016-present, Facebook Inc. All rights reserved.\n\nAll contributions by Facebook:\nCopyright (c) 2016 Facebook Inc.\n\nAll contributions by Google:\nCopyright (c) 2015 Google Inc.\nAll rights reserved.\n\nAll contributions by Yangqing Jia:\nCopyright (c) 2015 Yangqing Jia\nAll rights reserved.\n\nAll contributions by Kakao Brain:\nCopyright 2019-2020 Kakao Brain\n\nAll contributions by Cruise LLC:\nCopyright (c) 2022 Cruise LLC.\nAll rights reserved.\n\nAll contributions from Caffe:\nCopyright(c) 2013, 2014, 2015, the respective contributors\nAll rights reserved.\n\nAll other contributions:\nCopyright(c) 2015, 2016 the respective contributors\nAll rights reserved.\n\nCaffe2 uses a copyright model similar to Caffe: each contributor holds\ncopyright over their contributions to Caffe2. The project versioning records\nall such contribution and copyright details. If a contributor wants to further\nmark their specific copyright on a particular contribution, they should\nindicate their copyright solely in the commit message of the change when it is\ncommitted.\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the names of Facebook, Deepmind Technologies, NYU, NEC Laboratories America\n and IDIAP Research Institute nor the names of its contributors may be\n used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "ONNX Runtime", "version": "1.13.1", "license": "MIT license", "text": "MIT License\n\nCopyright (c) Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "Python", "version": "3.11.3", "license": "Python Software Foundation License", "text": "A. HISTORY OF THE SOFTWARE\n==========================\n\nPython was created in the early 1990s by Guido van Rossum at Stichting\nMathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands\nas a successor of a language called ABC. Guido remains Python's\nprincipal author, although it includes many contributions from others.\n\nIn 1995, Guido continued his work on Python at the Corporation for\nNational Research Initiatives (CNRI, see https://www.cnri.reston.va.us)\nin Reston, Virginia where he released several versions of the\nsoftware.\n\nIn May 2000, Guido and the Python core development team moved to\nBeOpen.com to form the BeOpen PythonLabs team. In October of the same\nyear, the PythonLabs team moved to Digital Creations, which became\nZope Corporation. In 2001, the Python Software Foundation (PSF, see\nhttps://www.python.org/psf/) was formed, a non-profit organization\ncreated specifically to own Python-related Intellectual Property.\nZope Corporation was a sponsoring member of the PSF.\n\nAll Python releases are Open Source (see https://opensource.org for\nthe Open Source Definition). Historically, most, but not all, Python\nreleases have also been GPL-compatible; the table below summarizes\nthe various releases.\n\n Release Derived Year Owner GPL-\n from compatible? (1)\n\n 0.9.0 thru 1.2 1991-1995 CWI yes\n 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\n 1.6 1.5.2 2000 CNRI no\n 2.0 1.6 2000 BeOpen.com no\n 1.6.1 1.6 2001 CNRI yes (2)\n 2.1 2.0+1.6.1 2001 PSF no\n 2.0.1 2.0+1.6.1 2001 PSF yes\n 2.1.1 2.1+2.0.1 2001 PSF yes\n 2.1.2 2.1.1 2002 PSF yes\n 2.1.3 2.1.2 2002 PSF yes\n 2.2 and above 2.1.1 2001-now PSF yes\n\nFootnotes:\n\n(1) GPL-compatible doesn't mean that we're distributing Python under\n the GPL. All Python licenses, unlike the GPL, let you distribute\n a modified version without making your changes open source. The\n GPL-compatible licenses make it possible to combine Python with\n other software that is released under the GPL; the others don't.\n\n(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,\n because its license has a choice of law clause. According to\n CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1\n is \"not incompatible\" with the GPL.\n\nThanks to the many outside volunteers who have worked under Guido's\ndirection to make these releases possible.\n\n\nB. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON\n===============================================================\n\nPython software and documentation are licensed under the\nPython Software Foundation License Version 2.\n\nStarting with Python 3.8.6, examples, recipes, and other code in\nthe documentation are dual licensed under the PSF License Version 2\nand the Zero-Clause BSD license.\n\nSome software incorporated into Python is under different licenses.\nThe licenses are listed with code falling under that license.\n\n\nPYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF hereby\ngrants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,\nanalyze, test, perform and/or display publicly, prepare derivative works,\ndistribute, and otherwise use Python alone or in any derivative version,\nprovided, however, that PSF's License Agreement and PSF's notice of copyright,\ni.e., \"Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,\n2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;\nAll Rights Reserved\" are retained in Python alone or in any derivative version\nprepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\n ACCEPT\n\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved.\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION\n----------------------------------------------------------------------\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n"}, {"name": "Cython", "version": "3.0.7", "license": "Apache Software License", "text": "The original Pyrex code as of 2006-04 is licensed under the following\nlicense: \"Copyright stuff: Pyrex is free of restrictions. You may use,\nredistribute, modify and distribute modified versions.\"\n\n------------------\n\nCython, which derives from Pyrex, is licensed under the Apache 2.0\nSoftware License. More precisely, all modifications and new code\nmade to go from Pyrex to Cython are so licensed.\n\nSee LICENSE.txt for more details.\n\n------------------\n\nThe output of a Cython compilation is NOT considered a derivative\nwork of Cython. Specifically, though the compilation process may\nembed snippets of varying lengths into the final output, these\nsnippets, as embedded in the output, do not encumber the resulting\noutput with any license restrictions.\n"}, {"name": "Jinja2", "version": "3.1.3", "license": "BSD License", "text": "Copyright 2007 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "MarkupSafe", "version": "2.1.3", "license": "BSD License", "text": "Copyright 2010 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "PyYAML", "version": "6.0.1", "license": "MIT License", "text": "Copyright (c) 2017-2021 Ingy d\u00f6t Net\nCopyright (c) 2006-2016 Kirill Simonov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "anyio", "version": "3.7.1", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2018 Alex Gr\u00f6nholm\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "asgiref", "version": "3.7.2", "license": "BSD License", "text": "Copyright (c) Django Software Foundation and individual contributors.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of Django nor the names of its contributors may be used\n to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "cffi", "version": "1.16.0", "license": "MIT License", "text": "\nExcept when otherwise stated (look for LICENSE files in directories or\ninformation at the beginning of each file) all software and\ndocumentation is licensed as follows: \n\n The MIT License\n\n Permission is hereby granted, free of charge, to any person \n obtaining a copy of this software and associated documentation \n files (the \"Software\"), to deal in the Software without \n restriction, including without limitation the rights to use, \n copy, modify, merge, publish, distribute, sublicense, and/or \n sell copies of the Software, and to permit persons to whom the \n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included \n in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS \n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING \n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER \n DEALINGS IN THE SOFTWARE.\n\n"}, {"name": "click", "version": "8.1.7", "license": "BSD License", "text": "Copyright 2014 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "fastapi", "version": "0.110.0", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2018 Sebasti\u00e1n Ram\u00edrez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"}, {"name": "h11", "version": "0.14.0", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2016 Nathaniel J. Smith and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "idna", "version": "3.4", "license": "BSD License", "text": "BSD 3-Clause License\n\nCopyright (c) 2013-2021, Kim Davies\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "numpy", "version": "1.26.2", "license": "BSD License", "text": "Copyright (c) 2005-2023, NumPy Developers.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n\n * Neither the name of the NumPy Developers nor the names of any\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n----\n\nThe NumPy repository and source distributions bundle several libraries that are\ncompatibly licensed. We list these here.\n\nName: lapack-lite\nFiles: numpy/linalg/lapack_lite/*\nLicense: BSD-3-Clause\n For details, see numpy/linalg/lapack_lite/LICENSE.txt\n\nName: tempita\nFiles: tools/npy_tempita/*\nLicense: MIT\n For details, see tools/npy_tempita/license.txt\n\nName: dragon4\nFiles: numpy/core/src/multiarray/dragon4.c\nLicense: MIT\n For license text, see numpy/core/src/multiarray/dragon4.c\n\nName: libdivide\nFiles: numpy/core/include/numpy/libdivide/*\nLicense: Zlib\n For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt\n\n\nNote that the following files are vendored in the repository and sdist but not\ninstalled in built numpy packages:\n\nName: Meson\nFiles: vendored-meson/meson/*\nLicense: Apache 2.0\n For license text, see vendored-meson/meson/COPYING\n\nName: meson-python\nFiles: vendored-meson/meson-python/*\nLicense: MIT\n For license text, see vendored-meson/meson-python/LICENSE\n\nName: spin\nFiles: .spin/cmds.py\nLicense: BSD-3\n For license text, see .spin/LICENSE\n\n----\n\nThis binary distribution of NumPy also bundles the following software:\n\n\nName: OpenBLAS\nFiles: numpy.libs/libopenblas*.so\nDescription: bundled as a dynamically linked library\nAvailability: https://github.com/OpenMathLib/OpenBLAS/\nLicense: BSD-3-Clause\n Copyright (c) 2011-2014, The OpenBLAS Project\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\n USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nName: LAPACK\nFiles: numpy.libs/libopenblas*.so\nDescription: bundled in OpenBLAS\nAvailability: https://github.com/OpenMathLib/OpenBLAS/\nLicense: BSD-3-Clause-Attribution\n Copyright (c) 1992-2013 The University of Tennessee and The University\n of Tennessee Research Foundation. All rights\n reserved.\n Copyright (c) 2000-2013 The University of California Berkeley. All\n rights reserved.\n Copyright (c) 2006-2013 The University of Colorado Denver. All rights\n reserved.\n\n $COPYRIGHT$\n\n Additional copyrights may follow\n\n $HEADER$\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n - Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer listed\n in this license in the documentation and/or other materials\n provided with the distribution.\n\n - Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n The copyright holders provide no reassurances that the source code\n provided does not infringe any patent, copyright, or any other\n intellectual property rights of third parties. The copyright holders\n disclaim any liability to any recipient for claims brought against\n recipient by any third party for infringement of that parties\n intellectual property rights.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nName: GCC runtime library\nFiles: numpy.libs/libgfortran*.so\nDescription: dynamically linked to files compiled with gcc\nAvailability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran\nLicense: GPL-3.0-with-GCC-exception\n Copyright (C) 2002-2017 Free Software Foundation, Inc.\n\n Libgfortran is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 3, or (at your option)\n any later version.\n\n Libgfortran is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n Under Section 7 of GPL version 3, you are granted additional\n permissions described in the GCC Runtime Library Exception, version\n 3.1, as published by the Free Software Foundation.\n\n You should have received a copy of the GNU General Public License and\n a copy of the GCC Runtime Library Exception along with this program;\n see the files COPYING3 and COPYING.RUNTIME respectively. If not, see\n .\n\n----\n\nFull text of license texts referred to above follows (that they are\nlisted below does not necessarily imply the conditions apply to the\npresent binary release):\n\n----\n\nGCC RUNTIME LIBRARY EXCEPTION\n\nVersion 3.1, 31 March 2009\n\nCopyright (C) 2009 Free Software Foundation, Inc. \n\nEveryone is permitted to copy and distribute verbatim copies of this\nlicense document, but changing it is not allowed.\n\nThis GCC Runtime Library Exception (\"Exception\") is an additional\npermission under section 7 of the GNU General Public License, version\n3 (\"GPLv3\"). It applies to a given file (the \"Runtime Library\") that\nbears a notice placed by the copyright holder of the file stating that\nthe file is governed by GPLv3 along with this Exception.\n\nWhen you use GCC to compile a program, GCC may combine portions of\ncertain GCC header files and runtime libraries with the compiled\nprogram. The purpose of this Exception is to allow compilation of\nnon-GPL (including proprietary) programs to use, in this way, the\nheader files and runtime libraries covered by this Exception.\n\n0. Definitions.\n\nA file is an \"Independent Module\" if it either requires the Runtime\nLibrary for execution after a Compilation Process, or makes use of an\ninterface provided by the Runtime Library, but is not otherwise based\non the Runtime Library.\n\n\"GCC\" means a version of the GNU Compiler Collection, with or without\nmodifications, governed by version 3 (or a specified later version) of\nthe GNU General Public License (GPL) with the option of using any\nsubsequent versions published by the FSF.\n\n\"GPL-compatible Software\" is software whose conditions of propagation,\nmodification and use would permit combination with GCC in accord with\nthe license of GCC.\n\n\"Target Code\" refers to output from any compiler for a real or virtual\ntarget processor architecture, in executable form or suitable for\ninput to an assembler, loader, linker and/or execution\nphase. Notwithstanding that, Target Code does not include data in any\nformat that is used as a compiler intermediate representation, or used\nfor producing a compiler intermediate representation.\n\nThe \"Compilation Process\" transforms code entirely represented in\nnon-intermediate languages designed for human-written code, and/or in\nJava Virtual Machine byte code, into Target Code. Thus, for example,\nuse of source code generators and preprocessors need not be considered\npart of the Compilation Process, since the Compilation Process can be\nunderstood as starting with the output of the generators or\npreprocessors.\n\nA Compilation Process is \"Eligible\" if it is done using GCC, alone or\nwith other GPL-compatible software, or if it is done without using any\nwork based on GCC. For example, using non-GPL-compatible Software to\noptimize any GCC intermediate representations would not qualify as an\nEligible Compilation Process.\n\n1. Grant of Additional Permission.\n\nYou have permission to propagate a work of Target Code formed by\ncombining the Runtime Library with Independent Modules, even if such\npropagation would otherwise violate the terms of GPLv3, provided that\nall Target Code was generated by Eligible Compilation Processes. You\nmay then convey such a combination under terms of your choice,\nconsistent with the licensing of the Independent Modules.\n\n2. No Weakening of GCC Copyleft.\n\nThe availability of this Exception does not imply any general\npresumption that third-party software is unaffected by the copyleft\nrequirements of the license of GCC.\n\n----\n\n GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Programs\n\n If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n To do so, attach the following notices to the program. It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nAlso add information on how to contact you by electronic and paper mail.\n\n If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n Copyright (C) \n This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n This is free software, and you are welcome to redistribute it\n under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License. Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n.\n\n The GNU General Public License does not permit incorporating your program\ninto proprietary programs. If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library. If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License. But first, please read\n.\n\nName: libquadmath\nFiles: numpy.libs/libquadmath*.so\nDescription: dynamically linked to files compiled with gcc\nAvailability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath\nLicense: LGPL-2.1-or-later\n\n GCC Quad-Precision Math Library\n Copyright (C) 2010-2019 Free Software Foundation, Inc.\n Written by Francois-Xavier Coudert \n\n This file is part of the libquadmath library.\n Libquadmath is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n Libquadmath is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html\n"}, {"name": "platformdirs", "version": "4.2.0", "license": "MIT License", "text": "MIT License\n\nCopyright (c) 2010-202x The platformdirs developers\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "pycparser", "version": "2.21", "license": "BSD License", "text": "pycparser -- A C parser in Python\n\nCopyright (c) 2008-2020, Eli Bendersky\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this \n list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, \n this list of conditions and the following disclaimer in the documentation \n and/or other materials provided with the distribution.\n* Neither the name of Eli Bendersky nor the names of its contributors may \n be used to endorse or promote products derived from this software without \n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND \nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED \nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE \nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE \nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR \nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE \nGOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) \nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT \nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT \nOF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "pydantic", "version": "1.10.14", "license": "MIT License", "text": "The MIT License (MIT)\n\nCopyright (c) 2017, 2018, 2019, 2020, 2021 Samuel Colvin and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "pyopenjtalk", "version": "0.3.2+b35fc89", "license": "MIT License", "text": "The pyopenjtalk package is licensed under the MIT \"Expat\" License:\n\n> Copyright (c) 2018: Ryuichi Yamamoto.\n>\n> Permission is hereby granted, free of charge, to any person obtaining\n> a copy of this software and associated documentation files (the\n> \"Software\"), to deal in the Software without restriction, including\n> without limitation the rights to use, copy, modify, merge, publish,\n> distribute, sublicense, and/or sell copies of the Software, and to\n> permit persons to whom the Software is furnished to do so, subject to\n> the following conditions:\n>\n> The above copyright notice and this permission notice shall be\n> included in all copies or substantial portions of the Software.\n>\n> THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n/bAmFru).\n"}, {"name": "python-multipart", "version": "0.0.5", "license": "Apache Software License", "text": "Copyright 2012, Andrew Dunham\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n"}, {"name": "pyworld", "version": "0.3.4", "license": "UNKNOWN", "text": "MIT License\n\nCopyright 2016 pyworld contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}, {"name": "semver", "version": "3.0.2", "license": "BSD License", "text": "Copyright (c) 2013, Konstantine Rybnikov\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n\n Neither the name of the {organization} nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "six", "version": "1.16.0", "license": "MIT License", "text": "Copyright (c) 2010-2020 Benjamin Peterson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "sniffio", "version": "1.3.0", "license": "Apache Software License; MIT License", "text": "This software is made available under the terms of *either* of the\nlicenses found in LICENSE.APACHE2 or LICENSE.MIT. Contributions to are\nmade under the terms of *both* these licenses.\n"}, {"name": "soundfile", "version": "0.12.1", "license": "BSD License", "text": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL. It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it. You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n When we speak of free software, we are referring to freedom of use,\nnot price. Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights. These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library. Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n Finally, software patents pose a constant threat to the existence of\nany free program. We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder. Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License. This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License. We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library. The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom. The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License. It also provides other free software developers Less\nof an advantage over competing non-free programs. These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries. However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard. To achieve this, non-free programs must be\nallowed to use the library. A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries. In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software. For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n GNU LESSER GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n 6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (1) uses at run time a\n copy of the library already present on the user's computer system,\n rather than copying library functions into the executable, and (2)\n will operate properly with a modified version of the library, if\n the user installs one, as long as the modified version is\n interface-compatible with the version that the work was made with.\n\n c) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n d) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n e) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Libraries\n\n If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change. You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n To apply these terms, attach the following notices to the library. It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n , 1 April 1990\n Ty Coon, President of Vice\n\nThat's all there is to it!\n\n"}, {"name": "soxr", "version": "0.3.7", "license": "GNU Lesser General Public License v2 or later (LGPLv2+)", "text": "Python-SoXR (LGPLv2.1+)\nhttps://github.com/dofuuz/python-soxr\n\n Python-SoXR, Resampler library for Python.\n Copyright (c) 2021-23 Myungchul Keum\n\n This library is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by\n the Free Software Foundation; either version 2.1 of the License, or (at\n your option) any later version.\n\n This library is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\n General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this library; if not, see .\n\n\n----\n\nlibsoxr (LGPLv2.1+)\nhttps://sourceforge.net/projects/soxr/\n\n SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net\n\n This library is free software; you can redistribute it and/or modify it\n under the terms of the GNU Lesser General Public License as published by\n the Free Software Foundation; either version 2.1 of the License, or (at\n your option) any later version.\n\n This library is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser\n General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this library; if not, see .\n\n\n----\n\nPFFFT (BSD-like)\nhttps://bitbucket.org/jpommier/pffft/\n\n Copyright (c) 2013 Julien Pommier ( pommier@modartt.com ) \n\n Based on original fortran 77 code from FFTPACKv4 from NETLIB,\n authored by Dr Paul Swarztrauber of NCAR, in 1985.\n\n As confirmed by the NCAR fftpack software curators, the following\n FFTPACKv5 license applies to FFTPACKv4 sources. My changes are\n released under the same terms.\n\n FFTPACK license:\n\n http://www.cisl.ucar.edu/css/software/fftpack5/ftpk.html\n\n Copyright (c) 2004 the University Corporation for Atmospheric\n Research (\"UCAR\"). All rights reserved. Developed by NCAR's\n Computational and Information Systems Laboratory, UCAR,\n www.cisl.ucar.edu.\n\n Redistribution and use of the Software in source and binary forms,\n with or without modification, is permitted provided that the\n following conditions are met:\n\n - Neither the names of NCAR's Computational and Information Systems\n Laboratory, the University Corporation for Atmospheric Research,\n nor the names of its sponsors or contributors may be used to\n endorse or promote products derived from this Software without\n specific prior written permission. \n\n - Redistributions of source code must retain the above copyright\n notices, this list of conditions, and the disclaimer below.\n\n - Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions, and the disclaimer below in the\n documentation and/or other materials provided with the\n distribution.\n\n THIS SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL,\n EXEMPLARY, OR CONSEQUENTIAL DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE\n SOFTWARE.\n"}, {"name": "starlette", "version": "0.36.3", "license": "BSD License", "text": "Copyright \u00a9 2018, [Encode OSS Ltd](https://www.encode.io/).\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "tqdm", "version": "4.66.1", "license": "MIT License; Mozilla Public License 2.0 (MPL 2.0)", "text": "`tqdm` is a product of collaborative work.\nUnless otherwise stated, all authors (see commit logs) retain copyright\nfor their respective work, and release the work under the MIT licence\n(text below).\n\nExceptions or notable authors are listed below\nin reverse chronological order:\n\n* files: *\n MPL-2.0 2015-2023 (c) Casper da Costa-Luis\n [casperdcl](https://github.com/casperdcl).\n* files: tqdm/_tqdm.py\n MIT 2016 (c) [PR #96] on behalf of Google Inc.\n* files: tqdm/_tqdm.py README.rst .gitignore\n MIT 2013 (c) Noam Yorav-Raphael, original author.\n\n[PR #96]: https://github.com/tqdm/tqdm/pull/96\n\n\nMozilla Public Licence (MPL) v. 2.0 - Exhibit A\n-----------------------------------------------\n\nThis Source Code Form is subject to the terms of the\nMozilla Public License, v. 2.0.\nIf a copy of the MPL was not distributed with this project,\nYou can obtain one at https://mozilla.org/MPL/2.0/.\n\n\nMIT License (MIT)\n-----------------\n\nCopyright (c) 2013 noamraph\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"}, {"name": "typing_extensions", "version": "4.10.0", "license": "Python Software Foundation License", "text": "A. HISTORY OF THE SOFTWARE\n==========================\n\nPython was created in the early 1990s by Guido van Rossum at Stichting\nMathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands\nas a successor of a language called ABC. Guido remains Python's\nprincipal author, although it includes many contributions from others.\n\nIn 1995, Guido continued his work on Python at the Corporation for\nNational Research Initiatives (CNRI, see https://www.cnri.reston.va.us)\nin Reston, Virginia where he released several versions of the\nsoftware.\n\nIn May 2000, Guido and the Python core development team moved to\nBeOpen.com to form the BeOpen PythonLabs team. In October of the same\nyear, the PythonLabs team moved to Digital Creations, which became\nZope Corporation. In 2001, the Python Software Foundation (PSF, see\nhttps://www.python.org/psf/) was formed, a non-profit organization\ncreated specifically to own Python-related Intellectual Property.\nZope Corporation was a sponsoring member of the PSF.\n\nAll Python releases are Open Source (see https://opensource.org for\nthe Open Source Definition). Historically, most, but not all, Python\nreleases have also been GPL-compatible; the table below summarizes\nthe various releases.\n\n Release Derived Year Owner GPL-\n from compatible? (1)\n\n 0.9.0 thru 1.2 1991-1995 CWI yes\n 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\n 1.6 1.5.2 2000 CNRI no\n 2.0 1.6 2000 BeOpen.com no\n 1.6.1 1.6 2001 CNRI yes (2)\n 2.1 2.0+1.6.1 2001 PSF no\n 2.0.1 2.0+1.6.1 2001 PSF yes\n 2.1.1 2.1+2.0.1 2001 PSF yes\n 2.1.2 2.1.1 2002 PSF yes\n 2.1.3 2.1.2 2002 PSF yes\n 2.2 and above 2.1.1 2001-now PSF yes\n\nFootnotes:\n\n(1) GPL-compatible doesn't mean that we're distributing Python under\n the GPL. All Python licenses, unlike the GPL, let you distribute\n a modified version without making your changes open source. The\n GPL-compatible licenses make it possible to combine Python with\n other software that is released under the GPL; the others don't.\n\n(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,\n because its license has a choice of law clause. According to\n CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1\n is \"not incompatible\" with the GPL.\n\nThanks to the many outside volunteers who have worked under Guido's\ndirection to make these releases possible.\n\n\nB. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON\n===============================================================\n\nPython software and documentation are licensed under the\nPython Software Foundation License Version 2.\n\nStarting with Python 3.8.6, examples, recipes, and other code in\nthe documentation are dual licensed under the PSF License Version 2\nand the Zero-Clause BSD license.\n\nSome software incorporated into Python is under different licenses.\nThe licenses are listed with code falling under that license.\n\n\nPYTHON SOFTWARE FOUNDATION LICENSE VERSION 2\n--------------------------------------------\n\n1. This LICENSE AGREEMENT is between the Python Software Foundation\n(\"PSF\"), and the Individual or Organization (\"Licensee\") accessing and\notherwise using this software (\"Python\") in source or binary form and\nits associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, PSF hereby\ngrants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,\nanalyze, test, perform and/or display publicly, prepare derivative works,\ndistribute, and otherwise use Python alone or in any derivative version,\nprovided, however, that PSF's License Agreement and PSF's notice of copyright,\ni.e., \"Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,\n2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;\nAll Rights Reserved\" are retained in Python alone or in any derivative version\nprepared by Licensee.\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python.\n\n4. PSF is making Python available to Licensee on an \"AS IS\"\nbasis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\nFOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. Nothing in this License Agreement shall be deemed to create any\nrelationship of agency, partnership, or joint venture between PSF and\nLicensee. This License Agreement does not grant permission to use PSF\ntrademarks or trade name in a trademark sense to endorse or promote\nproducts or services of Licensee, or any third party.\n\n8. By copying, installing or otherwise using Python, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nBEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0\n-------------------------------------------\n\nBEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1\n\n1. This LICENSE AGREEMENT is between BeOpen.com (\"BeOpen\"), having an\noffice at 160 Saratoga Avenue, Santa Clara, CA 95051, and the\nIndividual or Organization (\"Licensee\") accessing and otherwise using\nthis software in source or binary form and its associated\ndocumentation (\"the Software\").\n\n2. Subject to the terms and conditions of this BeOpen Python License\nAgreement, BeOpen hereby grants Licensee a non-exclusive,\nroyalty-free, world-wide license to reproduce, analyze, test, perform\nand/or display publicly, prepare derivative works, distribute, and\notherwise use the Software alone or in any derivative version,\nprovided, however, that the BeOpen Python License is retained in the\nSoftware, alone or in any derivative version prepared by Licensee.\n\n3. BeOpen is making the Software available to Licensee on an \"AS IS\"\nbasis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE\nSOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS\nAS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY\nDERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n5. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n6. This License Agreement shall be governed by and interpreted in all\nrespects by the law of the State of California, excluding conflict of\nlaw provisions. Nothing in this License Agreement shall be deemed to\ncreate any relationship of agency, partnership, or joint venture\nbetween BeOpen and Licensee. This License Agreement does not grant\npermission to use BeOpen trademarks or trade names in a trademark\nsense to endorse or promote products or services of Licensee, or any\nthird party. As an exception, the \"BeOpen Python\" logos available at\nhttp://www.pythonlabs.com/logos.html may be used according to the\npermissions granted on that web page.\n\n7. By copying, installing or otherwise using the software, Licensee\nagrees to be bound by the terms and conditions of this License\nAgreement.\n\n\nCNRI LICENSE AGREEMENT FOR PYTHON 1.6.1\n---------------------------------------\n\n1. This LICENSE AGREEMENT is between the Corporation for National\nResearch Initiatives, having an office at 1895 Preston White Drive,\nReston, VA 20191 (\"CNRI\"), and the Individual or Organization\n(\"Licensee\") accessing and otherwise using Python 1.6.1 software in\nsource or binary form and its associated documentation.\n\n2. Subject to the terms and conditions of this License Agreement, CNRI\nhereby grants Licensee a nonexclusive, royalty-free, world-wide\nlicense to reproduce, analyze, test, perform and/or display publicly,\nprepare derivative works, distribute, and otherwise use Python 1.6.1\nalone or in any derivative version, provided, however, that CNRI's\nLicense Agreement and CNRI's notice of copyright, i.e., \"Copyright (c)\n1995-2001 Corporation for National Research Initiatives; All Rights\nReserved\" are retained in Python 1.6.1 alone or in any derivative\nversion prepared by Licensee. Alternately, in lieu of CNRI's License\nAgreement, Licensee may substitute the following text (omitting the\nquotes): \"Python 1.6.1 is made available subject to the terms and\nconditions in CNRI's License Agreement. This Agreement together with\nPython 1.6.1 may be located on the internet using the following\nunique, persistent identifier (known as a handle): 1895.22/1013. This\nAgreement may also be obtained from a proxy server on the internet\nusing the following URL: http://hdl.handle.net/1895.22/1013\".\n\n3. In the event Licensee prepares a derivative work that is based on\nor incorporates Python 1.6.1 or any part thereof, and wants to make\nthe derivative work available to others as provided herein, then\nLicensee hereby agrees to include in any such work a brief summary of\nthe changes made to Python 1.6.1.\n\n4. CNRI is making Python 1.6.1 available to Licensee on an \"AS IS\"\nbasis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR\nIMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND\nDISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS\nFOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT\nINFRINGE ANY THIRD PARTY RIGHTS.\n\n5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS\nA RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,\nOR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n\n6. This License Agreement will automatically terminate upon a material\nbreach of its terms and conditions.\n\n7. This License Agreement shall be governed by the federal\nintellectual property law of the United States, including without\nlimitation the federal copyright law, and, to the extent such\nU.S. federal law does not apply, by the law of the Commonwealth of\nVirginia, excluding Virginia's conflict of law provisions.\nNotwithstanding the foregoing, with regard to derivative works based\non Python 1.6.1 that incorporate non-separable material that was\npreviously distributed under the GNU General Public License (GPL), the\nlaw of the Commonwealth of Virginia shall govern this License\nAgreement only as to issues arising under or with respect to\nParagraphs 4, 5, and 7 of this License Agreement. Nothing in this\nLicense Agreement shall be deemed to create any relationship of\nagency, partnership, or joint venture between CNRI and Licensee. This\nLicense Agreement does not grant permission to use CNRI trademarks or\ntrade name in a trademark sense to endorse or promote products or\nservices of Licensee, or any third party.\n\n8. By clicking on the \"ACCEPT\" button where indicated, or by copying,\ninstalling or otherwise using Python 1.6.1, Licensee agrees to be\nbound by the terms and conditions of this License Agreement.\n\n ACCEPT\n\n\nCWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2\n--------------------------------------------------\n\nCopyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,\nThe Netherlands. All rights reserved.\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation, and that the name of Stichting Mathematisch\nCentrum or CWI not be used in advertising or publicity pertaining to\ndistribution of the software without specific, written prior\npermission.\n\nSTICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO\nTHIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE\nFOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT\nOF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\nZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION\n----------------------------------------------------------------------\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n"}, {"name": "uvicorn", "version": "0.15.0", "license": "BSD License", "text": "Copyright \u00a9 2017-present, [Encode OSS Ltd](http://www.encode.io/).\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "OpenBLAS", "version": null, "license": "BSD 3-clause license", "text": "Copyright (c) 2011-2014, The OpenBLAS Project\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n 1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n 3. Neither the name of the OpenBLAS project nor the names of \n its contributors may be used to endorse or promote products \n derived from this software without specific prior written \n permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE\nUSE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "libsndfile-binaries", "version": "1.2.0", "license": "LGPL-2.1 license", "text": " GNU LESSER GENERAL PUBLIC LICENSE\n Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL. It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it. You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n When we speak of free software, we are referring to freedom of use,\nnot price. Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights. These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library. Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n Finally, software patents pose a constant threat to the existence of\nany free program. We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder. Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License. This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License. We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library. The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom. The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License. It also provides other free software developers Less\nof an advantage over competing non-free programs. These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries. However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard. To achieve this, non-free programs must be\nallowed to use the library. A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries. In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software. For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n GNU LESSER GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n 6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (1) uses at run time a\n copy of the library already present on the user's computer system,\n rather than copying library functions into the executable, and (2)\n will operate properly with a modified version of the library, if\n the user installs one, as long as the modified version is\n interface-compatible with the version that the work was made with.\n\n c) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n d) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n e) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n How to Apply These Terms to Your New Libraries\n\n If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change. You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n To apply these terms, attach the following notices to the library. It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n , 1 April 1990\n Ty Coon, President of Vice\n\nThat's all there is to it!\n\n"}, {"name": "libogg", "version": "1.3.5", "license": "BSD 3-clause license", "text": "Copyright (c) 2002, Xiph.org Foundation\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of the Xiph.org Foundation nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "libvorbis", "version": "1.3.7", "license": "BSD 3-clause license", "text": "Copyright (c) 2002-2020 Xiph.org Foundation\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of the Xiph.org Foundation nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "FLAC", "version": "1.4.2", "license": "Xiph.org's BSD-like license", "text": "Copyright (C) 2000-2009 Josh Coalson\nCopyright (C) 2011-2022 Xiph.Org Foundation\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of the Xiph.Org Foundation nor the names of its\ncontributors may be used to endorse or promote products derived from\nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"}, {"name": "Opus", "version": "1.3.1", "license": "BSD 3-clause license", "text": "Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic,\n Jean-Marc Valin, Timothy B. Terriberry,\n CSIRO, Gregory Maxwell, Mark Borgerding,\n Erik de Castro Lopo\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n- Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n- Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\n- Neither the name of Internet Society, IETF or IETF Trust, nor the\nnames of specific contributors, may be used to endorse or promote\nproducts derived from this software without specific prior written\npermission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER\nOR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nOpus is subject to the royalty-free patent licenses which are\nspecified at:\n\nXiph.Org Foundation:\nhttps://datatracker.ietf.org/ipr/1524/\n\nMicrosoft Corporation:\nhttps://datatracker.ietf.org/ipr/1914/\n\nBroadcom Corporation:\nhttps://datatracker.ietf.org/ipr/1526/\n"}, {"name": "mpg123", "version": "1.30.2", "license": "LGPL-2.1 license", "text": "This is the file that contains the terms of use, copying, etc. for the mpg123 distribution package.\n\nMain message, to include in \"About ...\" boxes, etc:\n\n\tCopyright (c) 1995-2020 by Michael Hipp and others,\n\tfree software under the terms of the LGPL v2.1\n\nThere is an attempt to cover the actual list of authors in the AUTHORS file.\nProject maintainer since 2006 is Thomas Orgis and many people have contributed\nsince the Michael Hipp era, but he stays the initial source and it would\nbe impractical to count them all individually, so it's \"and others\".\nSource files contain the phrase \"the mpg123 project\" to the same effect\nin their license boilerplate; especially those that were added after\nmaintainership changed. The person mainly responsible for the first version\nis usually named in the phrase \"initially written by ...\".\n\nAll files in the distribution that don't carry a license note on their own are\nlicensed under the terms of the LGPL 2.1; exceptions may apply, especially to\nfiles not in the official distribution but in the revision control repository.\n\nThe formal license text follows.\n\n=======================\n1. The LGPL version 2.1\n=======================\n\n\n GNU LESSER GENERAL PUBLIC LICENSE\n Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL. It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it. You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n When we speak of free software, we are referring to freedom of use,\nnot price. Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights. These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library. Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\n Finally, software patents pose a constant threat to the existence of\nany free program. We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder. Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License. This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License. We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library. The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom. The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License. It also provides other free software developers Less\nof an advantage over competing non-free programs. These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries. However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard. To achieve this, non-free programs must be\nallowed to use the library. A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries. In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software. For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\n GNU LESSER GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\n 6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Use a suitable shared library mechanism for linking with the\n Library. A suitable mechanism is one that (1) uses at run time a\n copy of the library already present on the user's computer system,\n rather than copying library functions into the executable, and (2)\n will operate properly with a modified version of the library, if\n the user installs one, as long as the modified version is\n interface-compatible with the version that the work was made with.\n\n c) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n d) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n e) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n END OF TERMS AND CONDITIONS\n\n\n====================\n2. The GPL version 2\n====================\n\n\n GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users. This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it. (Some other Free Software Foundation software is covered by\nthe GNU Lesser General Public License instead.) You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have. You must make sure that they, too, receive or can get the\nsource code. And you must show them these terms so they know their\nrights.\n\n We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware. If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary. To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n GNU GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License. The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage. (Hereinafter, translation is included without limitation in\nthe term \"modification\".) Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n 1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n 2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) You must cause the modified files to carry prominent notices\n stating that you changed the files and the date of any change.\n\n b) You must cause any work that you distribute or publish, that in\n whole or in part contains or is derived from the Program or any\n part thereof, to be licensed as a whole at no charge to all third\n parties under the terms of this License.\n\n c) If the modified program normally reads commands interactively\n when run, you must cause it, when started running for such\n interactive use in the most ordinary way, to print or display an\n announcement including an appropriate copyright notice and a\n notice that there is no warranty (or else, saying that you provide\n a warranty) and that users may redistribute the program under\n these conditions, and telling the user how to view a copy of this\n License. (Exception: if the Program itself is interactive but\n does not normally print such an announcement, your work based on\n the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n a) Accompany it with the complete corresponding machine-readable\n source code, which must be distributed under the terms of Sections\n 1 and 2 above on a medium customarily used for software interchange; or,\n\n b) Accompany it with a written offer, valid for at least three\n years, to give any third party, for a charge no more than your\n cost of physically performing source distribution, a complete\n machine-readable copy of the corresponding source code, to be\n distributed under the terms of Sections 1 and 2 above on a medium\n customarily used for software interchange; or,\n\n c) Accompany it with the information you received as to the offer\n to distribute corresponding source code. (This alternative is\n allowed only for noncommercial distribution and only if you\n received the program in object code or executable form with such\n an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it. For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable. However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License. Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n 5. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n 6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n 7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded. In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n 9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation. If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n 10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission. For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this. Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n NO WARRANTY\n\n 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n END OF TERMS AND CONDITIONS\n"}, {"name": "lame", "version": "3.100", "license": "LGPL-2.0 license", "text": "\t\t GNU LIBRARY GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1991 Free Software Foundation, Inc.\n \t\t 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the library GPL. It is\n numbered 2 because it goes with version 2 of the ordinary GPL.]\n\n\t\t\t Preamble\n\n The licenses for most software are designed to take away your\nfreedom to share and change it. By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n This license, the Library General Public License, applies to some\nspecially designated Free Software Foundation software, and to any\nother libraries whose authors decide to use it. You can use it for\nyour libraries, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if\nyou distribute copies of the library, or if you modify it.\n\n For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou. You must make sure that they, too, receive or can get the source\ncode. If you link a program with the library, you must provide\ncomplete object files to the recipients so that they can relink them\nwith the library, after making changes to the library and recompiling\nit. And you must show them these terms so they know their rights.\n\n Our method of protecting your rights has two steps: (1) copyright\nthe library, and (2) offer you this license which gives you legal\npermission to copy, distribute and/or modify the library.\n\n Also, for each distributor's protection, we want to make certain\nthat everyone understands that there is no warranty for this free\nlibrary. If the library is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original\nversion, so that any problems introduced by others will not reflect on\nthe original authors' reputations.\n\f\n Finally, any free program is threatened constantly by software\npatents. We wish to avoid the danger that companies distributing free\nsoftware will individually obtain patent licenses, thus in effect\ntransforming the program into proprietary software. To prevent this,\nwe have made it clear that any patent must be licensed for everyone's\nfree use or not licensed at all.\n\n Most GNU software, including some libraries, is covered by the ordinary\nGNU General Public License, which was designed for utility programs. This\nlicense, the GNU Library General Public License, applies to certain\ndesignated libraries. This license is quite different from the ordinary\none; be sure to read it in full, and don't assume that anything in it is\nthe same as in the ordinary license.\n\n The reason we have a separate public license for some libraries is that\nthey blur the distinction we usually make between modifying or adding to a\nprogram and simply using it. Linking a program with a library, without\nchanging the library, is in some sense simply using the library, and is\nanalogous to running a utility program or application program. However, in\na textual and legal sense, the linked executable is a combined work, a\nderivative of the original library, and the ordinary General Public License\ntreats it as such.\n\n Because of this blurred distinction, using the ordinary General\nPublic License for libraries did not effectively promote software\nsharing, because most developers did not use the libraries. We\nconcluded that weaker conditions might promote sharing better.\n\n However, unrestricted linking of non-free programs would deprive the\nusers of those programs of all benefit from the free status of the\nlibraries themselves. This Library General Public License is intended to\npermit developers of non-free programs to use free libraries, while\npreserving your freedom as a user of such programs to change the free\nlibraries that are incorporated in them. (We have not seen how to achieve\nthis as regards changes in header files, but we have achieved it as regards\nchanges in the actual functions of the Library.) The hope is that this\nwill lead to faster development of free libraries.\n\n The precise terms and conditions for copying, distribution and\nmodification follow. Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\". The\nformer contains code derived from the library, while the latter only\nworks together with the library.\n\n Note that it is possible for a library to be covered by the ordinary\nGeneral Public License rather than by this special one.\n\f\n\t\t GNU LIBRARY GENERAL PUBLIC LICENSE\n TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n 0. This License Agreement applies to any software library which\ncontains a notice placed by the copyright holder or other authorized\nparty saying it may be distributed under the terms of this Library\nGeneral Public License (also called \"this License\"). Each licensee is\naddressed as \"you\".\n\n A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms. A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language. (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it. For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope. The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it). Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n \n 1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n 2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n a) The modified work must itself be a software library.\n\n b) You must cause the files modified to carry prominent notices\n stating that you changed the files and the date of any change.\n\n c) You must cause the whole of the work to be licensed at no\n charge to all third parties under the terms of this License.\n\n d) If a facility in the modified Library refers to a function or a\n table of data to be supplied by an application program that uses\n the facility, other than as an argument passed when the facility\n is invoked, then you must make a good faith effort to ensure that,\n in the event an application does not supply such function or\n table, the facility still operates, and performs whatever part of\n its purpose remains meaningful.\n\n (For example, a function in a library to compute square roots has\n a purpose that is entirely well-defined independent of the\n application. Therefore, Subsection 2d requires that any\n application-supplied function or table used by this function must\n be optional: if the application does not supply it, the square\n root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole. If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works. But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n 3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library. To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License. (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.) Do not make any other change in\nthese notices.\n\f\n Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n 4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n 5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\". Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\". The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library. The\nthreshold for this to be true is not precisely defined by law.\n\n If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork. (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n 6. As an exception to the Sections above, you may also compile or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License. You must supply a copy of this License. If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License. Also, you must do one\nof these things:\n\n a) Accompany the work with the complete corresponding\n machine-readable source code for the Library including whatever\n changes were used in the work (which must be distributed under\n Sections 1 and 2 above); and, if the work is an executable linked\n with the Library, with the complete machine-readable \"work that\n uses the Library\", as object code and/or source code, so that the\n user can modify the Library and then relink to produce a modified\n executable containing the modified Library. (It is understood\n that the user who changes the contents of definitions files in the\n Library will not necessarily be able to recompile the application\n to use the modified definitions.)\n\n b) Accompany the work with a written offer, valid for at\n least three years, to give the same user the materials\n specified in Subsection 6a, above, for a charge no more\n than the cost of performing this distribution.\n\n c) If distribution of the work is made by offering access to copy\n from a designated place, offer equivalent access to copy the above\n specified materials from the same place.\n\n d) Verify that the user has already received a copy of these\n materials or that you have already sent this user a copy.\n\n For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it. However, as a special exception,\nthe source code distributed need not include anything that is normally\ndistributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system. Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n 7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n a) Accompany the combined library with a copy of the same work\n based on the Library, uncombined with any other library\n facilities. This must be distributed under the terms of the\n Sections above.\n\n b) Give prominent notice with the combined library of the fact\n that part of it is a work based on the Library, and explaining\n where to find the accompanying uncombined form of the same work.\n\n 8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License. Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License. However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n 9. You are not required to accept this License, since you have not\nsigned it. However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works. These actions are\nprohibited by law if you do not accept this License. Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n 10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions. You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\f\n 11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all. For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices. Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n 12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded. In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n 13. The Free Software Foundation may publish revised and/or new\nversions of the Library General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation. If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n 14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission. For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this. Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n\t\t\t NO WARRANTY\n\n 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n\t\t END OF TERMS AND CONDITIONS\n\f\n How to Apply These Terms to Your New Libraries\n\n If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change. You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n To apply these terms, attach the following notices to the library. It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n \n Copyright (C) \n\n This library is free software; you can redistribute it and/or\n modify it under the terms of the GNU Library General Public\n License as published by the Free Software Foundation; either\n version 2 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Library General Public License for more details.\n\n You should have received a copy of the GNU Library General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary. Here is a sample; alter the names:\n\n Yoyodyne, Inc., hereby disclaims all copyright interest in the\n library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n , 1 April 1990\n Ty Coon, President of Vice\n\nThat's all there is to it!\n"}, {"name": "CUDA Toolkit", "version": "11.8.0", "license": null, "text": "End User License Agreement\n--------------------------\n\nNVIDIA Software License Agreement and CUDA Supplement to\nSoftware License Agreement. Last updated: October 8, 2021\n\nThe CUDA Toolkit End User License Agreement applies to the\nNVIDIA CUDA Toolkit, the NVIDIA CUDA Samples, the NVIDIA\nDisplay Driver, NVIDIA Nsight tools (Visual Studio Edition),\nand the associated documentation on CUDA APIs, programming\nmodel and development tools. If you do not agree with the\nterms and conditions of the license agreement, then do not\ndownload or use the software.\n\nLast updated: October 8, 2021.\n\n\nPreface\n-------\n\nThe Software License Agreement in Chapter 1 and the Supplement\nin Chapter 2 contain license terms and conditions that govern\nthe use of NVIDIA software. By accepting this agreement, you\nagree to comply with all the terms and conditions applicable\nto the product(s) included herein.\n\n\nNVIDIA Driver\n\n\nDescription\n\nThis package contains the operating system driver and\nfundamental system software components for NVIDIA GPUs.\n\n\nNVIDIA CUDA Toolkit\n\n\nDescription\n\nThe NVIDIA CUDA Toolkit provides command-line and graphical\ntools for building, debugging and optimizing the performance\nof applications accelerated by NVIDIA GPUs, runtime and math\nlibraries, and documentation including programming guides,\nuser manuals, and API references.\n\n\nDefault Install Location of CUDA Toolkit\n\nWindows platform:\n\n%ProgramFiles%\\NVIDIA GPU Computing Toolkit\\CUDA\\v#.#\n\nLinux platform:\n\n/usr/local/cuda-#.#\n\nMac platform:\n\n/Developer/NVIDIA/CUDA-#.#\n\n\nNVIDIA CUDA Samples\n\n\nDescription\n\nCUDA Samples are now located in\nhttps://github.com/nvidia/cuda-samples, which includes\ninstructions for obtaining, building, and running the samples.\nThey are no longer included in the CUDA toolkit.\n\n\nNVIDIA Nsight Visual Studio Edition (Windows only)\n\n\nDescription\n\nNVIDIA Nsight Development Platform, Visual Studio Edition is a\ndevelopment environment integrated into Microsoft Visual\nStudio that provides tools for debugging, profiling, analyzing\nand optimizing your GPU computing and graphics applications.\n\n\nDefault Install Location of Nsight Visual Studio Edition\n\nWindows platform:\n\n%ProgramFiles(x86)%\\NVIDIA Corporation\\Nsight Visual Studio Edition #.#\n\n\n1. License Agreement for NVIDIA Software Development Kits\n---------------------------------------------------------\n\n\nImportant Notice\u2014Read before downloading, installing,\ncopying or using the licensed software:\n-------------------------------------------------------\n\nThis license agreement, including exhibits attached\n(\"Agreement\u201d) is a legal agreement between you and NVIDIA\nCorporation (\"NVIDIA\") and governs your use of a NVIDIA\nsoftware development kit (\u201cSDK\u201d).\n\nEach SDK has its own set of software and materials, but here\nis a description of the types of items that may be included in\na SDK: source code, header files, APIs, data sets and assets\n(examples include images, textures, models, scenes, videos,\nnative API input/output files), binary software, sample code,\nlibraries, utility programs, programming code and\ndocumentation.\n\nThis Agreement can be accepted only by an adult of legal age\nof majority in the country in which the SDK is used.\n\nIf you are entering into this Agreement on behalf of a company\nor other legal entity, you represent that you have the legal\nauthority to bind the entity to this Agreement, in which case\n\u201cyou\u201d will mean the entity you represent.\n\nIf you don\u2019t have the required age or authority to accept\nthis Agreement, or if you don\u2019t accept all the terms and\nconditions of this Agreement, do not download, install or use\nthe SDK.\n\nYou agree to use the SDK only for purposes that are permitted\nby (a) this Agreement, and (b) any applicable law, regulation\nor generally accepted practices or guidelines in the relevant\njurisdictions.\n\n\n1.1. License\n\n\n1.1.1. License Grant\n\nSubject to the terms of this Agreement, NVIDIA hereby grants\nyou a non-exclusive, non-transferable license, without the\nright to sublicense (except as expressly provided in this\nAgreement) to:\n\n 1. Install and use the SDK,\n\n 2. Modify and create derivative works of sample source code\n delivered in the SDK, and\n\n 3. Distribute those portions of the SDK that are identified\n in this Agreement as distributable, as incorporated in\n object code format into a software application that meets\n the distribution requirements indicated in this Agreement.\n\n\n1.1.2. Distribution Requirements\n\nThese are the distribution requirements for you to exercise\nthe distribution grant:\n\n 1. Your application must have material additional\n functionality, beyond the included portions of the SDK.\n\n 2. The distributable portions of the SDK shall only be\n accessed by your application.\n\n 3. The following notice shall be included in modifications\n and derivative works of sample source code distributed:\n \u201cThis software contains source code provided by NVIDIA\n Corporation.\u201d\n\n 4. Unless a developer tool is identified in this Agreement\n as distributable, it is delivered for your internal use\n only.\n\n 5. The terms under which you distribute your application\n must be consistent with the terms of this Agreement,\n including (without limitation) terms relating to the\n license grant and license restrictions and protection of\n NVIDIA\u2019s intellectual property rights. Additionally, you\n agree that you will protect the privacy, security and\n legal rights of your application users.\n\n 6. You agree to notify NVIDIA in writing of any known or\n suspected distribution or use of the SDK not in compliance\n with the requirements of this Agreement, and to enforce\n the terms of your agreements with respect to distributed\n SDK.\n\n\n1.1.3. Authorized Users\n\nYou may allow employees and contractors of your entity or of\nyour subsidiary(ies) to access and use the SDK from your\nsecure network to perform work on your behalf.\n\nIf you are an academic institution you may allow users\nenrolled or employed by the academic institution to access and\nuse the SDK from your secure network.\n\nYou are responsible for the compliance with the terms of this\nAgreement by your authorized users. If you become aware that\nyour authorized users didn\u2019t follow the terms of this\nAgreement, you agree to take reasonable steps to resolve the\nnon-compliance and prevent new occurrences.\n\n\n1.1.4. Pre-Release SDK\n\nThe SDK versions identified as alpha, beta, preview or\notherwise as pre-release, may not be fully functional, may\ncontain errors or design flaws, and may have reduced or\ndifferent security, privacy, accessibility, availability, and\nreliability standards relative to commercial versions of\nNVIDIA software and materials. Use of a pre-release SDK may\nresult in unexpected results, loss of data, project delays or\nother unpredictable damage or loss.\n\nYou may use a pre-release SDK at your own risk, understanding\nthat pre-release SDKs are not intended for use in production\nor business-critical systems.\n\nNVIDIA may choose not to make available a commercial version\nof any pre-release SDK. NVIDIA may also choose to abandon\ndevelopment and terminate the availability of a pre-release\nSDK at any time without liability.\n\n\n1.1.5. Updates\n\nNVIDIA may, at its option, make available patches, workarounds\nor other updates to this SDK. Unless the updates are provided\nwith their separate governing terms, they are deemed part of\nthe SDK licensed to you as provided in this Agreement. You\nagree that the form and content of the SDK that NVIDIA\nprovides may change without prior notice to you. While NVIDIA\ngenerally maintains compatibility between versions, NVIDIA may\nin some cases make changes that introduce incompatibilities in\nfuture versions of the SDK.\n\n\n1.1.6. Components Under Other Licenses\n\nThe SDK may come bundled with, or otherwise include or be\ndistributed with, NVIDIA or third-party components with\nseparate legal notices or terms as may be described in\nproprietary notices accompanying the SDK. If and to the extent\nthere is a conflict between the terms in this Agreement and\nthe license terms associated with the component, the license\nterms associated with the components control only to the\nextent necessary to resolve the conflict.\n\nSubject to the other terms of this Agreement, you may use the\nSDK to develop and test applications released under Open\nSource Initiative (OSI) approved open source software\nlicenses.\n\n\n1.1.7. Reservation of Rights\n\nNVIDIA reserves all rights, title, and interest in and to the\nSDK, not expressly granted to you under this Agreement.\n\n\n1.2. Limitations\n\nThe following license limitations apply to your use of the\nSDK:\n\n 1. You may not reverse engineer, decompile or disassemble,\n or remove copyright or other proprietary notices from any\n portion of the SDK or copies of the SDK.\n\n 2. Except as expressly provided in this Agreement, you may\n not copy, sell, rent, sublicense, transfer, distribute,\n modify, or create derivative works of any portion of the\n SDK. For clarity, you may not distribute or sublicense the\n SDK as a stand-alone product.\n\n 3. Unless you have an agreement with NVIDIA for this\n purpose, you may not indicate that an application created\n with the SDK is sponsored or endorsed by NVIDIA.\n\n 4. You may not bypass, disable, or circumvent any\n encryption, security, digital rights management or\n authentication mechanism in the SDK.\n\n 5. You may not use the SDK in any manner that would cause it\n to become subject to an open source software license. As\n examples, licenses that require as a condition of use,\n modification, and/or distribution that the SDK be:\n\n a. Disclosed or distributed in source code form;\n\n b. Licensed for the purpose of making derivative works;\n or\n\n c. Redistributable at no charge.\n\n 6. You acknowledge that the SDK as delivered is not tested\n or certified by NVIDIA for use in connection with the\n design, construction, maintenance, and/or operation of any\n system where the use or failure of such system could\n result in a situation that threatens the safety of human\n life or results in catastrophic damages (each, a \"Critical\n Application\"). Examples of Critical Applications include\n use in avionics, navigation, autonomous vehicle\n applications, ai solutions for automotive products,\n military, medical, life support or other life critical\n applications. NVIDIA shall not be liable to you or any\n third party, in whole or in part, for any claims or\n damages arising from such uses. You are solely responsible\n for ensuring that any product or service developed with\n the SDK as a whole includes sufficient features to comply\n with all applicable legal and regulatory standards and\n requirements.\n\n 7. You agree to defend, indemnify and hold harmless NVIDIA\n and its affiliates, and their respective employees,\n contractors, agents, officers and directors, from and\n against any and all claims, damages, obligations, losses,\n liabilities, costs or debt, fines, restitutions and\n expenses (including but not limited to attorney\u2019s fees\n and costs incident to establishing the right of\n indemnification) arising out of or related to products or\n services that use the SDK in or for Critical Applications,\n and for use of the SDK outside of the scope of this\n Agreement or not in compliance with its terms.\n\n 8. You may not reverse engineer, decompile or disassemble\n any portion of the output generated using SDK elements for\n the purpose of translating such output artifacts to target\n a non-NVIDIA platform.\n\n\n1.3. Ownership\n\n 1. NVIDIA or its licensors hold all rights, title and\n interest in and to the SDK and its modifications and\n derivative works, including their respective intellectual\n property rights, subject to your rights under Section\n 1.3.2. This SDK may include software and materials from\n NVIDIA\u2019s licensors, and these licensors are intended\n third party beneficiaries that may enforce this Agreement\n with respect to their intellectual property rights.\n\n 2. You hold all rights, title and interest in and to your\n applications and your derivative works of the sample\n source code delivered in the SDK, including their\n respective intellectual property rights, subject to\n NVIDIA\u2019s rights under Section 1.3.1.\n\n 3. You may, but don\u2019t have to, provide to NVIDIA\n suggestions, feature requests or other feedback regarding\n the SDK, including possible enhancements or modifications\n to the SDK. For any feedback that you voluntarily provide,\n you hereby grant NVIDIA and its affiliates a perpetual,\n non-exclusive, worldwide, irrevocable license to use,\n reproduce, modify, license, sublicense (through multiple\n tiers of sublicensees), and distribute (through multiple\n tiers of distributors) it without the payment of any\n royalties or fees to you. NVIDIA will use feedback at its\n choice. NVIDIA is constantly looking for ways to improve\n its products, so you may send feedback to NVIDIA through\n the developer portal at https://developer.nvidia.com.\n\n\n1.4. No Warranties\n\nTHE SDK IS PROVIDED BY NVIDIA \u201cAS IS\u201d AND \u201cWITH ALL\nFAULTS.\u201d TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND\nITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND\nOR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING,\nBUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE\nABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO\nWARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF\nDEALING OR COURSE OF TRADE.\n\n\n1.5. Limitation of Liability\n\nTO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS\nAFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL,\nPUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS\nOF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF\nPROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION\nWITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK,\nWHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH\nOF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE),\nPRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF\nLIABILITY. IN NO EVENT WILL NVIDIA\u2019S AND ITS AFFILIATES\nTOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS\nAGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE\nNUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS\nLIMIT.\n\nThese exclusions and limitations of liability shall apply\nregardless if NVIDIA or its affiliates have been advised of\nthe possibility of such damages, and regardless of whether a\nremedy fails its essential purpose. These exclusions and\nlimitations of liability form an essential basis of the\nbargain between the parties, and, absent any of these\nexclusions or limitations of liability, the provisions of this\nAgreement, including, without limitation, the economic terms,\nwould be substantially different.\n\n\n1.6. Termination\n\n 1. This Agreement will continue to apply until terminated by\n either you or NVIDIA as described below.\n\n 2. If you want to terminate this Agreement, you may do so by\n stopping to use the SDK.\n\n 3. NVIDIA may, at any time, terminate this Agreement if:\n\n a. (i) you fail to comply with any term of this\n Agreement and the non-compliance is not fixed within\n thirty (30) days following notice from NVIDIA (or\n immediately if you violate NVIDIA\u2019s intellectual\n property rights);\n\n b. (ii) you commence or participate in any legal\n proceeding against NVIDIA with respect to the SDK; or\n\n c. (iii) NVIDIA decides to no longer provide the SDK in\n a country or, in NVIDIA\u2019s sole discretion, the\n continued use of it is no longer commercially viable.\n\n 4. Upon any termination of this Agreement, you agree to\n promptly discontinue use of the SDK and destroy all copies\n in your possession or control. Your prior distributions in\n accordance with this Agreement are not affected by the\n termination of this Agreement. Upon written request, you\n will certify in writing that you have complied with your\n commitments under this section. Upon any termination of\n this Agreement all provisions survive except for the\n license grant provisions.\n\n\n1.7. General\n\nIf you wish to assign this Agreement or your rights and\nobligations, including by merger, consolidation, dissolution\nor operation of law, contact NVIDIA to ask for permission. Any\nattempted assignment not approved by NVIDIA in writing shall\nbe void and of no effect. NVIDIA may assign, delegate or\ntransfer this Agreement and its rights and obligations, and if\nto a non-affiliate you will be notified.\n\nYou agree to cooperate with NVIDIA and provide reasonably\nrequested information to verify your compliance with this\nAgreement.\n\nThis Agreement will be governed in all respects by the laws of\nthe United States and of the State of Delaware as those laws\nare applied to contracts entered into and performed entirely\nwithin Delaware by Delaware residents, without regard to the\nconflicts of laws principles. The United Nations Convention on\nContracts for the International Sale of Goods is specifically\ndisclaimed. You agree to all terms of this Agreement in the\nEnglish language.\n\nThe state or federal courts residing in Santa Clara County,\nCalifornia shall have exclusive jurisdiction over any dispute\nor claim arising out of this Agreement. Notwithstanding this,\nyou agree that NVIDIA shall still be allowed to apply for\ninjunctive remedies or an equivalent type of urgent legal\nrelief in any jurisdiction.\n\nIf any court of competent jurisdiction determines that any\nprovision of this Agreement is illegal, invalid or\nunenforceable, such provision will be construed as limited to\nthe extent necessary to be consistent with and fully\nenforceable under the law and the remaining provisions will\nremain in full force and effect. Unless otherwise specified,\nremedies are cumulative.\n\nEach party acknowledges and agrees that the other is an\nindependent contractor in the performance of this Agreement.\n\nThe SDK has been developed entirely at private expense and is\n\u201ccommercial items\u201d consisting of \u201ccommercial computer\nsoftware\u201d and \u201ccommercial computer software\ndocumentation\u201d provided with RESTRICTED RIGHTS. Use,\nduplication or disclosure by the U.S. Government or a U.S.\nGovernment subcontractor is subject to the restrictions in\nthis Agreement pursuant to DFARS 227.7202-3(a) or as set forth\nin subparagraphs (c)(1) and (2) of the Commercial Computer\nSoftware - Restricted Rights clause at FAR 52.227-19, as\napplicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas\nExpressway, Santa Clara, CA 95051.\n\nThe SDK is subject to United States export laws and\nregulations. You agree that you will not ship, transfer or\nexport the SDK into any country, or use the SDK in any manner,\nprohibited by the United States Bureau of Industry and\nSecurity or economic sanctions regulations administered by the\nU.S. Department of Treasury\u2019s Office of Foreign Assets\nControl (OFAC), or any applicable export laws, restrictions or\nregulations. These laws include restrictions on destinations,\nend users and end use. By accepting this Agreement, you\nconfirm that you are not a resident or citizen of any country\ncurrently embargoed by the U.S. and that you are not otherwise\nprohibited from receiving the SDK.\n\nAny notice delivered by NVIDIA to you under this Agreement\nwill be delivered via mail, email or fax. You agree that any\nnotices that NVIDIA sends you electronically will satisfy any\nlegal communication requirements. Please direct your legal\nnotices or other correspondence to NVIDIA Corporation, 2788\nSan Tomas Expressway, Santa Clara, California 95051, United\nStates of America, Attention: Legal Department.\n\nThis Agreement and any exhibits incorporated into this\nAgreement constitute the entire agreement of the parties with\nrespect to the subject matter of this Agreement and supersede\nall prior negotiations or documentation exchanged between the\nparties relating to this SDK license. Any additional and/or\nconflicting terms on documents issued by you are null, void,\nand invalid. Any amendment or waiver under this Agreement\nshall be in writing and signed by representatives of both\nparties.\n\n\n2. CUDA Toolkit Supplement to Software License Agreement for\nNVIDIA Software Development Kits\n------------------------------------------------------------\n\nThe terms in this supplement govern your use of the NVIDIA\nCUDA Toolkit SDK under the terms of your license agreement\n(\u201cAgreement\u201d) as modified by this supplement. Capitalized\nterms used but not defined below have the meaning assigned to\nthem in the Agreement.\n\nThis supplement is an exhibit to the Agreement and is\nincorporated as an integral part of the Agreement. In the\nevent of conflict between the terms in this supplement and the\nterms in the Agreement, the terms in this supplement govern.\n\n\n2.1. License Scope\n\nThe SDK is licensed for you to develop applications only for\nuse in systems with NVIDIA GPUs.\n\n\n2.2. Distribution\n\nThe portions of the SDK that are distributable under the\nAgreement are listed in Attachment A.\n\n\n2.3. Operating Systems\n\nThose portions of the SDK designed exclusively for use on the\nLinux or FreeBSD operating systems, or other operating systems\nderived from the source code to these operating systems, may\nbe copied and redistributed for use in accordance with this\nAgreement, provided that the object code files are not\nmodified in any way (except for unzipping of compressed\nfiles).\n\n\n2.4. Audio and Video Encoders and Decoders\n\nYou acknowledge and agree that it is your sole responsibility\nto obtain any additional third-party licenses required to\nmake, have made, use, have used, sell, import, and offer for\nsale your products or services that include or incorporate any\nthird-party software and content relating to audio and/or\nvideo encoders and decoders from, including but not limited\nto, Microsoft, Thomson, Fraunhofer IIS, Sisvel S.p.A.,\nMPEG-LA, and Coding Technologies. NVIDIA does not grant to you\nunder this Agreement any necessary patent or other rights with\nrespect to any audio and/or video encoders and decoders.\n\n\n2.5. Licensing\n\nIf the distribution terms in this Agreement are not suitable\nfor your organization, or for any questions regarding this\nAgreement, please contact NVIDIA at\nnvidia-compute-license-questions@nvidia.com.\n\n\n2.6. Attachment A\n\nThe following CUDA Toolkit files may be distributed with\nLicensee Applications developed by you, including certain\nvariations of these files that have version number or\narchitecture specific information embedded in the file name -\nas an example only, for release version 9.0 of the 64-bit\nWindows software, the file cudart64_90.dll is redistributable.\n\nComponent\n\nCUDA Runtime\n\nWindows\n\ncudart.dll, cudart_static.lib, cudadevrt.lib\n\nMac OSX\n\nlibcudart.dylib, libcudart_static.a, libcudadevrt.a\n\nLinux\n\nlibcudart.so, libcudart_static.a, libcudadevrt.a\n\nAndroid\n\nlibcudart.so, libcudart_static.a, libcudadevrt.a\n\nComponent\n\nCUDA FFT Library\n\nWindows\n\ncufft.dll, cufftw.dll, cufft.lib, cufftw.lib\n\nMac OSX\n\nlibcufft.dylib, libcufft_static.a, libcufftw.dylib,\nlibcufftw_static.a\n\nLinux\n\nlibcufft.so, libcufft_static.a, libcufftw.so,\nlibcufftw_static.a\n\nAndroid\n\nlibcufft.so, libcufft_static.a, libcufftw.so,\nlibcufftw_static.a\n\nComponent\n\nCUDA BLAS Library\n\nWindows\n\ncublas.dll, cublasLt.dll\n\nMac OSX\n\nlibcublas.dylib, libcublasLt.dylib, libcublas_static.a,\nlibcublasLt_static.a\n\nLinux\n\nlibcublas.so, libcublasLt.so, libcublas_static.a,\nlibcublasLt_static.a\n\nAndroid\n\nlibcublas.so, libcublasLt.so, libcublas_static.a,\nlibcublasLt_static.a\n\nComponent\n\nNVIDIA \"Drop-in\" BLAS Library\n\nWindows\n\nnvblas.dll\n\nMac OSX\n\nlibnvblas.dylib\n\nLinux\n\nlibnvblas.so\n\nComponent\n\nCUDA Sparse Matrix Library\n\nWindows\n\ncusparse.dll, cusparse.lib\n\nMac OSX\n\nlibcusparse.dylib, libcusparse_static.a\n\nLinux\n\nlibcusparse.so, libcusparse_static.a\n\nAndroid\n\nlibcusparse.so, libcusparse_static.a\n\nComponent\n\nCUDA Linear Solver Library\n\nWindows\n\ncusolver.dll, cusolver.lib\n\nMac OSX\n\nlibcusolver.dylib, libcusolver_static.a\n\nLinux\n\nlibcusolver.so, libcusolver_static.a\n\nAndroid\n\nlibcusolver.so, libcusolver_static.a\n\nComponent\n\nCUDA Random Number Generation Library\n\nWindows\n\ncurand.dll, curand.lib\n\nMac OSX\n\nlibcurand.dylib, libcurand_static.a\n\nLinux\n\nlibcurand.so, libcurand_static.a\n\nAndroid\n\nlibcurand.so, libcurand_static.a\n\nComponent\n\nNVIDIA Performance Primitives Library\n\nWindows\n\nnppc.dll, nppc.lib, nppial.dll, nppial.lib, nppicc.dll,\nnppicc.lib, nppicom.dll, nppicom.lib, nppidei.dll,\nnppidei.lib, nppif.dll, nppif.lib, nppig.dll, nppig.lib,\nnppim.dll, nppim.lib, nppist.dll, nppist.lib, nppisu.dll,\nnppisu.lib, nppitc.dll, nppitc.lib, npps.dll, npps.lib\n\nMac OSX\n\nlibnppc.dylib, libnppc_static.a, libnppial.dylib,\nlibnppial_static.a, libnppicc.dylib, libnppicc_static.a,\nlibnppicom.dylib, libnppicom_static.a, libnppidei.dylib,\nlibnppidei_static.a, libnppif.dylib, libnppif_static.a,\nlibnppig.dylib, libnppig_static.a, libnppim.dylib,\nlibnppisu_static.a, libnppitc.dylib, libnppitc_static.a,\nlibnpps.dylib, libnpps_static.a\n\nLinux\n\nlibnppc.so, libnppc_static.a, libnppial.so,\nlibnppial_static.a, libnppicc.so, libnppicc_static.a,\nlibnppicom.so, libnppicom_static.a, libnppidei.so,\nlibnppidei_static.a, libnppif.so, libnppif_static.a\nlibnppig.so, libnppig_static.a, libnppim.so,\nlibnppim_static.a, libnppist.so, libnppist_static.a,\nlibnppisu.so, libnppisu_static.a, libnppitc.so\nlibnppitc_static.a, libnpps.so, libnpps_static.a\n\nAndroid\n\nlibnppc.so, libnppc_static.a, libnppial.so,\nlibnppial_static.a, libnppicc.so, libnppicc_static.a,\nlibnppicom.so, libnppicom_static.a, libnppidei.so,\nlibnppidei_static.a, libnppif.so, libnppif_static.a\nlibnppig.so, libnppig_static.a, libnppim.so,\nlibnppim_static.a, libnppist.so, libnppist_static.a,\nlibnppisu.so, libnppisu_static.a, libnppitc.so\nlibnppitc_static.a, libnpps.so, libnpps_static.a\n\nComponent\n\nNVIDIA JPEG Library\n\nWindows\n\nnvjpeg.lib, nvjpeg.dll\n\nLinux\n\nlibnvjpeg.so, libnvjpeg_static.a\n\nComponent\n\nInternal common library required for statically linking to\ncuBLAS, cuSPARSE, cuFFT, cuRAND, nvJPEG and NPP\n\nMac OSX\n\nlibculibos.a\n\nLinux\n\nlibculibos.a\n\nComponent\n\nNVIDIA Runtime Compilation Library and Header\n\nAll\n\nnvrtc.h\n\nWindows\n\nnvrtc.dll, nvrtc-builtins.dll\n\nMac OSX\n\nlibnvrtc.dylib, libnvrtc-builtins.dylib\n\nLinux\n\nlibnvrtc.so, libnvrtc-builtins.so\n\nComponent\n\nNVIDIA Optimizing Compiler Library\n\nWindows\n\nnvvm.dll\n\nMac OSX\n\nlibnvvm.dylib\n\nLinux\n\nlibnvvm.so\n\nComponent\n\nNVIDIA Common Device Math Functions Library\n\nWindows\n\nlibdevice.10.bc\n\nMac OSX\n\nlibdevice.10.bc\n\nLinux\n\nlibdevice.10.bc\n\nComponent\n\nCUDA Occupancy Calculation Header Library\n\nAll\n\ncuda_occupancy.h\n\nComponent\n\nCUDA Half Precision Headers\n\nAll\n\ncuda_fp16.h, cuda_fp16.hpp\n\nComponent\n\nCUDA Profiling Tools Interface (CUPTI) Library\n\nWindows\n\ncupti.dll\n\nMac OSX\n\nlibcupti.dylib\n\nLinux\n\nlibcupti.so\n\nComponent\n\nNVIDIA Tools Extension Library\n\nWindows\n\nnvToolsExt.dll, nvToolsExt.lib\n\nMac OSX\n\nlibnvToolsExt.dylib\n\nLinux\n\nlibnvToolsExt.so\n\nComponent\n\nNVIDIA CUDA Driver Libraries\n\nLinux\n\nlibcuda.so, libnvidia-ptxjitcompiler.so\n\nComponent\n\nNVIDIA CUDA File IO Libraries and Header\n\nAll\n\ncufile.h\n\nLinux\n\nlibcufile.so, libcufile_rdma.so, libcufile_static.a,\nlibcufile_rdma_static.a\n\nThe NVIDIA CUDA Driver Libraries are only distributable in\napplications that meet this criteria:\n\n 1. The application was developed starting from a NVIDIA CUDA\n container obtained from Docker Hub or the NVIDIA GPU\n Cloud, and\n\n 2. The resulting application is packaged as a Docker\n container and distributed to users on Docker Hub or the\n NVIDIA GPU Cloud only.\n\nIn addition to the rights above, for parties that are\ndeveloping software intended solely for use on Jetson\ndevelopment kits or Jetson modules, and running Linux for\nTegra software, the following shall apply:\n\n * The SDK may be distributed in its entirety, as provided by\n NVIDIA, and without separation of its components, for you\n and/or your licensees to create software development kits\n for use only on the Jetson platform and running Linux for\n Tegra software.\n\n\n2.7. Attachment B\n\n\nAdditional Licensing Obligations\n\nThe following third party components included in the SOFTWARE\nare licensed to Licensee pursuant to the following terms and\nconditions:\n\n 1. Licensee's use of the GDB third party component is\n subject to the terms and conditions of GNU GPL v3:\n\n This product includes copyrighted third-party software licensed\n under the terms of the GNU General Public License v3 (\"GPL v3\").\n All third-party software packages are copyright by their respective\n authors. GPL v3 terms and conditions are hereby incorporated into\n the Agreement by this reference: http://www.gnu.org/licenses/gpl.txt\n\n Consistent with these licensing requirements, the software\n listed below is provided under the terms of the specified\n open source software licenses. To obtain source code for\n software provided under licenses that require\n redistribution of source code, including the GNU General\n Public License (GPL) and GNU Lesser General Public License\n (LGPL), contact oss-requests@nvidia.com. This offer is\n valid for a period of three (3) years from the date of the\n distribution of this product by NVIDIA CORPORATION.\n\n Component License\n CUDA-GDB GPL v3 \n\n 2. Licensee represents and warrants that any and all third\n party licensing and/or royalty payment obligations in\n connection with Licensee's use of the H.264 video codecs\n are solely the responsibility of Licensee.\n\n 3. Licensee's use of the Thrust library is subject to the\n terms and conditions of the Apache License Version 2.0.\n All third-party software packages are copyright by their\n respective authors. Apache License Version 2.0 terms and\n conditions are hereby incorporated into the Agreement by\n this reference.\n http://www.apache.org/licenses/LICENSE-2.0.html\n\n In addition, Licensee acknowledges the following notice:\n Thrust includes source code from the Boost Iterator,\n Tuple, System, and Random Number libraries.\n\n Boost Software License - Version 1.0 - August 17th, 2003\n . . . .\n \n Permission is hereby granted, free of charge, to any person or \n organization obtaining a copy of the software and accompanying \n documentation covered by this license (the \"Software\") to use, \n reproduce, display, distribute, execute, and transmit the Software, \n and to prepare derivative works of the Software, and to permit \n third-parties to whom the Software is furnished to do so, all \n subject to the following:\n \n The copyright notices in the Software and this entire statement, \n including the above license grant, this restriction and the following \n disclaimer, must be included in all copies of the Software, in whole \n or in part, and all derivative works of the Software, unless such \n copies or derivative works are solely in the form of machine-executable \n object code generated by a source language processor.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND \n NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR \n ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR \n OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING \n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR \n OTHER DEALINGS IN THE SOFTWARE. \n\n 4. Licensee's use of the LLVM third party component is\n subject to the following terms and conditions:\n\n ======================================================\n LLVM Release License\n ======================================================\n University of Illinois/NCSA\n Open Source License\n \n Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.\n All rights reserved.\n \n Developed by:\n \n LLVM Team\n \n University of Illinois at Urbana-Champaign\n \n http://llvm.org\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to \n deal with the Software without restriction, including without limitation the\n rights to use, copy, modify, merge, publish, distribute, sublicense, and/or \n sell copies of the Software, and to permit persons to whom the Software is \n furnished to do so, subject to the following conditions:\n \n * Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimers.\n \n * Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimers in the \n documentation and/or other materials provided with the distribution.\n \n * Neither the names of the LLVM Team, University of Illinois at Urbana-\n Champaign, nor the names of its contributors may be used to endorse or\n promote products derived from this Software without specific prior \n written permission.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL \n THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR \n OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS WITH THE SOFTWARE. \n\n 5. Licensee's use of the PCRE third party component is\n subject to the following terms and conditions:\n\n ------------\n PCRE LICENCE\n ------------\n PCRE is a library of functions to support regular expressions whose syntax\n and semantics are as close as possible to those of the Perl 5 language.\n Release 8 of PCRE is distributed under the terms of the \"BSD\" licence, as\n specified below. The documentation for PCRE, supplied in the \"doc\" \n directory, is distributed under the same terms as the software itself. The\n basic library functions are written in C and are freestanding. Also \n included in the distribution is a set of C++ wrapper functions, and a just-\n in-time compiler that can be used to optimize pattern matching. These are \n both optional features that can be omitted when the library is built.\n \n THE BASIC LIBRARY FUNCTIONS\n ---------------------------\n Written by: Philip Hazel\n Email local part: ph10\n Email domain: cam.ac.uk\n University of Cambridge Computing Service,\n Cambridge, England.\n Copyright (c) 1997-2012 University of Cambridge\n All rights reserved.\n \n PCRE JUST-IN-TIME COMPILATION SUPPORT\n -------------------------------------\n Written by: Zoltan Herczeg\n Email local part: hzmester\n Emain domain: freemail.hu\n Copyright(c) 2010-2012 Zoltan Herczeg\n All rights reserved.\n \n STACK-LESS JUST-IN-TIME COMPILER\n --------------------------------\n Written by: Zoltan Herczeg\n Email local part: hzmester\n Emain domain: freemail.hu\n Copyright(c) 2009-2012 Zoltan Herczeg\n All rights reserved.\n \n THE C++ WRAPPER FUNCTIONS\n -------------------------\n Contributed by: Google Inc.\n Copyright (c) 2007-2012, Google Inc.\n All rights reserved.\n\n THE \"BSD\" LICENCE\n -----------------\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n * Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimer.\n \n * Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in the \n documentation and/or other materials provided with the distribution.\n \n * Neither the name of the University of Cambridge nor the name of Google \n Inc. nor the names of their contributors may be used to endorse or \n promote products derived from this software without specific prior \n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE \n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE \n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE \n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR \n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF \n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS \n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN \n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) \n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE \n POSSIBILITY OF SUCH DAMAGE. \n\n 6. Some of the cuBLAS library routines were written by or\n derived from code written by Vasily Volkov and are subject\n to the Modified Berkeley Software Distribution License as\n follows:\n\n Copyright (c) 2007-2009, Regents of the University of California\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of the University of California, Berkeley nor\n the names of its contributors may be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\" AND ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\n IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE. \n\n 7. Some of the cuBLAS library routines were written by or\n derived from code written by Davide Barbieri and are\n subject to the Modified Berkeley Software Distribution\n License as follows:\n\n Copyright (c) 2008-2009 Davide Barbieri @ University of Rome Tor Vergata.\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * The name of the author may not be used to endorse or promote\n products derived from this software without specific prior\n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE AUTHOR \"AS IS\" AND ANY EXPRESS OR\n IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,\n INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING\n IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE. \n\n 8. Some of the cuBLAS library routines were derived from\n code developed by the University of Tennessee and are\n subject to the Modified Berkeley Software Distribution\n License as follows:\n\n Copyright (c) 2010 The University of Tennessee.\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer listed in this license in the documentation and/or\n other materials provided with the distribution.\n * Neither the name of the copyright holders nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 9. Some of the cuBLAS library routines were written by or\n derived from code written by Jonathan Hogg and are subject\n to the Modified Berkeley Software Distribution License as\n follows:\n\n Copyright (c) 2012, The Science and Technology Facilities Council (STFC).\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of the STFC nor the names of its contributors\n may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE STFC BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\n BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\n WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\n OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN\n IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 10. Some of the cuBLAS library routines were written by or\n derived from code written by Ahmad M. Abdelfattah, David\n Keyes, and Hatem Ltaief, and are subject to the Apache\n License, Version 2.0, as follows:\n\n -- (C) Copyright 2013 King Abdullah University of Science and Technology\n Authors:\n Ahmad Abdelfattah (ahmad.ahmad@kaust.edu.sa)\n David Keyes (david.keyes@kaust.edu.sa)\n Hatem Ltaief (hatem.ltaief@kaust.edu.sa)\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of the King Abdullah University of Science and\n Technology nor the names of its contributors may be used to endorse \n or promote products derived from this software without specific prior \n written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE \n\n 11. Some of the cuSPARSE library routines were written by or\n derived from code written by Li-Wen Chang and are subject\n to the NCSA Open Source License as follows:\n\n Copyright (c) 2012, University of Illinois.\n \n All rights reserved.\n \n Developed by: IMPACT Group, University of Illinois, http://impact.crhc.illinois.edu\n \n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n \"Software\"), to deal with the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimers in the documentation and/or other materials provided\n with the distribution.\n * Neither the names of IMPACT Group, University of Illinois, nor\n the names of its contributors may be used to endorse or promote\n products derived from this Software without specific prior\n written permission.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\n IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE\n SOFTWARE. \n\n 12. Some of the cuRAND library routines were written by or\n derived from code written by Mutsuo Saito and Makoto\n Matsumoto and are subject to the following license:\n\n Copyright (c) 2009, 2010 Mutsuo Saito, Makoto Matsumoto and Hiroshima\n University. All rights reserved.\n \n Copyright (c) 2011 Mutsuo Saito, Makoto Matsumoto, Hiroshima\n University and University of Tokyo. All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of the Hiroshima University nor the names of\n its contributors may be used to endorse or promote products\n derived from this software without specific prior written\n permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 13. Some of the cuRAND library routines were derived from\n code developed by D. E. Shaw Research and are subject to\n the following license:\n\n Copyright 2010-2011, D. E. Shaw Research.\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions, and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions, and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n * Neither the name of D. E. Shaw Research nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 14. Some of the Math library routines were written by or\n derived from code developed by Norbert Juffa and are\n subject to the following license:\n\n Copyright (c) 2015-2017, Norbert Juffa\n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without \n modification, are permitted provided that the following conditions\n are met:\n \n 1. Redistributions of source code must retain the above copyright \n notice, this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT \n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT \n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT \n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 15. Licensee's use of the lz4 third party component is\n subject to the following terms and conditions:\n\n Copyright (C) 2011-2013, Yann Collet.\n BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n \n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \n\n 16. The NPP library uses code from the Boost Math Toolkit,\n and is subject to the following license:\n\n Boost Software License - Version 1.0 - August 17th, 2003\n . . . .\n \n Permission is hereby granted, free of charge, to any person or \n organization obtaining a copy of the software and accompanying \n documentation covered by this license (the \"Software\") to use, \n reproduce, display, distribute, execute, and transmit the Software, \n and to prepare derivative works of the Software, and to permit \n third-parties to whom the Software is furnished to do so, all \n subject to the following:\n \n The copyright notices in the Software and this entire statement, \n including the above license grant, this restriction and the following \n disclaimer, must be included in all copies of the Software, in whole \n or in part, and all derivative works of the Software, unless such \n copies or derivative works are solely in the form of machine-executable \n object code generated by a source language processor.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, \n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND \n NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR \n ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR \n OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING \n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR \n OTHER DEALINGS IN THE SOFTWARE. \n\n 17. Portions of the Nsight Eclipse Edition is subject to the\n following license:\n\n The Eclipse Foundation makes available all content in this plug-in\n (\"Content\"). Unless otherwise indicated below, the Content is provided\n to you under the terms and conditions of the Eclipse Public License\n Version 1.0 (\"EPL\"). A copy of the EPL is available at http://\n www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, \"Program\"\n will mean the Content.\n \n If you did not receive this Content directly from the Eclipse\n Foundation, the Content is being redistributed by another party\n (\"Redistributor\") and different terms and conditions may apply to your\n use of any object code in the Content. Check the Redistributor's\n license that was provided with the Content. If no such license exists,\n contact the Redistributor. Unless otherwise indicated below, the terms\n and conditions of the EPL still apply to any source code in the\n Content and such source code may be obtained at http://www.eclipse.org. \n\n 18. Some of the cuBLAS library routines uses code from\n OpenAI, which is subject to the following license:\n\n License URL \n https://github.com/openai/openai-gemm/blob/master/LICENSE\n \n License Text \n The MIT License\n \n Copyright (c) 2016 OpenAI (http://openai.com), 2016 Google Inc.\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in\n all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n THE SOFTWARE. \n\n 19. Licensee's use of the Visual Studio Setup Configuration\n Samples is subject to the following license:\n\n The MIT License (MIT) \n Copyright (C) Microsoft Corporation. All rights reserved.\n \n Permission is hereby granted, free of charge, to any person \n obtaining a copy of this software and associated documentation \n files (the \"Software\"), to deal in the Software without restriction, \n including without limitation the rights to use, copy, modify, merge, \n publish, distribute, sublicense, and/or sell copies of the Software, \n and to permit persons to whom the Software is furnished to do so, \n subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included \n in all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS \n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \n\n 20. Licensee's use of linmath.h header for CPU functions for\n GL vector/matrix operations from lunarG is subject to the\n Apache License Version 2.0.\n\n 21. The DX12-CUDA sample uses the d3dx12.h header, which is\n subject to the MIT license .\n\n-----------------\n"}, {"name": "cuDNN", "version": "8.9.2", "license": null, "text": "LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS\n\nThis license agreement, including exhibits attached (\"Agreement\u201d) is a legal agreement between you and NVIDIA Corporation (\"NVIDIA\") and governs your use of a NVIDIA software development kit (\u201cSDK\u201d).\n\nEach SDK has its own set of software and materials, but here is a description of the types of items that may be included in a SDK: source code, header files, APIs, data sets and assets (examples include images, textures, models, scenes, videos, native API input/output files), binary software, sample code, libraries, utility programs, programming code and documentation.\n\nThis Agreement can be accepted only by an adult of legal age of majority in the country in which the SDK is used.\n\nIf you are entering into this Agreement on behalf of a company or other legal entity, you represent that you have the legal authority to bind the entity to this Agreement, in which case \u201cyou\u201d will mean the entity you represent.\n\nIf you don\u2019t have the required age or authority to accept this Agreement, or if you don\u2019t accept all the terms and conditions of this Agreement, do not download, install or use the SDK.\n\nYou agree to use the SDK only for purposes that are permitted by (a) this Agreement, and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions.\n\nChapter 1. License.\n\n1.1. Grant\n\nSubject to the terms of this Agreement, NVIDIA hereby grants you a non-exclusive, non-transferable license, without the right to sublicense (except as expressly provided in this Agreement) to:\n\n(i) Install and use the SDK,\n\n(ii) Modify and create derivative works of sample source code delivered in the SDK, and\n\n(iii) Distribute those portions of the SDK that are identified in this Agreement as distributable, as incorporated in object code format into a software application that meets the distribution requirements indicated in this Agreement.\n\n1.2. Distribution Requirements\n\nThese are the distribution requirements for you to exercise the distribution grant:\n\n(i) Your application must have material additional functionality, beyond the included portions of the SDK.\n\n(ii) The distributable portions of the SDK shall only be accessed by your application.\n\n(iii) The following notice shall be included in modifications and derivative works of sample source code distributed: \u201cThis software contains source code provided by NVIDIA Corporation.\u201d\n\n(iv) Unless a developer tool is identified in this Agreement as distributable, it is delivered for your internal use only.\n\n(v) The terms under which you distribute your application must be consistent with the terms of this Agreement, including (without limitation) terms relating to the license grant and license restrictions and protection of NVIDIA\u2019s intellectual property rights. Additionally, you agree that you will protect the privacy, security and legal rights of your application users.\n\n(vi) You agree to notify NVIDIA in writing of any known or suspected distribution or use of the SDK not in compliance with the requirements of this Agreement, and to enforce the terms of your agreements with respect to distributed SDK.\n\n1.3 Authorized Users\n\nYou may allow employees and contractors of your entity or of your subsidiary(ies) to access and use the SDK from your secure network to perform work on your behalf.\n\nIf you are an academic institution you may allow users enrolled or employed by the academic institution to access and use the SDK from your secure network.\n\nYou are responsible for the compliance with the terms of this Agreement by your authorized users. If you become aware that your authorized users didn\u2019t follow the terms of this Agreement, you agree to take reasonable steps to resolve the non-compliance and prevent new occurrences.\n\n1.4 Pre-Release SDK\n\nThe SDK versions identified as alpha, beta, preview or otherwise as pre-release, may not be fully functional, may contain errors or design flaws, and may have reduced or different security, privacy, accessibility, availability, and reliability standards relative to commercial versions of NVIDIA software and materials. Use of a pre-release SDK may result in unexpected results, loss of data, project delays or other unpredictable damage or loss.\n\nYou may use a pre-release SDK at your own risk, understanding that pre-release SDKs are not intended for use in production or business-critical systems.\n\nNVIDIA may choose not to make available a commercial version of any pre-release SDK. NVIDIA may also choose to abandon development and terminate the availability of a pre-release SDK at any time without liability.\n\n1.5 Updates\n\nNVIDIA may, at its option, make available patches, workarounds or other updates to this SDK. Unless the updates are provided with their separate governing terms, they are deemed part of the SDK licensed to you as provided in this Agreement.\n\nYou agree that the form and content of the SDK that NVIDIA provides may change without prior notice to you. While NVIDIA generally maintains compatibility between versions, NVIDIA may in some cases make changes that introduce incompatibilities in future versions of the SDK.\n\n1.6 Components Under Other Licenses\n\nThe SDK may come bundled with, or otherwise include or be distributed with, NVIDIA or third party software licensed with separate legal notices or terms as may be described in proprietary notices accompanying the SDK. If and to the extent there is a conflict between the terms in this Agreement and the license terms associated with the component, the license terms associated with the components control only to the extent necessary to resolve the conflict.\n\n1.7 Reservation of Rights\n\nNVIDIA reserves all rights, title and interest in and to the SDK not expressly granted to you under this Agreement.\n\nChapter 2. Limitations.\n\nThe following license limitations apply to your use of the SDK:\n\n2.1 You may not reverse engineer, decompile or disassemble, or remove copyright or other proprietary notices from any portion of the SDK or copies of the SDK.\n\n2.2 Except as expressly provided in this Agreement, you may not copy, sell, rent, sublicense, transfer, distribute, modify, or create derivative works of any portion of the SDK.\n\n2.3 Unless you have an agreement with NVIDIA for this purpose, you may not indicate that an application created with the SDK is sponsored or endorsed by NVIDIA.\n\n2.4 You may not bypass, disable, or circumvent any encryption, security, digital rights management or authentication mechanism in the SDK.\n\n2.5 You may not use the SDK in any manner that would cause it to become subject to an open source software license. As examples, licenses that require as a condition of use, modification, and/or distribution that the SDK be (i) disclosed or distributed in source code form; (ii) licensed for the purpose of making derivative works; or (iii) redistributable at no charge.\n\n2.6 You acknowledge that the SDK as delivered is not tested or certified by NVIDIA for use in connection with the design, construction, maintenance, and/or operation of any system where the use or failure of such system could result in a situation that threatens the safety of human life or results in catastrophic damages (each, a \u201cCritical Application\u201d). Examples of Critical Applications include use in avionics, navigation, autonomous vehicle applications, ai solutions for automotive products, military, medical, life support or other life critical applications. NVIDIA shall not be liable to you or any third party, in whole or in part, for any claims or damages arising from such uses. You are solely responsible for ensuring that any product or service developed with the SDK as a whole includes sufficient features to comply with all applicable legal and regulatory standards and requirements.\n\n2.7 You agree to defend, indemnify and hold harmless NVIDIA and its affiliates, and their respective employees, contractors, agents, officers and directors, from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, fines, restitutions and expenses (including but not limited to attorney\u2019s fees and costs incident to establishing the right of indemnification) arising out of or related to products or services that use the SDK in or for Critical Applications, and for use of the SDK, outside of the scope of this Agreement or not in compliance with its terms.\n\nChapter 3. Ownership.\n\n3.1 NVIDIA or its licensors hold all rights, title and interest in and to the SDK and its modifications and derivative works, including their respective intellectual property rights, subject to your rights under Section 3.2. This SDK may include software and materials from NVIDIA\u2019s licensors, and these licensors are intended third party beneficiaries that may enforce this Agreement with respect to their intellectual property rights.\n\n3.2 You hold all rights, title and interest in and to your applications and your derivative works of the sample source code delivered in the SDK, including their respective intellectual property rights, subject to NVIDIA\u2019s rights under section 3.1.\n\n3.3 You may, but don\u2019t have to, provide to NVIDIA suggestions, feature requests or other feedback regarding the SDK, including possible enhancements or modifications to the SDK. For any feedback that you voluntarily provide, you hereby grant NVIDIA and its affiliates a perpetual, non-exclusive, worldwide, irrevocable license to use, reproduce, modify, license, sublicense (through multiple tiers of sublicensees), and distribute (through multiple tiers of distributors) it without the payment of any royalties or fees to you. NVIDIA will use feedback at its choice. NVIDIA is constantly looking for ways to improve its products, so you may send feedback to NVIDIA through the developer portal at https://developer.nvidia.com.\n\nChapter 4. No Warranties.\n\nTHE SDK IS PROVIDED BY NVIDIA \u201cAS IS\u201d AND \u201cWITH ALL FAULTS.\u201d TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF DEALING OR COURSE OF TRADE.\n\nChapter 5. Limitations of Liability.\n\nTO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK, WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF LIABILITY. IN NO EVENT WILL NVIDIA\u2019S AND ITS AFFILIATES TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS LIMIT.\n\nThese exclusions and limitations of liability shall apply regardless if NVIDIA or its affiliates have been advised of the possibility of such damages, and regardless of whether a remedy fails its essential purpose. These exclusions and limitations of liability form an essential basis of the bargain between the parties, and, absent any of these exclusions or limitations of liability, the provisions of this Agreement, including, without limitation, the economic terms, would be substantially different.\n\nChapter 6. Termination.\n\n6.1 This Agreement will continue to apply until terminated by either you or NVIDIA as described below.\n\n6.2 If you want to terminate this Agreement, you may do so by stopping to use the SDK.\n\n6.3 NVIDIA may, at any time, terminate this Agreement if: (i) you fail to comply with any term of this Agreement and the non-compliance is not fixed within thirty (30) days following notice from NVIDIA (or immediately if you violate NVIDIA\u2019s intellectual property rights); (ii) you commence or participate in any legal proceeding against NVIDIA with respect to the SDK; or (iii) NVIDIA decides to no longer provide the SDK in a country or, in NVIDIA\u2019s sole discretion, the continued use of it is no longer commercially viable.\n\n6.4 Upon any termination of this Agreement, you agree to promptly discontinue use of the SDK and destroy all copies in your possession or control. Your prior distributions in accordance with this Agreement are not affected by the termination of this Agreement. Upon written request, you will certify in writing that you have complied with your commitments under this section. Upon any termination of this Agreement all provisions survive except for the licenses granted to you.\n\nChapter 7. General.\n\nIf you wish to assign this Agreement or your rights and obligations, including by merger, consolidation, dissolution or operation of law, contact NVIDIA to ask for permission. Any attempted assignment not approved by NVIDIA in writing shall be void and of no effect. NVIDIA may assign, delegate or transfer this Agreement and its rights and obligations, and if to a non-affiliate you will be notified.\n\nYou agree to cooperate with NVIDIA and provide reasonably requested information to verify your compliance with this Agreement.\n\nThis Agreement will be governed in all respects by the laws of the United States and of the State of Delaware as those laws are applied to contracts entered into and performed entirely within Delaware by Delaware residents, without regard to the conflicts of laws principles. The United Nations Convention on Contracts for the International Sale of Goods is specifically disclaimed. You agree to all terms of this Agreement in the English language.\n\nThe state or federal courts residing in Santa Clara County, California shall have exclusive jurisdiction over any dispute or claim arising out of this Agreement. Notwithstanding this, you agree that NVIDIA shall still be allowed to apply for injunctive remedies or an equivalent type of urgent legal relief in any jurisdiction.\n\nIf any court of competent jurisdiction determines that any provision of this Agreement is illegal, invalid or unenforceable, such provision will be construed as limited to the extent necessary to be consistent with and fully enforceable under the law and the remaining provisions will remain in full force and effect. Unless otherwise specified, remedies are cumulative.\n\nEach party acknowledges and agrees that the other is an independent contractor in the performance of this Agreement\n\nThe SDK has been developed entirely at private expense and is \u201ccommercial items\u201d consisting of \u201ccommercial computer software\u201d and \u201ccommercial computer software documentation\u201d provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the U.S. Government or a U.S. Government subcontractor is subject to the restrictions in this Agreement pursuant to DFARS 227.7202-3(a) or as set forth in subparagraphs (b)(1) and (2) of the Commercial Computer Software - Restricted Rights clause at FAR 52.227-19, as applicable. Contractor/ manufacturer is NVIDIA, 2788 San Tomas Expressway, Santa Clara, CA 95051\n\nThe SDK is subject to United States export laws and regulations. You agree that you will not ship, transfer or export the SDK into any country, or use the SDK in any manner, prohibited by the United States Bureau of Industry and Security or economic sanctions regulations administered by the U.S. Department of Treasury\u2019s Office of Foreign Assets Control (OFAC), or any applicable export laws, restrictions or regulations. These laws include restrictions on destinations, end users and end use. By accepting this Agreement, you confirm that you are not a resident or citizen of any country currently embargoed by the U.S. and that you are not otherwise prohibited from receiving the SDK\n\nAny notice delivered by NVIDIA to you under this Agreement will be delivered via mail, email or fax. You agree that any notices that NVIDIA sends you electronically will satisfy any legal communication requirements. Please direct your legal notices or other correspondence to NVIDIA Corporation, 2788 San Tomas Expressway, Santa Clara, California 95051, United States of America, Attention: Legal Department.\n\nThis Agreement and any exhibits incorporated into this Agreement constitute the entire agreement of the parties with respect to the subject matter of this Agreement and supersede all prior negotiations or documentation exchanged between the parties relating to this SDK license. Any additional and/or conflicting terms on documents issued by you are null, void, and invalid. Any amendment or waiver under this Agreement shall be in writing and signed by representatives of both parties.\n\n(v. February 22, 2022)\n\nChapter 8. cuDNN SUPPLEMENT TO SOFTWARE LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS\n\nThe terms in this supplement govern your use of the NVIDIA cuDNN SDK under the terms of your license agreement (\u201cAgreement\u201d) as modified by this supplement. Capitalized terms used but not defined below have the meaning assigned to them in the Agreement.\n\nThis supplement is an exhibit to the Agreement and is incorporated as an integral part of the Agreement. In the event of conflict between the terms in this supplement and the terms in the Agreement, the terms in this supplement govern.\n\n4.1 License Scope. The SDK is licensed for you to develop applications only for use in systems with NVIDIA GPUs.\n\n2. Distribution. The following portions of the SDK are distributable under the Agreement: the runtime files .so and .dll.\n\nIn addition to the rights above, for parties that are developing software intended solely for use on Jetson development kits or Jetson modules and running Linux for Tegra software the following shall apply: the SDK may be distributed in its entirety, as provided by NVIDIA and without separation of its components, for you and/or your licensees to create software development kits for use only on the Jetson platform and running Linux for Tegra software.\n\n3. Licensing. If the distribution terms in this Agreement are not suitable for your organization, or for any questions regarding this Agreement, please contact NVIDIA at nvidia-compute-license-questions@nvidia.com\n\n(v. February 22, 2022)\n\nNotice\n\nThis document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation (\u201cNVIDIA\u201d) makes no representations or warranties, expressed or implied, as to the accuracy or completeness of the information contained in this document and assumes no responsibility for any errors contained herein. NVIDIA shall have no liability for the consequences or use of such information or for any infringement of patents or other rights of third parties that may result from its use. This document is not a commitment to develop, release, or deliver any Material (defined below), code, or functionality.\n\nNVIDIA reserves the right to make corrections, modifications, enhancements, improvements, and any other changes to this document, at any time without notice.\n\nCustomer should obtain the latest relevant information before placing orders and should verify that such information is current and complete.\n\nNVIDIA products are sold subject to the NVIDIA standard terms and conditions of sale supplied at the time of order acknowledgement, unless otherwise agreed in an individual sales agreement signed by authorized representatives of NVIDIA and customer (\u201cTerms of Sale\u201d). NVIDIA hereby expressly objects to applying any customer general terms and conditions with regards to the purchase of the NVIDIA product referenced in this document. No contractual obligations are formed either directly or indirectly by this document.\n\nNVIDIA products are not designed, authorized, or warranted to be suitable for use in medical, military, aircraft, space, or life support equipment, nor in applications where failure or malfunction of the NVIDIA product can reasonably be expected to result in personal injury, death, or property or environmental damage. NVIDIA accepts no liability for inclusion and/or use of NVIDIA products in such equipment or applications and therefore such inclusion and/or use is at customer\u2019s own risk.\n\nNVIDIA makes no representation or warranty that products based on this document will be suitable for any specified use. Testing of all parameters of each product is not necessarily performed by NVIDIA. It is customer\u2019s sole responsibility to evaluate and determine the applicability of any information contained in this document, ensure the product is suitable and fit for the application planned by customer, and perform the necessary testing for the application in order to avoid a default of the application or the product. Weaknesses in customer\u2019s product designs may affect the quality and reliability of the NVIDIA product and may result in additional or different conditions and/or requirements beyond those contained in this document. NVIDIA accepts no liability related to any default, damage, costs, or problem which may be based on or attributable to: (i) the use of the NVIDIA product in any manner that is contrary to this document or (ii) customer product designs.\n\nNo license, either expressed or implied, is granted under any NVIDIA patent right, copyright, or other NVIDIA intellectual property right under this document. Information published by NVIDIA regarding third-party products or services does not constitute a license from NVIDIA to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property rights of the third party, or a license from NVIDIA under the patents or other intellectual property rights of NVIDIA.\n\nReproduction of information in this document is permissible only if approved in advance by NVIDIA in writing, reproduced without alteration and in full compliance with all applicable export laws and regulations, and accompanied by all associated conditions, limitations, and notices.\n\nTHIS DOCUMENT AND ALL NVIDIA DESIGN SPECIFICATIONS, REFERENCE BOARDS, FILES, DRAWINGS, DIAGNOSTICS, LISTS, AND OTHER DOCUMENTS (TOGETHER AND SEPARATELY, \u201cMATERIALS\u201d) ARE BEING PROVIDED \u201cAS IS.\u201d NVIDIA MAKES NO WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL NVIDIA BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF ANY USE OF THIS DOCUMENT, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Notwithstanding any damages that customer might incur for any reason whatsoever, NVIDIA\u2019s aggregate and cumulative liability towards customer for the products described herein shall be limited in accordance with the Terms of Sale for the product.\n\nArm\n\nArm, AMBA and Arm Powered are registered trademarks of Arm Limited. Cortex, MPCore and Mali are trademarks of Arm Limited. \"Arm\" is used to represent Arm Holdings plc; its operating company Arm Limited; and the regional subsidiaries Arm Inc.; Arm KK; Arm Korea Limited.; Arm Taiwan Limited; Arm France SAS; Arm Consulting (Shanghai) Co. Ltd.; Arm Germany GmbH; Arm Embedded Technologies Pvt. Ltd.; Arm Norway, AS and Arm Sweden AB.\n\nHDMI\n\nHDMI, the HDMI logo, and High-Definition Multimedia Interface are trademarks or registered trademarks of HDMI Licensing LLC.\n\nBlackberry/QNX\n\nCopyright \u00a9 2020 BlackBerry Limited. All rights reserved.\n\nTrademarks, including but not limited to BLACKBERRY, EMBLEM Design, QNX, AVIAGE, MOMENTICS, NEUTRINO and QNX CAR are the trademarks or registered trademarks of BlackBerry Limited, used under license, and the exclusive rights to such trademarks are expressly reserved.\n\nGoogle\n\nAndroid, Android TV, Google Play and the Google Play logo are trademarks of Google, Inc.\n\nTrademarks\n\nNVIDIA, the NVIDIA logo, and BlueField, CUDA, DALI, DRIVE, Hopper, JetPack, Jetson AGX Xavier, Jetson Nano, Maxwell, NGC, Nsight, Orin, Pascal, Quadro, Tegra, TensorRT, Triton, Turing and Volta are trademarks and/or registered trademarks of NVIDIA Corporation in the United States and other countries. Other company and product names may be trademarks of the respective companies with which they are associated.\n\nCopyright\n\n\u00a9 2014-2023 NVIDIA Corporation & affiliates. All rights reserved.\n\nNVIDIA Corporation | 2788 San Tomas Expressway, Santa Clara, CA 95051\n\nwww.nvidia.com\n\nTHIRD PARTY LICENSES\n\nzlib\n\n/* zlib.h -- interface of the 'zlib' general purpose compression library\n version 1.2.11, January 15th, 2017\n\n Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler\n\n This software is provided 'as-is', without any express or implied\n warranty. In no event will the authors be held liable for any damages\n arising from the use of this software.\n\n Permission is granted to anyone to use this software for any purpose,\n including commercial applications, and to alter it and redistribute it\n freely, subject to the following restrictions:\n\n 1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n 2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n 3. This notice may not be removed or altered from any source distribution.\n\n Jean-loup Gailly Mark Adler\n jloup@gzip.org madler@alumni.caltech.edu\n\n*/\n\n\n\nmateidavid/zstr\n\nThe MIT License (MIT)\n\nCopyright (c) 2015 Matei David, Ontario Institute for Cancer Research\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE. \n\n\n\nRapidJSON\n\nTencent is pleased to support the open source community by making RapidJSON available.\n \nCopyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.\n \nLicensed under the MIT License (the \"License\"); you may not use this file except\nin compliance with the License. You may obtain a copy of the License at\n \nhttp://opensource.org/licenses/MIT\n \nUnless required by applicable law or agreed to in writing, software distributed \nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR \nCONDITIONS OF ANY KIND, either express or implied. See the License for the \nspecific language governing permissions and limitations under the License.\n\n\n\n{fmt}\n\nCopyright (c) 2012 - present, Victor Zverovich\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n--- Optional exception to the license ---\n\nAs an exception, if, as a result of your compiling your source code, portions of this Software are embedded into a machine-executable object form of such source code, you may redistribute such embedded portions in such object form without including the above copyright and permission notices.\n\n\n\nSleef\n\nCopyright Naoki Shibata and contributors 2010 - 2021.\nDistributed under the Boost Software License, Version 1.0.\n(See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\n"}] \ No newline at end of file diff --git a/linux-cpu/markupsafe/_speedups.cpython-311-x86_64-linux-gnu.so b/linux-cpu/markupsafe/_speedups.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 4d062c7c2811290b2c476153170477df53fdc349..0000000000000000000000000000000000000000 Binary files a/linux-cpu/markupsafe/_speedups.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/model/d0.bin b/linux-cpu/model/d0.bin deleted file mode 100644 index cbf52bd461fa4f7568c70f467f83c6586dc62143..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10d460f0fa2f2f37b049be5cf0e46f0869f7e6c9f9ba7b169cd932fe9a0a8822 -size 58128450 diff --git a/linux-cpu/model/d1.bin b/linux-cpu/model/d1.bin deleted file mode 100644 index fba2ed8e94b6e11d98c528667bfc76f2e860ffca..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d1.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0628767787c683d464622e9c897571750005de8a350664dd75e94854a48cfaf9 -size 59366688 diff --git a/linux-cpu/model/d10.bin b/linux-cpu/model/d10.bin deleted file mode 100644 index 6095de51b4cad97212aef525b3934d3b66137f69..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d10.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3aa7f8acf142227cd3fb792c5289a5f6c1557c265f254e23ed71c00f8e7a1603 -size 57149699 diff --git a/linux-cpu/model/d11.bin b/linux-cpu/model/d11.bin deleted file mode 100644 index bc0ce68d686ef22a489301b4354d41133120c2a3..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d11.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530c42dec9d345ce51272597420aa401659ad514dc1454dba3813dec2466c8f4 -size 59981957 diff --git a/linux-cpu/model/d12.bin b/linux-cpu/model/d12.bin deleted file mode 100644 index 912e5d04530468d291bb9c7213866f8a1652940c..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d12.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009092d8aea17c00c890788ab279150920f51eada005b5ab080d365fbb3c976c -size 58127841 diff --git a/linux-cpu/model/d13.bin b/linux-cpu/model/d13.bin deleted file mode 100644 index 190057a713c42243273e92ce92786cb5bc3c6d61..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d13.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd5d0603b51b8a873bbb4d121695b160334227e31693d8858a7f5c4d03aa19f0 -size 59981941 diff --git a/linux-cpu/model/d14.bin b/linux-cpu/model/d14.bin deleted file mode 100644 index 517a303b884703bce3bfaf39527775e98847444c..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d14.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f1365dcb3603e754471935a974db1dcd005e10dc22d4414514efe0a715969b -size 64331386 diff --git a/linux-cpu/model/d15.bin b/linux-cpu/model/d15.bin deleted file mode 100644 index 6f4cbd5799fa49abbf9536621bacec09e359ea32..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d15.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a704ef3aed9282f26892c428ddebdf0f5f78fd65e56150bf460c6410e1a7ab1c -size 65310547 diff --git a/linux-cpu/model/d16.bin b/linux-cpu/model/d16.bin deleted file mode 100644 index 0d58d7a3a1632326cfb768e11c0dca1ccf433d72..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d16.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8134826370e6ee3cd0f162a7301eb517b521c6f44eef4ea5db4e09cd367dcf -size 58127849 diff --git a/linux-cpu/model/d2.bin b/linux-cpu/model/d2.bin deleted file mode 100644 index 58978f41fe7d7033abd4c6b02ca6df444c32ab9e..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d2.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31fff93a2032e1e2b29703bf45bf5b4a2dabd6d9d350b1c5ca9ea5cd1482f08 -size 58128329 diff --git a/linux-cpu/model/d3.bin b/linux-cpu/model/d3.bin deleted file mode 100644 index d40b4db4582405aa8e6132f71c3899ecf5616e74..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d3.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c57017b01d40f8d1a0478ce133c9fea2ac0a28a396c3c5eadd560c34ad441ef0 -size 61397846 diff --git a/linux-cpu/model/d4.bin b/linux-cpu/model/d4.bin deleted file mode 100644 index 6be9c34b8f3c517a1c435ec560cca00c558dc5a8..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d4.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26b49357312426c7ec78c10b5c323ad24f584570119d7389b412168a0cc3b3c5 -size 58127492 diff --git a/linux-cpu/model/d5.bin b/linux-cpu/model/d5.bin deleted file mode 100644 index feacbc4599dc37d87d49511ca37fc1624e83dbcb..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d5.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467185aaa7f9d7dfd1ed681510751a1eb787d4442a6395eef89f6fe4a733686d -size 56431330 diff --git a/linux-cpu/model/d6.bin b/linux-cpu/model/d6.bin deleted file mode 100644 index c81727204483026654acb0209d94ad89569e4ae9..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d6.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bef05aa3e1f9ebf29c3a3c65faec04756c84b9b38017fd83dcfb1f7270e657e8 -size 58127484 diff --git a/linux-cpu/model/d7.bin b/linux-cpu/model/d7.bin deleted file mode 100644 index 88d14430086d172d9675e311c3b6da245da51991..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d7.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953fd8bf557a600d2b6e71e376d9fa024c4d9f502dba91179ada92ea67c36c41 -size 57149726 diff --git a/linux-cpu/model/d8.bin b/linux-cpu/model/d8.bin deleted file mode 100644 index 846cbefcfad08770c4e18b14162a731a6b8afafa..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d8.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb1de06bde451ee3e07624116bd5296d30ba88ba03359e504380c4c500c40272 -size 58128036 diff --git a/linux-cpu/model/d9.bin b/linux-cpu/model/d9.bin deleted file mode 100644 index 50cfe8f2b1143f20ad631fd8dda0b492a64191da..0000000000000000000000000000000000000000 --- a/linux-cpu/model/d9.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b390d1928c465399d4510be5d9093bb5e5d4e06d87f90367f05b1632304a4670 -size 57149350 diff --git a/linux-cpu/model/metas.json b/linux-cpu/model/metas.json deleted file mode 100644 index cb700cea9498f75b550091ffb6eaf205f4826e7c..0000000000000000000000000000000000000000 --- a/linux-cpu/model/metas.json +++ /dev/null @@ -1,978 +0,0 @@ -[ - { - "name": "四国めたん", - "styles": [ - { - "name": "ノーマル", - "id": 2 - }, - { - "name": "あまあま", - "id": 0 - }, - { - "name": "ツンツン", - "id": 6 - }, - { - "name": "セクシー", - "id": 4 - }, - { - "name": "ささやき", - "id": 36 - }, - { - "name": "ヒソヒソ", - "id": 37 - }, - { - "name": "ノーマル", - "id": 3002, - "type": "frame_decode" - }, - { - "name": "あまあま", - "id": 3000, - "type": "frame_decode" - }, - { - "name": "ツンツン", - "id": 3006, - "type": "frame_decode" - }, - { - "name": "セクシー", - "id": 3004, - "type": "frame_decode" - }, - { - "name": "ヒソヒソ", - "id": 3037, - "type": "frame_decode" - } - ], - "speaker_uuid": "7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff", - "version": "0.15.4" - }, - { - "name": "ずんだもん", - "styles": [ - { - "name": "ノーマル", - "id": 3 - }, - { - "name": "あまあま", - "id": 1 - }, - { - "name": "ツンツン", - "id": 7 - }, - { - "name": "セクシー", - "id": 5 - }, - { - "name": "ささやき", - "id": 22 - }, - { - "name": "ヒソヒソ", - "id": 38 - }, - { - "name": "ヘロヘロ", - "id": 75 - }, - { - "name": "なみだめ", - "id": 76 - }, - { - "name": "ノーマル", - "id": 3003, - "type": "frame_decode" - }, - { - "name": "あまあま", - "id": 3001, - "type": "frame_decode" - }, - { - "name": "ツンツン", - "id": 3007, - "type": "frame_decode" - }, - { - "name": "セクシー", - "id": 3005, - "type": "frame_decode" - }, - { - "name": "ヒソヒソ", - "id": 3038, - "type": "frame_decode" - }, - { - "name": "ヘロヘロ", - "id": 3075, - "type": "frame_decode" - }, - { - "name": "なみだめ", - "id": 3076, - "type": "frame_decode" - } - ], - "speaker_uuid": "388f246b-8c41-4ac1-8e2d-5d79f3ff56d9", - "version": "0.15.4" - }, - { - "name": "春日部つむぎ", - "styles": [ - { - "name": "ノーマル", - "id": 8 - }, - { - "name": "ノーマル", - "id": 3008, - "type": "frame_decode" - } - ], - "speaker_uuid": "35b2c544-660e-401e-b503-0e14c635303a", - "version": "0.15.4" - }, - { - "name": "雨晴はう", - "styles": [ - { - "name": "ノーマル", - "id": 10 - }, - { - "name": "ノーマル", - "id": 3010, - "type": "frame_decode" - } - ], - "speaker_uuid": "3474ee95-c274-47f9-aa1a-8322163d96f1", - "version": "0.15.4" - }, - { - "name": "波音リツ", - "styles": [ - { - "name": "ノーマル", - "id": 9 - }, - { - "name": "クイーン", - "id": 65 - }, - { - "name": "ノーマル", - "id": 3009, - "type": "frame_decode" - }, - { - "name": "クイーン", - "id": 3065, - "type": "frame_decode" - }, - { - "name": "ノーマル", - "id": 6000, - "type": "sing" - } - ], - "speaker_uuid": "b1a81618-b27b-40d2-b0ea-27a9ad408c4b", - "version": "0.15.4" - }, - { - "name": "玄野武宏", - "styles": [ - { - "name": "ノーマル", - "id": 11 - }, - { - "name": "喜び", - "id": 39 - }, - { - "name": "ツンギレ", - "id": 40 - }, - { - "name": "悲しみ", - "id": 41 - }, - { - "name": "ノーマル", - "id": 3011, - "type": "frame_decode" - }, - { - "name": "喜び", - "id": 3039, - "type": "frame_decode" - }, - { - "name": "ツンギレ", - "id": 3040, - "type": "frame_decode" - }, - { - "name": "悲しみ", - "id": 3041, - "type": "frame_decode" - } - ], - "speaker_uuid": "c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f", - "version": "0.15.4" - }, - { - "name": "白上虎太郎", - "styles": [ - { - "name": "ふつう", - "id": 12 - }, - { - "name": "わーい", - "id": 32 - }, - { - "name": "びくびく", - "id": 33 - }, - { - "name": "おこ", - "id": 34 - }, - { - "name": "びえーん", - "id": 35 - }, - { - "name": "ふつう", - "id": 3012, - "type": "frame_decode" - }, - { - "name": "わーい", - "id": 3032, - "type": "frame_decode" - }, - { - "name": "びくびく", - "id": 3033, - "type": "frame_decode" - }, - { - "name": "おこ", - "id": 3034, - "type": "frame_decode" - }, - { - "name": "びえーん", - "id": 3035, - "type": "frame_decode" - } - ], - "speaker_uuid": "e5020595-5c5d-4e87-b849-270a518d0dcf", - "version": "0.15.4" - }, - { - "name": "青山龍星", - "styles": [ - { - "name": "ノーマル", - "id": 13 - }, - { - "name": "熱血", - "id": 81 - }, - { - "name": "不機嫌", - "id": 82 - }, - { - "name": "喜び", - "id": 83 - }, - { - "name": "しっとり", - "id": 84 - }, - { - "name": "かなしみ", - "id": 85 - }, - { - "name": "囁き", - "id": 86 - }, - { - "name": "ノーマル", - "id": 3013, - "type": "frame_decode" - }, - { - "name": "熱血", - "id": 3081, - "type": "frame_decode" - }, - { - "name": "不機嫌", - "id": 3082, - "type": "frame_decode" - }, - { - "name": "喜び", - "id": 3083, - "type": "frame_decode" - }, - { - "name": "しっとり", - "id": 3084, - "type": "frame_decode" - }, - { - "name": "かなしみ", - "id": 3085, - "type": "frame_decode" - } - ], - "speaker_uuid": "4f51116a-d9ee-4516-925d-21f183e2afad", - "version": "0.15.4" - }, - { - "name": "冥鳴ひまり", - "styles": [ - { - "name": "ノーマル", - "id": 14 - }, - { - "name": "ノーマル", - "id": 3014, - "type": "frame_decode" - } - ], - "speaker_uuid": "8eaad775-3119-417e-8cf4-2a10bfd592c8", - "version": "0.15.4" - }, - { - "name": "九州そら", - "styles": [ - { - "name": "ノーマル", - "id": 16 - }, - { - "name": "あまあま", - "id": 15 - }, - { - "name": "ツンツン", - "id": 18 - }, - { - "name": "セクシー", - "id": 17 - }, - { - "name": "ささやき", - "id": 19 - }, - { - "name": "ノーマル", - "id": 3016, - "type": "frame_decode" - }, - { - "name": "あまあま", - "id": 3015, - "type": "frame_decode" - }, - { - "name": "ツンツン", - "id": 3018, - "type": "frame_decode" - }, - { - "name": "セクシー", - "id": 3017, - "type": "frame_decode" - } - ], - "speaker_uuid": "481fb609-6446-4870-9f46-90c4dd623403", - "version": "0.15.4" - }, - { - "name": "もち子さん", - "styles": [ - { - "name": "ノーマル", - "id": 20 - }, - { - "name": "セクシー/あん子", - "id": 66 - }, - { - "name": "泣き", - "id": 77 - }, - { - "name": "怒り", - "id": 78 - }, - { - "name": "喜び", - "id": 79 - }, - { - "name": "のんびり", - "id": 80 - }, - { - "name": "ノーマル", - "id": 3020, - "type": "frame_decode" - }, - { - "name": "セクシー/あん子", - "id": 3066, - "type": "frame_decode" - }, - { - "name": "泣き", - "id": 3077, - "type": "frame_decode" - }, - { - "name": "怒り", - "id": 3078, - "type": "frame_decode" - }, - { - "name": "喜び", - "id": 3079, - "type": "frame_decode" - }, - { - "name": "のんびり", - "id": 3080, - "type": "frame_decode" - } - ], - "speaker_uuid": "9f3ee141-26ad-437e-97bd-d22298d02ad2", - "version": "0.15.4" - }, - { - "name": "剣崎雌雄", - "styles": [ - { - "name": "ノーマル", - "id": 21 - }, - { - "name": "ノーマル", - "id": 3021, - "type": "frame_decode" - } - ], - "speaker_uuid": "1a17ca16-7ee5-4ea5-b191-2f02ace24d21", - "version": "0.15.4" - }, - { - "name": "WhiteCUL", - "styles": [ - { - "name": "ノーマル", - "id": 23 - }, - { - "name": "たのしい", - "id": 24 - }, - { - "name": "かなしい", - "id": 25 - }, - { - "name": "びえーん", - "id": 26 - }, - { - "name": "ノーマル", - "id": 3023, - "type": "frame_decode" - }, - { - "name": "たのしい", - "id": 3024, - "type": "frame_decode" - }, - { - "name": "かなしい", - "id": 3025, - "type": "frame_decode" - }, - { - "name": "びえーん", - "id": 3026, - "type": "frame_decode" - } - ], - "speaker_uuid": "67d5d8da-acd7-4207-bb10-b5542d3a663b", - "version": "0.15.4" - }, - { - "name": "後鬼", - "styles": [ - { - "name": "人間ver.", - "id": 27 - }, - { - "name": "ぬいぐるみver.", - "id": 28 - }, - { - "name": "人間(怒り)ver.", - "id": 87 - }, - { - "name": "鬼ver.", - "id": 88 - }, - { - "name": "人間ver.", - "id": 3027, - "type": "frame_decode" - }, - { - "name": "ぬいぐるみver.", - "id": 3028, - "type": "frame_decode" - } - ], - "speaker_uuid": "0f56c2f2-644c-49c9-8989-94e11f7129d0", - "version": "0.15.4" - }, - { - "name": "No.7", - "styles": [ - { - "name": "ノーマル", - "id": 29 - }, - { - "name": "アナウンス", - "id": 30 - }, - { - "name": "読み聞かせ", - "id": 31 - }, - { - "name": "ノーマル", - "id": 3029, - "type": "frame_decode" - }, - { - "name": "アナウンス", - "id": 3030, - "type": "frame_decode" - }, - { - "name": "読み聞かせ", - "id": 3031, - "type": "frame_decode" - } - ], - "speaker_uuid": "044830d2-f23b-44d6-ac0d-b5d733caa900", - "version": "0.15.4" - }, - { - "name": "ちび式じい", - "styles": [ - { - "name": "ノーマル", - "id": 42 - }, - { - "name": "ノーマル", - "id": 3042, - "type": "frame_decode" - } - ], - "speaker_uuid": "468b8e94-9da4-4f7a-8715-a22a48844f9e", - "version": "0.15.4" - }, - { - "name": "櫻歌ミコ", - "styles": [ - { - "name": "ノーマル", - "id": 43 - }, - { - "name": "第二形態", - "id": 44 - }, - { - "name": "ロリ", - "id": 45 - }, - { - "name": "ノーマル", - "id": 3043, - "type": "frame_decode" - }, - { - "name": "第二形態", - "id": 3044, - "type": "frame_decode" - }, - { - "name": "ロリ", - "id": 3045, - "type": "frame_decode" - } - ], - "speaker_uuid": "0693554c-338e-4790-8982-b9c6d476dc69", - "version": "0.15.4" - }, - { - "name": "小夜/SAYO", - "styles": [ - { - "name": "ノーマル", - "id": 46 - }, - { - "name": "ノーマル", - "id": 3046, - "type": "frame_decode" - } - ], - "speaker_uuid": "a8cc6d22-aad0-4ab8-bf1e-2f843924164a", - "version": "0.15.4" - }, - { - "name": "ナースロボ_タイプT", - "styles": [ - { - "name": "ノーマル", - "id": 47 - }, - { - "name": "楽々", - "id": 48 - }, - { - "name": "恐怖", - "id": 49 - }, - { - "name": "内緒話", - "id": 50 - }, - { - "name": "ノーマル", - "id": 3047, - "type": "frame_decode" - }, - { - "name": "楽々", - "id": 3048, - "type": "frame_decode" - }, - { - "name": "恐怖", - "id": 3049, - "type": "frame_decode" - } - ], - "speaker_uuid": "882a636f-3bac-431a-966d-c5e6bba9f949", - "version": "0.15.4" - }, - { - "name": "†聖騎士 紅桜†", - "styles": [ - { - "name": "ノーマル", - "id": 51 - }, - { - "name": "ノーマル", - "id": 3051, - "type": "frame_decode" - } - ], - "speaker_uuid": "471e39d2-fb11-4c8c-8d89-4b322d2498e0", - "version": "0.15.4" - }, - { - "name": "雀松朱司", - "styles": [ - { - "name": "ノーマル", - "id": 52 - }, - { - "name": "ノーマル", - "id": 3052, - "type": "frame_decode" - } - ], - "speaker_uuid": "0acebdee-a4a5-4e12-a695-e19609728e30", - "version": "0.15.4" - }, - { - "name": "麒ヶ島宗麟", - "styles": [ - { - "name": "ノーマル", - "id": 53 - }, - { - "name": "ノーマル", - "id": 3053, - "type": "frame_decode" - } - ], - "speaker_uuid": "7d1e7ba7-f957-40e5-a3fc-da49f769ab65", - "version": "0.15.4" - }, - { - "name": "春歌ナナ", - "styles": [ - { - "name": "ノーマル", - "id": 54 - }, - { - "name": "ノーマル", - "id": 3054, - "type": "frame_decode" - } - ], - "speaker_uuid": "ba5d2428-f7e0-4c20-ac41-9dd56e9178b4", - "version": "0.15.4" - }, - { - "name": "猫使アル", - "styles": [ - { - "name": "ノーマル", - "id": 55 - }, - { - "name": "おちつき", - "id": 56 - }, - { - "name": "うきうき", - "id": 57 - }, - { - "name": "ノーマル", - "id": 3055, - "type": "frame_decode" - }, - { - "name": "おちつき", - "id": 3056, - "type": "frame_decode" - }, - { - "name": "うきうき", - "id": 3057, - "type": "frame_decode" - } - ], - "speaker_uuid": "00a5c10c-d3bd-459f-83fd-43180b521a44", - "version": "0.15.4" - }, - { - "name": "猫使ビィ", - "styles": [ - { - "name": "ノーマル", - "id": 58 - }, - { - "name": "おちつき", - "id": 59 - }, - { - "name": "人見知り", - "id": 60 - }, - { - "name": "ノーマル", - "id": 3058, - "type": "frame_decode" - }, - { - "name": "おちつき", - "id": 3059, - "type": "frame_decode" - } - ], - "speaker_uuid": "c20a2254-0349-4470-9fc8-e5c0f8cf3404", - "version": "0.15.4" - }, - { - "name": "中国うさぎ", - "styles": [ - { - "name": "ノーマル", - "id": 61 - }, - { - "name": "おどろき", - "id": 62 - }, - { - "name": "こわがり", - "id": 63 - }, - { - "name": "へろへろ", - "id": 64 - }, - { - "name": "ノーマル", - "id": 3061, - "type": "frame_decode" - }, - { - "name": "おどろき", - "id": 3062, - "type": "frame_decode" - }, - { - "name": "こわがり", - "id": 3063, - "type": "frame_decode" - }, - { - "name": "へろへろ", - "id": 3064, - "type": "frame_decode" - } - ], - "speaker_uuid": "1f18ffc3-47ea-4ce0-9829-0576d03a7ec8", - "version": "0.15.4" - }, - { - "name": "栗田まろん", - "styles": [ - { - "name": "ノーマル", - "id": 67 - }, - { - "name": "ノーマル", - "id": 3067, - "type": "frame_decode" - } - ], - "speaker_uuid": "04dbd989-32d0-40b4-9e71-17c920f2a8a9", - "version": "0.15.4" - }, - { - "name": "あいえるたん", - "styles": [ - { - "name": "ノーマル", - "id": 68 - }, - { - "name": "ノーマル", - "id": 3068, - "type": "frame_decode" - } - ], - "speaker_uuid": "dda44ade-5f9c-4a3a-9d2c-2a976c7476d9", - "version": "0.15.4" - }, - { - "name": "満別花丸", - "styles": [ - { - "name": "ノーマル", - "id": 69 - }, - { - "name": "元気", - "id": 70 - }, - { - "name": "ささやき", - "id": 71 - }, - { - "name": "ぶりっ子", - "id": 72 - }, - { - "name": "ボーイ", - "id": 73 - }, - { - "name": "ノーマル", - "id": 3069, - "type": "frame_decode" - }, - { - "name": "元気", - "id": 3070, - "type": "frame_decode" - }, - { - "name": "ささやき", - "id": 3071, - "type": "frame_decode" - }, - { - "name": "ぶりっ子", - "id": 3072, - "type": "frame_decode" - }, - { - "name": "ボーイ", - "id": 3073, - "type": "frame_decode" - } - ], - "speaker_uuid": "287aa49f-e56b-4530-a469-855776c84a8d", - "version": "0.15.4" - }, - { - "name": "琴詠ニア", - "styles": [ - { - "name": "ノーマル", - "id": 74 - }, - { - "name": "ノーマル", - "id": 3074, - "type": "frame_decode" - } - ], - "speaker_uuid": "97a4af4b-086e-4efd-b125-7ae2da85e697", - "version": "0.15.4" - } -] diff --git a/linux-cpu/model/pd0.bin b/linux-cpu/model/pd0.bin deleted file mode 100644 index a7417fd24ab0a957f8d0c4c5e36525ee5ab9dd0e..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9b59801d4a9f691f4f3d696b2e206ccb6748c4e3e043cab1aaafe1d9b6f5072 -size 52681 diff --git a/linux-cpu/model/pd1.bin b/linux-cpu/model/pd1.bin deleted file mode 100644 index 72a0626a3a4d59fd1d2e921a7873b9d4f8b26fc9..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd1.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8db25c38c5ca474d6a4c2793479e8b1434f09a26c7ed26f6a33b25741b7c4c -size 53887 diff --git a/linux-cpu/model/pd10.bin b/linux-cpu/model/pd10.bin deleted file mode 100644 index 4c76315cdd64ecfa3c81a00e0bca6f1d6a157f34..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd10.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a4013a5e60dd5bb881b23afff740ef7e8280c08af37e37c9f26be9b2af7b14 -size 52339 diff --git a/linux-cpu/model/pd11.bin b/linux-cpu/model/pd11.bin deleted file mode 100644 index ce4db214fd0c603d40335c3486d20c8fe9eb341a..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd11.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f380f80937b78ecc8c15204dcc58ce7d7284785716e100e50049441f16b1d9b5 -size 154903 diff --git a/linux-cpu/model/pd12.bin b/linux-cpu/model/pd12.bin deleted file mode 100644 index 5e35c6002453df188dae7587a314540a341eeb31..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd12.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97da992f23724b86f126e9d78f8286c707247de6ece4c901b330dc1fe063cc38 -size 52331 diff --git a/linux-cpu/model/pd13.bin b/linux-cpu/model/pd13.bin deleted file mode 100644 index 916c75382ac6e23648ca4fe93a30352efd707066..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd13.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d63ba97f46fa2de74b7f45e4dbc34ea9d1871457a8b38d7908aa3dca1ec33d4 -size 154899 diff --git a/linux-cpu/model/pd14.bin b/linux-cpu/model/pd14.bin deleted file mode 100644 index be4f9d881bf4f2d6b888a843837f7fe452d488c5..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd14.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06a2e2db5f39450c65e33f6f97a22c8edc29c577f9aef6557cb83b6c64e517b -size 207148 diff --git a/linux-cpu/model/pd15.bin b/linux-cpu/model/pd15.bin deleted file mode 100644 index 933fd824b085978ae243f84208d9d35bb7b7f9b3..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd15.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:174d8aa41a71953171122bb61073f64e03a0138927b12a9af60aa05065586243 -size 209169 diff --git a/linux-cpu/model/pd16.bin b/linux-cpu/model/pd16.bin deleted file mode 100644 index 9793a9fe10a477901be7d11de19c33c97390ae3d..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd16.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2b512bf401632ff384a619fbddc668a37c3019051994713e786383295e10073 -size 51683 diff --git a/linux-cpu/model/pd2.bin b/linux-cpu/model/pd2.bin deleted file mode 100644 index cc6e05823af45d69677fb92bc03d614336c6b032..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd2.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c434e3a247b34c10174ffb4c4d4d401b7024a2f7f539c9fae7134fddaadf06 -size 53928 diff --git a/linux-cpu/model/pd3.bin b/linux-cpu/model/pd3.bin deleted file mode 100644 index 58aa810af3b26f2fba47a7a4da9a53ac55720878..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd3.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4d0cbcde522155998253db2b8c9ed2e48ce6ce4ecc33a07428643169fc2ff -size 206504 diff --git a/linux-cpu/model/pd4.bin b/linux-cpu/model/pd4.bin deleted file mode 100644 index 674647599358a3041cf64b980bb9126e1475112f..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd4.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3cec8a9e4a691dbaee0f733f8251364881339039841081dddc643efbdd05352 -size 51939 diff --git a/linux-cpu/model/pd5.bin b/linux-cpu/model/pd5.bin deleted file mode 100644 index b7c08b1b620823d11ec33fccafb8899c3d5b28ac..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd5.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08ae71ca057f2e5b0b29b49a137416efdbd70a2b8a545493aed357b1d4c0d754 -size 53267 diff --git a/linux-cpu/model/pd6.bin b/linux-cpu/model/pd6.bin deleted file mode 100644 index 4943b5b27f44d2b1ae7c4bc65dc27d9e3a67ccf8..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd6.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37de0a9a4bb9819b6d8093773de86b3814d946b12d3b8a959d291cad9645b127 -size 51931 diff --git a/linux-cpu/model/pd7.bin b/linux-cpu/model/pd7.bin deleted file mode 100644 index 61de7bc710f2299814a78b63d0c7447c079af754..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd7.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25ad41a67bf9af258c8277564c88d623bd0a44af64f84ad252cab6c507bff49a -size 51275 diff --git a/linux-cpu/model/pd8.bin b/linux-cpu/model/pd8.bin deleted file mode 100644 index 9d4c2786f069cf65125cc36e92c1bef7de93f090..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd8.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92d1c519d57372a8cbe496c0a2cb23066e45524e748207e04d89a7fb0e6917a9 -size 51283 diff --git a/linux-cpu/model/pd9.bin b/linux-cpu/model/pd9.bin deleted file mode 100644 index 9f3de45d6c4f5345d621b99add32b83dc0a49e5c..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pd9.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eea242aa18c4956705931132f985288d098cc9e00800ea6a9bb8791f9cd15d9d -size 53267 diff --git a/linux-cpu/model/pi0.bin b/linux-cpu/model/pi0.bin deleted file mode 100644 index 53375fa4b2235530d38644b53cc64605ec25921d..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:983e3a8b4e2aecbf90e4818935268fc441e45a575524787166217592ffa958e0 -size 30551 diff --git a/linux-cpu/model/pi1.bin b/linux-cpu/model/pi1.bin deleted file mode 100644 index ae6d21af4a10a470a913d7409b6bf0923d6ec7fd..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi1.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7647b9fc369c52ebe3baf5e2666376c22076871bf9e5bcb391168531a9dd62ac -size 55519 diff --git a/linux-cpu/model/pi10.bin b/linux-cpu/model/pi10.bin deleted file mode 100644 index 1f71d758dbba5b84f74e2e091961072f926a2396..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi10.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c4f01a32f5cb7d33379255d09230f501ecbe4928ca71faf68e5ccc8540581a4 -size 31374 diff --git a/linux-cpu/model/pi11.bin b/linux-cpu/model/pi11.bin deleted file mode 100644 index ad47bcd4d5dcd34fb98c207c5b951beabedf5470..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi11.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c62ac9c02132e34814ef0a8357e1bf548f5a80f98566bfa32587ab85f2fdb9 -size 92856 diff --git a/linux-cpu/model/pi12.bin b/linux-cpu/model/pi12.bin deleted file mode 100644 index b998d7d033f15b3ca74557dd84b030b52d3444d4..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi12.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:367195b1b639d29983585d14a334b4f7308982c1b6840b9b8f96226352188106 -size 31366 diff --git a/linux-cpu/model/pi13.bin b/linux-cpu/model/pi13.bin deleted file mode 100644 index 1ec93e470780a1689f1a755fe62a0b7222e6d592..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi13.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4246b68b3ad134fe676f243f9700bd5ac64dde0d85e49943f3968dcf275fe481 -size 92852 diff --git a/linux-cpu/model/pi14.bin b/linux-cpu/model/pi14.bin deleted file mode 100644 index 30b4f6635d767401846b6ac210745eeae68eacd6..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi14.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8616a36316fbd1c81f6b097a3b27f87da5f46f0f56d1fb71838ef4855e1e0bcf -size 123888 diff --git a/linux-cpu/model/pi15.bin b/linux-cpu/model/pi15.bin deleted file mode 100644 index 5dc129ef81d0ac09bf566fba6ab098e6194b1104..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi15.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f5744b582db39d9338b944be3b6d92ca89e10c6597da8033df8d0099f19ab00 -size 124564 diff --git a/linux-cpu/model/pi16.bin b/linux-cpu/model/pi16.bin deleted file mode 100644 index f7a26487af0e7c5924c3ed0f999c8cc6fcafcf14..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi16.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b52e917fdd2b30e3eedf9b7346b2950176a764e1ddd04e8341cc39eb8b798b82 -size 31166 diff --git a/linux-cpu/model/pi2.bin b/linux-cpu/model/pi2.bin deleted file mode 100644 index f2c8f9533570e4dcd999731d52612ec9b5913fa2..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi2.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c872d4c04ee6604185cb6ff364fd2a1384af6c389743c4ea7c776ac634c2d9c -size 30902 diff --git a/linux-cpu/model/pi3.bin b/linux-cpu/model/pi3.bin deleted file mode 100644 index 14f1efc853f102d7cd131cff8f304734c79a035d..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi3.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:712f58f9aafff181c10a6d8bbf84e5a811675a2fd11995890ba85090fa704449 -size 123692 diff --git a/linux-cpu/model/pi4.bin b/linux-cpu/model/pi4.bin deleted file mode 100644 index 6295477156bb9d94d8f3f2e5c2f4a66e680e685e..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi4.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f4074009386d811c648ce6d15ae6c3eb9546fc4342a8972e9489f88cfc105dd -size 30257 diff --git a/linux-cpu/model/pi5.bin b/linux-cpu/model/pi5.bin deleted file mode 100644 index 9e3efaadb7a9be5efd8a906eddc9cbaa0dbb4161..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi5.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62a8c577e65600d3b9fe21b73109eae84a7132365ed85cad25acc373b60fe31 -size 30689 diff --git a/linux-cpu/model/pi6.bin b/linux-cpu/model/pi6.bin deleted file mode 100644 index fe39a60829fa7aba7a3128755a8afc31f09e9098..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi6.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69323de929b053c84ef7af8a8c11c356f65ef1ce99a3f58acba32a87ba42e750 -size 30249 diff --git a/linux-cpu/model/pi7.bin b/linux-cpu/model/pi7.bin deleted file mode 100644 index a10fc2f7165dfaf7f3bd54037e810e1484166a7b..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi7.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246655bcf6a17fcb813b0c992fc40cf9a5b5bd7b6f378f7a0e77c1e001ebd638 -size 30041 diff --git a/linux-cpu/model/pi8.bin b/linux-cpu/model/pi8.bin deleted file mode 100644 index d0919d1089f32414b197d2b03d02106847d76b09..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi8.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef8604dadb0b7c3a94d7154f96ae1f8455d7f4b7641c12911c6aca59cb6f7bda -size 30049 diff --git a/linux-cpu/model/pi9.bin b/linux-cpu/model/pi9.bin deleted file mode 100644 index f46de0bd75694a744e79c255a951462a1d9ab00c..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pi9.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57b333fa18efb563ce46957ce9781b9d96937af560b38f87109e51f11bbaa178 -size 30689 diff --git a/linux-cpu/model/pscl0.bin b/linux-cpu/model/pscl0.bin deleted file mode 100644 index 5987af16b6abbf4368852113431b81cba44a3a23..0000000000000000000000000000000000000000 --- a/linux-cpu/model/pscl0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd47fa3846732d349e67012a249df327f2ef840f32d4bbc304b3d5a788c2d2fa -size 2633555 diff --git a/linux-cpu/model/psf0.bin b/linux-cpu/model/psf0.bin deleted file mode 100644 index 874d8bf4692d84dfadd5f88d6307826fd5e1fc5a..0000000000000000000000000000000000000000 --- a/linux-cpu/model/psf0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7947cd6f6a553c54cd0865e96000d277e16a4389540cdfc18a9b3a8109472fef -size 4344113 diff --git a/linux-cpu/model/psv0.bin b/linux-cpu/model/psv0.bin deleted file mode 100644 index 53534e8549b61a4c1b1107a81e790940f51bdb88..0000000000000000000000000000000000000000 --- a/linux-cpu/model/psv0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5c8ed5aeb3acb28d17851b875f833fb6cc2e53af5d24b6a3395d95f3e1cd18a -size 4979536 diff --git a/linux-cpu/model/sd0.bin b/linux-cpu/model/sd0.bin deleted file mode 100644 index 022656d79c2472da165215d471125363bf182914..0000000000000000000000000000000000000000 --- a/linux-cpu/model/sd0.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4917b59c0bfa321d7f959c1175343e7d8ff135a8cb12a7d02c98acd8c2c478ac -size 118437688 diff --git a/linux-cpu/numpy/core/_multiarray_tests.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/core/_multiarray_tests.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 3acf9f734a9d5a78a0b273ae14b4193ff35a1b68..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/core/_multiarray_tests.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ef3d05705be9d5c3a813a5e28cd4f604b0f4baa9..0000000000000000000000000000000000000000 --- a/linux-cpu/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cebd21b2bae2c1fb81d040f942afd4dbef280875d6dd0e698871f282f0c1a88 -size 7431065 diff --git a/linux-cpu/numpy/fft/_pocketfft_internal.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/fft/_pocketfft_internal.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 163e4f53a13faeba7e28af4a766ad9f0dc54c472..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/fft/_pocketfft_internal.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/linalg/_umath_linalg.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/linalg/_umath_linalg.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ca8e1ea2ceb9052f14a563467623ef90e32713bb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/linalg/_umath_linalg.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_bounded_integers.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_bounded_integers.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 0430186dbcf6c9da1505b8ca21a4620afc4e99f0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_bounded_integers.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_common.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_common.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 73455556c1cb7f76ae746909ff7a8756767225e9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_common.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_generator.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_generator.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8c0af285d06792988758dfa655e151c34ddc5bf2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_generator.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_mt19937.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_mt19937.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8e877aca7a842c4ba47127856ed921dc8702bad1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_mt19937.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_pcg64.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_pcg64.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2b63d025492441c740429acefb8bee49c736ad2d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_pcg64.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_philox.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_philox.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2e6aa25da50bd4aa080ee7f5ff32d23916405f12..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_philox.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/_sfc64.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/_sfc64.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 15c8151bb72f0a98aa94d399c0e8e11227559111..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/_sfc64.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/bit_generator.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/bit_generator.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 83c1c543dac8d586ba9ddbefd31a74bbd8863dd3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/bit_generator.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/numpy/random/mtrand.cpython-311-x86_64-linux-gnu.so b/linux-cpu/numpy/random/mtrand.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index df4b8e1daba7a3309eb4397932a597c1d1654478..0000000000000000000000000000000000000000 Binary files a/linux-cpu/numpy/random/mtrand.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/presets.yaml b/linux-cpu/presets.yaml deleted file mode 100644 index 0f554e61cba1005bba8af9de5bda1f1740ef4dbe..0000000000000000000000000000000000000000 --- a/linux-cpu/presets.yaml +++ /dev/null @@ -1,10 +0,0 @@ -- id: 1 - name: サンプルプリセット - speaker_uuid: 7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff - style_id: 0 - speedScale: 1 - pitchScale: 0 - intonationScale: 1 - volumeScale: 1 - prePhonemeLength: 0.1 - postPhonemeLength: 0.1 diff --git a/linux-cpu/pydantic/__init__.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/__init__.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 47e68bd94e3d71f19f7876028cea69991ff126df..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/__init__.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/_hypothesis_plugin.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/_hypothesis_plugin.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index f80c5125d96758b0bd8215c08d3d078b6e28683b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/_hypothesis_plugin.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/annotated_types.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/annotated_types.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index eb1d6efdcee1b97f30aa70836da50b8e214e12c8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/annotated_types.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/class_validators.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/class_validators.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 70158680a604111f5b59c3da9cb4d5c16917a1e9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/class_validators.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/color.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/color.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 4e943cc01e96ce47458d96b7cdbad63019c80ad6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/color.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/config.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/config.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 86680eb8feb622dc5a59e25bb7661c2dcdab334d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/config.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/dataclasses.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/dataclasses.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 57a50dd0aa8103705345eb2052900deaa443de80..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/dataclasses.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/datetime_parse.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/datetime_parse.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index e4873721d891e29c09692942236ba98b553b3b98..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/datetime_parse.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/decorator.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/decorator.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2c6b9a94161dedcbf270c1167ad809b234ad1f02..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/decorator.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/env_settings.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/env_settings.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 8386ccfaed1e95ef01e32bdaa84f0f5d4adad02e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/env_settings.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/error_wrappers.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/error_wrappers.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index c09bb35ff81088e82a2080eddfb14ab80c4b1e5c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/error_wrappers.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/errors.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/errors.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 49b7e5b8902987c1a6526acbd4978110c29662ff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/errors.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/fields.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/fields.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 5d493899efe0b269f95165bbcc2829dc0ab03bc8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/fields.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/json.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/json.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 54860573e37140209fe1ae44eb94a5fa7133903b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/json.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/main.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/main.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 81049bbddfbdbc760a8823589b70379757358b3d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/main.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/mypy.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/mypy.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2d62c2ffdb74f7998cafefe5b4efd88164f0563e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/mypy.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/networks.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/networks.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2eaec1f2d4fe57f335a195e478cf5ef305c8d19c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/networks.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/parse.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/parse.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 867cfc2547db60534b8e13df89bd4b777038a865..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/parse.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/schema.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/schema.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index aac5603b5693c6c7672abeee0e7020b2a068e611..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/schema.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/tools.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/tools.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2848c405a9912246a2b0e45c98fad663a405fc51..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/tools.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/types.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/types.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index ea529c367b7967de3395cef6f87c298b44f45a7d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/types.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/typing.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/typing.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 2bdad7c7d9a10a225d3e508549a5f273189ee0fb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/typing.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/utils.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/utils.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 6117c5dcb5e59024aa270ba7a88afd0b96ab8f67..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/utils.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/validators.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/validators.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 96711a6249ca3822b3798a73660a24f4b66b4a44..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/validators.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pydantic/version.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pydantic/version.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 6c73ebf48031b345a31bd0ee553d7dbe4b9651ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pydantic/version.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pyopenjtalk/htsengine.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pyopenjtalk/htsengine.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 17861a662f6726b40a630f32453246948b04d57b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pyopenjtalk/htsengine.cpython-311-x86_64-linux-gnu.so and /dev/null differ diff --git a/linux-cpu/pyopenjtalk/htsvoice/LICENSE_mei_normal.htsvoice b/linux-cpu/pyopenjtalk/htsvoice/LICENSE_mei_normal.htsvoice deleted file mode 100644 index 753611721aea5b6ab7f713229c04cdbf8e63dff5..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/htsvoice/LICENSE_mei_normal.htsvoice +++ /dev/null @@ -1,41 +0,0 @@ -# ----------------------------------------------------------------- # -# HTS Voice "Mei" # -# released by MMDAgent Project Team # -# http://www.mmdagent.jp/ # -# ----------------------------------------------------------------- # -# # -# Copyright (c) 2009-2013 Nagoya Institute of Technology # -# Department of Computer Science # -# # -# Some rights reserved. # -# # -# This work is licensed under the Creative Commons Attribution 3.0 # -# license. # -# # -# You are free: # -# * to Share - to copy, distribute and transmit the work # -# * to Remix - to adapt the work # -# Under the following conditions: # -# * Attribution - You must attribute the work in the manner # -# specified by the author or licensor (but not in any way that # -# suggests that they endorse you or your use of the work). # -# With the understanding that: # -# * Waiver - Any of the above conditions can be waived if you get # -# permission from the copyright holder. # -# * Public Domain - Where the work or any of its elements is in # -# the public domain under applicable law, that status is in no # -# way affected by the license. # -# * Other Rights - In no way are any of the following rights # -# affected by the license: # -# - Your fair dealing or fair use rights, or other applicable # -# copyright exceptions and limitations; # -# - The author's moral rights; # -# - Rights other persons may have either in the work itself or # -# in how the work is used, such as publicity or privacy # -# rights. # -# * Notice - For any reuse or distribution, you must make clear to # -# others the license terms of this work. The best way to do this # -# is with a link to this web page. # -# # -# See http://creativecommons.org/ for details. # -# ----------------------------------------------------------------- # diff --git a/linux-cpu/pyopenjtalk/htsvoice/README.md b/linux-cpu/pyopenjtalk/htsvoice/README.md deleted file mode 100644 index 6dff758c2495c69157ea84c05aff9a114eeb3f2c..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/htsvoice/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# LICENSE for test data - -- [LICENSE_mei](LICENSE_mei_normal.htsvoice): LICENSE for mei_normal.voice diff --git a/linux-cpu/pyopenjtalk/htsvoice/mei_normal.htsvoice b/linux-cpu/pyopenjtalk/htsvoice/mei_normal.htsvoice deleted file mode 100644 index edcb095075784ff19f072b8af8a491eeedaabd47..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pyopenjtalk/htsvoice/mei_normal.htsvoice and /dev/null differ diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/COPYING b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/COPYING deleted file mode 100644 index 05d9789fde8883f09b0b9a814a53e6000346e964..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/COPYING +++ /dev/null @@ -1,100 +0,0 @@ -Copyright (c) 2009, Nara Institute of Science and Technology, Japan. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. -Neither the name of the Nara Institute of Science and Technology -(NAIST) nor the names of its contributors may be used to endorse or -promote products derived from this software without specific prior -written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Copyright (c) 2011-2017, The UniDic Consortium -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the - distribution. - - * Neither the name of the UniDic Consortium nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -/* ----------------------------------------------------------------- */ -/* The Japanese TTS System "Open JTalk" */ -/* developed by HTS Working Group */ -/* http://open-jtalk.sourceforge.net/ */ -/* ----------------------------------------------------------------- */ -/* */ -/* Copyright (c) 2008-2016 Nagoya Institute of Technology */ -/* Department of Computer Science */ -/* */ -/* All rights reserved. */ -/* */ -/* Redistribution and use in source and binary forms, with or */ -/* without modification, are permitted provided that the following */ -/* conditions are met: */ -/* */ -/* - Redistributions of source code must retain the above copyright */ -/* notice, this list of conditions and the following disclaimer. */ -/* - Redistributions in binary form must reproduce the above */ -/* copyright notice, this list of conditions and the following */ -/* disclaimer in the documentation and/or other materials provided */ -/* with the distribution. */ -/* - Neither the name of the HTS working group nor the names of its */ -/* contributors may be used to endorse or promote products derived */ -/* from this software without specific prior written permission. */ -/* */ -/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */ -/* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, */ -/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */ -/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */ -/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */ -/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */ -/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */ -/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */ -/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */ -/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */ -/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */ -/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */ -/* POSSIBILITY OF SUCH DAMAGE. */ -/* ----------------------------------------------------------------- */ diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/char.bin b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/char.bin deleted file mode 100644 index 9f6369901c7383d9038c9c49939279e47f6a4db9..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/char.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:888ee94c5a8a7a26d24ab3f1b7155441351954fd51ea06b4a2f78bd742492b2f -size 262496 diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/left-id.def b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/left-id.def deleted file mode 100644 index 51c269688b9591d76eab882b6339c83c960b3e5b..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/left-id.def +++ /dev/null @@ -1,1377 +0,0 @@ -0 BOS/EOS,*,*,*,*,*,BOS/EOS -1 その他,間投,*,*,*,*,* -2 フィラー,*,*,*,*,*,* -3 感動詞,*,*,*,*,*,* -4 記号,アルファベット,*,*,*,*,* -5 記号,一般,*,*,*,*,* -6 記号,括弧開,*,*,*,*,BOS/EOS -7 記号,括弧閉,*,*,*,*,BOS/EOS -8 記号,句点,*,*,*,*,BOS/EOS -9 記号,空白,*,*,*,*,* -10 記号,読点,*,*,*,*,* -11 形容詞,自立,*,*,形容詞・アウオ段,*,* -12 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,* -13 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,無い -14 形容詞,自立,*,*,形容詞・アウオ段,仮定形,* -15 形容詞,自立,*,*,形容詞・アウオ段,仮定形,無い -16 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,* -17 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,無い -18 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,* -19 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,無い -20 形容詞,自立,*,*,形容詞・アウオ段,基本形,* -21 形容詞,自立,*,*,形容詞・アウオ段,基本形,無い -22 形容詞,自立,*,*,形容詞・アウオ段,体言接続,* -23 形容詞,自立,*,*,形容詞・アウオ段,体言接続,無い -24 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,* -25 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,無い -26 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,* -27 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,無い -28 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,* -29 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,無い -30 形容詞,自立,*,*,形容詞・アウオ段,命令e,* -31 形容詞,自立,*,*,形容詞・アウオ段,命令e,無い -32 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* -33 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,無い -34 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,* -35 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,無い -36 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,* -37 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,無い -38 形容詞,自立,*,*,形容詞・イ段,ガル接続,* -39 形容詞,自立,*,*,形容詞・イ段,仮定形,* -40 形容詞,自立,*,*,形容詞・イ段,仮定縮約1,* -41 形容詞,自立,*,*,形容詞・イ段,仮定縮約2,* -42 形容詞,自立,*,*,形容詞・イ段,基本形,* -43 形容詞,自立,*,*,形容詞・イ段,体言接続,* -44 形容詞,自立,*,*,形容詞・イ段,文語基本形,* -45 形容詞,自立,*,*,形容詞・イ段,未然ウ接続,* -46 形容詞,自立,*,*,形容詞・イ段,未然ヌ接続,* -47 形容詞,自立,*,*,形容詞・イ段,命令e,* -48 形容詞,自立,*,*,形容詞・イ段,連用ゴザイ接続,* -49 形容詞,自立,*,*,形容詞・イ段,連用タ接続,* -50 形容詞,自立,*,*,形容詞・イ段,連用テ接続,* -51 形容詞,自立,*,*,不変化型,基本形,* -52 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,* -53 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,たらしい -54 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,臭い -55 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,* -56 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,たらしい -57 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,臭い -58 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,* -59 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,たらしい -60 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,臭い -61 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,* -62 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,たらしい -63 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,臭い -64 形容詞,接尾,*,*,形容詞・アウオ段,基本形,* -65 形容詞,接尾,*,*,形容詞・アウオ段,基本形,たらしい -66 形容詞,接尾,*,*,形容詞・アウオ段,基本形,臭い -67 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,* -68 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,たらしい -69 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,臭い -70 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,* -71 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,たらしい -72 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,臭い -73 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,* -74 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,たらしい -75 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,臭い -76 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,* -77 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,たらしい -78 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,臭い -79 形容詞,接尾,*,*,形容詞・アウオ段,命令e,* -80 形容詞,接尾,*,*,形容詞・アウオ段,命令e,たらしい -81 形容詞,接尾,*,*,形容詞・アウオ段,命令e,臭い -82 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,* -83 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,たらしい -84 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,臭い -85 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,* -86 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,たらしい -87 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,臭い -88 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,* -89 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,たらしい -90 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,臭い -91 形容詞,接尾,*,*,形容詞・イ段,ガル接続,* -92 形容詞,接尾,*,*,形容詞・イ段,ガル接続,たらしい -93 形容詞,接尾,*,*,形容詞・イ段,仮定形,* -94 形容詞,接尾,*,*,形容詞・イ段,仮定形,たらしい -95 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,* -96 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,たらしい -97 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,* -98 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,たらしい -99 形容詞,接尾,*,*,形容詞・イ段,基本形,* -100 形容詞,接尾,*,*,形容詞・イ段,基本形,たらしい -101 形容詞,接尾,*,*,形容詞・イ段,体言接続,* -102 形容詞,接尾,*,*,形容詞・イ段,体言接続,たらしい -103 形容詞,接尾,*,*,形容詞・イ段,文語基本形,* -104 形容詞,接尾,*,*,形容詞・イ段,文語基本形,たらしい -105 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,* -106 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,たらしい -107 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,* -108 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,たらしい -109 形容詞,接尾,*,*,形容詞・イ段,命令e,* -110 形容詞,接尾,*,*,形容詞・イ段,命令e,たらしい -111 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,* -112 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,たらしい -113 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,* -114 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,たらしい -115 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,* -116 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,たらしい -117 形容詞,非自立,*,*,形容詞・アウオ段,*,* -118 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,* -119 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,難い -120 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,良い -121 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,* -122 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,難い -123 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,良い -124 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,* -125 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,難い -126 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,良い -127 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,* -128 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,難い -129 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,良い -130 形容詞,非自立,*,*,形容詞・アウオ段,基本形,難い -131 形容詞,非自立,*,*,形容詞・アウオ段,基本形,良い -132 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,* -133 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,難い -134 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,良い -135 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,* -136 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,難い -137 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,良い -138 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,* -139 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,難い -140 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,良い -141 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,* -142 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,難い -143 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,良い -144 形容詞,非自立,*,*,形容詞・アウオ段,命令e,* -145 形容詞,非自立,*,*,形容詞・アウオ段,命令e,難い -146 形容詞,非自立,*,*,形容詞・アウオ段,命令e,良い -147 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* -148 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,難い -149 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,良い -150 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,* -151 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,難い -152 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,良い -153 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,* -154 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,難い -155 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,良い -156 形容詞,非自立,*,*,形容詞・イ段,ガル接続,欲しい -157 形容詞,非自立,*,*,形容詞・イ段,仮定形,欲しい -158 形容詞,非自立,*,*,形容詞・イ段,仮定縮約1,欲しい -159 形容詞,非自立,*,*,形容詞・イ段,仮定縮約2,欲しい -160 形容詞,非自立,*,*,形容詞・イ段,基本形,欲しい -161 形容詞,非自立,*,*,形容詞・イ段,体言接続,欲しい -162 形容詞,非自立,*,*,形容詞・イ段,文語基本形,欲しい -163 形容詞,非自立,*,*,形容詞・イ段,未然ウ接続,欲しい -164 形容詞,非自立,*,*,形容詞・イ段,未然ヌ接続,欲しい -165 形容詞,非自立,*,*,形容詞・イ段,命令e,欲しい -166 形容詞,非自立,*,*,形容詞・イ段,連用ゴザイ接続,欲しい -167 形容詞,非自立,*,*,形容詞・イ段,連用タ接続,欲しい -168 形容詞,非自立,*,*,形容詞・イ段,連用テ接続,欲しい -169 助詞,格助詞,一般,*,*,*,から -170 助詞,格助詞,一般,*,*,*,が -171 助詞,格助詞,一般,*,*,*,つ -172 助詞,格助詞,一般,*,*,*,で -173 助詞,格助詞,一般,*,*,*,と -174 助詞,格助詞,一般,*,*,*,に -175 助詞,格助詞,一般,*,*,*,にて -176 助詞,格助詞,一般,*,*,*,の -177 助詞,格助詞,一般,*,*,*,へ -178 助詞,格助詞,一般,*,*,*,より -179 助詞,格助詞,一般,*,*,*,を -180 助詞,格助詞,一般,*,*,*,ん -181 助詞,格助詞,一般,*,*,*,デ -182 助詞,格助詞,一般,*,*,*,ノ -183 助詞,格助詞,一般,*,*,*,ヘ -184 助詞,格助詞,一般,*,*,*,ヲ -185 助詞,格助詞,一般,*,*,*,之 -186 助詞,格助詞,引用,*,*,*,っと -187 助詞,格助詞,引用,*,*,*,と -188 助詞,格助詞,連語,*,*,*,じゃ -189 助詞,格助詞,連語,*,*,*,っちゅう -190 助詞,格助詞,連語,*,*,*,って -191 助詞,格助詞,連語,*,*,*,っていう -192 助詞,格助詞,連語,*,*,*,ってな -193 助詞,格助詞,連語,*,*,*,て -194 助詞,格助詞,連語,*,*,*,ていう -195 助詞,格助詞,連語,*,*,*,といいます -196 助詞,格助詞,連語,*,*,*,という -197 助詞,格助詞,連語,*,*,*,といった -198 助詞,格助詞,連語,*,*,*,といふ -199 助詞,格助詞,連語,*,*,*,とかいいます -200 助詞,格助詞,連語,*,*,*,とかいう -201 助詞,格助詞,連語,*,*,*,とかいふ -202 助詞,格助詞,連語,*,*,*,として -203 助詞,格助詞,連語,*,*,*,としましたら -204 助詞,格助詞,連語,*,*,*,としまして -205 助詞,格助詞,連語,*,*,*,とともに -206 助詞,格助詞,連語,*,*,*,と共に -207 助詞,格助詞,連語,*,*,*,にあたって -208 助詞,格助詞,連語,*,*,*,にあたり -209 助詞,格助詞,連語,*,*,*,にあたりまして -210 助詞,格助詞,連語,*,*,*,にあたります -211 助詞,格助詞,連語,*,*,*,にあたる -212 助詞,格助詞,連語,*,*,*,において -213 助詞,格助詞,連語,*,*,*,におきまして -214 助詞,格助詞,連語,*,*,*,における -215 助詞,格助詞,連語,*,*,*,にかけ -216 助詞,格助詞,連語,*,*,*,にかけて -217 助詞,格助詞,連語,*,*,*,にかけまして -218 助詞,格助詞,連語,*,*,*,にたいして -219 助詞,格助詞,連語,*,*,*,にたいしまして -220 助詞,格助詞,連語,*,*,*,にたいします -221 助詞,格助詞,連語,*,*,*,にたいする -222 助詞,格助詞,連語,*,*,*,について -223 助詞,格助詞,連語,*,*,*,につき -224 助詞,格助詞,連語,*,*,*,につきまして -225 助詞,格助詞,連語,*,*,*,につけ -226 助詞,格助詞,連語,*,*,*,につれ -227 助詞,格助詞,連語,*,*,*,につれて -228 助詞,格助詞,連語,*,*,*,にとって -229 助詞,格助詞,連語,*,*,*,にとり -230 助詞,格助詞,連語,*,*,*,にとりまして -231 助詞,格助詞,連語,*,*,*,にまつわります -232 助詞,格助詞,連語,*,*,*,にまつわる -233 助詞,格助詞,連語,*,*,*,によって -234 助詞,格助詞,連語,*,*,*,により -235 助詞,格助詞,連語,*,*,*,によりまして -236 助詞,格助詞,連語,*,*,*,によります -237 助詞,格助詞,連語,*,*,*,による -238 助詞,格助詞,連語,*,*,*,にわたって -239 助詞,格助詞,連語,*,*,*,にわたり -240 助詞,格助詞,連語,*,*,*,にわたりまして -241 助詞,格助詞,連語,*,*,*,にわたります -242 助詞,格助詞,連語,*,*,*,にわたる -243 助詞,格助詞,連語,*,*,*,に関し -244 助詞,格助詞,連語,*,*,*,に関して -245 助詞,格助詞,連語,*,*,*,に関しまして -246 助詞,格助詞,連語,*,*,*,に関します -247 助詞,格助詞,連語,*,*,*,に関する -248 助詞,格助詞,連語,*,*,*,に際し -249 助詞,格助詞,連語,*,*,*,に際して -250 助詞,格助詞,連語,*,*,*,に際しまして -251 助詞,格助詞,連語,*,*,*,に従い -252 助詞,格助詞,連語,*,*,*,に従いまして -253 助詞,格助詞,連語,*,*,*,に従います -254 助詞,格助詞,連語,*,*,*,に従う -255 助詞,格助詞,連語,*,*,*,に従って -256 助詞,格助詞,連語,*,*,*,に対し -257 助詞,格助詞,連語,*,*,*,に対して -258 助詞,格助詞,連語,*,*,*,に対しまして -259 助詞,格助詞,連語,*,*,*,に対します -260 助詞,格助詞,連語,*,*,*,に対する -261 助詞,格助詞,連語,*,*,*,に当たって -262 助詞,格助詞,連語,*,*,*,に当たり -263 助詞,格助詞,連語,*,*,*,に当たりまして -264 助詞,格助詞,連語,*,*,*,に当たります -265 助詞,格助詞,連語,*,*,*,に当たる -266 助詞,格助詞,連語,*,*,*,をめぐって -267 助詞,格助詞,連語,*,*,*,をめぐりまして -268 助詞,格助詞,連語,*,*,*,をめぐります -269 助詞,格助詞,連語,*,*,*,をめぐる -270 助詞,格助詞,連語,*,*,*,をもちまして -271 助詞,格助詞,連語,*,*,*,をもって -272 助詞,格助詞,連語,*,*,*,を以て -273 助詞,格助詞,連語,*,*,*,を通して -274 助詞,格助詞,連語,*,*,*,を通しまして -275 助詞,格助詞,連語,*,*,*,を通じ -276 助詞,格助詞,連語,*,*,*,を通じて -277 助詞,格助詞,連語,*,*,*,を通じまして -278 助詞,係助詞,*,*,*,*,こそ -279 助詞,係助詞,*,*,*,*,さえ -280 助詞,係助詞,*,*,*,*,しか -281 助詞,係助詞,*,*,*,*,すら -282 助詞,係助詞,*,*,*,*,ぞ -283 助詞,係助詞,*,*,*,*,っきゃ -284 助詞,係助詞,*,*,*,*,は -285 助詞,係助詞,*,*,*,*,も -286 助詞,係助詞,*,*,*,*,や -287 助詞,終助詞,*,*,*,*,かぁ -288 助詞,終助詞,*,*,*,*,かい -289 助詞,終助詞,*,*,*,*,かしら -290 助詞,終助詞,*,*,*,*,け -291 助詞,終助詞,*,*,*,*,さ -292 助詞,終助詞,*,*,*,*,ぜ -293 助詞,終助詞,*,*,*,*,ぞ -294 助詞,終助詞,*,*,*,*,だって -295 助詞,終助詞,*,*,*,*,っけ -296 助詞,終助詞,*,*,*,*,てん -297 助詞,終助詞,*,*,*,*,で -298 助詞,終助詞,*,*,*,*,な -299 助詞,終助詞,*,*,*,*,なー -300 助詞,終助詞,*,*,*,*,なぁー -301 助詞,終助詞,*,*,*,*,なァ -302 助詞,終助詞,*,*,*,*,ね -303 助詞,終助詞,*,*,*,*,ねー -304 助詞,終助詞,*,*,*,*,ねん -305 助詞,終助詞,*,*,*,*,の -306 助詞,終助詞,*,*,*,*,のう -307 助詞,終助詞,*,*,*,*,べ -308 助詞,終助詞,*,*,*,*,もん -309 助詞,終助詞,*,*,*,*,や -310 助詞,終助詞,*,*,*,*,やら -311 助詞,終助詞,*,*,*,*,よ -312 助詞,終助詞,*,*,*,*,よー -313 助詞,終助詞,*,*,*,*,よう -314 助詞,終助詞,*,*,*,*,わ -315 助詞,終助詞,*,*,*,*,わい -316 助詞,終助詞,*,*,*,*,ん -317 助詞,終助詞,*,*,*,*,ヨー -318 助詞,終助詞,*,*,*,*,ワ -319 助詞,接続助詞,*,*,*,*,および -320 助詞,接続助詞,*,*,*,*,から -321 助詞,接続助詞,*,*,*,*,からには -322 助詞,接続助詞,*,*,*,*,が -323 助詞,接続助詞,*,*,*,*,けども -324 助詞,接続助詞,*,*,*,*,けれど -325 助詞,接続助詞,*,*,*,*,けれども -326 助詞,接続助詞,*,*,*,*,さかい -327 助詞,接続助詞,*,*,*,*,し -328 助詞,接続助詞,*,*,*,*,たって -329 助詞,接続助詞,*,*,*,*,つつ -330 助詞,接続助詞,*,*,*,*,て -331 助詞,接続助詞,*,*,*,*,で -332 助詞,接続助詞,*,*,*,*,と -333 助詞,接続助詞,*,*,*,*,とも -334 助詞,接続助詞,*,*,*,*,ど -335 助詞,接続助詞,*,*,*,*,どころか -336 助詞,接続助詞,*,*,*,*,ども -337 助詞,接続助詞,*,*,*,*,ながら -338 助詞,接続助詞,*,*,*,*,なり -339 助詞,接続助詞,*,*,*,*,ので -340 助詞,接続助詞,*,*,*,*,のに -341 助詞,接続助詞,*,*,*,*,ば -342 助詞,接続助詞,*,*,*,*,ものの -343 助詞,接続助詞,*,*,*,*,や -344 助詞,接続助詞,*,*,*,*,やいなや -345 助詞,接続助詞,*,*,*,*,や否や -346 助詞,接続助詞,*,*,*,*,んで -347 助詞,特殊,*,*,*,*,かな -348 助詞,特殊,*,*,*,*,けむ -349 助詞,特殊,*,*,*,*,に -350 助詞,特殊,*,*,*,*,にゃ -351 助詞,特殊,*,*,*,*,ん -352 助詞,副詞化,*,*,*,*,と -353 助詞,副詞化,*,*,*,*,に -354 助詞,副助詞,*,*,*,*,かも -355 助詞,副助詞,*,*,*,*,くらい -356 助詞,副助詞,*,*,*,*,ぐらい -357 助詞,副助詞,*,*,*,*,しも -358 助詞,副助詞,*,*,*,*,じゃ -359 助詞,副助詞,*,*,*,*,じゃあ -360 助詞,副助詞,*,*,*,*,じゃァ -361 助詞,副助詞,*,*,*,*,ずつ -362 助詞,副助詞,*,*,*,*,だけ -363 助詞,副助詞,*,*,*,*,だって -364 助詞,副助詞,*,*,*,*,だに -365 助詞,副助詞,*,*,*,*,でも -366 助詞,副助詞,*,*,*,*,とも -367 助詞,副助詞,*,*,*,*,なぞ -368 助詞,副助詞,*,*,*,*,など -369 助詞,副助詞,*,*,*,*,なり -370 助詞,副助詞,*,*,*,*,なんか -371 助詞,副助詞,*,*,*,*,なんぞ -372 助詞,副助詞,*,*,*,*,なんて -373 助詞,副助詞,*,*,*,*,のみ -374 助詞,副助詞,*,*,*,*,ばかし -375 助詞,副助詞,*,*,*,*,ばかり -376 助詞,副助詞,*,*,*,*,ばっか -377 助詞,副助詞,*,*,*,*,ばっかり -378 助詞,副助詞,*,*,*,*,ほど -379 助詞,副助詞,*,*,*,*,まで -380 助詞,副助詞,*,*,*,*,やら -381 助詞,副助詞,*,*,*,*,程 -382 助詞,副助詞,*,*,*,*,迄 -383 助詞,副助詞/並立助詞/終助詞,*,*,*,*,か -384 助詞,並立助詞,*,*,*,*,たり -385 助詞,並立助詞,*,*,*,*,だの -386 助詞,並立助詞,*,*,*,*,だり -387 助詞,並立助詞,*,*,*,*,と -388 助詞,並立助詞,*,*,*,*,とか -389 助詞,並立助詞,*,*,*,*,なり -390 助詞,並立助詞,*,*,*,*,や -391 助詞,並立助詞,*,*,*,*,やら -392 助詞,連体化,*,*,*,*,の -393 助詞,連体化,*,*,*,*,ノ -394 助動詞,*,*,*,下二・タ行,仮定形,つ -395 助動詞,*,*,*,下二・タ行,基本形,つ -396 助動詞,*,*,*,下二・タ行,体言接続,つ -397 助動詞,*,*,*,下二・タ行,未然形,つ -398 助動詞,*,*,*,下二・タ行,命令yo,つ -399 助動詞,*,*,*,下二・タ行,連用形,つ -400 助動詞,*,*,*,形容詞・イ段,ガル接続,らしい -401 助動詞,*,*,*,形容詞・イ段,ガル接続,無い -402 助動詞,*,*,*,形容詞・イ段,仮定形,らしい -403 助動詞,*,*,*,形容詞・イ段,仮定形,無い -404 助動詞,*,*,*,形容詞・イ段,仮定縮約1,らしい -405 助動詞,*,*,*,形容詞・イ段,仮定縮約1,無い -406 助動詞,*,*,*,形容詞・イ段,仮定縮約2,らしい -407 助動詞,*,*,*,形容詞・イ段,仮定縮約2,無い -408 助動詞,*,*,*,形容詞・イ段,基本形,らしい -409 助動詞,*,*,*,形容詞・イ段,基本形,無い -410 助動詞,*,*,*,形容詞・イ段,体言接続,らしい -411 助動詞,*,*,*,形容詞・イ段,体言接続,無い -412 助動詞,*,*,*,形容詞・イ段,文語基本形,らしい -413 助動詞,*,*,*,形容詞・イ段,文語基本形,無い -414 助動詞,*,*,*,形容詞・イ段,未然ウ接続,らしい -415 助動詞,*,*,*,形容詞・イ段,未然ウ接続,無い -416 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,らしい -417 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,無い -418 助動詞,*,*,*,形容詞・イ段,命令e,らしい -419 助動詞,*,*,*,形容詞・イ段,命令e,無い -420 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,らしい -421 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,無い -422 助動詞,*,*,*,形容詞・イ段,連用タ接続,らしい -423 助動詞,*,*,*,形容詞・イ段,連用タ接続,無い -424 助動詞,*,*,*,形容詞・イ段,連用テ接続,らしい -425 助動詞,*,*,*,形容詞・イ段,連用テ接続,無い -426 助動詞,*,*,*,五段・ラ行アル,仮定形,ある -427 助動詞,*,*,*,五段・ラ行アル,仮定縮約1,ある -428 助動詞,*,*,*,五段・ラ行アル,基本形,ある -429 助動詞,*,*,*,五段・ラ行アル,体言接続特殊,ある -430 助動詞,*,*,*,五段・ラ行アル,未然ウ接続,ある -431 助動詞,*,*,*,五段・ラ行アル,未然形,ある -432 助動詞,*,*,*,五段・ラ行アル,命令e,ある -433 助動詞,*,*,*,五段・ラ行アル,連用タ接続,ある -434 助動詞,*,*,*,五段・ラ行アル,連用形,ある -435 助動詞,*,*,*,五段・ラ行特殊,仮定形,ござる -436 助動詞,*,*,*,五段・ラ行特殊,仮定形,御座る -437 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,ござる -438 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,御座る -439 助動詞,*,*,*,五段・ラ行特殊,基本形,ござる -440 助動詞,*,*,*,五段・ラ行特殊,基本形,御座る -441 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,ござる -442 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,御座る -443 助動詞,*,*,*,五段・ラ行特殊,未然形,ござる -444 助動詞,*,*,*,五段・ラ行特殊,未然形,御座る -445 助動詞,*,*,*,五段・ラ行特殊,未然特殊,ござる -446 助動詞,*,*,*,五段・ラ行特殊,未然特殊,御座る -447 助動詞,*,*,*,五段・ラ行特殊,命令e,ござる -448 助動詞,*,*,*,五段・ラ行特殊,命令e,御座る -449 助動詞,*,*,*,五段・ラ行特殊,命令i,ござる -450 助動詞,*,*,*,五段・ラ行特殊,命令i,御座る -451 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,ござる -452 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,御座る -453 助動詞,*,*,*,五段・ラ行特殊,連用形,ござる -454 助動詞,*,*,*,五段・ラ行特殊,連用形,御座る -455 助動詞,*,*,*,特殊・ジャ,基本形,じゃ -456 助動詞,*,*,*,特殊・ジャ,未然形,じゃ -457 助動詞,*,*,*,特殊・ジャ,連用形,じゃ -458 助動詞,*,*,*,特殊・タ,仮定形,た -459 助動詞,*,*,*,特殊・タ,仮定形,だ -460 助動詞,*,*,*,特殊・タ,基本形,た -461 助動詞,*,*,*,特殊・タ,基本形,だ -462 助動詞,*,*,*,特殊・タ,未然形,た -463 助動詞,*,*,*,特殊・タ,未然形,だ -464 助動詞,*,*,*,特殊・タイ,ガル接続,たい -465 助動詞,*,*,*,特殊・タイ,音便基本形,たい -466 助動詞,*,*,*,特殊・タイ,仮定形,たい -467 助動詞,*,*,*,特殊・タイ,仮定縮約1,たい -468 助動詞,*,*,*,特殊・タイ,仮定縮約2,たい -469 助動詞,*,*,*,特殊・タイ,基本形,たい -470 助動詞,*,*,*,特殊・タイ,体言接続,たい -471 助動詞,*,*,*,特殊・タイ,文語基本形,たい -472 助動詞,*,*,*,特殊・タイ,未然ウ接続,たい -473 助動詞,*,*,*,特殊・タイ,未然ヌ接続,たい -474 助動詞,*,*,*,特殊・タイ,連用ゴザイ接続,たい -475 助動詞,*,*,*,特殊・タイ,連用タ接続,たい -476 助動詞,*,*,*,特殊・タイ,連用テ接続,たい -477 助動詞,*,*,*,特殊・ダ,仮定形,だ -478 助動詞,*,*,*,特殊・ダ,基本形,だ -479 助動詞,*,*,*,特殊・ダ,体言接続,だ -480 助動詞,*,*,*,特殊・ダ,未然形,だ -481 助動詞,*,*,*,特殊・ダ,命令e,だ -482 助動詞,*,*,*,特殊・ダ,連用タ接続,だ -483 助動詞,*,*,*,特殊・ダ,連用形,だ -484 助動詞,*,*,*,特殊・デス,基本形,っす -485 助動詞,*,*,*,特殊・デス,基本形,です -486 助動詞,*,*,*,特殊・デス,基本形,どす -487 助動詞,*,*,*,特殊・デス,未然形,っす -488 助動詞,*,*,*,特殊・デス,未然形,です -489 助動詞,*,*,*,特殊・デス,未然形,どす -490 助動詞,*,*,*,特殊・デス,連用形,っす -491 助動詞,*,*,*,特殊・デス,連用形,です -492 助動詞,*,*,*,特殊・デス,連用形,どす -493 助動詞,*,*,*,特殊・ナイ,ガル接続,無い -494 助動詞,*,*,*,特殊・ナイ,音便基本形,無い -495 助動詞,*,*,*,特殊・ナイ,仮定形,無い -496 助動詞,*,*,*,特殊・ナイ,仮定縮約1,無い -497 助動詞,*,*,*,特殊・ナイ,仮定縮約2,無い -498 助動詞,*,*,*,特殊・ナイ,基本形,無い -499 助動詞,*,*,*,特殊・ナイ,体言接続,無い -500 助動詞,*,*,*,特殊・ナイ,文語基本形,無い -501 助動詞,*,*,*,特殊・ナイ,未然ウ接続,無い -502 助動詞,*,*,*,特殊・ナイ,未然ヌ接続,無い -503 助動詞,*,*,*,特殊・ナイ,命令e,無い -504 助動詞,*,*,*,特殊・ナイ,連用ゴザイ接続,無い -505 助動詞,*,*,*,特殊・ナイ,連用タ接続,無い -506 助動詞,*,*,*,特殊・ナイ,連用テ接続,無い -507 助動詞,*,*,*,特殊・ナイ,連用デ接続,無い -508 助動詞,*,*,*,特殊・ヌ,仮定形,ぬ -509 助動詞,*,*,*,特殊・ヌ,基本形,ぬ -510 助動詞,*,*,*,特殊・ヌ,体言接続,ぬ -511 助動詞,*,*,*,特殊・ヌ,文語基本形,ぬ -512 助動詞,*,*,*,特殊・ヌ,連用ニ接続,ぬ -513 助動詞,*,*,*,特殊・ヌ,連用形,ぬ -514 助動詞,*,*,*,特殊・マス,仮定形,ます -515 助動詞,*,*,*,特殊・マス,仮定形,やす -516 助動詞,*,*,*,特殊・マス,基本形,ます -517 助動詞,*,*,*,特殊・マス,基本形,やす -518 助動詞,*,*,*,特殊・マス,未然ウ接続,ます -519 助動詞,*,*,*,特殊・マス,未然ウ接続,やす -520 助動詞,*,*,*,特殊・マス,未然形,ます -521 助動詞,*,*,*,特殊・マス,未然形,やす -522 助動詞,*,*,*,特殊・マス,命令e,ます -523 助動詞,*,*,*,特殊・マス,命令e,やす -524 助動詞,*,*,*,特殊・マス,命令i,ます -525 助動詞,*,*,*,特殊・マス,命令i,やす -526 助動詞,*,*,*,特殊・マス,連用形,ます -527 助動詞,*,*,*,特殊・マス,連用形,やす -528 助動詞,*,*,*,特殊・ヤ,基本形,や -529 助動詞,*,*,*,特殊・ヤ,未然形,や -530 助動詞,*,*,*,特殊・ヤ,連用形,や -531 助動詞,*,*,*,不変化型,基本形,う -532 助動詞,*,*,*,不変化型,基本形,じ -533 助動詞,*,*,*,不変化型,基本形,じゃん -534 助動詞,*,*,*,不変化型,基本形,じゃン -535 助動詞,*,*,*,不変化型,基本形,ぬ -536 助動詞,*,*,*,不変化型,基本形,ひん -537 助動詞,*,*,*,不変化型,基本形,へん -538 助動詞,*,*,*,不変化型,基本形,まい -539 助動詞,*,*,*,不変化型,基本形,やん -540 助動詞,*,*,*,不変化型,基本形,ん -541 助動詞,*,*,*,文語・キ,基本形,き -542 助動詞,*,*,*,文語・キ,体言接続,き -543 助動詞,*,*,*,文語・キ,命令e,き -544 助動詞,*,*,*,文語・ケリ,基本形,けり -545 助動詞,*,*,*,文語・ケリ,体言接続,けり -546 助動詞,*,*,*,文語・ゴトシ,基本形,ごとし -547 助動詞,*,*,*,文語・ゴトシ,基本形,如し -548 助動詞,*,*,*,文語・ゴトシ,体言接続,ごとし -549 助動詞,*,*,*,文語・ゴトシ,体言接続,如し -550 助動詞,*,*,*,文語・ゴトシ,連用形,ごとし -551 助動詞,*,*,*,文語・ゴトシ,連用形,如し -552 助動詞,*,*,*,文語・ナリ,仮定形,たり -553 助動詞,*,*,*,文語・ナリ,仮定形,なり -554 助動詞,*,*,*,文語・ナリ,基本形,たり -555 助動詞,*,*,*,文語・ナリ,基本形,なり -556 助動詞,*,*,*,文語・ナリ,体言接続,たり -557 助動詞,*,*,*,文語・ナリ,体言接続,なり -558 助動詞,*,*,*,文語・ナリ,未然形,たり -559 助動詞,*,*,*,文語・ナリ,未然形,なり -560 助動詞,*,*,*,文語・ナリ,命令e,たり -561 助動詞,*,*,*,文語・ナリ,命令e,なり -562 助動詞,*,*,*,文語・ベシ,仮定形,べし -563 助動詞,*,*,*,文語・ベシ,基本形,べし -564 助動詞,*,*,*,文語・ベシ,体言接続,べし -565 助動詞,*,*,*,文語・ベシ,未然形,べし -566 助動詞,*,*,*,文語・ベシ,連用形,べし -567 助動詞,*,*,*,文語・マジ,仮定形,まじ -568 助動詞,*,*,*,文語・マジ,基本形,まじ -569 助動詞,*,*,*,文語・マジ,体言接続,まじ -570 助動詞,*,*,*,文語・マジ,連用形,まじ -571 助動詞,*,*,*,文語・リ,基本形,り -572 助動詞,*,*,*,文語・リ,体言接続,り -573 助動詞,*,*,*,文語・ル,仮定形,る -574 助動詞,*,*,*,文語・ル,基本形,る -575 助動詞,*,*,*,文語・ル,体言接続,る -576 助動詞,*,*,*,文語・ル,未然形,る -577 助動詞,*,*,*,文語・ル,命令e,る -578 助動詞,*,*,*,文語・ル,命令yo,る -579 助動詞,*,*,*,文語・ル,連用形,る -580 接続詞,*,*,*,*,*,* -581 接続詞,*,*,*,*,*,および -582 接頭詞,形容詞接続,*,*,*,*,* -583 接頭詞,数接続,*,*,*,*,* -584 接頭詞,動詞接続,*,*,*,*,* -585 接頭詞,名詞接続,*,*,*,*,* -586 動詞,自立,*,*,カ変・クル,仮定形,* -587 動詞,自立,*,*,カ変・クル,仮定縮約1,* -588 動詞,自立,*,*,カ変・クル,基本形,* -589 動詞,自立,*,*,カ変・クル,体言接続特殊,* -590 動詞,自立,*,*,カ変・クル,体言接続特殊2,* -591 動詞,自立,*,*,カ変・クル,未然ウ接続,* -592 動詞,自立,*,*,カ変・クル,未然形,* -593 動詞,自立,*,*,カ変・クル,命令i,* -594 動詞,自立,*,*,カ変・クル,命令yo,* -595 動詞,自立,*,*,カ変・クル,連用形,* -596 動詞,自立,*,*,カ変・来ル,仮定形,* -597 動詞,自立,*,*,カ変・来ル,仮定縮約1,* -598 動詞,自立,*,*,カ変・来ル,基本形,* -599 動詞,自立,*,*,カ変・来ル,体言接続特殊,* -600 動詞,自立,*,*,カ変・来ル,体言接続特殊2,* -601 動詞,自立,*,*,カ変・来ル,未然ウ接続,* -602 動詞,自立,*,*,カ変・来ル,未然形,* -603 動詞,自立,*,*,カ変・来ル,命令i,* -604 動詞,自立,*,*,カ変・来ル,命令yo,* -605 動詞,自立,*,*,カ変・来ル,連用形,* -606 動詞,自立,*,*,サ変・−スル,仮定形,* -607 動詞,自立,*,*,サ変・−スル,仮定縮約1,* -608 動詞,自立,*,*,サ変・−スル,基本形,* -609 動詞,自立,*,*,サ変・−スル,文語基本形,* -610 動詞,自立,*,*,サ変・−スル,未然ウ接続,* -611 動詞,自立,*,*,サ変・−スル,未然レル接続,* -612 動詞,自立,*,*,サ変・−スル,未然形,* -613 動詞,自立,*,*,サ変・−スル,命令ro,* -614 動詞,自立,*,*,サ変・−スル,命令yo,* -615 動詞,自立,*,*,サ変・−ズル,仮定形,* -616 動詞,自立,*,*,サ変・−ズル,仮定縮約1,* -617 動詞,自立,*,*,サ変・−ズル,基本形,* -618 動詞,自立,*,*,サ変・−ズル,文語基本形,* -619 動詞,自立,*,*,サ変・−ズル,未然ウ接続,* -620 動詞,自立,*,*,サ変・−ズル,未然形,* -621 動詞,自立,*,*,サ変・−ズル,命令yo,* -622 動詞,自立,*,*,サ変・スル,仮定形,する -623 動詞,自立,*,*,サ変・スル,仮定縮約1,する -624 動詞,自立,*,*,サ変・スル,基本形,する -625 動詞,自立,*,*,サ変・スル,体言接続特殊,する -626 動詞,自立,*,*,サ変・スル,体言接続特殊2,する -627 動詞,自立,*,*,サ変・スル,文語基本形,する -628 動詞,自立,*,*,サ変・スル,未然ウ接続,する -629 動詞,自立,*,*,サ変・スル,未然ヌ接続,する -630 動詞,自立,*,*,サ変・スル,未然レル接続,する -631 動詞,自立,*,*,サ変・スル,未然形,する -632 動詞,自立,*,*,サ変・スル,命令i,する -633 動詞,自立,*,*,サ変・スル,命令ro,する -634 動詞,自立,*,*,サ変・スル,命令yo,する -635 動詞,自立,*,*,サ変・スル,連用形,する -636 動詞,自立,*,*,ラ変,仮定形,* -637 動詞,自立,*,*,ラ変,基本形,* -638 動詞,自立,*,*,ラ変,体言接続,* -639 動詞,自立,*,*,ラ変,未然形,* -640 動詞,自立,*,*,ラ変,命令e,* -641 動詞,自立,*,*,ラ変,連用形,* -642 動詞,自立,*,*,一段,*,* -643 動詞,自立,*,*,一段,仮定形,* -644 動詞,自立,*,*,一段,仮定縮約1,* -645 動詞,自立,*,*,一段,基本形,* -646 動詞,自立,*,*,一段,基本形-促音便,* -647 動詞,自立,*,*,一段,体言接続特殊,* -648 動詞,自立,*,*,一段,未然ウ接続,* -649 動詞,自立,*,*,一段,未然形,* -650 動詞,自立,*,*,一段,命令ro,* -651 動詞,自立,*,*,一段,命令yo,* -652 動詞,自立,*,*,一段,連用形,* -653 動詞,自立,*,*,一段・クレル,仮定形,* -654 動詞,自立,*,*,一段・クレル,仮定縮約1,* -655 動詞,自立,*,*,一段・クレル,基本形,* -656 動詞,自立,*,*,一段・クレル,未然ウ接続,* -657 動詞,自立,*,*,一段・クレル,未然形,* -658 動詞,自立,*,*,一段・クレル,未然特殊,* -659 動詞,自立,*,*,一段・クレル,命令e,* -660 動詞,自立,*,*,一段・クレル,命令ro,* -661 動詞,自立,*,*,一段・クレル,命令yo,* -662 動詞,自立,*,*,一段・クレル,連用形,* -663 動詞,自立,*,*,一段・得ル,仮定形,* -664 動詞,自立,*,*,一段・得ル,基本形,* -665 動詞,自立,*,*,下二・カ行,仮定形,* -666 動詞,自立,*,*,下二・カ行,基本形,* -667 動詞,自立,*,*,下二・カ行,体言接続,* -668 動詞,自立,*,*,下二・カ行,未然形,* -669 動詞,自立,*,*,下二・カ行,命令yo,* -670 動詞,自立,*,*,下二・カ行,連用形,* -671 動詞,自立,*,*,下二・ガ行,仮定形,* -672 動詞,自立,*,*,下二・ガ行,基本形,* -673 動詞,自立,*,*,下二・ガ行,体言接続,* -674 動詞,自立,*,*,下二・ガ行,未然形,* -675 動詞,自立,*,*,下二・ガ行,命令yo,* -676 動詞,自立,*,*,下二・ガ行,連用形,* -677 動詞,自立,*,*,下二・ダ行,仮定形,* -678 動詞,自立,*,*,下二・ダ行,基本形,* -679 動詞,自立,*,*,下二・ダ行,体言接続,* -680 動詞,自立,*,*,下二・ダ行,未然形,* -681 動詞,自立,*,*,下二・ダ行,命令yo,* -682 動詞,自立,*,*,下二・ダ行,連用形,* -683 動詞,自立,*,*,下二・ハ行,仮定形,* -684 動詞,自立,*,*,下二・ハ行,基本形,* -685 動詞,自立,*,*,下二・ハ行,体言接続,* -686 動詞,自立,*,*,下二・ハ行,未然形,* -687 動詞,自立,*,*,下二・ハ行,命令yo,* -688 動詞,自立,*,*,下二・ハ行,連用形,* -689 動詞,自立,*,*,下二・マ行,仮定形,* -690 動詞,自立,*,*,下二・マ行,基本形,* -691 動詞,自立,*,*,下二・マ行,体言接続,* -692 動詞,自立,*,*,下二・マ行,未然形,* -693 動詞,自立,*,*,下二・マ行,命令yo,* -694 動詞,自立,*,*,下二・マ行,連用形,* -695 動詞,自立,*,*,下二・得,仮定形,* -696 動詞,自立,*,*,下二・得,基本形,* -697 動詞,自立,*,*,下二・得,体言接続,* -698 動詞,自立,*,*,下二・得,未然ウ接続,* -699 動詞,自立,*,*,下二・得,未然形,* -700 動詞,自立,*,*,下二・得,命令yo,* -701 動詞,自立,*,*,下二・得,連用形,* -702 動詞,自立,*,*,五段・カ行イ音便,*,* -703 動詞,自立,*,*,五段・カ行イ音便,仮定形,* -704 動詞,自立,*,*,五段・カ行イ音便,仮定形,行く -705 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,* -706 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,行く -707 動詞,自立,*,*,五段・カ行イ音便,基本形,* -708 動詞,自立,*,*,五段・カ行イ音便,基本形,行く -709 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,* -710 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,行く -711 動詞,自立,*,*,五段・カ行イ音便,未然形,* -712 動詞,自立,*,*,五段・カ行イ音便,未然形,行く -713 動詞,自立,*,*,五段・カ行イ音便,命令e,* -714 動詞,自立,*,*,五段・カ行イ音便,命令e,行く -715 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,* -716 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,行く -717 動詞,自立,*,*,五段・カ行イ音便,連用形,* -718 動詞,自立,*,*,五段・カ行イ音便,連用形,行く -719 動詞,自立,*,*,五段・カ行促音便,仮定形,* -720 動詞,自立,*,*,五段・カ行促音便,仮定形,行く -721 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,* -722 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,行く -723 動詞,自立,*,*,五段・カ行促音便,基本形,* -724 動詞,自立,*,*,五段・カ行促音便,基本形,行く -725 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,* -726 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,行く -727 動詞,自立,*,*,五段・カ行促音便,未然形,* -728 動詞,自立,*,*,五段・カ行促音便,未然形,行く -729 動詞,自立,*,*,五段・カ行促音便,命令e,* -730 動詞,自立,*,*,五段・カ行促音便,命令e,行く -731 動詞,自立,*,*,五段・カ行促音便,連用タ接続,* -732 動詞,自立,*,*,五段・カ行促音便,連用タ接続,行く -733 動詞,自立,*,*,五段・カ行促音便,連用形,* -734 動詞,自立,*,*,五段・カ行促音便,連用形,行く -735 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,* -736 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,行く -737 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,* -738 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く -739 動詞,自立,*,*,五段・カ行促音便ユク,基本形,* -740 動詞,自立,*,*,五段・カ行促音便ユク,基本形,行く -741 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,* -742 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く -743 動詞,自立,*,*,五段・カ行促音便ユク,未然形,* -744 動詞,自立,*,*,五段・カ行促音便ユク,未然形,行く -745 動詞,自立,*,*,五段・カ行促音便ユク,命令e,* -746 動詞,自立,*,*,五段・カ行促音便ユク,命令e,行く -747 動詞,自立,*,*,五段・カ行促音便ユク,連用形,* -748 動詞,自立,*,*,五段・カ行促音便ユク,連用形,行く -749 動詞,自立,*,*,五段・ガ行,*,* -750 動詞,自立,*,*,五段・ガ行,仮定形,* -751 動詞,自立,*,*,五段・ガ行,仮定縮約1,* -752 動詞,自立,*,*,五段・ガ行,基本形,* -753 動詞,自立,*,*,五段・ガ行,未然ウ接続,* -754 動詞,自立,*,*,五段・ガ行,未然形,* -755 動詞,自立,*,*,五段・ガ行,命令e,* -756 動詞,自立,*,*,五段・ガ行,連用タ接続,* -757 動詞,自立,*,*,五段・ガ行,連用形,* -758 動詞,自立,*,*,五段・サ行,*,* -759 動詞,自立,*,*,五段・サ行,仮定形,* -760 動詞,自立,*,*,五段・サ行,仮定縮約1,* -761 動詞,自立,*,*,五段・サ行,基本形,* -762 動詞,自立,*,*,五段・サ行,未然ウ接続,* -763 動詞,自立,*,*,五段・サ行,未然形,* -764 動詞,自立,*,*,五段・サ行,命令e,* -765 動詞,自立,*,*,五段・サ行,連用形,* -766 動詞,自立,*,*,五段・タ行,*,* -767 動詞,自立,*,*,五段・タ行,仮定形,* -768 動詞,自立,*,*,五段・タ行,仮定縮約1,* -769 動詞,自立,*,*,五段・タ行,基本形,* -770 動詞,自立,*,*,五段・タ行,未然ウ接続,* -771 動詞,自立,*,*,五段・タ行,未然形,* -772 動詞,自立,*,*,五段・タ行,命令e,* -773 動詞,自立,*,*,五段・タ行,連用タ接続,* -774 動詞,自立,*,*,五段・タ行,連用形,* -775 動詞,自立,*,*,五段・ナ行,仮定形,* -776 動詞,自立,*,*,五段・ナ行,仮定縮約1,* -777 動詞,自立,*,*,五段・ナ行,基本形,* -778 動詞,自立,*,*,五段・ナ行,未然ウ接続,* -779 動詞,自立,*,*,五段・ナ行,未然形,* -780 動詞,自立,*,*,五段・ナ行,命令e,* -781 動詞,自立,*,*,五段・ナ行,連用タ接続,* -782 動詞,自立,*,*,五段・ナ行,連用形,* -783 動詞,自立,*,*,五段・バ行,*,* -784 動詞,自立,*,*,五段・バ行,仮定形,* -785 動詞,自立,*,*,五段・バ行,仮定縮約1,* -786 動詞,自立,*,*,五段・バ行,基本形,* -787 動詞,自立,*,*,五段・バ行,未然ウ接続,* -788 動詞,自立,*,*,五段・バ行,未然形,* -789 動詞,自立,*,*,五段・バ行,命令e,* -790 動詞,自立,*,*,五段・バ行,連用タ接続,* -791 動詞,自立,*,*,五段・バ行,連用形,* -792 動詞,自立,*,*,五段・マ行,*,* -793 動詞,自立,*,*,五段・マ行,仮定形,* -794 動詞,自立,*,*,五段・マ行,仮定縮約1,* -795 動詞,自立,*,*,五段・マ行,基本形,* -796 動詞,自立,*,*,五段・マ行,未然ウ接続,* -797 動詞,自立,*,*,五段・マ行,未然形,* -798 動詞,自立,*,*,五段・マ行,命令e,* -799 動詞,自立,*,*,五段・マ行,連用タ接続,* -800 動詞,自立,*,*,五段・マ行,連用形,* -801 動詞,自立,*,*,五段・ラ行,*,* -802 動詞,自立,*,*,五段・ラ行,*,する -803 動詞,自立,*,*,五段・ラ行,仮定形,* -804 動詞,自立,*,*,五段・ラ行,仮定形,する -805 動詞,自立,*,*,五段・ラ行,仮定縮約1,* -806 動詞,自立,*,*,五段・ラ行,仮定縮約1,する -807 動詞,自立,*,*,五段・ラ行,基本形,* -808 動詞,自立,*,*,五段・ラ行,基本形,する -809 動詞,自立,*,*,五段・ラ行,体言接続特殊,* -810 動詞,自立,*,*,五段・ラ行,体言接続特殊,する -811 動詞,自立,*,*,五段・ラ行,体言接続特殊2,* -812 動詞,自立,*,*,五段・ラ行,体言接続特殊2,する -813 動詞,自立,*,*,五段・ラ行,未然ウ接続,* -814 動詞,自立,*,*,五段・ラ行,未然ウ接続,する -815 動詞,自立,*,*,五段・ラ行,未然形,* -816 動詞,自立,*,*,五段・ラ行,未然形,する -817 動詞,自立,*,*,五段・ラ行,未然特殊,* -818 動詞,自立,*,*,五段・ラ行,未然特殊,する -819 動詞,自立,*,*,五段・ラ行,命令e,* -820 動詞,自立,*,*,五段・ラ行,命令e,する -821 動詞,自立,*,*,五段・ラ行,連用タ接続,* -822 動詞,自立,*,*,五段・ラ行,連用タ接続,する -823 動詞,自立,*,*,五段・ラ行,連用形,* -824 動詞,自立,*,*,五段・ラ行,連用形,する -825 動詞,自立,*,*,五段・ラ行特殊,仮定形,* -826 動詞,自立,*,*,五段・ラ行特殊,仮定縮約1,* -827 動詞,自立,*,*,五段・ラ行特殊,基本形,* -828 動詞,自立,*,*,五段・ラ行特殊,未然ウ接続,* -829 動詞,自立,*,*,五段・ラ行特殊,未然形,* -830 動詞,自立,*,*,五段・ラ行特殊,未然特殊,* -831 動詞,自立,*,*,五段・ラ行特殊,命令e,* -832 動詞,自立,*,*,五段・ラ行特殊,命令i,* -833 動詞,自立,*,*,五段・ラ行特殊,連用タ接続,* -834 動詞,自立,*,*,五段・ラ行特殊,連用形,* -835 動詞,自立,*,*,五段・ワ行ウ音便,*,* -836 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,* -837 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,言う -838 動詞,自立,*,*,五段・ワ行ウ音便,基本形,* -839 動詞,自立,*,*,五段・ワ行ウ音便,基本形,言う -840 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,* -841 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,言う -842 動詞,自立,*,*,五段・ワ行ウ音便,未然形,* -843 動詞,自立,*,*,五段・ワ行ウ音便,未然形,言う -844 動詞,自立,*,*,五段・ワ行ウ音便,命令e,* -845 動詞,自立,*,*,五段・ワ行ウ音便,命令e,言う -846 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,* -847 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,言う -848 動詞,自立,*,*,五段・ワ行ウ音便,連用形,* -849 動詞,自立,*,*,五段・ワ行ウ音便,連用形,言う -850 動詞,自立,*,*,五段・ワ行促音便,*,* -851 動詞,自立,*,*,五段・ワ行促音便,仮定形,* -852 動詞,自立,*,*,五段・ワ行促音便,仮定形,言う -853 動詞,自立,*,*,五段・ワ行促音便,仮定形,行う -854 動詞,自立,*,*,五段・ワ行促音便,基本形,* -855 動詞,自立,*,*,五段・ワ行促音便,基本形,言う -856 動詞,自立,*,*,五段・ワ行促音便,基本形,行う -857 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,* -858 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,言う -859 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,行う -860 動詞,自立,*,*,五段・ワ行促音便,未然形,* -861 動詞,自立,*,*,五段・ワ行促音便,未然形,言う -862 動詞,自立,*,*,五段・ワ行促音便,未然形,行う -863 動詞,自立,*,*,五段・ワ行促音便,命令e,* -864 動詞,自立,*,*,五段・ワ行促音便,命令e,言う -865 動詞,自立,*,*,五段・ワ行促音便,命令e,行う -866 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,* -867 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,言う -868 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,行う -869 動詞,自立,*,*,五段・ワ行促音便,連用形,* -870 動詞,自立,*,*,五段・ワ行促音便,連用形,言う -871 動詞,自立,*,*,五段・ワ行促音便,連用形,行う -872 動詞,自立,*,*,四段・サ行,仮定形,* -873 動詞,自立,*,*,四段・サ行,基本形,* -874 動詞,自立,*,*,四段・サ行,未然形,* -875 動詞,自立,*,*,四段・サ行,命令e,* -876 動詞,自立,*,*,四段・サ行,連用形,* -877 動詞,自立,*,*,四段・タ行,仮定形,* -878 動詞,自立,*,*,四段・タ行,基本形,* -879 動詞,自立,*,*,四段・タ行,未然形,* -880 動詞,自立,*,*,四段・タ行,命令e,* -881 動詞,自立,*,*,四段・タ行,連用形,* -882 動詞,自立,*,*,四段・ハ行,仮定形,* -883 動詞,自立,*,*,四段・ハ行,基本形,* -884 動詞,自立,*,*,四段・ハ行,未然形,* -885 動詞,自立,*,*,四段・ハ行,命令e,* -886 動詞,自立,*,*,四段・ハ行,連用形,* -887 動詞,自立,*,*,四段・バ行,仮定形,* -888 動詞,自立,*,*,四段・バ行,基本形,* -889 動詞,自立,*,*,四段・バ行,未然形,* -890 動詞,自立,*,*,四段・バ行,命令e,* -891 動詞,自立,*,*,四段・バ行,連用形,* -892 動詞,自立,*,*,上二・ダ行,仮定形,* -893 動詞,自立,*,*,上二・ダ行,基本形,* -894 動詞,自立,*,*,上二・ダ行,現代基本形,* -895 動詞,自立,*,*,上二・ダ行,体言接続,* -896 動詞,自立,*,*,上二・ダ行,未然形,* -897 動詞,自立,*,*,上二・ダ行,命令yo,* -898 動詞,自立,*,*,上二・ダ行,連用形,* -899 動詞,自立,*,*,上二・ハ行,仮定形,* -900 動詞,自立,*,*,上二・ハ行,基本形,* -901 動詞,自立,*,*,上二・ハ行,体言接続,* -902 動詞,自立,*,*,上二・ハ行,未然形,* -903 動詞,自立,*,*,上二・ハ行,命令yo,* -904 動詞,自立,*,*,上二・ハ行,連用形,* -905 動詞,接尾,*,*,一段,仮定形,* -906 動詞,接尾,*,*,一段,仮定縮約1,* -907 動詞,接尾,*,*,一段,基本形,* -908 動詞,接尾,*,*,一段,基本形-促音便,* -909 動詞,接尾,*,*,一段,体言接続特殊,* -910 動詞,接尾,*,*,一段,未然ウ接続,* -911 動詞,接尾,*,*,一段,未然形,* -912 動詞,接尾,*,*,一段,命令ro,* -913 動詞,接尾,*,*,一段,命令yo,* -914 動詞,接尾,*,*,一段,連用形,* -915 動詞,接尾,*,*,五段・サ行,仮定形,* -916 動詞,接尾,*,*,五段・サ行,仮定縮約1,* -917 動詞,接尾,*,*,五段・サ行,基本形,* -918 動詞,接尾,*,*,五段・サ行,未然ウ接続,* -919 動詞,接尾,*,*,五段・サ行,未然形,* -920 動詞,接尾,*,*,五段・サ行,命令e,* -921 動詞,接尾,*,*,五段・サ行,連用形,* -922 動詞,接尾,*,*,五段・ラ行,仮定形,* -923 動詞,接尾,*,*,五段・ラ行,仮定縮約1,* -924 動詞,接尾,*,*,五段・ラ行,基本形,* -925 動詞,接尾,*,*,五段・ラ行,体言接続特殊,* -926 動詞,接尾,*,*,五段・ラ行,体言接続特殊2,* -927 動詞,接尾,*,*,五段・ラ行,未然ウ接続,* -928 動詞,接尾,*,*,五段・ラ行,未然形,* -929 動詞,接尾,*,*,五段・ラ行,未然特殊,* -930 動詞,接尾,*,*,五段・ラ行,命令e,* -931 動詞,接尾,*,*,五段・ラ行,連用タ接続,* -932 動詞,接尾,*,*,五段・ラ行,連用形,* -933 動詞,非自立,*,*,カ変・クル,仮定形,来る -934 動詞,非自立,*,*,カ変・クル,仮定縮約1,来る -935 動詞,非自立,*,*,カ変・クル,基本形,来る -936 動詞,非自立,*,*,カ変・クル,体言接続特殊,来る -937 動詞,非自立,*,*,カ変・クル,体言接続特殊2,来る -938 動詞,非自立,*,*,カ変・クル,未然ウ接続,来る -939 動詞,非自立,*,*,カ変・クル,未然形,来る -940 動詞,非自立,*,*,カ変・クル,命令i,来る -941 動詞,非自立,*,*,カ変・クル,命令yo,来る -942 動詞,非自立,*,*,カ変・クル,連用形,来る -943 動詞,非自立,*,*,カ変・来ル,仮定形,来る -944 動詞,非自立,*,*,カ変・来ル,仮定縮約1,来る -945 動詞,非自立,*,*,カ変・来ル,基本形,来る -946 動詞,非自立,*,*,カ変・来ル,体言接続特殊,来る -947 動詞,非自立,*,*,カ変・来ル,体言接続特殊2,来る -948 動詞,非自立,*,*,カ変・来ル,未然ウ接続,来る -949 動詞,非自立,*,*,カ変・来ル,未然形,来る -950 動詞,非自立,*,*,カ変・来ル,命令i,来る -951 動詞,非自立,*,*,カ変・来ル,命令yo,来る -952 動詞,非自立,*,*,カ変・来ル,連用形,来る -953 動詞,非自立,*,*,一段,*,* -954 動詞,非自立,*,*,一段,仮定形,* -955 動詞,非自立,*,*,一段,仮定形,る -956 動詞,非自立,*,*,一段,仮定縮約1,* -957 動詞,非自立,*,*,一段,仮定縮約1,る -958 動詞,非自立,*,*,一段,基本形,* -959 動詞,非自立,*,*,一段,基本形,る -960 動詞,非自立,*,*,一段,基本形-促音便,* -961 動詞,非自立,*,*,一段,基本形-促音便,る -962 動詞,非自立,*,*,一段,体言接続特殊,* -963 動詞,非自立,*,*,一段,体言接続特殊,る -964 動詞,非自立,*,*,一段,未然ウ接続,* -965 動詞,非自立,*,*,一段,未然ウ接続,る -966 動詞,非自立,*,*,一段,未然形,* -967 動詞,非自立,*,*,一段,命令ro,* -968 動詞,非自立,*,*,一段,命令ro,る -969 動詞,非自立,*,*,一段,命令yo,* -970 動詞,非自立,*,*,一段,命令yo,る -971 動詞,非自立,*,*,一段,連用形,* -972 動詞,非自立,*,*,一段・クレル,仮定形,くれる -973 動詞,非自立,*,*,一段・クレル,仮定縮約1,くれる -974 動詞,非自立,*,*,一段・クレル,基本形,くれる -975 動詞,非自立,*,*,一段・クレル,未然ウ接続,くれる -976 動詞,非自立,*,*,一段・クレル,未然形,くれる -977 動詞,非自立,*,*,一段・クレル,未然特殊,くれる -978 動詞,非自立,*,*,一段・クレル,命令e,くれる -979 動詞,非自立,*,*,一段・クレル,命令ro,くれる -980 動詞,非自立,*,*,一段・クレル,命令yo,くれる -981 動詞,非自立,*,*,一段・クレル,連用形,くれる -982 動詞,非自立,*,*,一段・得ル,仮定形,* -983 動詞,非自立,*,*,一段・得ル,基本形,* -984 動詞,非自立,*,*,五段・カ行イ音便,*,* -985 動詞,非自立,*,*,五段・カ行イ音便,仮定形,* -986 動詞,非自立,*,*,五段・カ行イ音便,仮定形,おく -987 動詞,非自立,*,*,五段・カ行イ音便,仮定形,続く -988 動詞,非自立,*,*,五段・カ行イ音便,仮定形,抜く -989 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,* -990 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,おく -991 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,続く -992 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,抜く -993 動詞,非自立,*,*,五段・カ行イ音便,基本形,* -994 動詞,非自立,*,*,五段・カ行イ音便,基本形,おく -995 動詞,非自立,*,*,五段・カ行イ音便,基本形,続く -996 動詞,非自立,*,*,五段・カ行イ音便,基本形,抜く -997 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,* -998 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,おく -999 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,続く -1000 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,抜く -1001 動詞,非自立,*,*,五段・カ行イ音便,未然形,* -1002 動詞,非自立,*,*,五段・カ行イ音便,未然形,おく -1003 動詞,非自立,*,*,五段・カ行イ音便,未然形,続く -1004 動詞,非自立,*,*,五段・カ行イ音便,未然形,抜く -1005 動詞,非自立,*,*,五段・カ行イ音便,命令e,* -1006 動詞,非自立,*,*,五段・カ行イ音便,命令e,おく -1007 動詞,非自立,*,*,五段・カ行イ音便,命令e,続く -1008 動詞,非自立,*,*,五段・カ行イ音便,命令e,抜く -1009 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,* -1010 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,おく -1011 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,続く -1012 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,抜く -1013 動詞,非自立,*,*,五段・カ行イ音便,連用形,* -1014 動詞,非自立,*,*,五段・カ行イ音便,連用形,おく -1015 動詞,非自立,*,*,五段・カ行イ音便,連用形,続く -1016 動詞,非自立,*,*,五段・カ行イ音便,連用形,抜く -1017 動詞,非自立,*,*,五段・カ行促音便,仮定形,* -1018 動詞,非自立,*,*,五段・カ行促音便,仮定形,いく -1019 動詞,非自立,*,*,五段・カ行促音便,仮定形,く -1020 動詞,非自立,*,*,五段・カ行促音便,仮定形,行く -1021 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,* -1022 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,いく -1023 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,く -1024 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,行く -1025 動詞,非自立,*,*,五段・カ行促音便,基本形,* -1026 動詞,非自立,*,*,五段・カ行促音便,基本形,いく -1027 動詞,非自立,*,*,五段・カ行促音便,基本形,く -1028 動詞,非自立,*,*,五段・カ行促音便,基本形,行く -1029 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,* -1030 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,いく -1031 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,く -1032 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,行く -1033 動詞,非自立,*,*,五段・カ行促音便,未然形,* -1034 動詞,非自立,*,*,五段・カ行促音便,未然形,いく -1035 動詞,非自立,*,*,五段・カ行促音便,未然形,く -1036 動詞,非自立,*,*,五段・カ行促音便,未然形,行く -1037 動詞,非自立,*,*,五段・カ行促音便,命令e,* -1038 動詞,非自立,*,*,五段・カ行促音便,命令e,いく -1039 動詞,非自立,*,*,五段・カ行促音便,命令e,く -1040 動詞,非自立,*,*,五段・カ行促音便,命令e,行く -1041 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,* -1042 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,いく -1043 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,く -1044 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,行く -1045 動詞,非自立,*,*,五段・カ行促音便,連用形,* -1046 動詞,非自立,*,*,五段・カ行促音便,連用形,いく -1047 動詞,非自立,*,*,五段・カ行促音便,連用形,く -1048 動詞,非自立,*,*,五段・カ行促音便,連用形,行く -1049 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,ゆく -1050 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,行く -1051 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,ゆく -1052 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く -1053 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,ゆく -1054 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,行く -1055 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,ゆく -1056 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く -1057 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,ゆく -1058 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,行く -1059 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,ゆく -1060 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,行く -1061 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,ゆく -1062 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,行く -1063 動詞,非自立,*,*,五段・サ行,*,* -1064 動詞,非自立,*,*,五段・サ行,*,尽くす -1065 動詞,非自立,*,*,五段・サ行,仮定形,* -1066 動詞,非自立,*,*,五段・サ行,仮定形,出す -1067 動詞,非自立,*,*,五段・サ行,仮定形,尽くす -1068 動詞,非自立,*,*,五段・サ行,仮定形,直す -1069 動詞,非自立,*,*,五段・サ行,仮定縮約1,* -1070 動詞,非自立,*,*,五段・サ行,仮定縮約1,出す -1071 動詞,非自立,*,*,五段・サ行,仮定縮約1,尽くす -1072 動詞,非自立,*,*,五段・サ行,仮定縮約1,直す -1073 動詞,非自立,*,*,五段・サ行,基本形,出す -1074 動詞,非自立,*,*,五段・サ行,基本形,尽くす -1075 動詞,非自立,*,*,五段・サ行,基本形,直す -1076 動詞,非自立,*,*,五段・サ行,未然ウ接続,* -1077 動詞,非自立,*,*,五段・サ行,未然ウ接続,出す -1078 動詞,非自立,*,*,五段・サ行,未然ウ接続,尽くす -1079 動詞,非自立,*,*,五段・サ行,未然ウ接続,直す -1080 動詞,非自立,*,*,五段・サ行,未然形,* -1081 動詞,非自立,*,*,五段・サ行,未然形,出す -1082 動詞,非自立,*,*,五段・サ行,未然形,尽くす -1083 動詞,非自立,*,*,五段・サ行,未然形,直す -1084 動詞,非自立,*,*,五段・サ行,命令e,* -1085 動詞,非自立,*,*,五段・サ行,命令e,出す -1086 動詞,非自立,*,*,五段・サ行,命令e,尽くす -1087 動詞,非自立,*,*,五段・サ行,命令e,直す -1088 動詞,非自立,*,*,五段・サ行,連用形,* -1089 動詞,非自立,*,*,五段・サ行,連用形,出す -1090 動詞,非自立,*,*,五段・サ行,連用形,尽くす -1091 動詞,非自立,*,*,五段・サ行,連用形,直す -1092 動詞,非自立,*,*,五段・タ行,*,* -1093 動詞,非自立,*,*,五段・タ行,仮定形,* -1094 動詞,非自立,*,*,五段・タ行,仮定縮約1,* -1095 動詞,非自立,*,*,五段・タ行,未然ウ接続,* -1096 動詞,非自立,*,*,五段・タ行,未然形,* -1097 動詞,非自立,*,*,五段・タ行,命令e,* -1098 動詞,非自立,*,*,五段・タ行,連用タ接続,* -1099 動詞,非自立,*,*,五段・タ行,連用形,* -1100 動詞,非自立,*,*,五段・ナ行,*,* -1101 動詞,非自立,*,*,五段・ナ行,仮定形,* -1102 動詞,非自立,*,*,五段・ナ行,仮定縮約1,* -1103 動詞,非自立,*,*,五段・ナ行,未然ウ接続,* -1104 動詞,非自立,*,*,五段・ナ行,未然形,* -1105 動詞,非自立,*,*,五段・ナ行,命令e,* -1106 動詞,非自立,*,*,五段・ナ行,連用タ接続,* -1107 動詞,非自立,*,*,五段・ナ行,連用形,* -1108 動詞,非自立,*,*,五段・マ行,*,* -1109 動詞,非自立,*,*,五段・マ行,仮定形,* -1110 動詞,非自立,*,*,五段・マ行,仮定形,込む -1111 動詞,非自立,*,*,五段・マ行,仮定縮約1,* -1112 動詞,非自立,*,*,五段・マ行,仮定縮約1,込む -1113 動詞,非自立,*,*,五段・マ行,基本形,込む -1114 動詞,非自立,*,*,五段・マ行,未然ウ接続,* -1115 動詞,非自立,*,*,五段・マ行,未然ウ接続,込む -1116 動詞,非自立,*,*,五段・マ行,未然形,* -1117 動詞,非自立,*,*,五段・マ行,未然形,込む -1118 動詞,非自立,*,*,五段・マ行,命令e,* -1119 動詞,非自立,*,*,五段・マ行,命令e,込む -1120 動詞,非自立,*,*,五段・マ行,連用タ接続,* -1121 動詞,非自立,*,*,五段・マ行,連用タ接続,込む -1122 動詞,非自立,*,*,五段・マ行,連用形,* -1123 動詞,非自立,*,*,五段・マ行,連用形,込む -1124 動詞,非自立,*,*,五段・ラ行,*,* -1125 動詞,非自立,*,*,五段・ラ行,*,切る -1126 動詞,非自立,*,*,五段・ラ行,仮定形,* -1127 動詞,非自立,*,*,五段・ラ行,仮定形,ある -1128 動詞,非自立,*,*,五段・ラ行,仮定形,おる -1129 動詞,非自立,*,*,五段・ラ行,仮定形,かかる -1130 動詞,非自立,*,*,五段・ラ行,仮定形,きる -1131 動詞,非自立,*,*,五段・ラ行,仮定形,なる -1132 動詞,非自立,*,*,五段・ラ行,仮定形,まいる -1133 動詞,非自立,*,*,五段・ラ行,仮定形,まわる -1134 動詞,非自立,*,*,五段・ラ行,仮定形,やる -1135 動詞,非自立,*,*,五段・ラ行,仮定形,回る -1136 動詞,非自立,*,*,五段・ラ行,仮定形,参る -1137 動詞,非自立,*,*,五段・ラ行,仮定形,終わる -1138 動詞,非自立,*,*,五段・ラ行,仮定形,切る -1139 動詞,非自立,*,*,五段・ラ行,仮定縮約1,* -1140 動詞,非自立,*,*,五段・ラ行,仮定縮約1,ある -1141 動詞,非自立,*,*,五段・ラ行,仮定縮約1,おる -1142 動詞,非自立,*,*,五段・ラ行,仮定縮約1,かかる -1143 動詞,非自立,*,*,五段・ラ行,仮定縮約1,きる -1144 動詞,非自立,*,*,五段・ラ行,仮定縮約1,なる -1145 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まいる -1146 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まわる -1147 動詞,非自立,*,*,五段・ラ行,仮定縮約1,やる -1148 動詞,非自立,*,*,五段・ラ行,仮定縮約1,回る -1149 動詞,非自立,*,*,五段・ラ行,仮定縮約1,参る -1150 動詞,非自立,*,*,五段・ラ行,仮定縮約1,終わる -1151 動詞,非自立,*,*,五段・ラ行,仮定縮約1,切る -1152 動詞,非自立,*,*,五段・ラ行,基本形,* -1153 動詞,非自立,*,*,五段・ラ行,基本形,ある -1154 動詞,非自立,*,*,五段・ラ行,基本形,おる -1155 動詞,非自立,*,*,五段・ラ行,基本形,かかる -1156 動詞,非自立,*,*,五段・ラ行,基本形,きる -1157 動詞,非自立,*,*,五段・ラ行,基本形,なる -1158 動詞,非自立,*,*,五段・ラ行,基本形,まいる -1159 動詞,非自立,*,*,五段・ラ行,基本形,まわる -1160 動詞,非自立,*,*,五段・ラ行,基本形,やる -1161 動詞,非自立,*,*,五段・ラ行,基本形,回る -1162 動詞,非自立,*,*,五段・ラ行,基本形,参る -1163 動詞,非自立,*,*,五段・ラ行,基本形,終わる -1164 動詞,非自立,*,*,五段・ラ行,基本形,切る -1165 動詞,非自立,*,*,五段・ラ行,体言接続特殊,* -1166 動詞,非自立,*,*,五段・ラ行,体言接続特殊,ある -1167 動詞,非自立,*,*,五段・ラ行,体言接続特殊,おる -1168 動詞,非自立,*,*,五段・ラ行,体言接続特殊,かかる -1169 動詞,非自立,*,*,五段・ラ行,体言接続特殊,きる -1170 動詞,非自立,*,*,五段・ラ行,体言接続特殊,なる -1171 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まいる -1172 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まわる -1173 動詞,非自立,*,*,五段・ラ行,体言接続特殊,やる -1174 動詞,非自立,*,*,五段・ラ行,体言接続特殊,回る -1175 動詞,非自立,*,*,五段・ラ行,体言接続特殊,参る -1176 動詞,非自立,*,*,五段・ラ行,体言接続特殊,終わる -1177 動詞,非自立,*,*,五段・ラ行,体言接続特殊,切る -1178 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,* -1179 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,ある -1180 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,おる -1181 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,かかる -1182 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,きる -1183 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,なる -1184 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まいる -1185 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まわる -1186 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,やる -1187 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,回る -1188 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,参る -1189 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,終わる -1190 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,切る -1191 動詞,非自立,*,*,五段・ラ行,未然ウ接続,* -1192 動詞,非自立,*,*,五段・ラ行,未然ウ接続,ある -1193 動詞,非自立,*,*,五段・ラ行,未然ウ接続,おる -1194 動詞,非自立,*,*,五段・ラ行,未然ウ接続,かかる -1195 動詞,非自立,*,*,五段・ラ行,未然ウ接続,きる -1196 動詞,非自立,*,*,五段・ラ行,未然ウ接続,なる -1197 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まいる -1198 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まわる -1199 動詞,非自立,*,*,五段・ラ行,未然ウ接続,やる -1200 動詞,非自立,*,*,五段・ラ行,未然ウ接続,回る -1201 動詞,非自立,*,*,五段・ラ行,未然ウ接続,参る -1202 動詞,非自立,*,*,五段・ラ行,未然ウ接続,終わる -1203 動詞,非自立,*,*,五段・ラ行,未然ウ接続,切る -1204 動詞,非自立,*,*,五段・ラ行,未然形,* -1205 動詞,非自立,*,*,五段・ラ行,未然形,ある -1206 動詞,非自立,*,*,五段・ラ行,未然形,おる -1207 動詞,非自立,*,*,五段・ラ行,未然形,かかる -1208 動詞,非自立,*,*,五段・ラ行,未然形,きる -1209 動詞,非自立,*,*,五段・ラ行,未然形,なる -1210 動詞,非自立,*,*,五段・ラ行,未然形,まいる -1211 動詞,非自立,*,*,五段・ラ行,未然形,まわる -1212 動詞,非自立,*,*,五段・ラ行,未然形,やる -1213 動詞,非自立,*,*,五段・ラ行,未然形,回る -1214 動詞,非自立,*,*,五段・ラ行,未然形,参る -1215 動詞,非自立,*,*,五段・ラ行,未然形,終わる -1216 動詞,非自立,*,*,五段・ラ行,未然形,切る -1217 動詞,非自立,*,*,五段・ラ行,未然特殊,* -1218 動詞,非自立,*,*,五段・ラ行,未然特殊,ある -1219 動詞,非自立,*,*,五段・ラ行,未然特殊,おる -1220 動詞,非自立,*,*,五段・ラ行,未然特殊,かかる -1221 動詞,非自立,*,*,五段・ラ行,未然特殊,きる -1222 動詞,非自立,*,*,五段・ラ行,未然特殊,なる -1223 動詞,非自立,*,*,五段・ラ行,未然特殊,まいる -1224 動詞,非自立,*,*,五段・ラ行,未然特殊,まわる -1225 動詞,非自立,*,*,五段・ラ行,未然特殊,やる -1226 動詞,非自立,*,*,五段・ラ行,未然特殊,回る -1227 動詞,非自立,*,*,五段・ラ行,未然特殊,参る -1228 動詞,非自立,*,*,五段・ラ行,未然特殊,終わる -1229 動詞,非自立,*,*,五段・ラ行,未然特殊,切る -1230 動詞,非自立,*,*,五段・ラ行,命令e,* -1231 動詞,非自立,*,*,五段・ラ行,命令e,ある -1232 動詞,非自立,*,*,五段・ラ行,命令e,おる -1233 動詞,非自立,*,*,五段・ラ行,命令e,かかる -1234 動詞,非自立,*,*,五段・ラ行,命令e,きる -1235 動詞,非自立,*,*,五段・ラ行,命令e,なる -1236 動詞,非自立,*,*,五段・ラ行,命令e,まいる -1237 動詞,非自立,*,*,五段・ラ行,命令e,まわる -1238 動詞,非自立,*,*,五段・ラ行,命令e,やる -1239 動詞,非自立,*,*,五段・ラ行,命令e,回る -1240 動詞,非自立,*,*,五段・ラ行,命令e,参る -1241 動詞,非自立,*,*,五段・ラ行,命令e,終わる -1242 動詞,非自立,*,*,五段・ラ行,命令e,切る -1243 動詞,非自立,*,*,五段・ラ行,連用タ接続,* -1244 動詞,非自立,*,*,五段・ラ行,連用タ接続,ある -1245 動詞,非自立,*,*,五段・ラ行,連用タ接続,おる -1246 動詞,非自立,*,*,五段・ラ行,連用タ接続,かかる -1247 動詞,非自立,*,*,五段・ラ行,連用タ接続,きる -1248 動詞,非自立,*,*,五段・ラ行,連用タ接続,なる -1249 動詞,非自立,*,*,五段・ラ行,連用タ接続,まいる -1250 動詞,非自立,*,*,五段・ラ行,連用タ接続,まわる -1251 動詞,非自立,*,*,五段・ラ行,連用タ接続,やる -1252 動詞,非自立,*,*,五段・ラ行,連用タ接続,回る -1253 動詞,非自立,*,*,五段・ラ行,連用タ接続,参る -1254 動詞,非自立,*,*,五段・ラ行,連用タ接続,終わる -1255 動詞,非自立,*,*,五段・ラ行,連用タ接続,切る -1256 動詞,非自立,*,*,五段・ラ行,連用形,* -1257 動詞,非自立,*,*,五段・ラ行,連用形,ある -1258 動詞,非自立,*,*,五段・ラ行,連用形,おる -1259 動詞,非自立,*,*,五段・ラ行,連用形,かかる -1260 動詞,非自立,*,*,五段・ラ行,連用形,きる -1261 動詞,非自立,*,*,五段・ラ行,連用形,なる -1262 動詞,非自立,*,*,五段・ラ行,連用形,まいる -1263 動詞,非自立,*,*,五段・ラ行,連用形,まわる -1264 動詞,非自立,*,*,五段・ラ行,連用形,やる -1265 動詞,非自立,*,*,五段・ラ行,連用形,回る -1266 動詞,非自立,*,*,五段・ラ行,連用形,参る -1267 動詞,非自立,*,*,五段・ラ行,連用形,終わる -1268 動詞,非自立,*,*,五段・ラ行,連用形,切る -1269 動詞,非自立,*,*,五段・ラ行特殊,仮定形,なさる -1270 動詞,非自立,*,*,五段・ラ行特殊,仮定形,らっしゃる -1271 動詞,非自立,*,*,五段・ラ行特殊,仮定形,下さる -1272 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,なさる -1273 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,らっしゃる -1274 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,下さる -1275 動詞,非自立,*,*,五段・ラ行特殊,基本形,なさる -1276 動詞,非自立,*,*,五段・ラ行特殊,基本形,らっしゃる -1277 動詞,非自立,*,*,五段・ラ行特殊,基本形,下さる -1278 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,なさる -1279 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,らっしゃる -1280 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,下さる -1281 動詞,非自立,*,*,五段・ラ行特殊,未然形,なさる -1282 動詞,非自立,*,*,五段・ラ行特殊,未然形,らっしゃる -1283 動詞,非自立,*,*,五段・ラ行特殊,未然形,下さる -1284 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,なさる -1285 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,らっしゃる -1286 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,下さる -1287 動詞,非自立,*,*,五段・ラ行特殊,命令e,なさる -1288 動詞,非自立,*,*,五段・ラ行特殊,命令e,らっしゃる -1289 動詞,非自立,*,*,五段・ラ行特殊,命令e,下さる -1290 動詞,非自立,*,*,五段・ラ行特殊,命令i,なさる -1291 動詞,非自立,*,*,五段・ラ行特殊,命令i,らっしゃる -1292 動詞,非自立,*,*,五段・ラ行特殊,命令i,下さる -1293 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,なさる -1294 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,らっしゃる -1295 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,下さる -1296 動詞,非自立,*,*,五段・ラ行特殊,連用形,なさる -1297 動詞,非自立,*,*,五段・ラ行特殊,連用形,らっしゃる -1298 動詞,非自立,*,*,五段・ラ行特殊,連用形,下さる -1299 動詞,非自立,*,*,五段・ワ行ウ音便,*,* -1300 動詞,非自立,*,*,五段・ワ行ウ音便,仮定形,* -1301 動詞,非自立,*,*,五段・ワ行ウ音便,未然ウ接続,* -1302 動詞,非自立,*,*,五段・ワ行ウ音便,未然形,* -1303 動詞,非自立,*,*,五段・ワ行ウ音便,命令e,* -1304 動詞,非自立,*,*,五段・ワ行ウ音便,連用タ接続,* -1305 動詞,非自立,*,*,五段・ワ行ウ音便,連用形,* -1306 動詞,非自立,*,*,五段・ワ行促音便,*,* -1307 動詞,非自立,*,*,五段・ワ行促音便,仮定形,* -1308 動詞,非自立,*,*,五段・ワ行促音便,仮定形,しまう -1309 動詞,非自立,*,*,五段・ワ行促音便,仮定形,もらう -1310 動詞,非自立,*,*,五段・ワ行促音便,仮定形,合う -1311 動詞,非自立,*,*,五段・ワ行促音便,基本形,* -1312 動詞,非自立,*,*,五段・ワ行促音便,基本形,しまう -1313 動詞,非自立,*,*,五段・ワ行促音便,基本形,もらう -1314 動詞,非自立,*,*,五段・ワ行促音便,基本形,合う -1315 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,* -1316 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,しまう -1317 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,もらう -1318 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,合う -1319 動詞,非自立,*,*,五段・ワ行促音便,未然形,* -1320 動詞,非自立,*,*,五段・ワ行促音便,未然形,しまう -1321 動詞,非自立,*,*,五段・ワ行促音便,未然形,もらう -1322 動詞,非自立,*,*,五段・ワ行促音便,未然形,合う -1323 動詞,非自立,*,*,五段・ワ行促音便,命令e,* -1324 動詞,非自立,*,*,五段・ワ行促音便,命令e,しまう -1325 動詞,非自立,*,*,五段・ワ行促音便,命令e,もらう -1326 動詞,非自立,*,*,五段・ワ行促音便,命令e,合う -1327 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,* -1328 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,しまう -1329 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,もらう -1330 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,合う -1331 動詞,非自立,*,*,五段・ワ行促音便,連用形,* -1332 動詞,非自立,*,*,五段・ワ行促音便,連用形,しまう -1333 動詞,非自立,*,*,五段・ワ行促音便,連用形,もらう -1334 動詞,非自立,*,*,五段・ワ行促音便,連用形,合う -1335 動詞,非自立,*,*,四段・ハ行,仮定形,* -1336 動詞,非自立,*,*,四段・ハ行,基本形,* -1337 動詞,非自立,*,*,四段・ハ行,未然形,* -1338 動詞,非自立,*,*,四段・ハ行,命令e,* -1339 動詞,非自立,*,*,四段・ハ行,連用形,* -1340 副詞,*,*,*,*,*,* -1341 副詞,一般,*,*,*,*,* -1342 副詞,助詞類接続,*,*,*,*,* -1343 名詞,サ変接続,*,*,*,*,* -1344 名詞,ナイ形容詞語幹,*,*,*,*,* -1345 名詞,一般,*,*,*,*,* -1346 名詞,一般,*,*,*,0,* -1347 名詞,形容動詞語幹,*,*,*,*,* -1348 名詞,固有名詞,一般,*,*,*,* -1349 名詞,固有名詞,人名,一般,*,*,* -1350 名詞,固有名詞,人名,姓,*,*,* -1351 名詞,固有名詞,人名,名,*,*,* -1352 名詞,固有名詞,組織,*,*,*,* -1353 名詞,固有名詞,地域,一般,*,*,* -1354 名詞,固有名詞,地域,国,*,*,* -1355 名詞,数,*,*,*,*,* -1356 名詞,接続詞的,*,*,*,*,* -1357 名詞,接尾,サ変接続,*,*,*,* -1358 名詞,接尾,一般,*,*,*,* -1359 名詞,接尾,形容動詞語幹,*,*,*,* -1360 名詞,接尾,助数詞,*,*,*,* -1361 名詞,接尾,助動詞語幹,*,*,*,* -1362 名詞,接尾,人名,*,*,*,* -1363 名詞,接尾,地域,*,*,*,* -1364 名詞,接尾,特殊,*,*,*,* -1365 名詞,接尾,副詞可能,*,*,*,* -1366 名詞,代名詞,一般,*,*,*,* -1367 名詞,代名詞,縮約,*,*,*,* -1368 名詞,動詞非自立的,*,*,*,*,* -1369 名詞,特殊,助動詞語幹,*,*,*,* -1370 名詞,非自立,*,*,*,*,* -1371 名詞,非自立,一般,*,*,*,* -1372 名詞,非自立,形容動詞語幹,*,*,*,* -1373 名詞,非自立,助動詞語幹,*,*,*,* -1374 名詞,非自立,副詞可能,*,*,*,* -1375 名詞,副詞可能,*,*,*,*,* -1376 連体詞,*,*,*,*,*,* diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/matrix.bin b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/matrix.bin deleted file mode 100644 index bf7a464c5c6768b506986b1f01f8c82bb707b2b8..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/matrix.bin +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62fd16b4f64c851d5dc352ef0d5740c5fc83ddc7c203b2b0b1fc5271969a14ce -size 3792262 diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/pos-id.def b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/pos-id.def deleted file mode 100644 index ffd74a8e933dc71a0464c8123c5b887d3c425a7d..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/pos-id.def +++ /dev/null @@ -1,69 +0,0 @@ -その他,間投,*,* 0 -フィラー,*,*,* 1 -感動詞,*,*,* 2 -記号,アルファベット,*,* 3 -記号,一般,*,* 4 -記号,括弧開,*,* 5 -記号,括弧閉,*,* 6 -記号,句点,*,* 7 -記号,空白,*,* 8 -記号,読点,*,* 9 -形容詞,自立,*,* 10 -形容詞,接尾,*,* 11 -形容詞,非自立,*,* 12 -助詞,格助詞,一般,* 13 -助詞,格助詞,引用,* 14 -助詞,格助詞,連語,* 15 -助詞,係助詞,*,* 16 -助詞,終助詞,*,* 17 -助詞,接続助詞,*,* 18 -助詞,特殊,*,* 19 -助詞,副詞化,*,* 20 -助詞,副助詞,*,* 21 -助詞,副助詞/並立助詞/終助詞,*,* 22 -助詞,並立助詞,*,* 23 -助詞,連体化,*,* 24 -助動詞,*,*,* 25 -接続詞,*,*,* 26 -接頭詞,形容詞接続,*,* 27 -接頭詞,数接続,*,* 28 -接頭詞,動詞接続,*,* 29 -接頭詞,名詞接続,*,* 30 -動詞,自立,*,* 31 -動詞,接尾,*,* 32 -動詞,非自立,*,* 33 -副詞,一般,*,* 34 -副詞,助詞類接続,*,* 35 -名詞,サ変接続,*,* 36 -名詞,ナイ形容詞語幹,*,* 37 -名詞,一般,*,* 38 -名詞,引用文字列,*,* 39 -名詞,形容動詞語幹,*,* 40 -名詞,固有名詞,一般,* 41 -名詞,固有名詞,人名,一般 42 -名詞,固有名詞,人名,姓 43 -名詞,固有名詞,人名,名 44 -名詞,固有名詞,組織,* 45 -名詞,固有名詞,地域,一般 46 -名詞,固有名詞,地域,国 47 -名詞,数,*,* 48 -名詞,接続詞的,*,* 49 -名詞,接尾,サ変接続,* 50 -名詞,接尾,一般,* 51 -名詞,接尾,形容動詞語幹,* 52 -名詞,接尾,助数詞,* 53 -名詞,接尾,助動詞語幹,* 54 -名詞,接尾,人名,* 55 -名詞,接尾,地域,* 56 -名詞,接尾,特殊,* 57 -名詞,接尾,副詞可能,* 58 -名詞,代名詞,一般,* 59 -名詞,代名詞,縮約,* 60 -名詞,動詞非自立的,*,* 61 -名詞,特殊,助動詞語幹,* 62 -名詞,非自立,一般,* 63 -名詞,非自立,形容動詞語幹,* 64 -名詞,非自立,助動詞語幹,* 65 -名詞,非自立,副詞可能,* 66 -名詞,副詞可能,*,* 67 -連体詞,*,*,* 68 diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/rewrite.def b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/rewrite.def deleted file mode 100644 index 81727723b1826e5cd765efb1685c27d129b937c4..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/rewrite.def +++ /dev/null @@ -1,94 +0,0 @@ -# -# Feature(POS) to Internal State mapping -# -[unigram rewrite] -# 読み,発音をとりのぞいて, 品詞1,2,3,4,活用形,活用型,原形,よみ を使う -*,*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7,$8 -# 読みがない場合は無視 -*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7,* - -[left rewrite] -(助詞|助動詞),*,*,*,*,*,(ない|無い) $1,$2,$3,$4,$5,$6,無い -(助詞|助動詞),終助詞,*,*,*,*,(よ|ヨ) $1,$2,$3,$4,$5,$6,よ -(助詞|助動詞),終助詞,*,*,*,*,(な|なぁ|なあ|ナ) $1,$2,$3,$4,$5,$6,な -(助詞|助動詞),終助詞,*,*,*,*,(ね|ねぇ|ねえ|ねェ|ねエ|ねっ|ねッ|ネ) $1,$2,$3,$4,$5,$6,ね -(助詞|助動詞),接続助詞,*,*,*,*,(て|ちゃ|ちゃあ) $1,$2,$3,$4,$5,$6,て -(助詞|助動詞),接続助詞,*,*,*,*,(ちゃあ|ちゃ) $1,$2,$3,$4,$5,$6,ちゃ -(助詞|助動詞),接続助詞,*,*,*,*,(で|じゃ) $1,$2,$3,$4,$5,$6,で -(助詞|助動詞),接続助詞,*,*,*,*,(けど|けれど) $1,$2,$3,$4,$5,$6,けれど -(助詞|助動詞),*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7 -記号,(句点|括弧閉|括弧開),*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS -BOS/EOS,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS -動詞,自立,*,*,*,*,(行う|行なう) $1,$2,$3,$4,$5,$6,行う -動詞,自立,*,*,*,*,(いう|言う|云う) $1,$2,$3,$4,$5,$6,言う -動詞,自立,*,*,*,*,(いく|行く) $1,$2,$3,$4,$5,$6,行く -動詞,自立,*,*,*,*,する $1,$2,$3,$4,$5,$6,する -動詞,自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -動詞,非自立,*,*,*,*,(ある|おる|かかる|きる|なる|まいる|まわる|やる|回る|終わる|切る|参る|いらっしゃる|らっしゃる|なさる|る|もらう|しまう|続く|いく|ゆく|行く|く|くれる|おく|する) $1,$2,$3,$4,$5,$6,$7 -動詞,非自立,*,*,*,*,(来る|くる) $1,$2,$3,$4,$5,$6,来る -動詞,非自立,*,*,*,*,(ぬく|抜く) $1,$2,$3,$4,$5,$6,抜く -動詞,非自立,*,*,*,*,(頂く|いただく) $1,$2,$3,$4,$5,$6,頂く -動詞,非自立,*,*,*,*,(いたす|致す) $1,$2,$3,$4,$5,$6,致す -動詞,非自立,*,*,*,*,(だす|出す) $1,$2,$3,$4,$5,$6,出す -動詞,非自立,*,*,*,*,(つくす|尽くす|尽す) $1,$2,$3,$4,$5,$6,尽くす -動詞,非自立,*,*,*,*,(直す|なおす) $1,$2,$3,$4,$5,$6,直す -動詞,非自立,*,*,*,*,(込む|こむ) $1,$2,$3,$4,$5,$6,込む -動詞,非自立,*,*,*,*,(くださる|下さる) $1,$2,$3,$4,$5,$6,下さる -動詞,非自立,*,*,*,*,(合う|あう) $1,$2,$3,$4,$5,$6,合う -動詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -形容詞,*,*,*,*,*,(ない|無い|いい|らしい) $1,$2,$3,$4,$5,$6,無い -形容詞,接尾,*,*,*,*,(臭い|くさい) $1,$2,$3,$4,$5,$6,臭い -形容詞,接尾,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい -形容詞,接尾,*,*,*,*,(ったらしい|たらしい|っぽい|ぽい) $1,$2,$3,$4,$5,$6,たらしい -形容詞,接尾,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -形容詞,非自立,*,*,*,*,(難い|がたい|づらい|にくい|やすい) $1,$2,$3,$4,$5,$6,難い -形容詞,非自立,*,*,*,*,(よい|良い) $1,$2,$3,$4,$5,$6,良い -形容詞,非自立,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい -形容詞,非自立,*,*,*,*,(じまう|じゃう|でく|どく|でる|どる) $1,$2,$3,$4,$5,$6,でる -形容詞,非自立,*,*,*,*,(ちまう|ちゃう|てく|とく|てる|とる) $1,$2,$3,$4,$5,$6,てる -形容詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -接続詞,*,*,*,*,*,(及び|および|あるいは|或いは|或は|または|又は|ないし|ならびに|並びに|もしくは|若しくは) $1,$2,$3,$4,$5,$6,および -*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,* - -[right rewrite] -(助詞|助動詞),*,*,*,*,*,(ない|無い) $1,$2,$3,$4,$5,$6,無い -(助詞|助動詞),終助詞,*,*,*,*,(よ|ヨ) $1,$2,$3,$4,$5,$6,よ -(助詞|助動詞),終助詞,*,*,*,*,(な|なぁ|なあ|ナ) $1,$2,$3,$4,$5,$6,な -(助詞|助動詞),終助詞,*,*,*,*,(ね|ねぇ|ねえ|ねェ|ねエ|ねっ|ねッ|ネ) $1,$2,$3,$4,$5,$6,ね -(助詞|助動詞),接続助詞,*,*,*,*,(て|ちゃ|ちゃあ) $1,$2,$3,$4,$5,$6,て -(助詞|助動詞),接続助詞,*,*,*,*,(ちゃあ|ちゃ) $1,$2,$3,$4,$5,$6,ちゃ -(助詞|助動詞),接続助詞,*,*,*,*,(で|じゃ) $1,$2,$3,$4,$5,$6,で -(助詞|助動詞),接続助詞,*,*,*,*,(けど|けれど) $1,$2,$3,$4,$5,$6,けれど -(助詞|助動詞),*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7 -記号,(句点|括弧閉|括弧開),*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS -BOS/EOS,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS -動詞,自立,*,*,*,*,(行う|行なう) $1,$2,$3,$4,$5,$6,行う -動詞,自立,*,*,*,*,(いう|言う|云う) $1,$2,$3,$4,$5,$6,言う -動詞,自立,*,*,*,*,(いく|行く) $1,$2,$3,$4,$5,$6,行く -動詞,自立,*,*,*,*,する $1,$2,$3,$4,$5,$6,する -動詞,自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -動詞,非自立,*,*,*,*,(ある|おる|かかる|きる|なる|まいる|まわる|やる|回る|終わる|切る|参る|いらっしゃる|らっしゃる|なさる|る|もらう|しまう|続く|いく|ゆく|行く|く|くれる|おく|する) $1,$2,$3,$4,$5,$6,$7 -動詞,非自立,*,*,*,*,(来る|くる) $1,$2,$3,$4,$5,$6,来る -動詞,非自立,*,*,*,*,(ぬく|抜く) $1,$2,$3,$4,$5,$6,抜く -動詞,非自立,*,*,*,*,(頂く|いただく) $1,$2,$3,$4,$5,$6,頂く -動詞,非自立,*,*,*,*,(いたす|致す) $1,$2,$3,$4,$5,$6,致す -動詞,非自立,*,*,*,*,(だす|出す) $1,$2,$3,$4,$5,$6,出す -動詞,非自立,*,*,*,*,(つくす|尽くす|尽す) $1,$2,$3,$4,$5,$6,尽くす -動詞,非自立,*,*,*,*,(直す|なおす) $1,$2,$3,$4,$5,$6,直す -動詞,非自立,*,*,*,*,(込む|こむ) $1,$2,$3,$4,$5,$6,込む -動詞,非自立,*,*,*,*,(くださる|下さる) $1,$2,$3,$4,$5,$6,下さる -動詞,非自立,*,*,*,*,(合う|あう) $1,$2,$3,$4,$5,$6,合う -動詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -形容詞,*,*,*,*,*,(ない|無い|いい|らしい) $1,$2,$3,$4,$5,$6,無い -形容詞,接尾,*,*,*,*,(臭い|くさい) $1,$2,$3,$4,$5,$6,臭い -形容詞,接尾,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい -形容詞,接尾,*,*,*,*,(ったらしい|たらしい|っぽい|ぽい) $1,$2,$3,$4,$5,$6,たらしい -形容詞,接尾,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -形容詞,非自立,*,*,*,*,(難い|がたい|づらい|にくい|やすい) $1,$2,$3,$4,$5,$6,難い -形容詞,非自立,*,*,*,*,(よい|良い) $1,$2,$3,$4,$5,$6,良い -形容詞,非自立,*,*,*,*,(欲しい|ほしい) $1,$2,$3,$4,$5,$6,欲しい -形容詞,非自立,*,*,*,*,(じまう|じゃう|でく|どく|でる|どる) $1,$2,$3,$4,$5,$6,でる -形容詞,非自立,*,*,*,*,(ちまう|ちゃう|てく|とく|てる|とる) $1,$2,$3,$4,$5,$6,てる -形容詞,非自立,*,*,*,*,* $1,$2,$3,$4,$5,$6,* -接続詞,*,*,*,*,*,(及び|および|あるいは|或いは|或は|または|又は|ないし|ならびに|並びに|もしくは|若しくは) $1,$2,$3,$4,$5,$6,および -*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,* diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/right-id.def b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/right-id.def deleted file mode 100644 index 51c269688b9591d76eab882b6339c83c960b3e5b..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/right-id.def +++ /dev/null @@ -1,1377 +0,0 @@ -0 BOS/EOS,*,*,*,*,*,BOS/EOS -1 その他,間投,*,*,*,*,* -2 フィラー,*,*,*,*,*,* -3 感動詞,*,*,*,*,*,* -4 記号,アルファベット,*,*,*,*,* -5 記号,一般,*,*,*,*,* -6 記号,括弧開,*,*,*,*,BOS/EOS -7 記号,括弧閉,*,*,*,*,BOS/EOS -8 記号,句点,*,*,*,*,BOS/EOS -9 記号,空白,*,*,*,*,* -10 記号,読点,*,*,*,*,* -11 形容詞,自立,*,*,形容詞・アウオ段,*,* -12 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,* -13 形容詞,自立,*,*,形容詞・アウオ段,ガル接続,無い -14 形容詞,自立,*,*,形容詞・アウオ段,仮定形,* -15 形容詞,自立,*,*,形容詞・アウオ段,仮定形,無い -16 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,* -17 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約1,無い -18 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,* -19 形容詞,自立,*,*,形容詞・アウオ段,仮定縮約2,無い -20 形容詞,自立,*,*,形容詞・アウオ段,基本形,* -21 形容詞,自立,*,*,形容詞・アウオ段,基本形,無い -22 形容詞,自立,*,*,形容詞・アウオ段,体言接続,* -23 形容詞,自立,*,*,形容詞・アウオ段,体言接続,無い -24 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,* -25 形容詞,自立,*,*,形容詞・アウオ段,文語基本形,無い -26 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,* -27 形容詞,自立,*,*,形容詞・アウオ段,未然ウ接続,無い -28 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,* -29 形容詞,自立,*,*,形容詞・アウオ段,未然ヌ接続,無い -30 形容詞,自立,*,*,形容詞・アウオ段,命令e,* -31 形容詞,自立,*,*,形容詞・アウオ段,命令e,無い -32 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* -33 形容詞,自立,*,*,形容詞・アウオ段,連用ゴザイ接続,無い -34 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,* -35 形容詞,自立,*,*,形容詞・アウオ段,連用タ接続,無い -36 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,* -37 形容詞,自立,*,*,形容詞・アウオ段,連用テ接続,無い -38 形容詞,自立,*,*,形容詞・イ段,ガル接続,* -39 形容詞,自立,*,*,形容詞・イ段,仮定形,* -40 形容詞,自立,*,*,形容詞・イ段,仮定縮約1,* -41 形容詞,自立,*,*,形容詞・イ段,仮定縮約2,* -42 形容詞,自立,*,*,形容詞・イ段,基本形,* -43 形容詞,自立,*,*,形容詞・イ段,体言接続,* -44 形容詞,自立,*,*,形容詞・イ段,文語基本形,* -45 形容詞,自立,*,*,形容詞・イ段,未然ウ接続,* -46 形容詞,自立,*,*,形容詞・イ段,未然ヌ接続,* -47 形容詞,自立,*,*,形容詞・イ段,命令e,* -48 形容詞,自立,*,*,形容詞・イ段,連用ゴザイ接続,* -49 形容詞,自立,*,*,形容詞・イ段,連用タ接続,* -50 形容詞,自立,*,*,形容詞・イ段,連用テ接続,* -51 形容詞,自立,*,*,不変化型,基本形,* -52 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,* -53 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,たらしい -54 形容詞,接尾,*,*,形容詞・アウオ段,ガル接続,臭い -55 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,* -56 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,たらしい -57 形容詞,接尾,*,*,形容詞・アウオ段,仮定形,臭い -58 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,* -59 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,たらしい -60 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約1,臭い -61 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,* -62 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,たらしい -63 形容詞,接尾,*,*,形容詞・アウオ段,仮定縮約2,臭い -64 形容詞,接尾,*,*,形容詞・アウオ段,基本形,* -65 形容詞,接尾,*,*,形容詞・アウオ段,基本形,たらしい -66 形容詞,接尾,*,*,形容詞・アウオ段,基本形,臭い -67 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,* -68 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,たらしい -69 形容詞,接尾,*,*,形容詞・アウオ段,体言接続,臭い -70 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,* -71 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,たらしい -72 形容詞,接尾,*,*,形容詞・アウオ段,文語基本形,臭い -73 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,* -74 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,たらしい -75 形容詞,接尾,*,*,形容詞・アウオ段,未然ウ接続,臭い -76 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,* -77 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,たらしい -78 形容詞,接尾,*,*,形容詞・アウオ段,未然ヌ接続,臭い -79 形容詞,接尾,*,*,形容詞・アウオ段,命令e,* -80 形容詞,接尾,*,*,形容詞・アウオ段,命令e,たらしい -81 形容詞,接尾,*,*,形容詞・アウオ段,命令e,臭い -82 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,* -83 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,たらしい -84 形容詞,接尾,*,*,形容詞・アウオ段,連用ゴザイ接続,臭い -85 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,* -86 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,たらしい -87 形容詞,接尾,*,*,形容詞・アウオ段,連用タ接続,臭い -88 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,* -89 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,たらしい -90 形容詞,接尾,*,*,形容詞・アウオ段,連用テ接続,臭い -91 形容詞,接尾,*,*,形容詞・イ段,ガル接続,* -92 形容詞,接尾,*,*,形容詞・イ段,ガル接続,たらしい -93 形容詞,接尾,*,*,形容詞・イ段,仮定形,* -94 形容詞,接尾,*,*,形容詞・イ段,仮定形,たらしい -95 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,* -96 形容詞,接尾,*,*,形容詞・イ段,仮定縮約1,たらしい -97 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,* -98 形容詞,接尾,*,*,形容詞・イ段,仮定縮約2,たらしい -99 形容詞,接尾,*,*,形容詞・イ段,基本形,* -100 形容詞,接尾,*,*,形容詞・イ段,基本形,たらしい -101 形容詞,接尾,*,*,形容詞・イ段,体言接続,* -102 形容詞,接尾,*,*,形容詞・イ段,体言接続,たらしい -103 形容詞,接尾,*,*,形容詞・イ段,文語基本形,* -104 形容詞,接尾,*,*,形容詞・イ段,文語基本形,たらしい -105 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,* -106 形容詞,接尾,*,*,形容詞・イ段,未然ウ接続,たらしい -107 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,* -108 形容詞,接尾,*,*,形容詞・イ段,未然ヌ接続,たらしい -109 形容詞,接尾,*,*,形容詞・イ段,命令e,* -110 形容詞,接尾,*,*,形容詞・イ段,命令e,たらしい -111 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,* -112 形容詞,接尾,*,*,形容詞・イ段,連用ゴザイ接続,たらしい -113 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,* -114 形容詞,接尾,*,*,形容詞・イ段,連用タ接続,たらしい -115 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,* -116 形容詞,接尾,*,*,形容詞・イ段,連用テ接続,たらしい -117 形容詞,非自立,*,*,形容詞・アウオ段,*,* -118 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,* -119 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,難い -120 形容詞,非自立,*,*,形容詞・アウオ段,ガル接続,良い -121 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,* -122 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,難い -123 形容詞,非自立,*,*,形容詞・アウオ段,仮定形,良い -124 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,* -125 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,難い -126 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約1,良い -127 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,* -128 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,難い -129 形容詞,非自立,*,*,形容詞・アウオ段,仮定縮約2,良い -130 形容詞,非自立,*,*,形容詞・アウオ段,基本形,難い -131 形容詞,非自立,*,*,形容詞・アウオ段,基本形,良い -132 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,* -133 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,難い -134 形容詞,非自立,*,*,形容詞・アウオ段,体言接続,良い -135 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,* -136 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,難い -137 形容詞,非自立,*,*,形容詞・アウオ段,文語基本形,良い -138 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,* -139 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,難い -140 形容詞,非自立,*,*,形容詞・アウオ段,未然ウ接続,良い -141 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,* -142 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,難い -143 形容詞,非自立,*,*,形容詞・アウオ段,未然ヌ接続,良い -144 形容詞,非自立,*,*,形容詞・アウオ段,命令e,* -145 形容詞,非自立,*,*,形容詞・アウオ段,命令e,難い -146 形容詞,非自立,*,*,形容詞・アウオ段,命令e,良い -147 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,* -148 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,難い -149 形容詞,非自立,*,*,形容詞・アウオ段,連用ゴザイ接続,良い -150 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,* -151 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,難い -152 形容詞,非自立,*,*,形容詞・アウオ段,連用タ接続,良い -153 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,* -154 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,難い -155 形容詞,非自立,*,*,形容詞・アウオ段,連用テ接続,良い -156 形容詞,非自立,*,*,形容詞・イ段,ガル接続,欲しい -157 形容詞,非自立,*,*,形容詞・イ段,仮定形,欲しい -158 形容詞,非自立,*,*,形容詞・イ段,仮定縮約1,欲しい -159 形容詞,非自立,*,*,形容詞・イ段,仮定縮約2,欲しい -160 形容詞,非自立,*,*,形容詞・イ段,基本形,欲しい -161 形容詞,非自立,*,*,形容詞・イ段,体言接続,欲しい -162 形容詞,非自立,*,*,形容詞・イ段,文語基本形,欲しい -163 形容詞,非自立,*,*,形容詞・イ段,未然ウ接続,欲しい -164 形容詞,非自立,*,*,形容詞・イ段,未然ヌ接続,欲しい -165 形容詞,非自立,*,*,形容詞・イ段,命令e,欲しい -166 形容詞,非自立,*,*,形容詞・イ段,連用ゴザイ接続,欲しい -167 形容詞,非自立,*,*,形容詞・イ段,連用タ接続,欲しい -168 形容詞,非自立,*,*,形容詞・イ段,連用テ接続,欲しい -169 助詞,格助詞,一般,*,*,*,から -170 助詞,格助詞,一般,*,*,*,が -171 助詞,格助詞,一般,*,*,*,つ -172 助詞,格助詞,一般,*,*,*,で -173 助詞,格助詞,一般,*,*,*,と -174 助詞,格助詞,一般,*,*,*,に -175 助詞,格助詞,一般,*,*,*,にて -176 助詞,格助詞,一般,*,*,*,の -177 助詞,格助詞,一般,*,*,*,へ -178 助詞,格助詞,一般,*,*,*,より -179 助詞,格助詞,一般,*,*,*,を -180 助詞,格助詞,一般,*,*,*,ん -181 助詞,格助詞,一般,*,*,*,デ -182 助詞,格助詞,一般,*,*,*,ノ -183 助詞,格助詞,一般,*,*,*,ヘ -184 助詞,格助詞,一般,*,*,*,ヲ -185 助詞,格助詞,一般,*,*,*,之 -186 助詞,格助詞,引用,*,*,*,っと -187 助詞,格助詞,引用,*,*,*,と -188 助詞,格助詞,連語,*,*,*,じゃ -189 助詞,格助詞,連語,*,*,*,っちゅう -190 助詞,格助詞,連語,*,*,*,って -191 助詞,格助詞,連語,*,*,*,っていう -192 助詞,格助詞,連語,*,*,*,ってな -193 助詞,格助詞,連語,*,*,*,て -194 助詞,格助詞,連語,*,*,*,ていう -195 助詞,格助詞,連語,*,*,*,といいます -196 助詞,格助詞,連語,*,*,*,という -197 助詞,格助詞,連語,*,*,*,といった -198 助詞,格助詞,連語,*,*,*,といふ -199 助詞,格助詞,連語,*,*,*,とかいいます -200 助詞,格助詞,連語,*,*,*,とかいう -201 助詞,格助詞,連語,*,*,*,とかいふ -202 助詞,格助詞,連語,*,*,*,として -203 助詞,格助詞,連語,*,*,*,としましたら -204 助詞,格助詞,連語,*,*,*,としまして -205 助詞,格助詞,連語,*,*,*,とともに -206 助詞,格助詞,連語,*,*,*,と共に -207 助詞,格助詞,連語,*,*,*,にあたって -208 助詞,格助詞,連語,*,*,*,にあたり -209 助詞,格助詞,連語,*,*,*,にあたりまして -210 助詞,格助詞,連語,*,*,*,にあたります -211 助詞,格助詞,連語,*,*,*,にあたる -212 助詞,格助詞,連語,*,*,*,において -213 助詞,格助詞,連語,*,*,*,におきまして -214 助詞,格助詞,連語,*,*,*,における -215 助詞,格助詞,連語,*,*,*,にかけ -216 助詞,格助詞,連語,*,*,*,にかけて -217 助詞,格助詞,連語,*,*,*,にかけまして -218 助詞,格助詞,連語,*,*,*,にたいして -219 助詞,格助詞,連語,*,*,*,にたいしまして -220 助詞,格助詞,連語,*,*,*,にたいします -221 助詞,格助詞,連語,*,*,*,にたいする -222 助詞,格助詞,連語,*,*,*,について -223 助詞,格助詞,連語,*,*,*,につき -224 助詞,格助詞,連語,*,*,*,につきまして -225 助詞,格助詞,連語,*,*,*,につけ -226 助詞,格助詞,連語,*,*,*,につれ -227 助詞,格助詞,連語,*,*,*,につれて -228 助詞,格助詞,連語,*,*,*,にとって -229 助詞,格助詞,連語,*,*,*,にとり -230 助詞,格助詞,連語,*,*,*,にとりまして -231 助詞,格助詞,連語,*,*,*,にまつわります -232 助詞,格助詞,連語,*,*,*,にまつわる -233 助詞,格助詞,連語,*,*,*,によって -234 助詞,格助詞,連語,*,*,*,により -235 助詞,格助詞,連語,*,*,*,によりまして -236 助詞,格助詞,連語,*,*,*,によります -237 助詞,格助詞,連語,*,*,*,による -238 助詞,格助詞,連語,*,*,*,にわたって -239 助詞,格助詞,連語,*,*,*,にわたり -240 助詞,格助詞,連語,*,*,*,にわたりまして -241 助詞,格助詞,連語,*,*,*,にわたります -242 助詞,格助詞,連語,*,*,*,にわたる -243 助詞,格助詞,連語,*,*,*,に関し -244 助詞,格助詞,連語,*,*,*,に関して -245 助詞,格助詞,連語,*,*,*,に関しまして -246 助詞,格助詞,連語,*,*,*,に関します -247 助詞,格助詞,連語,*,*,*,に関する -248 助詞,格助詞,連語,*,*,*,に際し -249 助詞,格助詞,連語,*,*,*,に際して -250 助詞,格助詞,連語,*,*,*,に際しまして -251 助詞,格助詞,連語,*,*,*,に従い -252 助詞,格助詞,連語,*,*,*,に従いまして -253 助詞,格助詞,連語,*,*,*,に従います -254 助詞,格助詞,連語,*,*,*,に従う -255 助詞,格助詞,連語,*,*,*,に従って -256 助詞,格助詞,連語,*,*,*,に対し -257 助詞,格助詞,連語,*,*,*,に対して -258 助詞,格助詞,連語,*,*,*,に対しまして -259 助詞,格助詞,連語,*,*,*,に対します -260 助詞,格助詞,連語,*,*,*,に対する -261 助詞,格助詞,連語,*,*,*,に当たって -262 助詞,格助詞,連語,*,*,*,に当たり -263 助詞,格助詞,連語,*,*,*,に当たりまして -264 助詞,格助詞,連語,*,*,*,に当たります -265 助詞,格助詞,連語,*,*,*,に当たる -266 助詞,格助詞,連語,*,*,*,をめぐって -267 助詞,格助詞,連語,*,*,*,をめぐりまして -268 助詞,格助詞,連語,*,*,*,をめぐります -269 助詞,格助詞,連語,*,*,*,をめぐる -270 助詞,格助詞,連語,*,*,*,をもちまして -271 助詞,格助詞,連語,*,*,*,をもって -272 助詞,格助詞,連語,*,*,*,を以て -273 助詞,格助詞,連語,*,*,*,を通して -274 助詞,格助詞,連語,*,*,*,を通しまして -275 助詞,格助詞,連語,*,*,*,を通じ -276 助詞,格助詞,連語,*,*,*,を通じて -277 助詞,格助詞,連語,*,*,*,を通じまして -278 助詞,係助詞,*,*,*,*,こそ -279 助詞,係助詞,*,*,*,*,さえ -280 助詞,係助詞,*,*,*,*,しか -281 助詞,係助詞,*,*,*,*,すら -282 助詞,係助詞,*,*,*,*,ぞ -283 助詞,係助詞,*,*,*,*,っきゃ -284 助詞,係助詞,*,*,*,*,は -285 助詞,係助詞,*,*,*,*,も -286 助詞,係助詞,*,*,*,*,や -287 助詞,終助詞,*,*,*,*,かぁ -288 助詞,終助詞,*,*,*,*,かい -289 助詞,終助詞,*,*,*,*,かしら -290 助詞,終助詞,*,*,*,*,け -291 助詞,終助詞,*,*,*,*,さ -292 助詞,終助詞,*,*,*,*,ぜ -293 助詞,終助詞,*,*,*,*,ぞ -294 助詞,終助詞,*,*,*,*,だって -295 助詞,終助詞,*,*,*,*,っけ -296 助詞,終助詞,*,*,*,*,てん -297 助詞,終助詞,*,*,*,*,で -298 助詞,終助詞,*,*,*,*,な -299 助詞,終助詞,*,*,*,*,なー -300 助詞,終助詞,*,*,*,*,なぁー -301 助詞,終助詞,*,*,*,*,なァ -302 助詞,終助詞,*,*,*,*,ね -303 助詞,終助詞,*,*,*,*,ねー -304 助詞,終助詞,*,*,*,*,ねん -305 助詞,終助詞,*,*,*,*,の -306 助詞,終助詞,*,*,*,*,のう -307 助詞,終助詞,*,*,*,*,べ -308 助詞,終助詞,*,*,*,*,もん -309 助詞,終助詞,*,*,*,*,や -310 助詞,終助詞,*,*,*,*,やら -311 助詞,終助詞,*,*,*,*,よ -312 助詞,終助詞,*,*,*,*,よー -313 助詞,終助詞,*,*,*,*,よう -314 助詞,終助詞,*,*,*,*,わ -315 助詞,終助詞,*,*,*,*,わい -316 助詞,終助詞,*,*,*,*,ん -317 助詞,終助詞,*,*,*,*,ヨー -318 助詞,終助詞,*,*,*,*,ワ -319 助詞,接続助詞,*,*,*,*,および -320 助詞,接続助詞,*,*,*,*,から -321 助詞,接続助詞,*,*,*,*,からには -322 助詞,接続助詞,*,*,*,*,が -323 助詞,接続助詞,*,*,*,*,けども -324 助詞,接続助詞,*,*,*,*,けれど -325 助詞,接続助詞,*,*,*,*,けれども -326 助詞,接続助詞,*,*,*,*,さかい -327 助詞,接続助詞,*,*,*,*,し -328 助詞,接続助詞,*,*,*,*,たって -329 助詞,接続助詞,*,*,*,*,つつ -330 助詞,接続助詞,*,*,*,*,て -331 助詞,接続助詞,*,*,*,*,で -332 助詞,接続助詞,*,*,*,*,と -333 助詞,接続助詞,*,*,*,*,とも -334 助詞,接続助詞,*,*,*,*,ど -335 助詞,接続助詞,*,*,*,*,どころか -336 助詞,接続助詞,*,*,*,*,ども -337 助詞,接続助詞,*,*,*,*,ながら -338 助詞,接続助詞,*,*,*,*,なり -339 助詞,接続助詞,*,*,*,*,ので -340 助詞,接続助詞,*,*,*,*,のに -341 助詞,接続助詞,*,*,*,*,ば -342 助詞,接続助詞,*,*,*,*,ものの -343 助詞,接続助詞,*,*,*,*,や -344 助詞,接続助詞,*,*,*,*,やいなや -345 助詞,接続助詞,*,*,*,*,や否や -346 助詞,接続助詞,*,*,*,*,んで -347 助詞,特殊,*,*,*,*,かな -348 助詞,特殊,*,*,*,*,けむ -349 助詞,特殊,*,*,*,*,に -350 助詞,特殊,*,*,*,*,にゃ -351 助詞,特殊,*,*,*,*,ん -352 助詞,副詞化,*,*,*,*,と -353 助詞,副詞化,*,*,*,*,に -354 助詞,副助詞,*,*,*,*,かも -355 助詞,副助詞,*,*,*,*,くらい -356 助詞,副助詞,*,*,*,*,ぐらい -357 助詞,副助詞,*,*,*,*,しも -358 助詞,副助詞,*,*,*,*,じゃ -359 助詞,副助詞,*,*,*,*,じゃあ -360 助詞,副助詞,*,*,*,*,じゃァ -361 助詞,副助詞,*,*,*,*,ずつ -362 助詞,副助詞,*,*,*,*,だけ -363 助詞,副助詞,*,*,*,*,だって -364 助詞,副助詞,*,*,*,*,だに -365 助詞,副助詞,*,*,*,*,でも -366 助詞,副助詞,*,*,*,*,とも -367 助詞,副助詞,*,*,*,*,なぞ -368 助詞,副助詞,*,*,*,*,など -369 助詞,副助詞,*,*,*,*,なり -370 助詞,副助詞,*,*,*,*,なんか -371 助詞,副助詞,*,*,*,*,なんぞ -372 助詞,副助詞,*,*,*,*,なんて -373 助詞,副助詞,*,*,*,*,のみ -374 助詞,副助詞,*,*,*,*,ばかし -375 助詞,副助詞,*,*,*,*,ばかり -376 助詞,副助詞,*,*,*,*,ばっか -377 助詞,副助詞,*,*,*,*,ばっかり -378 助詞,副助詞,*,*,*,*,ほど -379 助詞,副助詞,*,*,*,*,まで -380 助詞,副助詞,*,*,*,*,やら -381 助詞,副助詞,*,*,*,*,程 -382 助詞,副助詞,*,*,*,*,迄 -383 助詞,副助詞/並立助詞/終助詞,*,*,*,*,か -384 助詞,並立助詞,*,*,*,*,たり -385 助詞,並立助詞,*,*,*,*,だの -386 助詞,並立助詞,*,*,*,*,だり -387 助詞,並立助詞,*,*,*,*,と -388 助詞,並立助詞,*,*,*,*,とか -389 助詞,並立助詞,*,*,*,*,なり -390 助詞,並立助詞,*,*,*,*,や -391 助詞,並立助詞,*,*,*,*,やら -392 助詞,連体化,*,*,*,*,の -393 助詞,連体化,*,*,*,*,ノ -394 助動詞,*,*,*,下二・タ行,仮定形,つ -395 助動詞,*,*,*,下二・タ行,基本形,つ -396 助動詞,*,*,*,下二・タ行,体言接続,つ -397 助動詞,*,*,*,下二・タ行,未然形,つ -398 助動詞,*,*,*,下二・タ行,命令yo,つ -399 助動詞,*,*,*,下二・タ行,連用形,つ -400 助動詞,*,*,*,形容詞・イ段,ガル接続,らしい -401 助動詞,*,*,*,形容詞・イ段,ガル接続,無い -402 助動詞,*,*,*,形容詞・イ段,仮定形,らしい -403 助動詞,*,*,*,形容詞・イ段,仮定形,無い -404 助動詞,*,*,*,形容詞・イ段,仮定縮約1,らしい -405 助動詞,*,*,*,形容詞・イ段,仮定縮約1,無い -406 助動詞,*,*,*,形容詞・イ段,仮定縮約2,らしい -407 助動詞,*,*,*,形容詞・イ段,仮定縮約2,無い -408 助動詞,*,*,*,形容詞・イ段,基本形,らしい -409 助動詞,*,*,*,形容詞・イ段,基本形,無い -410 助動詞,*,*,*,形容詞・イ段,体言接続,らしい -411 助動詞,*,*,*,形容詞・イ段,体言接続,無い -412 助動詞,*,*,*,形容詞・イ段,文語基本形,らしい -413 助動詞,*,*,*,形容詞・イ段,文語基本形,無い -414 助動詞,*,*,*,形容詞・イ段,未然ウ接続,らしい -415 助動詞,*,*,*,形容詞・イ段,未然ウ接続,無い -416 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,らしい -417 助動詞,*,*,*,形容詞・イ段,未然ヌ接続,無い -418 助動詞,*,*,*,形容詞・イ段,命令e,らしい -419 助動詞,*,*,*,形容詞・イ段,命令e,無い -420 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,らしい -421 助動詞,*,*,*,形容詞・イ段,連用ゴザイ接続,無い -422 助動詞,*,*,*,形容詞・イ段,連用タ接続,らしい -423 助動詞,*,*,*,形容詞・イ段,連用タ接続,無い -424 助動詞,*,*,*,形容詞・イ段,連用テ接続,らしい -425 助動詞,*,*,*,形容詞・イ段,連用テ接続,無い -426 助動詞,*,*,*,五段・ラ行アル,仮定形,ある -427 助動詞,*,*,*,五段・ラ行アル,仮定縮約1,ある -428 助動詞,*,*,*,五段・ラ行アル,基本形,ある -429 助動詞,*,*,*,五段・ラ行アル,体言接続特殊,ある -430 助動詞,*,*,*,五段・ラ行アル,未然ウ接続,ある -431 助動詞,*,*,*,五段・ラ行アル,未然形,ある -432 助動詞,*,*,*,五段・ラ行アル,命令e,ある -433 助動詞,*,*,*,五段・ラ行アル,連用タ接続,ある -434 助動詞,*,*,*,五段・ラ行アル,連用形,ある -435 助動詞,*,*,*,五段・ラ行特殊,仮定形,ござる -436 助動詞,*,*,*,五段・ラ行特殊,仮定形,御座る -437 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,ござる -438 助動詞,*,*,*,五段・ラ行特殊,仮定縮約1,御座る -439 助動詞,*,*,*,五段・ラ行特殊,基本形,ござる -440 助動詞,*,*,*,五段・ラ行特殊,基本形,御座る -441 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,ござる -442 助動詞,*,*,*,五段・ラ行特殊,未然ウ接続,御座る -443 助動詞,*,*,*,五段・ラ行特殊,未然形,ござる -444 助動詞,*,*,*,五段・ラ行特殊,未然形,御座る -445 助動詞,*,*,*,五段・ラ行特殊,未然特殊,ござる -446 助動詞,*,*,*,五段・ラ行特殊,未然特殊,御座る -447 助動詞,*,*,*,五段・ラ行特殊,命令e,ござる -448 助動詞,*,*,*,五段・ラ行特殊,命令e,御座る -449 助動詞,*,*,*,五段・ラ行特殊,命令i,ござる -450 助動詞,*,*,*,五段・ラ行特殊,命令i,御座る -451 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,ござる -452 助動詞,*,*,*,五段・ラ行特殊,連用タ接続,御座る -453 助動詞,*,*,*,五段・ラ行特殊,連用形,ござる -454 助動詞,*,*,*,五段・ラ行特殊,連用形,御座る -455 助動詞,*,*,*,特殊・ジャ,基本形,じゃ -456 助動詞,*,*,*,特殊・ジャ,未然形,じゃ -457 助動詞,*,*,*,特殊・ジャ,連用形,じゃ -458 助動詞,*,*,*,特殊・タ,仮定形,た -459 助動詞,*,*,*,特殊・タ,仮定形,だ -460 助動詞,*,*,*,特殊・タ,基本形,た -461 助動詞,*,*,*,特殊・タ,基本形,だ -462 助動詞,*,*,*,特殊・タ,未然形,た -463 助動詞,*,*,*,特殊・タ,未然形,だ -464 助動詞,*,*,*,特殊・タイ,ガル接続,たい -465 助動詞,*,*,*,特殊・タイ,音便基本形,たい -466 助動詞,*,*,*,特殊・タイ,仮定形,たい -467 助動詞,*,*,*,特殊・タイ,仮定縮約1,たい -468 助動詞,*,*,*,特殊・タイ,仮定縮約2,たい -469 助動詞,*,*,*,特殊・タイ,基本形,たい -470 助動詞,*,*,*,特殊・タイ,体言接続,たい -471 助動詞,*,*,*,特殊・タイ,文語基本形,たい -472 助動詞,*,*,*,特殊・タイ,未然ウ接続,たい -473 助動詞,*,*,*,特殊・タイ,未然ヌ接続,たい -474 助動詞,*,*,*,特殊・タイ,連用ゴザイ接続,たい -475 助動詞,*,*,*,特殊・タイ,連用タ接続,たい -476 助動詞,*,*,*,特殊・タイ,連用テ接続,たい -477 助動詞,*,*,*,特殊・ダ,仮定形,だ -478 助動詞,*,*,*,特殊・ダ,基本形,だ -479 助動詞,*,*,*,特殊・ダ,体言接続,だ -480 助動詞,*,*,*,特殊・ダ,未然形,だ -481 助動詞,*,*,*,特殊・ダ,命令e,だ -482 助動詞,*,*,*,特殊・ダ,連用タ接続,だ -483 助動詞,*,*,*,特殊・ダ,連用形,だ -484 助動詞,*,*,*,特殊・デス,基本形,っす -485 助動詞,*,*,*,特殊・デス,基本形,です -486 助動詞,*,*,*,特殊・デス,基本形,どす -487 助動詞,*,*,*,特殊・デス,未然形,っす -488 助動詞,*,*,*,特殊・デス,未然形,です -489 助動詞,*,*,*,特殊・デス,未然形,どす -490 助動詞,*,*,*,特殊・デス,連用形,っす -491 助動詞,*,*,*,特殊・デス,連用形,です -492 助動詞,*,*,*,特殊・デス,連用形,どす -493 助動詞,*,*,*,特殊・ナイ,ガル接続,無い -494 助動詞,*,*,*,特殊・ナイ,音便基本形,無い -495 助動詞,*,*,*,特殊・ナイ,仮定形,無い -496 助動詞,*,*,*,特殊・ナイ,仮定縮約1,無い -497 助動詞,*,*,*,特殊・ナイ,仮定縮約2,無い -498 助動詞,*,*,*,特殊・ナイ,基本形,無い -499 助動詞,*,*,*,特殊・ナイ,体言接続,無い -500 助動詞,*,*,*,特殊・ナイ,文語基本形,無い -501 助動詞,*,*,*,特殊・ナイ,未然ウ接続,無い -502 助動詞,*,*,*,特殊・ナイ,未然ヌ接続,無い -503 助動詞,*,*,*,特殊・ナイ,命令e,無い -504 助動詞,*,*,*,特殊・ナイ,連用ゴザイ接続,無い -505 助動詞,*,*,*,特殊・ナイ,連用タ接続,無い -506 助動詞,*,*,*,特殊・ナイ,連用テ接続,無い -507 助動詞,*,*,*,特殊・ナイ,連用デ接続,無い -508 助動詞,*,*,*,特殊・ヌ,仮定形,ぬ -509 助動詞,*,*,*,特殊・ヌ,基本形,ぬ -510 助動詞,*,*,*,特殊・ヌ,体言接続,ぬ -511 助動詞,*,*,*,特殊・ヌ,文語基本形,ぬ -512 助動詞,*,*,*,特殊・ヌ,連用ニ接続,ぬ -513 助動詞,*,*,*,特殊・ヌ,連用形,ぬ -514 助動詞,*,*,*,特殊・マス,仮定形,ます -515 助動詞,*,*,*,特殊・マス,仮定形,やす -516 助動詞,*,*,*,特殊・マス,基本形,ます -517 助動詞,*,*,*,特殊・マス,基本形,やす -518 助動詞,*,*,*,特殊・マス,未然ウ接続,ます -519 助動詞,*,*,*,特殊・マス,未然ウ接続,やす -520 助動詞,*,*,*,特殊・マス,未然形,ます -521 助動詞,*,*,*,特殊・マス,未然形,やす -522 助動詞,*,*,*,特殊・マス,命令e,ます -523 助動詞,*,*,*,特殊・マス,命令e,やす -524 助動詞,*,*,*,特殊・マス,命令i,ます -525 助動詞,*,*,*,特殊・マス,命令i,やす -526 助動詞,*,*,*,特殊・マス,連用形,ます -527 助動詞,*,*,*,特殊・マス,連用形,やす -528 助動詞,*,*,*,特殊・ヤ,基本形,や -529 助動詞,*,*,*,特殊・ヤ,未然形,や -530 助動詞,*,*,*,特殊・ヤ,連用形,や -531 助動詞,*,*,*,不変化型,基本形,う -532 助動詞,*,*,*,不変化型,基本形,じ -533 助動詞,*,*,*,不変化型,基本形,じゃん -534 助動詞,*,*,*,不変化型,基本形,じゃン -535 助動詞,*,*,*,不変化型,基本形,ぬ -536 助動詞,*,*,*,不変化型,基本形,ひん -537 助動詞,*,*,*,不変化型,基本形,へん -538 助動詞,*,*,*,不変化型,基本形,まい -539 助動詞,*,*,*,不変化型,基本形,やん -540 助動詞,*,*,*,不変化型,基本形,ん -541 助動詞,*,*,*,文語・キ,基本形,き -542 助動詞,*,*,*,文語・キ,体言接続,き -543 助動詞,*,*,*,文語・キ,命令e,き -544 助動詞,*,*,*,文語・ケリ,基本形,けり -545 助動詞,*,*,*,文語・ケリ,体言接続,けり -546 助動詞,*,*,*,文語・ゴトシ,基本形,ごとし -547 助動詞,*,*,*,文語・ゴトシ,基本形,如し -548 助動詞,*,*,*,文語・ゴトシ,体言接続,ごとし -549 助動詞,*,*,*,文語・ゴトシ,体言接続,如し -550 助動詞,*,*,*,文語・ゴトシ,連用形,ごとし -551 助動詞,*,*,*,文語・ゴトシ,連用形,如し -552 助動詞,*,*,*,文語・ナリ,仮定形,たり -553 助動詞,*,*,*,文語・ナリ,仮定形,なり -554 助動詞,*,*,*,文語・ナリ,基本形,たり -555 助動詞,*,*,*,文語・ナリ,基本形,なり -556 助動詞,*,*,*,文語・ナリ,体言接続,たり -557 助動詞,*,*,*,文語・ナリ,体言接続,なり -558 助動詞,*,*,*,文語・ナリ,未然形,たり -559 助動詞,*,*,*,文語・ナリ,未然形,なり -560 助動詞,*,*,*,文語・ナリ,命令e,たり -561 助動詞,*,*,*,文語・ナリ,命令e,なり -562 助動詞,*,*,*,文語・ベシ,仮定形,べし -563 助動詞,*,*,*,文語・ベシ,基本形,べし -564 助動詞,*,*,*,文語・ベシ,体言接続,べし -565 助動詞,*,*,*,文語・ベシ,未然形,べし -566 助動詞,*,*,*,文語・ベシ,連用形,べし -567 助動詞,*,*,*,文語・マジ,仮定形,まじ -568 助動詞,*,*,*,文語・マジ,基本形,まじ -569 助動詞,*,*,*,文語・マジ,体言接続,まじ -570 助動詞,*,*,*,文語・マジ,連用形,まじ -571 助動詞,*,*,*,文語・リ,基本形,り -572 助動詞,*,*,*,文語・リ,体言接続,り -573 助動詞,*,*,*,文語・ル,仮定形,る -574 助動詞,*,*,*,文語・ル,基本形,る -575 助動詞,*,*,*,文語・ル,体言接続,る -576 助動詞,*,*,*,文語・ル,未然形,る -577 助動詞,*,*,*,文語・ル,命令e,る -578 助動詞,*,*,*,文語・ル,命令yo,る -579 助動詞,*,*,*,文語・ル,連用形,る -580 接続詞,*,*,*,*,*,* -581 接続詞,*,*,*,*,*,および -582 接頭詞,形容詞接続,*,*,*,*,* -583 接頭詞,数接続,*,*,*,*,* -584 接頭詞,動詞接続,*,*,*,*,* -585 接頭詞,名詞接続,*,*,*,*,* -586 動詞,自立,*,*,カ変・クル,仮定形,* -587 動詞,自立,*,*,カ変・クル,仮定縮約1,* -588 動詞,自立,*,*,カ変・クル,基本形,* -589 動詞,自立,*,*,カ変・クル,体言接続特殊,* -590 動詞,自立,*,*,カ変・クル,体言接続特殊2,* -591 動詞,自立,*,*,カ変・クル,未然ウ接続,* -592 動詞,自立,*,*,カ変・クル,未然形,* -593 動詞,自立,*,*,カ変・クル,命令i,* -594 動詞,自立,*,*,カ変・クル,命令yo,* -595 動詞,自立,*,*,カ変・クル,連用形,* -596 動詞,自立,*,*,カ変・来ル,仮定形,* -597 動詞,自立,*,*,カ変・来ル,仮定縮約1,* -598 動詞,自立,*,*,カ変・来ル,基本形,* -599 動詞,自立,*,*,カ変・来ル,体言接続特殊,* -600 動詞,自立,*,*,カ変・来ル,体言接続特殊2,* -601 動詞,自立,*,*,カ変・来ル,未然ウ接続,* -602 動詞,自立,*,*,カ変・来ル,未然形,* -603 動詞,自立,*,*,カ変・来ル,命令i,* -604 動詞,自立,*,*,カ変・来ル,命令yo,* -605 動詞,自立,*,*,カ変・来ル,連用形,* -606 動詞,自立,*,*,サ変・−スル,仮定形,* -607 動詞,自立,*,*,サ変・−スル,仮定縮約1,* -608 動詞,自立,*,*,サ変・−スル,基本形,* -609 動詞,自立,*,*,サ変・−スル,文語基本形,* -610 動詞,自立,*,*,サ変・−スル,未然ウ接続,* -611 動詞,自立,*,*,サ変・−スル,未然レル接続,* -612 動詞,自立,*,*,サ変・−スル,未然形,* -613 動詞,自立,*,*,サ変・−スル,命令ro,* -614 動詞,自立,*,*,サ変・−スル,命令yo,* -615 動詞,自立,*,*,サ変・−ズル,仮定形,* -616 動詞,自立,*,*,サ変・−ズル,仮定縮約1,* -617 動詞,自立,*,*,サ変・−ズル,基本形,* -618 動詞,自立,*,*,サ変・−ズル,文語基本形,* -619 動詞,自立,*,*,サ変・−ズル,未然ウ接続,* -620 動詞,自立,*,*,サ変・−ズル,未然形,* -621 動詞,自立,*,*,サ変・−ズル,命令yo,* -622 動詞,自立,*,*,サ変・スル,仮定形,する -623 動詞,自立,*,*,サ変・スル,仮定縮約1,する -624 動詞,自立,*,*,サ変・スル,基本形,する -625 動詞,自立,*,*,サ変・スル,体言接続特殊,する -626 動詞,自立,*,*,サ変・スル,体言接続特殊2,する -627 動詞,自立,*,*,サ変・スル,文語基本形,する -628 動詞,自立,*,*,サ変・スル,未然ウ接続,する -629 動詞,自立,*,*,サ変・スル,未然ヌ接続,する -630 動詞,自立,*,*,サ変・スル,未然レル接続,する -631 動詞,自立,*,*,サ変・スル,未然形,する -632 動詞,自立,*,*,サ変・スル,命令i,する -633 動詞,自立,*,*,サ変・スル,命令ro,する -634 動詞,自立,*,*,サ変・スル,命令yo,する -635 動詞,自立,*,*,サ変・スル,連用形,する -636 動詞,自立,*,*,ラ変,仮定形,* -637 動詞,自立,*,*,ラ変,基本形,* -638 動詞,自立,*,*,ラ変,体言接続,* -639 動詞,自立,*,*,ラ変,未然形,* -640 動詞,自立,*,*,ラ変,命令e,* -641 動詞,自立,*,*,ラ変,連用形,* -642 動詞,自立,*,*,一段,*,* -643 動詞,自立,*,*,一段,仮定形,* -644 動詞,自立,*,*,一段,仮定縮約1,* -645 動詞,自立,*,*,一段,基本形,* -646 動詞,自立,*,*,一段,基本形-促音便,* -647 動詞,自立,*,*,一段,体言接続特殊,* -648 動詞,自立,*,*,一段,未然ウ接続,* -649 動詞,自立,*,*,一段,未然形,* -650 動詞,自立,*,*,一段,命令ro,* -651 動詞,自立,*,*,一段,命令yo,* -652 動詞,自立,*,*,一段,連用形,* -653 動詞,自立,*,*,一段・クレル,仮定形,* -654 動詞,自立,*,*,一段・クレル,仮定縮約1,* -655 動詞,自立,*,*,一段・クレル,基本形,* -656 動詞,自立,*,*,一段・クレル,未然ウ接続,* -657 動詞,自立,*,*,一段・クレル,未然形,* -658 動詞,自立,*,*,一段・クレル,未然特殊,* -659 動詞,自立,*,*,一段・クレル,命令e,* -660 動詞,自立,*,*,一段・クレル,命令ro,* -661 動詞,自立,*,*,一段・クレル,命令yo,* -662 動詞,自立,*,*,一段・クレル,連用形,* -663 動詞,自立,*,*,一段・得ル,仮定形,* -664 動詞,自立,*,*,一段・得ル,基本形,* -665 動詞,自立,*,*,下二・カ行,仮定形,* -666 動詞,自立,*,*,下二・カ行,基本形,* -667 動詞,自立,*,*,下二・カ行,体言接続,* -668 動詞,自立,*,*,下二・カ行,未然形,* -669 動詞,自立,*,*,下二・カ行,命令yo,* -670 動詞,自立,*,*,下二・カ行,連用形,* -671 動詞,自立,*,*,下二・ガ行,仮定形,* -672 動詞,自立,*,*,下二・ガ行,基本形,* -673 動詞,自立,*,*,下二・ガ行,体言接続,* -674 動詞,自立,*,*,下二・ガ行,未然形,* -675 動詞,自立,*,*,下二・ガ行,命令yo,* -676 動詞,自立,*,*,下二・ガ行,連用形,* -677 動詞,自立,*,*,下二・ダ行,仮定形,* -678 動詞,自立,*,*,下二・ダ行,基本形,* -679 動詞,自立,*,*,下二・ダ行,体言接続,* -680 動詞,自立,*,*,下二・ダ行,未然形,* -681 動詞,自立,*,*,下二・ダ行,命令yo,* -682 動詞,自立,*,*,下二・ダ行,連用形,* -683 動詞,自立,*,*,下二・ハ行,仮定形,* -684 動詞,自立,*,*,下二・ハ行,基本形,* -685 動詞,自立,*,*,下二・ハ行,体言接続,* -686 動詞,自立,*,*,下二・ハ行,未然形,* -687 動詞,自立,*,*,下二・ハ行,命令yo,* -688 動詞,自立,*,*,下二・ハ行,連用形,* -689 動詞,自立,*,*,下二・マ行,仮定形,* -690 動詞,自立,*,*,下二・マ行,基本形,* -691 動詞,自立,*,*,下二・マ行,体言接続,* -692 動詞,自立,*,*,下二・マ行,未然形,* -693 動詞,自立,*,*,下二・マ行,命令yo,* -694 動詞,自立,*,*,下二・マ行,連用形,* -695 動詞,自立,*,*,下二・得,仮定形,* -696 動詞,自立,*,*,下二・得,基本形,* -697 動詞,自立,*,*,下二・得,体言接続,* -698 動詞,自立,*,*,下二・得,未然ウ接続,* -699 動詞,自立,*,*,下二・得,未然形,* -700 動詞,自立,*,*,下二・得,命令yo,* -701 動詞,自立,*,*,下二・得,連用形,* -702 動詞,自立,*,*,五段・カ行イ音便,*,* -703 動詞,自立,*,*,五段・カ行イ音便,仮定形,* -704 動詞,自立,*,*,五段・カ行イ音便,仮定形,行く -705 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,* -706 動詞,自立,*,*,五段・カ行イ音便,仮定縮約1,行く -707 動詞,自立,*,*,五段・カ行イ音便,基本形,* -708 動詞,自立,*,*,五段・カ行イ音便,基本形,行く -709 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,* -710 動詞,自立,*,*,五段・カ行イ音便,未然ウ接続,行く -711 動詞,自立,*,*,五段・カ行イ音便,未然形,* -712 動詞,自立,*,*,五段・カ行イ音便,未然形,行く -713 動詞,自立,*,*,五段・カ行イ音便,命令e,* -714 動詞,自立,*,*,五段・カ行イ音便,命令e,行く -715 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,* -716 動詞,自立,*,*,五段・カ行イ音便,連用タ接続,行く -717 動詞,自立,*,*,五段・カ行イ音便,連用形,* -718 動詞,自立,*,*,五段・カ行イ音便,連用形,行く -719 動詞,自立,*,*,五段・カ行促音便,仮定形,* -720 動詞,自立,*,*,五段・カ行促音便,仮定形,行く -721 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,* -722 動詞,自立,*,*,五段・カ行促音便,仮定縮約1,行く -723 動詞,自立,*,*,五段・カ行促音便,基本形,* -724 動詞,自立,*,*,五段・カ行促音便,基本形,行く -725 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,* -726 動詞,自立,*,*,五段・カ行促音便,未然ウ接続,行く -727 動詞,自立,*,*,五段・カ行促音便,未然形,* -728 動詞,自立,*,*,五段・カ行促音便,未然形,行く -729 動詞,自立,*,*,五段・カ行促音便,命令e,* -730 動詞,自立,*,*,五段・カ行促音便,命令e,行く -731 動詞,自立,*,*,五段・カ行促音便,連用タ接続,* -732 動詞,自立,*,*,五段・カ行促音便,連用タ接続,行く -733 動詞,自立,*,*,五段・カ行促音便,連用形,* -734 動詞,自立,*,*,五段・カ行促音便,連用形,行く -735 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,* -736 動詞,自立,*,*,五段・カ行促音便ユク,仮定形,行く -737 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,* -738 動詞,自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く -739 動詞,自立,*,*,五段・カ行促音便ユク,基本形,* -740 動詞,自立,*,*,五段・カ行促音便ユク,基本形,行く -741 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,* -742 動詞,自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く -743 動詞,自立,*,*,五段・カ行促音便ユク,未然形,* -744 動詞,自立,*,*,五段・カ行促音便ユク,未然形,行く -745 動詞,自立,*,*,五段・カ行促音便ユク,命令e,* -746 動詞,自立,*,*,五段・カ行促音便ユク,命令e,行く -747 動詞,自立,*,*,五段・カ行促音便ユク,連用形,* -748 動詞,自立,*,*,五段・カ行促音便ユク,連用形,行く -749 動詞,自立,*,*,五段・ガ行,*,* -750 動詞,自立,*,*,五段・ガ行,仮定形,* -751 動詞,自立,*,*,五段・ガ行,仮定縮約1,* -752 動詞,自立,*,*,五段・ガ行,基本形,* -753 動詞,自立,*,*,五段・ガ行,未然ウ接続,* -754 動詞,自立,*,*,五段・ガ行,未然形,* -755 動詞,自立,*,*,五段・ガ行,命令e,* -756 動詞,自立,*,*,五段・ガ行,連用タ接続,* -757 動詞,自立,*,*,五段・ガ行,連用形,* -758 動詞,自立,*,*,五段・サ行,*,* -759 動詞,自立,*,*,五段・サ行,仮定形,* -760 動詞,自立,*,*,五段・サ行,仮定縮約1,* -761 動詞,自立,*,*,五段・サ行,基本形,* -762 動詞,自立,*,*,五段・サ行,未然ウ接続,* -763 動詞,自立,*,*,五段・サ行,未然形,* -764 動詞,自立,*,*,五段・サ行,命令e,* -765 動詞,自立,*,*,五段・サ行,連用形,* -766 動詞,自立,*,*,五段・タ行,*,* -767 動詞,自立,*,*,五段・タ行,仮定形,* -768 動詞,自立,*,*,五段・タ行,仮定縮約1,* -769 動詞,自立,*,*,五段・タ行,基本形,* -770 動詞,自立,*,*,五段・タ行,未然ウ接続,* -771 動詞,自立,*,*,五段・タ行,未然形,* -772 動詞,自立,*,*,五段・タ行,命令e,* -773 動詞,自立,*,*,五段・タ行,連用タ接続,* -774 動詞,自立,*,*,五段・タ行,連用形,* -775 動詞,自立,*,*,五段・ナ行,仮定形,* -776 動詞,自立,*,*,五段・ナ行,仮定縮約1,* -777 動詞,自立,*,*,五段・ナ行,基本形,* -778 動詞,自立,*,*,五段・ナ行,未然ウ接続,* -779 動詞,自立,*,*,五段・ナ行,未然形,* -780 動詞,自立,*,*,五段・ナ行,命令e,* -781 動詞,自立,*,*,五段・ナ行,連用タ接続,* -782 動詞,自立,*,*,五段・ナ行,連用形,* -783 動詞,自立,*,*,五段・バ行,*,* -784 動詞,自立,*,*,五段・バ行,仮定形,* -785 動詞,自立,*,*,五段・バ行,仮定縮約1,* -786 動詞,自立,*,*,五段・バ行,基本形,* -787 動詞,自立,*,*,五段・バ行,未然ウ接続,* -788 動詞,自立,*,*,五段・バ行,未然形,* -789 動詞,自立,*,*,五段・バ行,命令e,* -790 動詞,自立,*,*,五段・バ行,連用タ接続,* -791 動詞,自立,*,*,五段・バ行,連用形,* -792 動詞,自立,*,*,五段・マ行,*,* -793 動詞,自立,*,*,五段・マ行,仮定形,* -794 動詞,自立,*,*,五段・マ行,仮定縮約1,* -795 動詞,自立,*,*,五段・マ行,基本形,* -796 動詞,自立,*,*,五段・マ行,未然ウ接続,* -797 動詞,自立,*,*,五段・マ行,未然形,* -798 動詞,自立,*,*,五段・マ行,命令e,* -799 動詞,自立,*,*,五段・マ行,連用タ接続,* -800 動詞,自立,*,*,五段・マ行,連用形,* -801 動詞,自立,*,*,五段・ラ行,*,* -802 動詞,自立,*,*,五段・ラ行,*,する -803 動詞,自立,*,*,五段・ラ行,仮定形,* -804 動詞,自立,*,*,五段・ラ行,仮定形,する -805 動詞,自立,*,*,五段・ラ行,仮定縮約1,* -806 動詞,自立,*,*,五段・ラ行,仮定縮約1,する -807 動詞,自立,*,*,五段・ラ行,基本形,* -808 動詞,自立,*,*,五段・ラ行,基本形,する -809 動詞,自立,*,*,五段・ラ行,体言接続特殊,* -810 動詞,自立,*,*,五段・ラ行,体言接続特殊,する -811 動詞,自立,*,*,五段・ラ行,体言接続特殊2,* -812 動詞,自立,*,*,五段・ラ行,体言接続特殊2,する -813 動詞,自立,*,*,五段・ラ行,未然ウ接続,* -814 動詞,自立,*,*,五段・ラ行,未然ウ接続,する -815 動詞,自立,*,*,五段・ラ行,未然形,* -816 動詞,自立,*,*,五段・ラ行,未然形,する -817 動詞,自立,*,*,五段・ラ行,未然特殊,* -818 動詞,自立,*,*,五段・ラ行,未然特殊,する -819 動詞,自立,*,*,五段・ラ行,命令e,* -820 動詞,自立,*,*,五段・ラ行,命令e,する -821 動詞,自立,*,*,五段・ラ行,連用タ接続,* -822 動詞,自立,*,*,五段・ラ行,連用タ接続,する -823 動詞,自立,*,*,五段・ラ行,連用形,* -824 動詞,自立,*,*,五段・ラ行,連用形,する -825 動詞,自立,*,*,五段・ラ行特殊,仮定形,* -826 動詞,自立,*,*,五段・ラ行特殊,仮定縮約1,* -827 動詞,自立,*,*,五段・ラ行特殊,基本形,* -828 動詞,自立,*,*,五段・ラ行特殊,未然ウ接続,* -829 動詞,自立,*,*,五段・ラ行特殊,未然形,* -830 動詞,自立,*,*,五段・ラ行特殊,未然特殊,* -831 動詞,自立,*,*,五段・ラ行特殊,命令e,* -832 動詞,自立,*,*,五段・ラ行特殊,命令i,* -833 動詞,自立,*,*,五段・ラ行特殊,連用タ接続,* -834 動詞,自立,*,*,五段・ラ行特殊,連用形,* -835 動詞,自立,*,*,五段・ワ行ウ音便,*,* -836 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,* -837 動詞,自立,*,*,五段・ワ行ウ音便,仮定形,言う -838 動詞,自立,*,*,五段・ワ行ウ音便,基本形,* -839 動詞,自立,*,*,五段・ワ行ウ音便,基本形,言う -840 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,* -841 動詞,自立,*,*,五段・ワ行ウ音便,未然ウ接続,言う -842 動詞,自立,*,*,五段・ワ行ウ音便,未然形,* -843 動詞,自立,*,*,五段・ワ行ウ音便,未然形,言う -844 動詞,自立,*,*,五段・ワ行ウ音便,命令e,* -845 動詞,自立,*,*,五段・ワ行ウ音便,命令e,言う -846 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,* -847 動詞,自立,*,*,五段・ワ行ウ音便,連用タ接続,言う -848 動詞,自立,*,*,五段・ワ行ウ音便,連用形,* -849 動詞,自立,*,*,五段・ワ行ウ音便,連用形,言う -850 動詞,自立,*,*,五段・ワ行促音便,*,* -851 動詞,自立,*,*,五段・ワ行促音便,仮定形,* -852 動詞,自立,*,*,五段・ワ行促音便,仮定形,言う -853 動詞,自立,*,*,五段・ワ行促音便,仮定形,行う -854 動詞,自立,*,*,五段・ワ行促音便,基本形,* -855 動詞,自立,*,*,五段・ワ行促音便,基本形,言う -856 動詞,自立,*,*,五段・ワ行促音便,基本形,行う -857 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,* -858 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,言う -859 動詞,自立,*,*,五段・ワ行促音便,未然ウ接続,行う -860 動詞,自立,*,*,五段・ワ行促音便,未然形,* -861 動詞,自立,*,*,五段・ワ行促音便,未然形,言う -862 動詞,自立,*,*,五段・ワ行促音便,未然形,行う -863 動詞,自立,*,*,五段・ワ行促音便,命令e,* -864 動詞,自立,*,*,五段・ワ行促音便,命令e,言う -865 動詞,自立,*,*,五段・ワ行促音便,命令e,行う -866 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,* -867 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,言う -868 動詞,自立,*,*,五段・ワ行促音便,連用タ接続,行う -869 動詞,自立,*,*,五段・ワ行促音便,連用形,* -870 動詞,自立,*,*,五段・ワ行促音便,連用形,言う -871 動詞,自立,*,*,五段・ワ行促音便,連用形,行う -872 動詞,自立,*,*,四段・サ行,仮定形,* -873 動詞,自立,*,*,四段・サ行,基本形,* -874 動詞,自立,*,*,四段・サ行,未然形,* -875 動詞,自立,*,*,四段・サ行,命令e,* -876 動詞,自立,*,*,四段・サ行,連用形,* -877 動詞,自立,*,*,四段・タ行,仮定形,* -878 動詞,自立,*,*,四段・タ行,基本形,* -879 動詞,自立,*,*,四段・タ行,未然形,* -880 動詞,自立,*,*,四段・タ行,命令e,* -881 動詞,自立,*,*,四段・タ行,連用形,* -882 動詞,自立,*,*,四段・ハ行,仮定形,* -883 動詞,自立,*,*,四段・ハ行,基本形,* -884 動詞,自立,*,*,四段・ハ行,未然形,* -885 動詞,自立,*,*,四段・ハ行,命令e,* -886 動詞,自立,*,*,四段・ハ行,連用形,* -887 動詞,自立,*,*,四段・バ行,仮定形,* -888 動詞,自立,*,*,四段・バ行,基本形,* -889 動詞,自立,*,*,四段・バ行,未然形,* -890 動詞,自立,*,*,四段・バ行,命令e,* -891 動詞,自立,*,*,四段・バ行,連用形,* -892 動詞,自立,*,*,上二・ダ行,仮定形,* -893 動詞,自立,*,*,上二・ダ行,基本形,* -894 動詞,自立,*,*,上二・ダ行,現代基本形,* -895 動詞,自立,*,*,上二・ダ行,体言接続,* -896 動詞,自立,*,*,上二・ダ行,未然形,* -897 動詞,自立,*,*,上二・ダ行,命令yo,* -898 動詞,自立,*,*,上二・ダ行,連用形,* -899 動詞,自立,*,*,上二・ハ行,仮定形,* -900 動詞,自立,*,*,上二・ハ行,基本形,* -901 動詞,自立,*,*,上二・ハ行,体言接続,* -902 動詞,自立,*,*,上二・ハ行,未然形,* -903 動詞,自立,*,*,上二・ハ行,命令yo,* -904 動詞,自立,*,*,上二・ハ行,連用形,* -905 動詞,接尾,*,*,一段,仮定形,* -906 動詞,接尾,*,*,一段,仮定縮約1,* -907 動詞,接尾,*,*,一段,基本形,* -908 動詞,接尾,*,*,一段,基本形-促音便,* -909 動詞,接尾,*,*,一段,体言接続特殊,* -910 動詞,接尾,*,*,一段,未然ウ接続,* -911 動詞,接尾,*,*,一段,未然形,* -912 動詞,接尾,*,*,一段,命令ro,* -913 動詞,接尾,*,*,一段,命令yo,* -914 動詞,接尾,*,*,一段,連用形,* -915 動詞,接尾,*,*,五段・サ行,仮定形,* -916 動詞,接尾,*,*,五段・サ行,仮定縮約1,* -917 動詞,接尾,*,*,五段・サ行,基本形,* -918 動詞,接尾,*,*,五段・サ行,未然ウ接続,* -919 動詞,接尾,*,*,五段・サ行,未然形,* -920 動詞,接尾,*,*,五段・サ行,命令e,* -921 動詞,接尾,*,*,五段・サ行,連用形,* -922 動詞,接尾,*,*,五段・ラ行,仮定形,* -923 動詞,接尾,*,*,五段・ラ行,仮定縮約1,* -924 動詞,接尾,*,*,五段・ラ行,基本形,* -925 動詞,接尾,*,*,五段・ラ行,体言接続特殊,* -926 動詞,接尾,*,*,五段・ラ行,体言接続特殊2,* -927 動詞,接尾,*,*,五段・ラ行,未然ウ接続,* -928 動詞,接尾,*,*,五段・ラ行,未然形,* -929 動詞,接尾,*,*,五段・ラ行,未然特殊,* -930 動詞,接尾,*,*,五段・ラ行,命令e,* -931 動詞,接尾,*,*,五段・ラ行,連用タ接続,* -932 動詞,接尾,*,*,五段・ラ行,連用形,* -933 動詞,非自立,*,*,カ変・クル,仮定形,来る -934 動詞,非自立,*,*,カ変・クル,仮定縮約1,来る -935 動詞,非自立,*,*,カ変・クル,基本形,来る -936 動詞,非自立,*,*,カ変・クル,体言接続特殊,来る -937 動詞,非自立,*,*,カ変・クル,体言接続特殊2,来る -938 動詞,非自立,*,*,カ変・クル,未然ウ接続,来る -939 動詞,非自立,*,*,カ変・クル,未然形,来る -940 動詞,非自立,*,*,カ変・クル,命令i,来る -941 動詞,非自立,*,*,カ変・クル,命令yo,来る -942 動詞,非自立,*,*,カ変・クル,連用形,来る -943 動詞,非自立,*,*,カ変・来ル,仮定形,来る -944 動詞,非自立,*,*,カ変・来ル,仮定縮約1,来る -945 動詞,非自立,*,*,カ変・来ル,基本形,来る -946 動詞,非自立,*,*,カ変・来ル,体言接続特殊,来る -947 動詞,非自立,*,*,カ変・来ル,体言接続特殊2,来る -948 動詞,非自立,*,*,カ変・来ル,未然ウ接続,来る -949 動詞,非自立,*,*,カ変・来ル,未然形,来る -950 動詞,非自立,*,*,カ変・来ル,命令i,来る -951 動詞,非自立,*,*,カ変・来ル,命令yo,来る -952 動詞,非自立,*,*,カ変・来ル,連用形,来る -953 動詞,非自立,*,*,一段,*,* -954 動詞,非自立,*,*,一段,仮定形,* -955 動詞,非自立,*,*,一段,仮定形,る -956 動詞,非自立,*,*,一段,仮定縮約1,* -957 動詞,非自立,*,*,一段,仮定縮約1,る -958 動詞,非自立,*,*,一段,基本形,* -959 動詞,非自立,*,*,一段,基本形,る -960 動詞,非自立,*,*,一段,基本形-促音便,* -961 動詞,非自立,*,*,一段,基本形-促音便,る -962 動詞,非自立,*,*,一段,体言接続特殊,* -963 動詞,非自立,*,*,一段,体言接続特殊,る -964 動詞,非自立,*,*,一段,未然ウ接続,* -965 動詞,非自立,*,*,一段,未然ウ接続,る -966 動詞,非自立,*,*,一段,未然形,* -967 動詞,非自立,*,*,一段,命令ro,* -968 動詞,非自立,*,*,一段,命令ro,る -969 動詞,非自立,*,*,一段,命令yo,* -970 動詞,非自立,*,*,一段,命令yo,る -971 動詞,非自立,*,*,一段,連用形,* -972 動詞,非自立,*,*,一段・クレル,仮定形,くれる -973 動詞,非自立,*,*,一段・クレル,仮定縮約1,くれる -974 動詞,非自立,*,*,一段・クレル,基本形,くれる -975 動詞,非自立,*,*,一段・クレル,未然ウ接続,くれる -976 動詞,非自立,*,*,一段・クレル,未然形,くれる -977 動詞,非自立,*,*,一段・クレル,未然特殊,くれる -978 動詞,非自立,*,*,一段・クレル,命令e,くれる -979 動詞,非自立,*,*,一段・クレル,命令ro,くれる -980 動詞,非自立,*,*,一段・クレル,命令yo,くれる -981 動詞,非自立,*,*,一段・クレル,連用形,くれる -982 動詞,非自立,*,*,一段・得ル,仮定形,* -983 動詞,非自立,*,*,一段・得ル,基本形,* -984 動詞,非自立,*,*,五段・カ行イ音便,*,* -985 動詞,非自立,*,*,五段・カ行イ音便,仮定形,* -986 動詞,非自立,*,*,五段・カ行イ音便,仮定形,おく -987 動詞,非自立,*,*,五段・カ行イ音便,仮定形,続く -988 動詞,非自立,*,*,五段・カ行イ音便,仮定形,抜く -989 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,* -990 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,おく -991 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,続く -992 動詞,非自立,*,*,五段・カ行イ音便,仮定縮約1,抜く -993 動詞,非自立,*,*,五段・カ行イ音便,基本形,* -994 動詞,非自立,*,*,五段・カ行イ音便,基本形,おく -995 動詞,非自立,*,*,五段・カ行イ音便,基本形,続く -996 動詞,非自立,*,*,五段・カ行イ音便,基本形,抜く -997 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,* -998 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,おく -999 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,続く -1000 動詞,非自立,*,*,五段・カ行イ音便,未然ウ接続,抜く -1001 動詞,非自立,*,*,五段・カ行イ音便,未然形,* -1002 動詞,非自立,*,*,五段・カ行イ音便,未然形,おく -1003 動詞,非自立,*,*,五段・カ行イ音便,未然形,続く -1004 動詞,非自立,*,*,五段・カ行イ音便,未然形,抜く -1005 動詞,非自立,*,*,五段・カ行イ音便,命令e,* -1006 動詞,非自立,*,*,五段・カ行イ音便,命令e,おく -1007 動詞,非自立,*,*,五段・カ行イ音便,命令e,続く -1008 動詞,非自立,*,*,五段・カ行イ音便,命令e,抜く -1009 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,* -1010 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,おく -1011 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,続く -1012 動詞,非自立,*,*,五段・カ行イ音便,連用タ接続,抜く -1013 動詞,非自立,*,*,五段・カ行イ音便,連用形,* -1014 動詞,非自立,*,*,五段・カ行イ音便,連用形,おく -1015 動詞,非自立,*,*,五段・カ行イ音便,連用形,続く -1016 動詞,非自立,*,*,五段・カ行イ音便,連用形,抜く -1017 動詞,非自立,*,*,五段・カ行促音便,仮定形,* -1018 動詞,非自立,*,*,五段・カ行促音便,仮定形,いく -1019 動詞,非自立,*,*,五段・カ行促音便,仮定形,く -1020 動詞,非自立,*,*,五段・カ行促音便,仮定形,行く -1021 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,* -1022 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,いく -1023 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,く -1024 動詞,非自立,*,*,五段・カ行促音便,仮定縮約1,行く -1025 動詞,非自立,*,*,五段・カ行促音便,基本形,* -1026 動詞,非自立,*,*,五段・カ行促音便,基本形,いく -1027 動詞,非自立,*,*,五段・カ行促音便,基本形,く -1028 動詞,非自立,*,*,五段・カ行促音便,基本形,行く -1029 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,* -1030 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,いく -1031 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,く -1032 動詞,非自立,*,*,五段・カ行促音便,未然ウ接続,行く -1033 動詞,非自立,*,*,五段・カ行促音便,未然形,* -1034 動詞,非自立,*,*,五段・カ行促音便,未然形,いく -1035 動詞,非自立,*,*,五段・カ行促音便,未然形,く -1036 動詞,非自立,*,*,五段・カ行促音便,未然形,行く -1037 動詞,非自立,*,*,五段・カ行促音便,命令e,* -1038 動詞,非自立,*,*,五段・カ行促音便,命令e,いく -1039 動詞,非自立,*,*,五段・カ行促音便,命令e,く -1040 動詞,非自立,*,*,五段・カ行促音便,命令e,行く -1041 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,* -1042 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,いく -1043 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,く -1044 動詞,非自立,*,*,五段・カ行促音便,連用タ接続,行く -1045 動詞,非自立,*,*,五段・カ行促音便,連用形,* -1046 動詞,非自立,*,*,五段・カ行促音便,連用形,いく -1047 動詞,非自立,*,*,五段・カ行促音便,連用形,く -1048 動詞,非自立,*,*,五段・カ行促音便,連用形,行く -1049 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,ゆく -1050 動詞,非自立,*,*,五段・カ行促音便ユク,仮定形,行く -1051 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,ゆく -1052 動詞,非自立,*,*,五段・カ行促音便ユク,仮定縮約1,行く -1053 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,ゆく -1054 動詞,非自立,*,*,五段・カ行促音便ユク,基本形,行く -1055 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,ゆく -1056 動詞,非自立,*,*,五段・カ行促音便ユク,未然ウ接続,行く -1057 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,ゆく -1058 動詞,非自立,*,*,五段・カ行促音便ユク,未然形,行く -1059 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,ゆく -1060 動詞,非自立,*,*,五段・カ行促音便ユク,命令e,行く -1061 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,ゆく -1062 動詞,非自立,*,*,五段・カ行促音便ユク,連用形,行く -1063 動詞,非自立,*,*,五段・サ行,*,* -1064 動詞,非自立,*,*,五段・サ行,*,尽くす -1065 動詞,非自立,*,*,五段・サ行,仮定形,* -1066 動詞,非自立,*,*,五段・サ行,仮定形,出す -1067 動詞,非自立,*,*,五段・サ行,仮定形,尽くす -1068 動詞,非自立,*,*,五段・サ行,仮定形,直す -1069 動詞,非自立,*,*,五段・サ行,仮定縮約1,* -1070 動詞,非自立,*,*,五段・サ行,仮定縮約1,出す -1071 動詞,非自立,*,*,五段・サ行,仮定縮約1,尽くす -1072 動詞,非自立,*,*,五段・サ行,仮定縮約1,直す -1073 動詞,非自立,*,*,五段・サ行,基本形,出す -1074 動詞,非自立,*,*,五段・サ行,基本形,尽くす -1075 動詞,非自立,*,*,五段・サ行,基本形,直す -1076 動詞,非自立,*,*,五段・サ行,未然ウ接続,* -1077 動詞,非自立,*,*,五段・サ行,未然ウ接続,出す -1078 動詞,非自立,*,*,五段・サ行,未然ウ接続,尽くす -1079 動詞,非自立,*,*,五段・サ行,未然ウ接続,直す -1080 動詞,非自立,*,*,五段・サ行,未然形,* -1081 動詞,非自立,*,*,五段・サ行,未然形,出す -1082 動詞,非自立,*,*,五段・サ行,未然形,尽くす -1083 動詞,非自立,*,*,五段・サ行,未然形,直す -1084 動詞,非自立,*,*,五段・サ行,命令e,* -1085 動詞,非自立,*,*,五段・サ行,命令e,出す -1086 動詞,非自立,*,*,五段・サ行,命令e,尽くす -1087 動詞,非自立,*,*,五段・サ行,命令e,直す -1088 動詞,非自立,*,*,五段・サ行,連用形,* -1089 動詞,非自立,*,*,五段・サ行,連用形,出す -1090 動詞,非自立,*,*,五段・サ行,連用形,尽くす -1091 動詞,非自立,*,*,五段・サ行,連用形,直す -1092 動詞,非自立,*,*,五段・タ行,*,* -1093 動詞,非自立,*,*,五段・タ行,仮定形,* -1094 動詞,非自立,*,*,五段・タ行,仮定縮約1,* -1095 動詞,非自立,*,*,五段・タ行,未然ウ接続,* -1096 動詞,非自立,*,*,五段・タ行,未然形,* -1097 動詞,非自立,*,*,五段・タ行,命令e,* -1098 動詞,非自立,*,*,五段・タ行,連用タ接続,* -1099 動詞,非自立,*,*,五段・タ行,連用形,* -1100 動詞,非自立,*,*,五段・ナ行,*,* -1101 動詞,非自立,*,*,五段・ナ行,仮定形,* -1102 動詞,非自立,*,*,五段・ナ行,仮定縮約1,* -1103 動詞,非自立,*,*,五段・ナ行,未然ウ接続,* -1104 動詞,非自立,*,*,五段・ナ行,未然形,* -1105 動詞,非自立,*,*,五段・ナ行,命令e,* -1106 動詞,非自立,*,*,五段・ナ行,連用タ接続,* -1107 動詞,非自立,*,*,五段・ナ行,連用形,* -1108 動詞,非自立,*,*,五段・マ行,*,* -1109 動詞,非自立,*,*,五段・マ行,仮定形,* -1110 動詞,非自立,*,*,五段・マ行,仮定形,込む -1111 動詞,非自立,*,*,五段・マ行,仮定縮約1,* -1112 動詞,非自立,*,*,五段・マ行,仮定縮約1,込む -1113 動詞,非自立,*,*,五段・マ行,基本形,込む -1114 動詞,非自立,*,*,五段・マ行,未然ウ接続,* -1115 動詞,非自立,*,*,五段・マ行,未然ウ接続,込む -1116 動詞,非自立,*,*,五段・マ行,未然形,* -1117 動詞,非自立,*,*,五段・マ行,未然形,込む -1118 動詞,非自立,*,*,五段・マ行,命令e,* -1119 動詞,非自立,*,*,五段・マ行,命令e,込む -1120 動詞,非自立,*,*,五段・マ行,連用タ接続,* -1121 動詞,非自立,*,*,五段・マ行,連用タ接続,込む -1122 動詞,非自立,*,*,五段・マ行,連用形,* -1123 動詞,非自立,*,*,五段・マ行,連用形,込む -1124 動詞,非自立,*,*,五段・ラ行,*,* -1125 動詞,非自立,*,*,五段・ラ行,*,切る -1126 動詞,非自立,*,*,五段・ラ行,仮定形,* -1127 動詞,非自立,*,*,五段・ラ行,仮定形,ある -1128 動詞,非自立,*,*,五段・ラ行,仮定形,おる -1129 動詞,非自立,*,*,五段・ラ行,仮定形,かかる -1130 動詞,非自立,*,*,五段・ラ行,仮定形,きる -1131 動詞,非自立,*,*,五段・ラ行,仮定形,なる -1132 動詞,非自立,*,*,五段・ラ行,仮定形,まいる -1133 動詞,非自立,*,*,五段・ラ行,仮定形,まわる -1134 動詞,非自立,*,*,五段・ラ行,仮定形,やる -1135 動詞,非自立,*,*,五段・ラ行,仮定形,回る -1136 動詞,非自立,*,*,五段・ラ行,仮定形,参る -1137 動詞,非自立,*,*,五段・ラ行,仮定形,終わる -1138 動詞,非自立,*,*,五段・ラ行,仮定形,切る -1139 動詞,非自立,*,*,五段・ラ行,仮定縮約1,* -1140 動詞,非自立,*,*,五段・ラ行,仮定縮約1,ある -1141 動詞,非自立,*,*,五段・ラ行,仮定縮約1,おる -1142 動詞,非自立,*,*,五段・ラ行,仮定縮約1,かかる -1143 動詞,非自立,*,*,五段・ラ行,仮定縮約1,きる -1144 動詞,非自立,*,*,五段・ラ行,仮定縮約1,なる -1145 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まいる -1146 動詞,非自立,*,*,五段・ラ行,仮定縮約1,まわる -1147 動詞,非自立,*,*,五段・ラ行,仮定縮約1,やる -1148 動詞,非自立,*,*,五段・ラ行,仮定縮約1,回る -1149 動詞,非自立,*,*,五段・ラ行,仮定縮約1,参る -1150 動詞,非自立,*,*,五段・ラ行,仮定縮約1,終わる -1151 動詞,非自立,*,*,五段・ラ行,仮定縮約1,切る -1152 動詞,非自立,*,*,五段・ラ行,基本形,* -1153 動詞,非自立,*,*,五段・ラ行,基本形,ある -1154 動詞,非自立,*,*,五段・ラ行,基本形,おる -1155 動詞,非自立,*,*,五段・ラ行,基本形,かかる -1156 動詞,非自立,*,*,五段・ラ行,基本形,きる -1157 動詞,非自立,*,*,五段・ラ行,基本形,なる -1158 動詞,非自立,*,*,五段・ラ行,基本形,まいる -1159 動詞,非自立,*,*,五段・ラ行,基本形,まわる -1160 動詞,非自立,*,*,五段・ラ行,基本形,やる -1161 動詞,非自立,*,*,五段・ラ行,基本形,回る -1162 動詞,非自立,*,*,五段・ラ行,基本形,参る -1163 動詞,非自立,*,*,五段・ラ行,基本形,終わる -1164 動詞,非自立,*,*,五段・ラ行,基本形,切る -1165 動詞,非自立,*,*,五段・ラ行,体言接続特殊,* -1166 動詞,非自立,*,*,五段・ラ行,体言接続特殊,ある -1167 動詞,非自立,*,*,五段・ラ行,体言接続特殊,おる -1168 動詞,非自立,*,*,五段・ラ行,体言接続特殊,かかる -1169 動詞,非自立,*,*,五段・ラ行,体言接続特殊,きる -1170 動詞,非自立,*,*,五段・ラ行,体言接続特殊,なる -1171 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まいる -1172 動詞,非自立,*,*,五段・ラ行,体言接続特殊,まわる -1173 動詞,非自立,*,*,五段・ラ行,体言接続特殊,やる -1174 動詞,非自立,*,*,五段・ラ行,体言接続特殊,回る -1175 動詞,非自立,*,*,五段・ラ行,体言接続特殊,参る -1176 動詞,非自立,*,*,五段・ラ行,体言接続特殊,終わる -1177 動詞,非自立,*,*,五段・ラ行,体言接続特殊,切る -1178 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,* -1179 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,ある -1180 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,おる -1181 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,かかる -1182 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,きる -1183 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,なる -1184 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まいる -1185 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,まわる -1186 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,やる -1187 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,回る -1188 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,参る -1189 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,終わる -1190 動詞,非自立,*,*,五段・ラ行,体言接続特殊2,切る -1191 動詞,非自立,*,*,五段・ラ行,未然ウ接続,* -1192 動詞,非自立,*,*,五段・ラ行,未然ウ接続,ある -1193 動詞,非自立,*,*,五段・ラ行,未然ウ接続,おる -1194 動詞,非自立,*,*,五段・ラ行,未然ウ接続,かかる -1195 動詞,非自立,*,*,五段・ラ行,未然ウ接続,きる -1196 動詞,非自立,*,*,五段・ラ行,未然ウ接続,なる -1197 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まいる -1198 動詞,非自立,*,*,五段・ラ行,未然ウ接続,まわる -1199 動詞,非自立,*,*,五段・ラ行,未然ウ接続,やる -1200 動詞,非自立,*,*,五段・ラ行,未然ウ接続,回る -1201 動詞,非自立,*,*,五段・ラ行,未然ウ接続,参る -1202 動詞,非自立,*,*,五段・ラ行,未然ウ接続,終わる -1203 動詞,非自立,*,*,五段・ラ行,未然ウ接続,切る -1204 動詞,非自立,*,*,五段・ラ行,未然形,* -1205 動詞,非自立,*,*,五段・ラ行,未然形,ある -1206 動詞,非自立,*,*,五段・ラ行,未然形,おる -1207 動詞,非自立,*,*,五段・ラ行,未然形,かかる -1208 動詞,非自立,*,*,五段・ラ行,未然形,きる -1209 動詞,非自立,*,*,五段・ラ行,未然形,なる -1210 動詞,非自立,*,*,五段・ラ行,未然形,まいる -1211 動詞,非自立,*,*,五段・ラ行,未然形,まわる -1212 動詞,非自立,*,*,五段・ラ行,未然形,やる -1213 動詞,非自立,*,*,五段・ラ行,未然形,回る -1214 動詞,非自立,*,*,五段・ラ行,未然形,参る -1215 動詞,非自立,*,*,五段・ラ行,未然形,終わる -1216 動詞,非自立,*,*,五段・ラ行,未然形,切る -1217 動詞,非自立,*,*,五段・ラ行,未然特殊,* -1218 動詞,非自立,*,*,五段・ラ行,未然特殊,ある -1219 動詞,非自立,*,*,五段・ラ行,未然特殊,おる -1220 動詞,非自立,*,*,五段・ラ行,未然特殊,かかる -1221 動詞,非自立,*,*,五段・ラ行,未然特殊,きる -1222 動詞,非自立,*,*,五段・ラ行,未然特殊,なる -1223 動詞,非自立,*,*,五段・ラ行,未然特殊,まいる -1224 動詞,非自立,*,*,五段・ラ行,未然特殊,まわる -1225 動詞,非自立,*,*,五段・ラ行,未然特殊,やる -1226 動詞,非自立,*,*,五段・ラ行,未然特殊,回る -1227 動詞,非自立,*,*,五段・ラ行,未然特殊,参る -1228 動詞,非自立,*,*,五段・ラ行,未然特殊,終わる -1229 動詞,非自立,*,*,五段・ラ行,未然特殊,切る -1230 動詞,非自立,*,*,五段・ラ行,命令e,* -1231 動詞,非自立,*,*,五段・ラ行,命令e,ある -1232 動詞,非自立,*,*,五段・ラ行,命令e,おる -1233 動詞,非自立,*,*,五段・ラ行,命令e,かかる -1234 動詞,非自立,*,*,五段・ラ行,命令e,きる -1235 動詞,非自立,*,*,五段・ラ行,命令e,なる -1236 動詞,非自立,*,*,五段・ラ行,命令e,まいる -1237 動詞,非自立,*,*,五段・ラ行,命令e,まわる -1238 動詞,非自立,*,*,五段・ラ行,命令e,やる -1239 動詞,非自立,*,*,五段・ラ行,命令e,回る -1240 動詞,非自立,*,*,五段・ラ行,命令e,参る -1241 動詞,非自立,*,*,五段・ラ行,命令e,終わる -1242 動詞,非自立,*,*,五段・ラ行,命令e,切る -1243 動詞,非自立,*,*,五段・ラ行,連用タ接続,* -1244 動詞,非自立,*,*,五段・ラ行,連用タ接続,ある -1245 動詞,非自立,*,*,五段・ラ行,連用タ接続,おる -1246 動詞,非自立,*,*,五段・ラ行,連用タ接続,かかる -1247 動詞,非自立,*,*,五段・ラ行,連用タ接続,きる -1248 動詞,非自立,*,*,五段・ラ行,連用タ接続,なる -1249 動詞,非自立,*,*,五段・ラ行,連用タ接続,まいる -1250 動詞,非自立,*,*,五段・ラ行,連用タ接続,まわる -1251 動詞,非自立,*,*,五段・ラ行,連用タ接続,やる -1252 動詞,非自立,*,*,五段・ラ行,連用タ接続,回る -1253 動詞,非自立,*,*,五段・ラ行,連用タ接続,参る -1254 動詞,非自立,*,*,五段・ラ行,連用タ接続,終わる -1255 動詞,非自立,*,*,五段・ラ行,連用タ接続,切る -1256 動詞,非自立,*,*,五段・ラ行,連用形,* -1257 動詞,非自立,*,*,五段・ラ行,連用形,ある -1258 動詞,非自立,*,*,五段・ラ行,連用形,おる -1259 動詞,非自立,*,*,五段・ラ行,連用形,かかる -1260 動詞,非自立,*,*,五段・ラ行,連用形,きる -1261 動詞,非自立,*,*,五段・ラ行,連用形,なる -1262 動詞,非自立,*,*,五段・ラ行,連用形,まいる -1263 動詞,非自立,*,*,五段・ラ行,連用形,まわる -1264 動詞,非自立,*,*,五段・ラ行,連用形,やる -1265 動詞,非自立,*,*,五段・ラ行,連用形,回る -1266 動詞,非自立,*,*,五段・ラ行,連用形,参る -1267 動詞,非自立,*,*,五段・ラ行,連用形,終わる -1268 動詞,非自立,*,*,五段・ラ行,連用形,切る -1269 動詞,非自立,*,*,五段・ラ行特殊,仮定形,なさる -1270 動詞,非自立,*,*,五段・ラ行特殊,仮定形,らっしゃる -1271 動詞,非自立,*,*,五段・ラ行特殊,仮定形,下さる -1272 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,なさる -1273 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,らっしゃる -1274 動詞,非自立,*,*,五段・ラ行特殊,仮定縮約1,下さる -1275 動詞,非自立,*,*,五段・ラ行特殊,基本形,なさる -1276 動詞,非自立,*,*,五段・ラ行特殊,基本形,らっしゃる -1277 動詞,非自立,*,*,五段・ラ行特殊,基本形,下さる -1278 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,なさる -1279 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,らっしゃる -1280 動詞,非自立,*,*,五段・ラ行特殊,未然ウ接続,下さる -1281 動詞,非自立,*,*,五段・ラ行特殊,未然形,なさる -1282 動詞,非自立,*,*,五段・ラ行特殊,未然形,らっしゃる -1283 動詞,非自立,*,*,五段・ラ行特殊,未然形,下さる -1284 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,なさる -1285 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,らっしゃる -1286 動詞,非自立,*,*,五段・ラ行特殊,未然特殊,下さる -1287 動詞,非自立,*,*,五段・ラ行特殊,命令e,なさる -1288 動詞,非自立,*,*,五段・ラ行特殊,命令e,らっしゃる -1289 動詞,非自立,*,*,五段・ラ行特殊,命令e,下さる -1290 動詞,非自立,*,*,五段・ラ行特殊,命令i,なさる -1291 動詞,非自立,*,*,五段・ラ行特殊,命令i,らっしゃる -1292 動詞,非自立,*,*,五段・ラ行特殊,命令i,下さる -1293 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,なさる -1294 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,らっしゃる -1295 動詞,非自立,*,*,五段・ラ行特殊,連用タ接続,下さる -1296 動詞,非自立,*,*,五段・ラ行特殊,連用形,なさる -1297 動詞,非自立,*,*,五段・ラ行特殊,連用形,らっしゃる -1298 動詞,非自立,*,*,五段・ラ行特殊,連用形,下さる -1299 動詞,非自立,*,*,五段・ワ行ウ音便,*,* -1300 動詞,非自立,*,*,五段・ワ行ウ音便,仮定形,* -1301 動詞,非自立,*,*,五段・ワ行ウ音便,未然ウ接続,* -1302 動詞,非自立,*,*,五段・ワ行ウ音便,未然形,* -1303 動詞,非自立,*,*,五段・ワ行ウ音便,命令e,* -1304 動詞,非自立,*,*,五段・ワ行ウ音便,連用タ接続,* -1305 動詞,非自立,*,*,五段・ワ行ウ音便,連用形,* -1306 動詞,非自立,*,*,五段・ワ行促音便,*,* -1307 動詞,非自立,*,*,五段・ワ行促音便,仮定形,* -1308 動詞,非自立,*,*,五段・ワ行促音便,仮定形,しまう -1309 動詞,非自立,*,*,五段・ワ行促音便,仮定形,もらう -1310 動詞,非自立,*,*,五段・ワ行促音便,仮定形,合う -1311 動詞,非自立,*,*,五段・ワ行促音便,基本形,* -1312 動詞,非自立,*,*,五段・ワ行促音便,基本形,しまう -1313 動詞,非自立,*,*,五段・ワ行促音便,基本形,もらう -1314 動詞,非自立,*,*,五段・ワ行促音便,基本形,合う -1315 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,* -1316 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,しまう -1317 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,もらう -1318 動詞,非自立,*,*,五段・ワ行促音便,未然ウ接続,合う -1319 動詞,非自立,*,*,五段・ワ行促音便,未然形,* -1320 動詞,非自立,*,*,五段・ワ行促音便,未然形,しまう -1321 動詞,非自立,*,*,五段・ワ行促音便,未然形,もらう -1322 動詞,非自立,*,*,五段・ワ行促音便,未然形,合う -1323 動詞,非自立,*,*,五段・ワ行促音便,命令e,* -1324 動詞,非自立,*,*,五段・ワ行促音便,命令e,しまう -1325 動詞,非自立,*,*,五段・ワ行促音便,命令e,もらう -1326 動詞,非自立,*,*,五段・ワ行促音便,命令e,合う -1327 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,* -1328 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,しまう -1329 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,もらう -1330 動詞,非自立,*,*,五段・ワ行促音便,連用タ接続,合う -1331 動詞,非自立,*,*,五段・ワ行促音便,連用形,* -1332 動詞,非自立,*,*,五段・ワ行促音便,連用形,しまう -1333 動詞,非自立,*,*,五段・ワ行促音便,連用形,もらう -1334 動詞,非自立,*,*,五段・ワ行促音便,連用形,合う -1335 動詞,非自立,*,*,四段・ハ行,仮定形,* -1336 動詞,非自立,*,*,四段・ハ行,基本形,* -1337 動詞,非自立,*,*,四段・ハ行,未然形,* -1338 動詞,非自立,*,*,四段・ハ行,命令e,* -1339 動詞,非自立,*,*,四段・ハ行,連用形,* -1340 副詞,*,*,*,*,*,* -1341 副詞,一般,*,*,*,*,* -1342 副詞,助詞類接続,*,*,*,*,* -1343 名詞,サ変接続,*,*,*,*,* -1344 名詞,ナイ形容詞語幹,*,*,*,*,* -1345 名詞,一般,*,*,*,*,* -1346 名詞,一般,*,*,*,0,* -1347 名詞,形容動詞語幹,*,*,*,*,* -1348 名詞,固有名詞,一般,*,*,*,* -1349 名詞,固有名詞,人名,一般,*,*,* -1350 名詞,固有名詞,人名,姓,*,*,* -1351 名詞,固有名詞,人名,名,*,*,* -1352 名詞,固有名詞,組織,*,*,*,* -1353 名詞,固有名詞,地域,一般,*,*,* -1354 名詞,固有名詞,地域,国,*,*,* -1355 名詞,数,*,*,*,*,* -1356 名詞,接続詞的,*,*,*,*,* -1357 名詞,接尾,サ変接続,*,*,*,* -1358 名詞,接尾,一般,*,*,*,* -1359 名詞,接尾,形容動詞語幹,*,*,*,* -1360 名詞,接尾,助数詞,*,*,*,* -1361 名詞,接尾,助動詞語幹,*,*,*,* -1362 名詞,接尾,人名,*,*,*,* -1363 名詞,接尾,地域,*,*,*,* -1364 名詞,接尾,特殊,*,*,*,* -1365 名詞,接尾,副詞可能,*,*,*,* -1366 名詞,代名詞,一般,*,*,*,* -1367 名詞,代名詞,縮約,*,*,*,* -1368 名詞,動詞非自立的,*,*,*,*,* -1369 名詞,特殊,助動詞語幹,*,*,*,* -1370 名詞,非自立,*,*,*,*,* -1371 名詞,非自立,一般,*,*,*,* -1372 名詞,非自立,形容動詞語幹,*,*,*,* -1373 名詞,非自立,助動詞語幹,*,*,*,* -1374 名詞,非自立,副詞可能,*,*,*,* -1375 名詞,副詞可能,*,*,*,*,* -1376 連体詞,*,*,*,*,*,* diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/sys.dic b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/sys.dic deleted file mode 100644 index 700526dd4ccbd412d38d057307f5980d1be5a422..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/sys.dic +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca57d9029691a70a5dfb99afc2844180256161d7130da65b1a867510e129b9a6 -size 103073776 diff --git a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/unk.dic b/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/unk.dic deleted file mode 100644 index 2635af4613f6c6012259743bad97594ab0c85bc0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/pyopenjtalk/open_jtalk_dic_utf_8-1.11/unk.dic and /dev/null differ diff --git a/linux-cpu/pyopenjtalk/openjtalk.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pyopenjtalk/openjtalk.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 91ebacffdee2b1095695b413ce308530548c1ca6..0000000000000000000000000000000000000000 --- a/linux-cpu/pyopenjtalk/openjtalk.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73ed382be852e9faf2369eaed938bc821c23b4174410c4e0bf1ec6122805eb6f -size 23744736 diff --git a/linux-cpu/pyworld-0.3.4.dist-info/INSTALLER b/linux-cpu/pyworld-0.3.4.dist-info/INSTALLER deleted file mode 100644 index a1b589e38a32041e49332e5e81c2d363dc418d68..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld-0.3.4.dist-info/INSTALLER +++ /dev/null @@ -1 +0,0 @@ -pip diff --git a/linux-cpu/pyworld-0.3.4.dist-info/LICENSE b/linux-cpu/pyworld-0.3.4.dist-info/LICENSE deleted file mode 100644 index 8ee9c7899d553f971d262e2490a4cc974d45313d..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld-0.3.4.dist-info/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright 2016 pyworld contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/linux-cpu/pyworld-0.3.4.dist-info/METADATA b/linux-cpu/pyworld-0.3.4.dist-info/METADATA deleted file mode 100644 index 31719a679208f5023e621369ed58d7cb651d177e..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld-0.3.4.dist-info/METADATA +++ /dev/null @@ -1,163 +0,0 @@ -Metadata-Version: 2.1 -Name: pyworld -Version: 0.3.4 -Summary: PyWorld: a Python wrapper for WORLD vocoder -Home-page: https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder -Author: Pyworld Contributors -Author-email: jeremycchsu@gmail.com -Keywords: vocoder -Description-Content-Type: text/markdown -License-File: LICENSE -Requires-Dist: numpy -Requires-Dist: cython >=0.24 -Provides-Extra: sdist -Requires-Dist: numpy ; extra == 'sdist' -Requires-Dist: cython >=0.24 ; extra == 'sdist' -Provides-Extra: test -Requires-Dist: nose ; extra == 'test' - -# PyWORLD - A Python wrapper of WORLD Vocoder - - -| **`Linux`** | **`Windows`** | -|-----------------|-----------| -| [![Build Status](https://app.travis-ci.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.svg?branch=master)](https://app.travis-ci.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/JeremyCCHsu/Python-Wrapper-for-World-Vocoder?svg=true)](https://ci.appveyor.com/project/JeremyCCHsu/python-wrapper-for-world-vocoder) | - - - - -WORLD Vocoder is a fast and high-quality vocoder -which parameterizes speech into three components: - - 1. `f0`: Pitch contour - 2. `sp`: Harmonic spectral envelope - 3. `ap`: Aperiodic spectral envelope (relative to the harmonic spectral envelope) - -It can also (re)synthesize speech using these features (see examples below). - -For more information, please visit Dr. Morise's [WORLD repository](https://github.com/mmorise/World) -and the [official website of WORLD Vocoder](http://ml.cs.yamanashi.ac.jp/world/english) - - -## APIs - -### Vocoder Functions -```python -import pyworld as pw -_f0, t = pw.dio(x, fs) # raw pitch extractor -f0 = pw.stonemask(x, _f0, t, fs) # pitch refinement -sp = pw.cheaptrick(x, f0, t, fs) # extract smoothed spectrogram -ap = pw.d4c(x, f0, t, fs) # extract aperiodicity - -y = pw.synthesize(f0, sp, ap, fs) # synthesize an utterance using the parameters -``` - - -### Utility -```python -# Convert speech into features (using default arguments) -f0, sp, ap = pw.wav2world(x, fs) -``` -
- -You can change the default arguments of the function, too. -See more info using `help`. - - -## Installation - -### Using Pip -`pip install pyworld` -
- -### Building from Source -```bash -git clone https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder.git -cd Python-Wrapper-for-World-Vocoder -git submodule update --init -pip install -U pip -pip install -r requirements.txt -pip install . -``` -It will automatically `git clone` Morise's World Vocoder (C++ version).
-(It seems to me that using `virtualenv` or `conda` is the best practice.)
-
- -### Installation Validation -You can validate installation by running -```bash -cd demo -python demo.py -``` -to see if you get results in `test/` direcotry. -(Please avoid writing and executing codes in the `Python-Wrapper-for-World-Vocoder` folder for now.)
- -### Environment/Dependencies -- Operating systems - - Linux Ubuntu 14.04+ - - Windows (thanks to [wuaalb](https://github.com/wuaalb)) - - WSL -- Python - - 3.7+ - -You can install dependencies these by `pip install -r requirements.txt` - - - -## Notice -- WORLD vocoder is designed for speech sampled ≥ 16 kHz. - Applying WORLD to 8 kHz speech will fail. - See a possible workaround [here](https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder/issues/54). -- When the SNR is low, extracting pitch using `harvest` instead of `dio` - is a better option. - - -## Troubleshooting -1. Upgrade your Cython version to 0.24.
- (I failed to build it on Cython 0.20.1post0)
- It'll require you to download Cython form http://cython.org/
- Unzip it, and `python setup.py install` it.
- (I tried `pip install Cython` but the upgrade didn't seem correct)
- (Again, add `--user` if you don't have root access.) -2. Upon executing `demo/demo.py`, the following code might be needed in some environments (e.g. when you're working on a remote Linux server):
- - ```python - import matplotlib - matplotlib.use('Agg') - ``` -3. If you encounter `library not found: sndfile` error upon executing `demo.py`, - you might have to install it by `apt-get install libsoundfile1`. - You can also replace `pysoundfile` with `scipy` or `librosa`, but some modification is needed: - - librosa: - - load(fiilename, dtype=np.float64) - - output.write_wav(filename, wav, fs) - - remember to pass `dtype` argument to ensure that the method gives you a `double`. - - scipy: - - You'll have to write a customized utility function based on the following methods - - scipy.io.wavfile.read (but this gives you `short`) - - scipy.io.wavfile.write - -4. If you have installation issue on Windows, I probably could not provide - much help because my development environment is Ubuntu - and Windows Subsystem for Linux ([read this if you are interested in installing it](https://github.com/JeremyCCHsu/wsl)). - - -### Other Installation Suggestions -1. Use `pip install .` is safer and you can easily uninstall pyworld by `pip uninstall pyworld` - - For Mac users: You might need to do `MACOSX_DEPLOYMENT_TARGET=10.9 pip install .` See [issue](https://github.com/SeanNaren/warp-ctc/issues/129#issuecomment-502349652). -2. Another way to install pyworld is via
- `python setup.py install`
- - Add `--user` if you don't have root access
- - Add `--record install.txt` to track the installation dir
-3. If you just want to try out some experiments, execute
- `python setup.py build_ext --inplace`
- Then you can use PyWorld from this directory.
- You can also copy the resulting **pyworld.so** (pyworld.{arch}.pyd on Windows) file to - `~/.local/lib/python2.7/site-packages` (or corresponding Windows directory) - so that you can use it everywhere like an installed package.
- Alternatively you can copy/symlink the compiled files using pip, e.g. `pip install -e .` - - - -## Acknowledgement -Thank all contributors ([tats-u](https://github.com/tats-u), [wuaalb](https://github.com/wuaalb), [r9y9](https://github.com/r9y9), [rikrd](https://github.com/rikrd), [kudan2510](https://github.com/kundan2510)) for making this repo better and [sotelo](https://github.com/sotelo) whose [world.py](https://github.com/sotelo/world.py) inspired this repo.
diff --git a/linux-cpu/pyworld-0.3.4.dist-info/RECORD b/linux-cpu/pyworld-0.3.4.dist-info/RECORD deleted file mode 100644 index 747bb03ff7c1afe7efdd057f98cf864b2dc9a789..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld-0.3.4.dist-info/RECORD +++ /dev/null @@ -1,10 +0,0 @@ -pyworld-0.3.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 -pyworld-0.3.4.dist-info/LICENSE,sha256=cFBmRi3hhib6GYhPK4c1RlO8dKwTliky2hhX9gZzmxU,1073 -pyworld-0.3.4.dist-info/METADATA,sha256=Bw7fEIR6Cq8K2mfmZt71h3yEqKE1XRWqtLC5waYeexY,6259 -pyworld-0.3.4.dist-info/RECORD,, -pyworld-0.3.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 -pyworld-0.3.4.dist-info/WHEEL,sha256=fIsFnrmiYoqUaoo3-7_V2WbzMX1uS5gUjuUAPxBpV7o,105 -pyworld-0.3.4.dist-info/top_level.txt,sha256=MDkLueqB15qTe2IIqWMk46KLVuAZKpdQm_ImhE6Cr0s,8 -pyworld/__init__.py,sha256=m6aJGqXnx0ZRiIWMwnSSddHQTkXrGdYtscbIm26s2cs,592 -pyworld/__pycache__/__init__.cpython-311.pyc,, -pyworld/pyworld.cpython-311-x86_64-linux-gnu.so,sha256=hkIuwniDUPkfpuOZHnUkWsTh4TFaDC066FY4IA728A4,3660800 diff --git a/linux-cpu/pyworld-0.3.4.dist-info/REQUESTED b/linux-cpu/pyworld-0.3.4.dist-info/REQUESTED deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/pyworld-0.3.4.dist-info/WHEEL b/linux-cpu/pyworld-0.3.4.dist-info/WHEEL deleted file mode 100644 index aef0bcb58edb6637c37c45b743d5802c06b622bd..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld-0.3.4.dist-info/WHEEL +++ /dev/null @@ -1,5 +0,0 @@ -Wheel-Version: 1.0 -Generator: bdist_wheel (0.43.0) -Root-Is-Purelib: false -Tag: cp311-cp311-linux_x86_64 - diff --git a/linux-cpu/pyworld-0.3.4.dist-info/top_level.txt b/linux-cpu/pyworld-0.3.4.dist-info/top_level.txt deleted file mode 100644 index 1292be9627ba01f00fac6adadde06515d6633bd2..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld-0.3.4.dist-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -pyworld diff --git a/linux-cpu/pyworld/pyworld.cpython-311-x86_64-linux-gnu.so b/linux-cpu/pyworld/pyworld.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index d4de98c51fb03f79824ead8adc2ef82111a77f95..0000000000000000000000000000000000000000 --- a/linux-cpu/pyworld/pyworld.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86422ec2788350f91fa6e3991e75245ac4e1e1315a0c2d3ae85638200ef6f00e -size 3660800 diff --git a/linux-cpu/run b/linux-cpu/run deleted file mode 100644 index 4b62de27798f77262d14428ab3ab338a38d3b068..0000000000000000000000000000000000000000 --- a/linux-cpu/run +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c43cdfaa8fc90efa553c74189aceddef86b112be9929fcaaf1e33ce60c79a6c9 -size 6131008 diff --git a/linux-cpu/soxr/cysoxr.cpython-311-x86_64-linux-gnu.so b/linux-cpu/soxr/cysoxr.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index 4adad0818cb0168ff683eb9587d871191edae7c9..0000000000000000000000000000000000000000 --- a/linux-cpu/soxr/cysoxr.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582785173015cb285c75295a3b0a4938ac0d7e93ae0eed11e9d88354a8ff5c10 -size 3912456 diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3055.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3055.png deleted file mode 100644 index 6580ab336a17a034041960a9c38b704b063880f7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3055.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3056.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3056.png deleted file mode 100644 index 5ddf21f93a306b40f7c70cb2843bfaa7c6e567aa..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3056.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3057.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3057.png deleted file mode 100644 index f71b3401a756db44ae559be7fffdd222ca5245d7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/3057.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/55.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/55.png deleted file mode 100644 index 6580ab336a17a034041960a9c38b704b063880f7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/55.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/56.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/56.png deleted file mode 100644 index 5ddf21f93a306b40f7c70cb2843bfaa7c6e567aa..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/56.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/57.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/57.png deleted file mode 100644 index f71b3401a756db44ae559be7fffdd222ca5245d7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/icons/57.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/metas.json b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/policy.md b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/policy.md deleted file mode 100644 index d0b9cc9b80e24942f59fc4ba7cd03eca9ef8ee90..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -猫使アルの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:猫使アル」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://nekotukarb.wixsite.com/nekonohako/利用規約 diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/portrait.png b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/portrait.png deleted file mode 100644 index a3384138b4a2502c2ec0510895100083c189b571..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_001.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_001.wav deleted file mode 100644 index 4659b92762f96b9300a255a5a5bf6973b0b585ef..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c83f8f672bb006c2aa8cbb25de1a3e9afafa17dfeba7bff6231d738c121f7f01 -size 1286444 diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_002.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_002.wav deleted file mode 100644 index 97eb2c96749f94bdef98766a6431452aec5a13b2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_003.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_003.wav deleted file mode 100644 index d185263036edc9890cb348d9791bd80bf251d031..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3055_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_001.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_001.wav deleted file mode 100644 index 2e6db17ff171e815d7eb24743e5968e05d939f6c..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5f47b901895568cfb41169f3e83eeb0be4359eb173fa04d7961dc8b3d880225 -size 1286444 diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_002.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_002.wav deleted file mode 100644 index 765faabe4cf94dc015281b9dad3d6978a4e931ea..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_003.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_003.wav deleted file mode 100644 index 7c5044c26f85f94662ad3de360e2842e817a4176..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3056_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_001.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_001.wav deleted file mode 100644 index 91a00f8835cff9d8eb2c4cad074a73ae8a48f83d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b267dd2627f0999b975eac9ad7b0dd4c83bcc2625b0506dde26c3fed62d8c85a -size 1286444 diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_002.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_002.wav deleted file mode 100644 index 9cea0e403c8f24b662f1136080c447ead7ea8e07..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_003.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_003.wav deleted file mode 100644 index c67ab37ce0023467a9289bbaf8b58e894d83b16d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/3057_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_001.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_001.wav deleted file mode 100644 index 76d5e3d77527b7af00fa2919a817826efb968356..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_002.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_002.wav deleted file mode 100644 index fa22921522700f854be56381874485b6928ab4af..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_003.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_003.wav deleted file mode 100644 index 142d5848513b49dc2bec85e04224be7c9cb08422..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/55_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_001.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_001.wav deleted file mode 100644 index 04e5b375cd9ab94ed2a614429475bcf2d2adbad5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_002.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_002.wav deleted file mode 100644 index 9e88f5b4ab925155e656bab00f74547d752a008d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_003.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_003.wav deleted file mode 100644 index a0a9689f6d29e884c91a306f38793af420c33b32..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/56_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_001.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_001.wav deleted file mode 100644 index 4de094f39f8382aabb203a125424eaddea82ab56..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_002.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_002.wav deleted file mode 100644 index 689c7f990886583c09b694195ae5de1a98548726..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_003.wav b/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_003.wav deleted file mode 100644 index 00e1ad220a0ec4541e25666b0ed6ac9c3434b016..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/00a5c10c-d3bd-459f-83fd-43180b521a44/voice_samples/57_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/29.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/29.png deleted file mode 100644 index 091db678b61537e0b4c7505a45bc52909c4fffa5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/29.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/30.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/30.png deleted file mode 100644 index 396bcf50385642981bb71d2f790e392a4175d90a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/30.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3029.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3029.png deleted file mode 100644 index 091db678b61537e0b4c7505a45bc52909c4fffa5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3029.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3030.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3030.png deleted file mode 100644 index 396bcf50385642981bb71d2f790e392a4175d90a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3030.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3031.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3031.png deleted file mode 100644 index 20634ab1b121e1a06c74bc2c77644f0d157ce81c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/3031.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/31.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/31.png deleted file mode 100644 index 20634ab1b121e1a06c74bc2c77644f0d157ce81c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/icons/31.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/metas.json b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/policy.md b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/policy.md deleted file mode 100644 index 34f02e1717c9c3e2442e2121da02a0e0243512a6..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/policy.md +++ /dev/null @@ -1,6 +0,0 @@ -個人がNo.7の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:No.7」とクレジットを記載すれば、非商用(同人利用や配信による収入はOK)で利用可能です。 -その他商用利用の場合は、「[No.7製作委員会](https://voiceseven.com/)」に対し事前確認を取る必要があります。 - -利用規約の詳細は以下をご確認ください。 -https://voiceseven.com/#j0200 diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/portrait.png b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/portrait.png deleted file mode 100644 index a293fb69ae31e4b714725397f17b05741fd9cdbc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_001.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_001.wav deleted file mode 100644 index a72e619a2fbb57d2e0ab976012200e9f278bb721..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_002.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_002.wav deleted file mode 100644 index 11a8af776cc58a14a5cf266a4aa07016e91f1abb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_003.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_003.wav deleted file mode 100644 index f1d2628b2d81b812dce39f0d701dd5f3277f5acb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/29_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_001.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_001.wav deleted file mode 100644 index 602cada6b3d6b9b596000eecb9df325f6572939a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b50f957a0218cb773e04b572819439faeed3c08cdfd3992b6df34c4c7525a99 -size 1286478 diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_002.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_002.wav deleted file mode 100644 index 885f2000fd42bf872cbdfc6f4c1c8759bc2351e9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_003.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_003.wav deleted file mode 100644 index 02fd7658df63e99305d3468e454b1fbab6a7335d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3029_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_001.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_001.wav deleted file mode 100644 index 9c454d98c6def82a83c0625b0fbe1a7dd42ccb23..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a196d2c6b8169cc5077fcaaa7c3d524f48d3556d9838869011ebcb0425df7947 -size 1286478 diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_002.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_002.wav deleted file mode 100644 index 9bfade571fa1fa400810e96617d017b7e405f6a9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_003.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_003.wav deleted file mode 100644 index c1d823b324c2674b25ccd9794a7014557d36db79..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3030_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_001.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_001.wav deleted file mode 100644 index 55995f32cf6ea27235f55af8be18d9d3d383b6ac..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5a41018d8263a8b3b8d828e934722986a6eded925b7d59f8e6373a0f463b04f -size 1286478 diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_002.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_002.wav deleted file mode 100644 index a087de811f4a10a8ab3b9428d0e5e985dc3e3be0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_003.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_003.wav deleted file mode 100644 index 96697b1757e7d102908456ac4d54f9f40225fd9e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/3031_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_001.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_001.wav deleted file mode 100644 index 50f02f4ae3d67972c5a86f3fb833b76e22fae0e2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_002.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_002.wav deleted file mode 100644 index f48e840dba4ce2ddaab1c0bd387c07777af9cbd0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_003.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_003.wav deleted file mode 100644 index 31850e62acce3fe8ea195c4d62f504a7cf445c75..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/30_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_001.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_001.wav deleted file mode 100644 index 94242b8ca2b0b0a62174c78d967a4765ad0a836a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_002.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_002.wav deleted file mode 100644 index 23e0fcd97f5b0e37ecbb9ad3c996080c29b02de0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_003.wav b/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_003.wav deleted file mode 100644 index 757437d1d609110151158ec091027a9261e84d92..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/044830d2-f23b-44d6-ac0d-b5d733caa900/voice_samples/31_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/icons/3067.png b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/icons/3067.png deleted file mode 100644 index 92936b97016d26cd5717d043237069aec8b7b363..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/icons/3067.png and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/icons/67.png b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/icons/67.png deleted file mode 100644 index 92936b97016d26cd5717d043237069aec8b7b363..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/icons/67.png and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/metas.json b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/policy.md b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/policy.md deleted file mode 100644 index 7b732edda4203056688e524e425d1d99b72516e2..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -栗田まろんの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:栗田まろん」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://aivoice.jp/character/maron/ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/portrait.png b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/portrait.png deleted file mode 100644 index 45e375b543bf39a5f24f5bcda4c31a19f027841d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_001.wav b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_001.wav deleted file mode 100644 index 946cca981a133aa82e527d03bf5d15363154c3b2..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246be6fd614563108f9f224cad4b0e60c84253d75fa92e91ad7ed36cc1b7f1ac -size 1286444 diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_002.wav b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_002.wav deleted file mode 100644 index cc8bfdafe8cadfe44d94ca64e21cb63121b188dd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_003.wav b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_003.wav deleted file mode 100644 index 8c5862a0bbdb256416030f8ae26e9fd8d1dd22c4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/3067_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_001.wav b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_001.wav deleted file mode 100644 index 93e6ea0cabc9ffe2343d6c3c89d5a57650d417b1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_002.wav b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_002.wav deleted file mode 100644 index 5b7f2e40f5d7f07f6a48977b781a3bfe4f2b1fbd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_003.wav b/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_003.wav deleted file mode 100644 index 482ca5cb7e6b8b60ea9f6b24200c8c272b655df1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/04dbd989-32d0-40b4-9e71-17c920f2a8a9/voice_samples/67_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3043.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3043.png deleted file mode 100644 index b4d4487bf5cef9f741f11123f92fe92848665361..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3043.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3044.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3044.png deleted file mode 100644 index f9bbeec1e228feca197106820703ac75bbaa3f4a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3044.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3045.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3045.png deleted file mode 100644 index 1694d6f0a09ee04198c3fa93aba5d210ec7d4138..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/3045.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/43.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/43.png deleted file mode 100644 index b4d4487bf5cef9f741f11123f92fe92848665361..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/43.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/44.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/44.png deleted file mode 100644 index f9bbeec1e228feca197106820703ac75bbaa3f4a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/44.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/45.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/45.png deleted file mode 100644 index 1694d6f0a09ee04198c3fa93aba5d210ec7d4138..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/icons/45.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/metas.json b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/policy.md b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/policy.md deleted file mode 100644 index d81956a4c087f2865ac6dc349b158d7cc6a7cef4..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -櫻歌ミコの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:櫻歌ミコ」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://voicevox35miko.studio.site/rule diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portrait.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portrait.png deleted file mode 100644 index 4c20f79a2577a4022e65dcacc3c432614be0d963..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portraits/3044.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portraits/3044.png deleted file mode 100644 index ce9a96c097252e5f965ff7fc15d231cf6c66aa4a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portraits/3044.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portraits/44.png b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portraits/44.png deleted file mode 100644 index ce9a96c097252e5f965ff7fc15d231cf6c66aa4a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/portraits/44.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_001.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_001.wav deleted file mode 100644 index 2463fca78c6e696370b89e607c4c4d4161b5eab8..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ab5e57d70dacafed3951d2a012d8e4bc1ec3a4ae8e255cf056ddf2658bd8353 -size 1286478 diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_002.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_002.wav deleted file mode 100644 index d6cf707f3540951f047df4a68a4e05901d7dba50..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_003.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_003.wav deleted file mode 100644 index 6d4d3e41f39d9953a027846b19617dbbb0ffd57e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3043_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_001.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_001.wav deleted file mode 100644 index 51ca7d9d7a7c647dc27c0e02c365f119f5c1ef77..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5192dad3c53b1941fc22f484014d75f544d3f8785fea5251f2ba0acffb7ff9b5 -size 1286478 diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_002.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_002.wav deleted file mode 100644 index d4403e9c12356ee3f6f2ef678d48fc51aa89d5ae..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_003.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_003.wav deleted file mode 100644 index 66667d6a80c8cb554dc46b7a87225dddafe15451..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3044_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_001.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_001.wav deleted file mode 100644 index 997dc9c005a9565a8698dd457b890d348d93d38e..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30209cf15134d7d1e4dcb10f14a455c0e92714cd8b4e3d98a8d5ebefd8346b48 -size 1286478 diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_002.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_002.wav deleted file mode 100644 index 6345fc3e65121489732c94d42b12a3343465cd4e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_003.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_003.wav deleted file mode 100644 index 6a905c45256e24e86c5be2b5dcd0d8dc64353345..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/3045_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_001.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_001.wav deleted file mode 100644 index 5ad3a3519d9f61fe84d1e33b25bc37de0ced1c94..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_002.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_002.wav deleted file mode 100644 index 2568c1614a3942b8ebe44c2e63bb90e536981545..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_003.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_003.wav deleted file mode 100644 index 7f63e26f7d2e24c0632790ac6b99492d9fdcb9b7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/43_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_001.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_001.wav deleted file mode 100644 index 8af51f987959ec1332f9cdabc19d6f8b8035ca55..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_002.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_002.wav deleted file mode 100644 index 546e779c887347d3298a33c4f1ac91d96307dff8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_003.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_003.wav deleted file mode 100644 index 58f6caca5237a821d57849bf3280ceb53c59f392..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/44_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_001.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_001.wav deleted file mode 100644 index 213775c31254a5d2aff8ae0c223f2227ea45c0ee..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_002.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_002.wav deleted file mode 100644 index 08726314b6a54f0a1eab6fc5ddd146a9968ba15d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_003.wav b/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_003.wav deleted file mode 100644 index ebdb1347be62c34df8f2a1db255c1c974947e7e3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0693554c-338e-4790-8982-b9c6d476dc69/voice_samples/45_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/icons/3052.png b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/icons/3052.png deleted file mode 100644 index aafd39ffd4253af1c17ee7c3884d4b9ba77c8a9d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/icons/3052.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/icons/52.png b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/icons/52.png deleted file mode 100644 index aafd39ffd4253af1c17ee7c3884d4b9ba77c8a9d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/icons/52.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/metas.json b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/policy.md b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/policy.md deleted file mode 100644 index 1cc44aef1f47ad484b644102f0efdf55f62644f3..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -雀松朱司の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:雀松朱司」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://virvoxproject.wixsite.com/official/voicevoxの利用規約 diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/portrait.png b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/portrait.png deleted file mode 100644 index 5803aea65aab87de66b9e5302614fcb14c51c295..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_001.wav b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_001.wav deleted file mode 100644 index 860d34d5bb3e895cb96a9d8095411981ab177044..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e4bb443b1dbbbe92a2e91c21f626f6da108e86a0b3917bae58417362e6f42ba -size 1286444 diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_002.wav b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_002.wav deleted file mode 100644 index dc5ce8d233d564ed3807bf35538f68d16c081e8b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_003.wav b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_003.wav deleted file mode 100644 index aa6b9d2dfe63258dfe5c1d450965a7462b03a20c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/3052_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_001.wav b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_001.wav deleted file mode 100644 index 2aa9efc88dc93a682a731ad23e6aee658aab8235..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_002.wav b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_002.wav deleted file mode 100644 index b4c88015e87689a78f0c18c9527ead092592db33..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_003.wav b/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_003.wav deleted file mode 100644 index df30eded19c6219d447f2ed99f92992c13c9a8f2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0acebdee-a4a5-4e12-a695-e19609728e30/voice_samples/52_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/27.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/27.png deleted file mode 100644 index 89832dd8f5a5f2af614148c980455e78277ba5db..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/27.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/28.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/28.png deleted file mode 100644 index fc33be1f9fdaf3d2d4b96e470ba53da704a167e7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/28.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/3027.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/3027.png deleted file mode 100644 index 89832dd8f5a5f2af614148c980455e78277ba5db..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/3027.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/3028.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/3028.png deleted file mode 100644 index fc33be1f9fdaf3d2d4b96e470ba53da704a167e7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/3028.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/87.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/87.png deleted file mode 100644 index fa40da9d5ab3f311dc42bcb8bcc308462ff3a408..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/87.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/88.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/88.png deleted file mode 100644 index 267dde0c069324ffec6ca757ac710619ad04fba2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/icons/88.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/metas.json b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/policy.md b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/policy.md deleted file mode 100644 index cef65a632de5ca220f1142c546b6f2fe93b58ad5..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/policy.md +++ /dev/null @@ -1,6 +0,0 @@ -個人が後鬼の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:後鬼」とクレジットを記載すれば、商用・非商用で利用可能です。 -ただし企業が携わる形で利用する場合は、「[【鬼っ子ハンターついなちゃん】プロジェクト](https://ついなちゃん.com/mail/)」に対し事前確認を取る必要があります。 - -利用規約の詳細は以下をご確認ください。 -https://ついなちゃん.com/voicevox_terms/ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portrait.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portrait.png deleted file mode 100644 index e101df610d8fa7ddc996828b8bd5dc4ace7c60eb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portraits/87.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portraits/87.png deleted file mode 100644 index 4123d8e227e6501701b5d570045a3050702cb55c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portraits/87.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portraits/88.png b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portraits/88.png deleted file mode 100644 index 41ccb75d9a84912017756ea4e264a8c4720b3294..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/portraits/88.png and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_001.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_001.wav deleted file mode 100644 index 467b190b56bd27e3743042bed6fcc9aee6234b82..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_002.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_002.wav deleted file mode 100644 index af17d9ce801f7027e9f02d1785890e4f02ff75e5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_003.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_003.wav deleted file mode 100644 index feaeac444d7d01c7095b44b67b3496943f9ae4bf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/27_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_001.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_001.wav deleted file mode 100644 index 418ef2eef33924b6e013a1ad78652a08353ffd5c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_002.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_002.wav deleted file mode 100644 index 5823a390554eee29af54903649f751ccb70e6fbd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_003.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_003.wav deleted file mode 100644 index 470f3eac28aa1ce84143635367f5cef946ca301d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/28_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_001.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_001.wav deleted file mode 100644 index dbb2aa1d0a51a0d6c0ac9f7c071e7086233fcaaa..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f2cdfc6695c78aca2eec9fc92802b246a4ed51e120c667b9cb429afaf526194 -size 1286478 diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_002.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_002.wav deleted file mode 100644 index f4b49ce75435eb7f86a9e31009fee163c5345d66..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_003.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_003.wav deleted file mode 100644 index da831ae56dd59afb660f355552e245c24af7764f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3027_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_001.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_001.wav deleted file mode 100644 index f2708432068f73ffba8806245063af230e23ffd5..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:189ffc0eb61fecca2bb0d59b20a19f17ca8ce19def3c0bd3afdc21f3dee55177 -size 1286478 diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_002.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_002.wav deleted file mode 100644 index b3a5377e79bb00f2760b5396a752790cdfe92f68..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_003.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_003.wav deleted file mode 100644 index 4e34a524d2d8f04460e187aac5afd41d7a034dab..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/3028_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_001.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_001.wav deleted file mode 100644 index 7b51c0ced92da82038646b4ccc895e60c14f145b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_002.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_002.wav deleted file mode 100644 index e2b846dcdde4573b22c19220649d02ba4190b5b0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_003.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_003.wav deleted file mode 100644 index 6023c377d0535fc6f2a26ea794b012742faec251..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/87_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_001.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_001.wav deleted file mode 100644 index ff0ae06f02d12afb3a782d9f9e0f63220749d6cf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_002.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_002.wav deleted file mode 100644 index 77b390179066a792931ad19f0fe2a956465f0462..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_003.wav b/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_003.wav deleted file mode 100644 index ef4e540ede892d80992875c400dfb87beca871f4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/0f56c2f2-644c-49c9-8989-94e11f7129d0/voice_samples/88_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/icons/21.png b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/icons/21.png deleted file mode 100644 index 3fbc95dab5971a6f13752607183263f247fae2ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/icons/21.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/icons/3021.png b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/icons/3021.png deleted file mode 100644 index 3fbc95dab5971a6f13752607183263f247fae2ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/icons/3021.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/metas.json b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/policy.md b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/policy.md deleted file mode 100644 index 710fcb52c0778c85f03c40e79f0c480fd2be1af2..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -剣崎雌雄の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:剣崎雌雄」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://frontier.creatia.cc/fanclubs/413/posts/4507 diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/portrait.png b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/portrait.png deleted file mode 100644 index 8bd6431a8fced8a18d3ee0af41923270e82cd11f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_001.wav b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_001.wav deleted file mode 100644 index 059dcff4c93d544a4f51b59d028a7078715a573b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_002.wav b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_002.wav deleted file mode 100644 index be5a3826ddeadcac103c60f9a8a4457d6f59a673..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_003.wav b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_003.wav deleted file mode 100644 index 950f1c3c5e35a0ac40c10a233c29ee5f05b5ab53..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/21_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_001.wav b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_001.wav deleted file mode 100644 index 0b17652f1e13b15302628b2be347879f9661e07e..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0315d0784be293bd74f7e92d621f0bb827c26a6905aa4b88de07fb6c5855ee1 -size 1286444 diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_002.wav b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_002.wav deleted file mode 100644 index 3c925f62b3f30700c0e1c9c7bbf5bc270400ded6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_003.wav b/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_003.wav deleted file mode 100644 index c4ecab8eae0754db7cee60680f03249575449123..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1a17ca16-7ee5-4ea5-b191-2f02ace24d21/voice_samples/3021_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3061.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3061.png deleted file mode 100644 index b86dd872aa0148fe9abe5e474f8527c05fa34cec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3061.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3062.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3062.png deleted file mode 100644 index 89ff68a4ee6939409e70a984827a1d7dd72780d6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3062.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3063.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3063.png deleted file mode 100644 index a5b72b67aa4ebf3653f23f3e9052edc7092a7f3c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3063.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3064.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3064.png deleted file mode 100644 index dfffa6cf30f8715aa50d71a791da57ac88af7fde..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/3064.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/61.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/61.png deleted file mode 100644 index b86dd872aa0148fe9abe5e474f8527c05fa34cec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/61.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/62.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/62.png deleted file mode 100644 index 89ff68a4ee6939409e70a984827a1d7dd72780d6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/62.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/63.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/63.png deleted file mode 100644 index a5b72b67aa4ebf3653f23f3e9052edc7092a7f3c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/63.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/64.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/64.png deleted file mode 100644 index dfffa6cf30f8715aa50d71a791da57ac88af7fde..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/icons/64.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/metas.json b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/metas.json deleted file mode 100644 index 2f3f0a8dc939e0845148f37b79cc981b0de38cda..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "SELF_ONLY" - } -} diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/policy.md b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/policy.md deleted file mode 100644 index a4aff186002c75760e0a621ad6b6e1e5b66a9c44..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -中国うさぎの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:中国うさぎ」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://zunko.jp/con_ongen_kiyaku.html diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portrait.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portrait.png deleted file mode 100644 index 04a7e084d3af51a7c7229e28a1b59adc44852f4a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3061.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3061.png deleted file mode 100644 index 6329cfa446a96ed40adc090befb62970da1025ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3061.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3062.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3062.png deleted file mode 100644 index 6329cfa446a96ed40adc090befb62970da1025ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3062.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3063.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3063.png deleted file mode 100644 index 6329cfa446a96ed40adc090befb62970da1025ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3063.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3064.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3064.png deleted file mode 100644 index 6329cfa446a96ed40adc090befb62970da1025ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/3064.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/62.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/62.png deleted file mode 100644 index 943b8f58975386207566b4be3c825006eb2e67c3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/62.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/63.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/63.png deleted file mode 100644 index 538a61783853cf8f6077bdaef7429d499b039ad0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/63.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/64.png b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/64.png deleted file mode 100644 index b024461bdf9e41dfe597510987fdf1dcb77da955..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/portraits/64.png and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_001.wav deleted file mode 100644 index ab23ee568baaf931f7bf203837fe063d90b34854..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe09682f533d99dce0945eb305b0845362f8aeaae9e44d4ebf0b3f4c17616029 -size 1286444 diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_002.wav deleted file mode 100644 index f80254ce9589da08afd65f96cbd1bb9cfa76057f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_003.wav deleted file mode 100644 index 5626de3ab85736d65270652fe44dcfad6397bad2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3061_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_001.wav deleted file mode 100644 index d35602a32664740df7d9ad7388c1a06ca6ec4aea..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7de5304b8468ef3fd4973d148c8ee0da30968f4868a4de93207ba1b2c29b40e -size 1286444 diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_002.wav deleted file mode 100644 index 7573a6881d6827581719c4e4925930a36c08d03f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_003.wav deleted file mode 100644 index 52a6821325af8e4ec92f4aae2e7ab1c6e0380469..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3062_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_001.wav deleted file mode 100644 index 1ecdc5e91d3b1349127647c91bdffe5ebe21e58a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dae6057fb2804007f328c29f9f5fe5eb8f19b80ef9693181d4f84e08241f4554 -size 1286444 diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_002.wav deleted file mode 100644 index 15b8e6c68801c8a7e0c3b68fb321f117065fa353..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_003.wav deleted file mode 100644 index 903e59a21cc6664b6d1ae3ae8e0c0b3061eacbd3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3063_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_001.wav deleted file mode 100644 index 7080a67c29ac64cc88111f1a0a7c165b1269485a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5eaa09bdc39327a05fd82044ea7d879827e3a1367e1165dd42766d80a20303e -size 1286444 diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_002.wav deleted file mode 100644 index 3607a3ad9297bf4db5416be77136441ee5688a76..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_003.wav deleted file mode 100644 index 6e7b8946f541f3a779e0d8941492d96941bd6e33..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/3064_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_001.wav deleted file mode 100644 index 5f56791ec33a8b17990d42a0984d31e1d29e9c39..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_002.wav deleted file mode 100644 index 43dbcfeca50d24df3079bba380b5d139be2fa6a4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_003.wav deleted file mode 100644 index 5a74a6b58e5185e0d312f94a1f16fe553ec76cf6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/61_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_001.wav deleted file mode 100644 index 4299995466976f6d6426b8200cf766c471904d1f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_002.wav deleted file mode 100644 index d33a36dcf18572f51109208b369d9cf62901ca4f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_003.wav deleted file mode 100644 index fabbd05f632a92709ba40731821a27be8e46ab0d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/62_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_001.wav deleted file mode 100644 index bc992b4fcfa50bc1139acdd5990f720c4816728e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_002.wav deleted file mode 100644 index 7d076da14bcff107babc800050645d2292081bfc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_003.wav deleted file mode 100644 index 8b24627fc664e10d8cda6b7d51e71724886f6f7f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/63_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_001.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_001.wav deleted file mode 100644 index 815eea7ce64273941c6da5064f2d40aec4e3acdc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_002.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_002.wav deleted file mode 100644 index dfbd3402e21967714482e0fa671015003cfb9ba0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_003.wav b/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_003.wav deleted file mode 100644 index 3f7ccc0864d1c8d4ef184e93024c3e1dfd3ee656..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/1f18ffc3-47ea-4ce0-9829-0576d03a7ec8/voice_samples/64_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3069.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3069.png deleted file mode 100644 index a6c61a1840940a68f5ab2a827b41e20dec248849..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3069.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3070.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3070.png deleted file mode 100644 index a6c61a1840940a68f5ab2a827b41e20dec248849..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3070.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3071.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3071.png deleted file mode 100644 index d2ebd8c2a002d0bce2bf768e40d2c5681739e9fd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3071.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3072.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3072.png deleted file mode 100644 index d2ebd8c2a002d0bce2bf768e40d2c5681739e9fd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3072.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3073.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3073.png deleted file mode 100644 index 41415453cad6e62d99783f84f0a775ff8611ff8a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/3073.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/69.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/69.png deleted file mode 100644 index a6c61a1840940a68f5ab2a827b41e20dec248849..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/69.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/70.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/70.png deleted file mode 100644 index a6c61a1840940a68f5ab2a827b41e20dec248849..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/70.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/71.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/71.png deleted file mode 100644 index d2ebd8c2a002d0bce2bf768e40d2c5681739e9fd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/71.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/72.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/72.png deleted file mode 100644 index d2ebd8c2a002d0bce2bf768e40d2c5681739e9fd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/72.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/73.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/73.png deleted file mode 100644 index 41415453cad6e62d99783f84f0a775ff8611ff8a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/icons/73.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/metas.json b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/policy.md b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/policy.md deleted file mode 100644 index 8c0bb133c7e83572106abaad149a38fd541727e7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -満別花丸の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:満別花丸」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://100hanamaru.wixsite.com/manbetsu-hanamaru/rule diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portrait.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portrait.png deleted file mode 100644 index 4faaf6c4ed48bcf8d28c3a371cfbc3e4b9aecdec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/70.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/70.png deleted file mode 100644 index f11d7c13dea1507b6e6277804b1fbfe045df163a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/70.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/71.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/71.png deleted file mode 100644 index 835d733d9a485a685e541333fc885d4910195a5c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/71.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/72.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/72.png deleted file mode 100644 index 0ee0aa29726031873fb5a11b9f2483b102ef5fa8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/72.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/73.png b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/73.png deleted file mode 100644 index 5aa6bebda87be7e8dbdca0e7f50826a859da8b24..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/portraits/73.png and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_001.wav deleted file mode 100644 index fb5bce15186c1ae5ebe706ac23a05435e44be841..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c025d17b1568bcc0f88f08f6217bd00811f735ed4522247e0e985a60942435e5 -size 1286444 diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_002.wav deleted file mode 100644 index 3f006e93aa26bf92005d55fc960bd9c906f9e718..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_003.wav deleted file mode 100644 index 86317a680e9b550cff7d9a6c60254db6b971539a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3069_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_001.wav deleted file mode 100644 index 69f0c22cbf4b79d3fb325d6776aa5d27f4ab1728..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f5dcecd3feed04eeeb5a2a0728f54530c4b409513d9ca0980fedc6fcded57f0 -size 1286444 diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_002.wav deleted file mode 100644 index a01b4c6aa905a9d4e7d1b642578ed66f964c4e8e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_003.wav deleted file mode 100644 index 41ab327b02b46f3cf4d4eac7c6d79ca08a16a766..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3070_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_001.wav deleted file mode 100644 index d73f04d6c0eb981f6c6f37fe8fae978e79bfd1c4..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a172ca0fe951753679eb8bf1f3053fc1a916e7e74db33f6a64cf0c50b105094a -size 1286444 diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_002.wav deleted file mode 100644 index 85d029728e53c2c3fa1e18ad6eea8c0009228bae..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_003.wav deleted file mode 100644 index 1746c455aef505fe8960a51b168ffa18b6032f50..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3071_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_001.wav deleted file mode 100644 index 8e0cacba2d85d0d9cc7d6dd3c9036a5729fe52fc..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eec6a671e49f135863a24ee43a09716294791de051d83549224e399d51de9608 -size 1286444 diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_002.wav deleted file mode 100644 index 5731b66940459115275d56c7b43262ea6bd0c5af..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_003.wav deleted file mode 100644 index f3253204eae78b1a9ad342d8234aa090def62cc1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3072_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_001.wav deleted file mode 100644 index 5b9c6f586f92974bdab360e73c7f8ecf95bc2817..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb1dcab1b73ed196a8ce4c214c99e96022aa42249530a1afb157567eed54ea5c -size 1286444 diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_002.wav deleted file mode 100644 index 1a91585fb067b538ac069c002c0017fc19e0a757..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_003.wav deleted file mode 100644 index 7b219d7bbf8c5617c0006f533305299b6b425912..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/3073_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_001.wav deleted file mode 100644 index 65c85daa461e4921e1cbf50290c40da70fbee8c9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_002.wav deleted file mode 100644 index 1b5444f36fef130c1a60e067af42f2afe11e9161..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_003.wav deleted file mode 100644 index 1b1a6e214d5052eb9b0aec04a8cee81acc197bda..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/69_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_001.wav deleted file mode 100644 index 6758569f0bba0ebd25dc8080319e5e73a174dba5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_002.wav deleted file mode 100644 index ecbf0c6539db8f4391d7e2fa0b9a49f4838d8296..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_003.wav deleted file mode 100644 index 63477eefdaa52f290f5979ca6611953b75d3f6f1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/70_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_001.wav deleted file mode 100644 index 327c01384d906f694e995f1b8a5c2e3d8d8038b7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_002.wav deleted file mode 100644 index 525256687201c45fd522c0c6d1f53fa8bea02031..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_003.wav deleted file mode 100644 index b9c20b4032fa9a10cea72dce633e4056fc07e9ee..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/71_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_001.wav deleted file mode 100644 index 19c60e8a4ac39eda9eb51b125b9fe3e2782aa3fa..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_002.wav deleted file mode 100644 index b15af35efc3eeda220974a9cf8553460e4f896d0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_003.wav deleted file mode 100644 index 68b5dc4972337b295184c75990e753529ec0c582..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/72_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_001.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_001.wav deleted file mode 100644 index eec44f043858eadd84aa8fe4581facd71f7f8f60..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_002.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_002.wav deleted file mode 100644 index a087e0a425ae862be8efdfac8e21ef86b56443bc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_003.wav b/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_003.wav deleted file mode 100644 index 06c3de791ccb1efb64a136cb17e211586e5f96fd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/287aa49f-e56b-4530-a469-855776c84a8d/voice_samples/73_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/icons/10.png b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/icons/10.png deleted file mode 100644 index 7bd5c23a55b8f389c813205eb736b2de35ef2c99..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/icons/10.png and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/icons/3010.png b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/icons/3010.png deleted file mode 100644 index 7bd5c23a55b8f389c813205eb736b2de35ef2c99..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/icons/3010.png and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/metas.json b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/policy.md b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/policy.md deleted file mode 100644 index 1b52eee26a36c8ca4f98a789b595b2efd1f671b6..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -雨晴はうの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:雨晴はう」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://amehau.com/?page_id=225 diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/portrait.png b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/portrait.png deleted file mode 100644 index 779b01708c923c2dfd6630d88e37abebab87c398..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_001.wav b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_001.wav deleted file mode 100644 index 2967d6c1aaa21f1150fc448acc09c6098b854590..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_002.wav b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_002.wav deleted file mode 100644 index 0ee5b09ddee2c4a2ef117eaf5c83ca8d5d58b89a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_003.wav b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_003.wav deleted file mode 100644 index 4c327dbfd055a7a56c52ba919a7e421bb1d702ff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/10_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/3010_001.wav b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/3010_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/3010_002.wav b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/3010_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/3010_003.wav b/linux-cpu/speaker_info/3474ee95-c274-47f9-aa1a-8322163d96f1/voice_samples/3010_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/icons/3008.png b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/icons/3008.png deleted file mode 100644 index e1a60b5c86006da51b5839f6caff66a6635c4687..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/icons/3008.png and /dev/null differ diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/icons/8.png b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/icons/8.png deleted file mode 100644 index e1a60b5c86006da51b5839f6caff66a6635c4687..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/icons/8.png and /dev/null differ diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/metas.json b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/metas.json deleted file mode 100644 index b40a9e09cd4cd9d94d73e1997a620166c2dbd4fa..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": {} -} diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/policy.md b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/policy.md deleted file mode 100644 index 6e48c87950a4eb9ae407305fdfee3cd2244ffaad..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -春日部つむぎの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:春日部つむぎ」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://tsumugi-official.studio.site/rule diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/portrait.png b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/portrait.png deleted file mode 100644 index 0be92acb65cf4ebb347428b84baf23cca8011a78..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/3008_001.wav b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/3008_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/3008_002.wav b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/3008_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/3008_003.wav b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/3008_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_001.wav b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_001.wav deleted file mode 100644 index 6afbb4e3a695e2535dbbee75fb445c102cd2603f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_002.wav b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_002.wav deleted file mode 100644 index aeea8d2445485529ee02f59b20ac09860e8e6999..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_003.wav b/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_003.wav deleted file mode 100644 index 2419bd9d9e7508a89d28d666706b5637340054af..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/35b2c544-660e-401e-b503-0e14c635303a/voice_samples/8_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/1.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/1.png deleted file mode 100644 index f52c42ef83de7270fd63f5a18bdbd96ef0fe452e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/1.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/22.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/22.png deleted file mode 100644 index d570889385a91e371a5fadd9af246cc1d564e31c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/22.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3.png deleted file mode 100644 index 9324a845322313b705957d3c36a8686c0ccef661..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3001.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3001.png deleted file mode 100644 index f52c42ef83de7270fd63f5a18bdbd96ef0fe452e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3001.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3003.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3003.png deleted file mode 100644 index 9324a845322313b705957d3c36a8686c0ccef661..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3003.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3005.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3005.png deleted file mode 100644 index 6dd77d7307e34a4bbe59778788a0bb63efeb6dfe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3005.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3007.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3007.png deleted file mode 100644 index 6ffc806cc8cda06b0ee699381ff6258b964ca19b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3007.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3038.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3038.png deleted file mode 100644 index 4c43d324e119339515f0e2a814bc2bdf096c298e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3038.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3075.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3075.png deleted file mode 100644 index af518450cb67e93d3b876a5f2a20ab675cc15b12..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3075.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3076.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3076.png deleted file mode 100644 index c13162a11bab5b1c89b8a7ffea84a72d8b6f25ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/3076.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/38.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/38.png deleted file mode 100644 index 4c43d324e119339515f0e2a814bc2bdf096c298e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/38.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/5.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/5.png deleted file mode 100644 index 6dd77d7307e34a4bbe59778788a0bb63efeb6dfe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/5.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/7.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/7.png deleted file mode 100644 index 6ffc806cc8cda06b0ee699381ff6258b964ca19b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/7.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/75.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/75.png deleted file mode 100644 index af518450cb67e93d3b876a5f2a20ab675cc15b12..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/75.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/76.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/76.png deleted file mode 100644 index c13162a11bab5b1c89b8a7ffea84a72d8b6f25ec..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/icons/76.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/metas.json b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/metas.json deleted file mode 100644 index 41570a1fc2e6b3f1ca0592a92ab71daf30f342d7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "SELF_ONLY" } -} diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/policy.md b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/policy.md deleted file mode 100644 index f644b9c947945ea9edd18a2234f344140b1b411e..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -ずんだもんの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:ずんだもん」とそれぞれクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://zunko.jp/con_ongen_kiyaku.html diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portrait.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portrait.png deleted file mode 100644 index 3a2115f1476a4455f95d59c98deca6afb1c788b8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/1.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/1.png deleted file mode 100644 index 2b7ef0aef7abeaa7cd4fe663f280a020dc45c068..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/1.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/22.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/22.png deleted file mode 100644 index 4b75f7ff44f0bf4c1ccc5498cf319e502662f4e9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/22.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3001.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3001.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3001.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3003.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3003.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3003.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3005.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3005.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3005.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3007.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3007.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3007.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3038.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3038.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3038.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3075.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3075.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3075.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3076.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3076.png deleted file mode 100644 index 9b2c3d55ba84c77a67cffb215046cde832911c37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/3076.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/38.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/38.png deleted file mode 100644 index 552264ff2c341e2adebd15211d2075f24430ba37..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/38.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/5.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/5.png deleted file mode 100644 index accfe7afa64fe7f419ff35c237f6f8d50384b373..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/5.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/7.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/7.png deleted file mode 100644 index 36b8603c11fb9da9f515e44eaec24bd5678a5a5d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/7.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/75.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/75.png deleted file mode 100644 index 020432b33797aed512d1446ff2fd9b56a8a1491a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/75.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/76.png b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/76.png deleted file mode 100644 index b246b0f7eb6c4c7ba33e73d0daa150596ecb7ecf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/portraits/76.png and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_001.wav deleted file mode 100644 index 59d977cd0b71787c9f2d9335f6593dd613195c6e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_002.wav deleted file mode 100644 index dbd7cda9e0d8e108b8084db9da1626a93a330ef3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_003.wav deleted file mode 100644 index 797c566ad4adc34a720c2e8acf665235faef2941..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/1_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_001.wav deleted file mode 100644 index 7df0d2babfe52e819839574a1acf32080ffe422f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_002.wav deleted file mode 100644 index 5a1e7407646f76c6fc9a64bd22dc5cb7db86592b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_003.wav deleted file mode 100644 index edd2c5e6b7441ee41c837f9dbd2c68278e3889d8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/22_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_001.wav deleted file mode 100644 index a282e56787139d2dda56d6a7fff831192e92342c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_002.wav deleted file mode 100644 index 2a56cc0e79fffab065fbefac0f3c53989177f22c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_003.wav deleted file mode 100644 index 42caa330c183f67527480cf1c3ac94159fc1d49e..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3001_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26d31bd812d7bbe9b9b05de6cab579e313adf45361e1f4cb21a5fce1d26a5ee5 -size 1286444 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_001.wav deleted file mode 100644 index fae58a52811193b565cd5cb149d00f1787df59ca..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_002.wav deleted file mode 100644 index 520099e8df16bc58e05b678fcebc737aa3a245f5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_003.wav deleted file mode 100644 index 2969591dd6fdc15166f5da459baf317259d8e574..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3003_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cea314e7f2ec8c8db99f77ffc13708e20d97ba557cf30b2b3a339f732bf5aea4 -size 1286444 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_001.wav deleted file mode 100644 index b9bf0c0c9c1d347be38bda45d088df1169e8c5a6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_002.wav deleted file mode 100644 index f0eef99df4e6c6dde8ce6ae51184a85be9b09d10..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_003.wav deleted file mode 100644 index 218eb8dedc16429ec58ceab8d9342d14d6e72fa7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3005_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bcbf55358151b245a7b7f4f92eb4bd5e5eae33105a8faf84c633f08edfbc432 -size 1286444 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_001.wav deleted file mode 100644 index cb9463ca7d9e560819e5a8036e285237aa07e03a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa0780337544f1ec7c29793ec445c60e3e035d3abd1acf516ff5a41b642d61a8 -size 1536058 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_002.wav deleted file mode 100644 index 216f58b5951469a8e522972853e4b03f2ab2aa67..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_002.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3399da5d9c5c2fd213c530f18edc1485607cd2e6c205d3bb585aae405ce5efa0 -size 1516858 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_003.wav deleted file mode 100644 index 5877ca405b3389859cd3792f17a38841d2af9d8d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3007_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b49847e63300238ab8bf14bead2a94200d806bc5e9bb8e9930f6c4bada9ad303 -size 1286444 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_001.wav deleted file mode 100644 index ee5bdc99f569ca5e2834d6d4841c72e6999522cd..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6c2d385622bb9f6eabe54bb61fb9a1526fc9a332f6d8445ba41ba4d1907ac71 -size 1286478 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_002.wav deleted file mode 100644 index 38d31f6e208a57515e7482803f38a05611797d7b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_003.wav deleted file mode 100644 index 76de4dae520c7848fc53ec0779197086544efa31..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3038_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_001.wav deleted file mode 100644 index 76b7f56dbbce7b45eac244f966e22cc4aa325da1..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d372d6c58e9ce9cb8453ccb92f9a536c426563bdfb6b2946ded82ec6aa3cb32f -size 1286478 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_002.wav deleted file mode 100644 index 5b75bd656784bf80d9a6c691dd85e8a4deec60c9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_003.wav deleted file mode 100644 index b11addd7ff956e080c1be6d6eaab2213b7852f16..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3075_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_001.wav deleted file mode 100644 index 03f202b8e987583a8d3959979444ff5d5fe28eed..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c995ae0c913dc773cad977b7660956fb0bf5f42cabefa04910059e95b8ee64 -size 2572858 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_002.wav deleted file mode 100644 index 416b235360c0d6e43b177f5849f7f4ea0b5345e1..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_002.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd63baab3b951c16ad4a2bb13ca498e0170c8c2deb1114bd0338c8a36ffa6ab5 -size 1536058 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_003.wav deleted file mode 100644 index d6ab654c31c9cea9a65680dcacc0e40da087712a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3076_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:038a944e0a2fc1e26854ac160485bad24ea7f41916c00036b29f99920b92a5ae -size 1516858 diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_001.wav deleted file mode 100644 index 601391a7d32d45f794effdb692160b6512cab465..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_002.wav deleted file mode 100644 index 8541c865fd4beeba20a71b88f2e000784931e43c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_003.wav deleted file mode 100644 index f8f923bf8dfe0c0a98000c85f669e69723b295cc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/38_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_001.wav deleted file mode 100644 index 507acbaa6faf3d520b8b3dbe705571d51a4bf99c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_002.wav deleted file mode 100644 index e14d80bcbcde0819dcb262bf2bfc118ddd1e8cb7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_003.wav deleted file mode 100644 index 8d42657c680e14589bc8e8f90ef1c52f92959107..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/3_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_001.wav deleted file mode 100644 index c616d692a65affdff488d9aef53b34cc1b32232e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_002.wav deleted file mode 100644 index 4086db4809326bd6689cb34ef8859fb49f862499..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_003.wav deleted file mode 100644 index d3823d9fd2fcbd4c46ab3d6547cdcbeb735bccf2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/5_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_001.wav deleted file mode 100644 index b5cb4a86a8d260cb3591b56783f1a83ddc0a8a3f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_002.wav deleted file mode 100644 index e933806c01960baf3a2005f2ba5b785ffca36987..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_003.wav deleted file mode 100644 index a54e03384b145e81ecfe21ceaa9967d07f6658ff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/75_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_001.wav deleted file mode 100644 index 4fc125bb70b6bdc3dcc152d31eae2159f741dfa5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_002.wav deleted file mode 100644 index 2921848d6cd51136b4c11d4ff42a4a42ee02b8bb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_003.wav deleted file mode 100644 index eca58c2bcd0bdf0f94c21ff59c45ca121acd0f25..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/76_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_001.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_001.wav deleted file mode 100644 index b4b36a7b01c3336a28ba4f52abc888532d5943b7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_002.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_002.wav deleted file mode 100644 index 70b9273657c26033eca2f51023ee7d6fccb5720d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_003.wav b/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_003.wav deleted file mode 100644 index a4f27383ae864a63862d74e44eed19084f58d151..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/388f246b-8c41-4ac1-8e2d-5d79f3ff56d9/voice_samples/7_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/icons/3042.png b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/icons/3042.png deleted file mode 100644 index 47b96bb69391244eb2949edb63e992f78fea2884..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/icons/3042.png and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/icons/42.png b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/icons/42.png deleted file mode 100644 index 47b96bb69391244eb2949edb63e992f78fea2884..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/icons/42.png and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/metas.json b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/policy.md b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/policy.md deleted file mode 100644 index 034f403c4d78b6b908281fd84ed3def4f7d62543..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -ちび式じいの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:ちび式じい」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://docs.google.com/presentation/d/1AcD8zXkfzKFf2ertHwWRwJuQXjNnijMxhz7AJzEkaI4 diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/portrait.png b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/portrait.png deleted file mode 100644 index 092682c4aa7c11ef90531b1cad0a0ff05e5005e0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_001.wav b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_001.wav deleted file mode 100644 index 270649194e26afb0cf7deb5f64de6b4191fcea6c..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1d8757184169435ef20c4253b76cf4dd34d7f9d4b4231e4664c83ebf2c396e6 -size 1286478 diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_002.wav b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_002.wav deleted file mode 100644 index b1e313a6779dfc78a4472c4b9ca57cd257942b68..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_003.wav b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_003.wav deleted file mode 100644 index 87699d175eef31cc2adfe708e07b6a0ca5f8904b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/3042_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_001.wav b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_001.wav deleted file mode 100644 index 331d0e572bb30b20e18d8d155ceace6b4d0354e9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_002.wav b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_002.wav deleted file mode 100644 index 437648c246aeb918e6deb8d46fd7bfb8c2c854f8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_003.wav b/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_003.wav deleted file mode 100644 index d0daff1c2e36c4826a5a8601d07379fe7ebd89da..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/468b8e94-9da4-4f7a-8715-a22a48844f9e/voice_samples/42_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/icons/3051.png b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/icons/3051.png deleted file mode 100644 index 1225420a44b510c68625bbfb33531c2abef18f8d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/icons/3051.png and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/icons/51.png b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/icons/51.png deleted file mode 100644 index 1225420a44b510c68625bbfb33531c2abef18f8d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/icons/51.png and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/metas.json b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/policy.md b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/policy.md deleted file mode 100644 index d80b4d2d36da302d3137a83742df9ae89c9e8acc..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -†聖騎士 紅桜†の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:†聖騎士 紅桜†」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://commons.nicovideo.jp/material/nc296132 diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/portrait.png b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/portrait.png deleted file mode 100644 index 602c646e9db5027a261d7c128164bd050abee4b7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_001.wav b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_001.wav deleted file mode 100644 index 082a4921835331a67ccfadf4269e129cc64857df..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e8211f3bea3225944ddafa1589998c764d805ce52a0c45f998c6f0997514f76 -size 1286444 diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_002.wav b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_002.wav deleted file mode 100644 index 345500a10dcc46d155a1ca0242da5c76d88de52a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_003.wav b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_003.wav deleted file mode 100644 index f53fdd9a9d8b579e673f491eb46ac26f3aeec488..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/3051_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_001.wav b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_001.wav deleted file mode 100644 index eaf9f131483c3f311e4ce2a6b9ac73e40d74b770..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_002.wav b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_002.wav deleted file mode 100644 index 78e78bfa880d9d1a17fe66578203394937253c2e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_003.wav b/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_003.wav deleted file mode 100644 index cbcdc35dfeb2f543c7a2e0f766d9182d276391df..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/471e39d2-fb11-4c8c-8d89-4b322d2498e0/voice_samples/51_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/15.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/15.png deleted file mode 100644 index 4ee6e9d5a3cfea8e555df32f59972bff04babed1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/15.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/16.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/16.png deleted file mode 100644 index 5cdbb720c92464f9ce889eba8eac1461670fbcdb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/16.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/17.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/17.png deleted file mode 100644 index 6c268eced3246bbb991011efce16fae23eecef30..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/17.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/18.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/18.png deleted file mode 100644 index 8b63eb82f4b78295428171f0115091dda82ab113..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/18.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/19.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/19.png deleted file mode 100644 index a7b2ea438185037b6f1569143f308aa18475bf85..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/19.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3015.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3015.png deleted file mode 100644 index 4ee6e9d5a3cfea8e555df32f59972bff04babed1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3015.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3016.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3016.png deleted file mode 100644 index 5cdbb720c92464f9ce889eba8eac1461670fbcdb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3016.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3017.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3017.png deleted file mode 100644 index 6c268eced3246bbb991011efce16fae23eecef30..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3017.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3018.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3018.png deleted file mode 100644 index 8b63eb82f4b78295428171f0115091dda82ab113..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/icons/3018.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/metas.json b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/metas.json deleted file mode 100644 index 41570a1fc2e6b3f1ca0592a92ab71daf30f342d7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "SELF_ONLY" } -} diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/policy.md b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/policy.md deleted file mode 100644 index df7a82ece376f7becd12b86af8eea815b05d4b41..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -九州そらの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:九州そら」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://zunko.jp/con_ongen_kiyaku.html diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portrait.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portrait.png deleted file mode 100644 index 2cb1e457b6b3632fed94d63bfeebc336e3a9e711..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3015.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3015.png deleted file mode 100644 index 744741c592943cb9aea40ce27a3313673ae73ee9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3015.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3016.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3016.png deleted file mode 100644 index 744741c592943cb9aea40ce27a3313673ae73ee9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3016.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3017.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3017.png deleted file mode 100644 index 744741c592943cb9aea40ce27a3313673ae73ee9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3017.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3018.png b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3018.png deleted file mode 100644 index 744741c592943cb9aea40ce27a3313673ae73ee9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/portraits/3018.png and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_001.wav deleted file mode 100644 index 89460c93c18c917b924f1d21483757b4ac0659e2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_002.wav deleted file mode 100644 index b7b7ce32f23bbc3ae20660d6e4cbbaa552f62ab5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_003.wav deleted file mode 100644 index 61d4a5fbf8d75b0aabda15a2430e4f01d34f0f84..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/15_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_001.wav deleted file mode 100644 index a73f0cf3beb107589c48f560e44af20439972903..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_002.wav deleted file mode 100644 index 14da143f9d84961bc2f4fdead360fc4056d29a98..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_003.wav deleted file mode 100644 index 0aa3b1adc2ff1369d2c4406bef0418fcdecc9be3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/16_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_001.wav deleted file mode 100644 index a9469d14eeeed9c59e13b1b240150a24528fda94..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_002.wav deleted file mode 100644 index 53ef26eba7e489e8a3e4bfde9bf5a9eb93286665..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_003.wav deleted file mode 100644 index b2cda86fe23a65a1e95e41ea843916c0c28dfe30..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/17_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_001.wav deleted file mode 100644 index a2cadc38bb031d04868b854624395216cddf230a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_002.wav deleted file mode 100644 index 4b0a7be2511119c11f1f3101fd140bbed6c44b71..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_003.wav deleted file mode 100644 index 7d235b54677801f5ee3413757cb994ffe823fe47..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/18_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_001.wav deleted file mode 100644 index f8b9bd38c0bcb1020d317ca39a06ff61adf8c347..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_002.wav deleted file mode 100644 index 5a887a4b54ca70fb35fd7403fafee4111feb1eb8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_003.wav deleted file mode 100644 index c5fa522f451437e35345d7e3ce17cd510acad8ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/19_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_001.wav deleted file mode 100644 index 6452357cf78ed0a8e8deab2d975f31b85557b4f8..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41827d63da32f760e30eb3dc05752574255a3ccc4e17c5c7774812c578e5e35 -size 1286444 diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_002.wav deleted file mode 100644 index a250438d2cfcf4120a26e4d9787db4a8658443a9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_003.wav deleted file mode 100644 index a1a2d252b3655b02a3deef8e635fad408be52e1e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3015_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_001.wav deleted file mode 100644 index 4bbe487ec7fb7f9ea698278d4fee6acec4e14f09..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cf565a9b151c5f4fcba6c04d3a4e85440147cff1821026762a61d3faf9e71c1 -size 1286444 diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_002.wav deleted file mode 100644 index da8a3965b06da4c5af0d35414cba7f203fc3f11b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_003.wav deleted file mode 100644 index 5473e8cc8b5ababcf8a9639c9d25272448006bbd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3016_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_001.wav deleted file mode 100644 index ec39748ab23797a911152030af885a576ef20573..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9f8ab166780b46d2b06fa77b4fcad4a5daadf4256bd766865a01cd4c0007e6b -size 1286444 diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_002.wav deleted file mode 100644 index a19c4d0c7750ce7999a470e504b214d0f44ac0ee..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_003.wav deleted file mode 100644 index 04d2808e933abcd53fcc2c9de819fe60e45a7ef9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3017_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_001.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_001.wav deleted file mode 100644 index 4448f105131f7ad81534b7b51c62e0d1f74660ba..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc7f0c335af12ec9840c0df85d90788254ced7aacdad416ee5cce792876dbd27 -size 1286444 diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_002.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_002.wav deleted file mode 100644 index 31aab5d96bda343d9ad1fdb024dd0064fbe884da..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_003.wav b/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_003.wav deleted file mode 100644 index 0dc25a2074a7b8b474be7d17c581b14f879325ce..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/481fb609-6446-4870-9f46-90c4dd623403/voice_samples/3018_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/13.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/13.png deleted file mode 100644 index ec12d9c0af7c49f7075196740be91204a46b1421..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/13.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3013.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3013.png deleted file mode 100644 index ec12d9c0af7c49f7075196740be91204a46b1421..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3013.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3081.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3081.png deleted file mode 100644 index d307cb53617a7d644348df79b8b4c2ce2dbac306..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3081.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3082.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3082.png deleted file mode 100644 index 6b6ca062eb33cbdfc76b903ca792745a4eb6d9fb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3082.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3083.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3083.png deleted file mode 100644 index 1f3d8ab8a1277b24809243e1cfa3898197bccdaf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3083.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3084.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3084.png deleted file mode 100644 index aa526bbc4f40dc2a0a86c4c687373c305977be50..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3084.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3085.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3085.png deleted file mode 100644 index 565ef82edac64e72f8c8925f34d9c2f717b4cbcf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/3085.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/81.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/81.png deleted file mode 100644 index d307cb53617a7d644348df79b8b4c2ce2dbac306..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/81.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/82.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/82.png deleted file mode 100644 index 6b6ca062eb33cbdfc76b903ca792745a4eb6d9fb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/82.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/83.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/83.png deleted file mode 100644 index 1f3d8ab8a1277b24809243e1cfa3898197bccdaf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/83.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/84.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/84.png deleted file mode 100644 index aa526bbc4f40dc2a0a86c4c687373c305977be50..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/84.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/85.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/85.png deleted file mode 100644 index 565ef82edac64e72f8c8925f34d9c2f717b4cbcf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/85.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/86.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/86.png deleted file mode 100644 index ae6345426b57a3cbeb787f5c132192280efe8f34..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/icons/86.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/metas.json b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/policy.md b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/policy.md deleted file mode 100644 index b946d7aac3cb1c6c7fe9206412ee57213aaf042a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/policy.md +++ /dev/null @@ -1,6 +0,0 @@ -個人が青山龍星の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:青山龍星」とクレジットを記載すれば、商用・非商用で利用可能です。 -ただし企業が携わる形で利用する場合は、「ななはぴ(https://v.seventhh.com/contact/)」に対し事前確認を取る必要があります。 - -利用規約の詳細は以下をご確認ください。 -https://virvoxproject.wixsite.com/official/voicevoxの利用規約 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portrait.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portrait.png deleted file mode 100644 index 13c4c047205bd7c6100d39609050cd0cba26fa7d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3081.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3081.png deleted file mode 100644 index 73f53e7685f77ebf7a5c8acc71eb3ee9f50a99a7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3081.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3082.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3082.png deleted file mode 100644 index a1f3c5851d05f7642f21f23370cb2562378b7f6b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3082.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3083.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3083.png deleted file mode 100644 index d6385beb531e0699b774537faa3204a16b48aba7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3083.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3084.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3084.png deleted file mode 100644 index 1c7dfc8dcfd006b11d14187240eedd00784189c3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3084.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3085.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3085.png deleted file mode 100644 index 2907ba9b4c3d8000c9d5ae8a933b99ac6f46cd2b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/3085.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/81.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/81.png deleted file mode 100644 index 73f53e7685f77ebf7a5c8acc71eb3ee9f50a99a7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/81.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/82.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/82.png deleted file mode 100644 index a1f3c5851d05f7642f21f23370cb2562378b7f6b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/82.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/83.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/83.png deleted file mode 100644 index d6385beb531e0699b774537faa3204a16b48aba7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/83.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/84.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/84.png deleted file mode 100644 index 1c7dfc8dcfd006b11d14187240eedd00784189c3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/84.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/85.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/85.png deleted file mode 100644 index 2907ba9b4c3d8000c9d5ae8a933b99ac6f46cd2b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/85.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/86.png b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/86.png deleted file mode 100644 index 0cfe291b5029b949b812fee651b6dfa38f5ec337..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/portraits/86.png and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_001.wav deleted file mode 100644 index 299f141bdad988abbfb9c3a906482109fccb4dd6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_002.wav deleted file mode 100644 index 478197a3ba8eaad4951bb4d2b6fbd8d28e1c3d6c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_003.wav deleted file mode 100644 index aae18cbca38419eaa9f3dc760e99ebf9707a3dab..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/13_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_001.wav deleted file mode 100644 index 3d2dfbbff81cb47f0e019819fbd692701f323aff..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aa685ff0df557b596e1620e0a739d872f9f6c543015d42b6212b98f2714ea35 -size 1286444 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_002.wav deleted file mode 100644 index 418b6c8d38f1a4b3b623828664fc2a42c18b3477..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_003.wav deleted file mode 100644 index 2e22eb548ceea25f3ef8a11c5aaf2b836243603d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3013_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_001.wav deleted file mode 100644 index 846f5c789663f65155fd3e261b005c2c9210815c..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7748858623b740c3d6d373536d5552ef0320eec97e74eaff545c144944555d3 -size 1286444 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_002.wav deleted file mode 100644 index 0102f5749fe776d33d2a5d24e5efa41b5e022f6c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_003.wav deleted file mode 100644 index 6a38b61955c2aaa2fcbcff11a0ec514ce2671518..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3081_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_001.wav deleted file mode 100644 index 872f1842904d7848ef12195a8575647e279175a5..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5e11cc479b0cf4fa000ce841fcb69aa2a2472387984790f6969ae3f22cd8e4 -size 1286444 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_002.wav deleted file mode 100644 index 34cf7c4b1ac4c7388fa55ef3cb8ca667e45c1730..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_003.wav deleted file mode 100644 index 5d6da639a663a9801405a2e479f88a16db620a48..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3082_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_001.wav deleted file mode 100644 index b15b28d895a84ca9fe2bd7edf50f70a35c62da33..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c681c3d68380cb59e6022aa85ecea27c011e64600e18b05d49a808823a9101 -size 1286444 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_002.wav deleted file mode 100644 index 2454270113a53dc678f95c243a208e2e10293c18..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_003.wav deleted file mode 100644 index f2522702bc985fb04502da44f501c7622c028b15..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3083_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_001.wav deleted file mode 100644 index d6aca1c675aebe1856b799aea37e893198ae422d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27696cbc4ae48614ebd1e49d1b17c8d853ca17196c78c3db8221cc90eb978eb8 -size 1286444 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_002.wav deleted file mode 100644 index 38dfa87f872e6b1de85b7f079c9a5f04445baf1a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_003.wav deleted file mode 100644 index 033ee8c7a1e57393aaf8a3d7e4cc1f00b8baa542..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3084_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_001.wav deleted file mode 100644 index f88f545158a15e8d4358a44cb384e9686a7a27cd..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:018e9745adf54d3206a556a53b7e4be31eeb2b999eb658670289a796bb192f4b -size 1286444 diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_002.wav deleted file mode 100644 index ec5d0fba4870ebdbd0910066b947906a605554dc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_003.wav deleted file mode 100644 index 835682f3c58f3168921517db7c8334b8b3d6945c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/3085_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_001.wav deleted file mode 100644 index 6512c945c88323db35a11ab02357726f13489d81..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_002.wav deleted file mode 100644 index 3197dabf9703f6ede4e6323d6290f4126236851e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_003.wav deleted file mode 100644 index 66635fbc3381fdd76cf3307fbbe6ad0bc5e3d257..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/81_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_001.wav deleted file mode 100644 index 34c493e39ee8151a133b7a35b99c7d9154357779..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_002.wav deleted file mode 100644 index e303e6341523fbbef0316c60ba720ec7355cd194..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_003.wav deleted file mode 100644 index 0b0b8704c6d1e0d8ca9f16965ce2e30102db1e7d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/82_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_001.wav deleted file mode 100644 index 9a27eeb021b423bd65b39e1c85d308dc2c26b6ff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_002.wav deleted file mode 100644 index 5273b7a2aa6f675dbc4e08b96b0b0cc9afb3aa2c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_003.wav deleted file mode 100644 index 103a884a04fa16832a59e5387ae880c88221f314..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/83_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_001.wav deleted file mode 100644 index d4202f5d0aaf6c6af05a79e0b550454d347e6f84..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_002.wav deleted file mode 100644 index 0fa555682a3387d7f7119a22b8a4066715ac3729..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_003.wav deleted file mode 100644 index 26496a015280b726778a360b0d4510726401f05a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/84_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_001.wav deleted file mode 100644 index 7db8da1915fd891ed1b998c99237776fe54ae372..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_002.wav deleted file mode 100644 index 74a0fa2314a1f2b1129e714670d5df716f072674..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_003.wav deleted file mode 100644 index 21010a0ee06339e757e05af607bc3422cc233265..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/85_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_001.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_001.wav deleted file mode 100644 index afe2102bce863d05ea3b82df5eca850e92ffd9d1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_002.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_002.wav deleted file mode 100644 index 24628822664665c3e35abfbc9c5d380279b40aa5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_003.wav b/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_003.wav deleted file mode 100644 index e5f9a4ca61d0d8639a0a8eb373b2a65733a252d6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/4f51116a-d9ee-4516-925d-21f183e2afad/voice_samples/86_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/23.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/23.png deleted file mode 100644 index 6e7de145e241f1b50553c4c5cc82847e4a6fb12c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/23.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/24.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/24.png deleted file mode 100644 index 96b5bfce096444cdaf9e588895805859a00edd6d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/24.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/25.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/25.png deleted file mode 100644 index 2ef1f264a761c2d228dedfbdf1ded26015c1598b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/25.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/26.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/26.png deleted file mode 100644 index 20cdbd5dfa4ef8974f1726a97260a5b62966fdf2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/26.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3023.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3023.png deleted file mode 100644 index 6e7de145e241f1b50553c4c5cc82847e4a6fb12c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3023.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3024.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3024.png deleted file mode 100644 index 96b5bfce096444cdaf9e588895805859a00edd6d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3024.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3025.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3025.png deleted file mode 100644 index 2ef1f264a761c2d228dedfbdf1ded26015c1598b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3025.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3026.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3026.png deleted file mode 100644 index 20cdbd5dfa4ef8974f1726a97260a5b62966fdf2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/icons/3026.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/metas.json b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/metas.json deleted file mode 100644 index b40a9e09cd4cd9d94d73e1997a620166c2dbd4fa..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": {} -} diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/policy.md b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/policy.md deleted file mode 100644 index 32d182e589eec3ad383d27445a78bf1aca54feb8..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -WhiteCULの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:WhiteCUL」とそれぞれクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://www.whitecul.com/guideline diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/portrait.png b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/portrait.png deleted file mode 100644 index 6c07a34572f919c20e122dca5f20efb589bdb699..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_001.wav deleted file mode 100644 index 4dac42eab490c0c2c09144da636065c8c370db4c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_002.wav deleted file mode 100644 index e19f38fdcd08c06370e2c29a6fa51a9dedf2b50e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_003.wav deleted file mode 100644 index 3f3f580a377da361837223b5f0aaa9ddb0301c03..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/23_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_001.wav deleted file mode 100644 index 883bb66a434543cade6cedb350d0eeeecf26af20..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_002.wav deleted file mode 100644 index 9f4d3c5d6927a8cf00021aca93a8ea55aa8c228d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_003.wav deleted file mode 100644 index f10cade5954aaf5675291cf5ef15945f77d23ac0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/24_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_001.wav deleted file mode 100644 index 1990c129f14889d5db07e87107e4ac147cf94b48..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_002.wav deleted file mode 100644 index 35f9dd38865f0657b8afd265aac2721de6006a90..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_003.wav deleted file mode 100644 index 0a5a64d8ddae153287ff262f4e667341a7df15f1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/25_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_001.wav deleted file mode 100644 index b18a7f4bb69e7c0b82066484743f396c4fdf65c3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_002.wav deleted file mode 100644 index fbd6a34f655dc0601b9ddc20b263415c6539ecbb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_003.wav deleted file mode 100644 index 7df08e55d60651c82a67597ec8852603ae31b2ef..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/26_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_001.wav deleted file mode 100644 index 4fb65e7269d61f0bed31a882a1ca95b797afc5e6..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c5a42a25ed365e45d6b77f064d79005a567ee95d6f73814dcacf7467721627a -size 1526478 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_002.wav deleted file mode 100644 index a23775281125982e77c5cb3741e47f8d4473fa39..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_003.wav deleted file mode 100644 index 046f256b86e2a9435e1b8d8840dc9c18a198b98e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3023_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3024_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3024_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3024_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3024_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3024_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3024_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3025_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3025_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3025_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3025_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3025_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3025_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3026_001.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3026_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3026_002.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3026_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3026_003.wav b/linux-cpu/speaker_info/67d5d8da-acd7-4207-bb10-b5542d3a663b/voice_samples/3026_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/icons/3053.png b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/icons/3053.png deleted file mode 100644 index f998b8bc3ad2bb4c84af8925013ac24db3e577c5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/icons/3053.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/icons/53.png b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/icons/53.png deleted file mode 100644 index f998b8bc3ad2bb4c84af8925013ac24db3e577c5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/icons/53.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/metas.json b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/policy.md b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/policy.md deleted file mode 100644 index 9bb059749d3c0e001a18e88ed51ac2d0e69176b3..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -麒ヶ島宗麟の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:麒ヶ島宗麟」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://virvoxproject.wixsite.com/official/voicevoxの利用規約 diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/portrait.png b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/portrait.png deleted file mode 100644 index 9a72872c83e2b6d94b36c3abf02b5e029a76c4ac..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_001.wav b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_001.wav deleted file mode 100644 index 203bde8fe86729ad6ac85d4e3de76d8723c1dd53..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56ea36db3cd10a893cfa1a8e64091cd4bf74504be12687a1be3dea6bb1a728ca -size 1286444 diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_002.wav b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_002.wav deleted file mode 100644 index 387a575c04e688741604fb6bd4c12ff2e59e4bbf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_003.wav b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_003.wav deleted file mode 100644 index 5e42ce8f4eb7138a54494fcc43148a44ab1bc279..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/3053_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_001.wav b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_001.wav deleted file mode 100644 index 850ca35259bc53dcaa4fd3225fa22926609a57b4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_002.wav b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_002.wav deleted file mode 100644 index 08689a9d64f0ad2ea11d128796c7fe4817544401..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_003.wav b/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_003.wav deleted file mode 100644 index 7eb0f5a0dfdcc0e517549ccb56477984f36db752..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7d1e7ba7-f957-40e5-a3fc-da49f769ab65/voice_samples/53_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/0.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/0.png deleted file mode 100644 index 79b49ad1ecd7c82186664162f8b7a510fd73593a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/0.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/2.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/2.png deleted file mode 100644 index 2e8bcf26302b1da72ca13a56f59c87d9acefd19e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/2.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3000.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3000.png deleted file mode 100644 index 79b49ad1ecd7c82186664162f8b7a510fd73593a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3000.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3002.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3002.png deleted file mode 100644 index 2e8bcf26302b1da72ca13a56f59c87d9acefd19e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3002.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3004.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3004.png deleted file mode 100644 index fe7b4c442a79a2c193fbff984bb3dbed83ecffcc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3004.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3006.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3006.png deleted file mode 100644 index 7624bc10e1d5859cb4d53bded62c6248a8f2a823..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3006.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3037.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3037.png deleted file mode 100644 index d4ad2391127dc4b762c5c257b3c88d37e69eb0ff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/3037.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/36.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/36.png deleted file mode 100644 index 50b9ff846d56f6175e1b6bd4fc1f1f5c571cc9fd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/36.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/37.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/37.png deleted file mode 100644 index d4ad2391127dc4b762c5c257b3c88d37e69eb0ff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/37.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/4.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/4.png deleted file mode 100644 index fe7b4c442a79a2c193fbff984bb3dbed83ecffcc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/4.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/6.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/6.png deleted file mode 100644 index 7624bc10e1d5859cb4d53bded62c6248a8f2a823..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/icons/6.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/metas.json b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/metas.json deleted file mode 100644 index 41570a1fc2e6b3f1ca0592a92ab71daf30f342d7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "SELF_ONLY" } -} diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/policy.md b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/policy.md deleted file mode 100644 index 3e6fada4a6f509e40b90c7ea9b68fee834c5e7a7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -四国めたんの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:四国めたん」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://zunko.jp/con_ongen_kiyaku.html diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portrait.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portrait.png deleted file mode 100644 index f1d8a045456afefe50727a93c5bd69d81901d7f4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3000.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3000.png deleted file mode 100644 index 93e84cdf6caffa0ac477cc5b8724654fd22d7768..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3000.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3002.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3002.png deleted file mode 100644 index 93e84cdf6caffa0ac477cc5b8724654fd22d7768..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3002.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3004.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3004.png deleted file mode 100644 index 93e84cdf6caffa0ac477cc5b8724654fd22d7768..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3004.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3006.png b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3006.png deleted file mode 100644 index 93e84cdf6caffa0ac477cc5b8724654fd22d7768..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/portraits/3006.png and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_001.wav deleted file mode 100644 index 124b52ed8f9ecef2342185e5ef0d90521a1444b1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_002.wav deleted file mode 100644 index 5ad125fbd31994bfe66deaa5ce72ba38e4af2fed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_003.wav deleted file mode 100644 index e857ea329db32c2e28e6a315ebc6a288f07c29dc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/0_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_001.wav deleted file mode 100644 index 55738f405947f8e0cd105160cb51deaa15407697..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_002.wav deleted file mode 100644 index 14be3bacac0755d0db3d40275c6a901f7b39df47..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_003.wav deleted file mode 100644 index 54180d1b9a6c0d62fddecb28b0b4d5dc207d1847..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/2_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_001.wav deleted file mode 100644 index 456c4d8c5b3e4d5331bf1a3ae3cdf0406c693038..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30f1502380cc1d070b5698f87c7c5d637e78a7873d8653910ef1357edd93ceb7 -size 1536058 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_002.wav deleted file mode 100644 index cb640c42346a626c6d412c0a736c18b1215c9b0c..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_002.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:983ce3b0e0632d2cc2f07cb7af09318f01fba0d478a4543fe7fb0b57dccda5b4 -size 1516858 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_003.wav deleted file mode 100644 index a3775bf758e10ebc7a6700d6033e6080ca94e127..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3000_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e744ecb7f77a11518d11ea90bbb1208cb425900a54303c4ab2194778b35c7a88 -size 1286444 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_001.wav deleted file mode 100644 index c35ec9ffd00ed89f60aa5c931a7eacae56834731..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73be1670fc7ed4ac640c00575bd36c3534bb13ad06137a9aa82b247b4515c8eb -size 1536058 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_002.wav deleted file mode 100644 index e75bcd10bc639a0a8b09ba265d5d9f017d471474..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_002.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edfffd0af577241aafc9c95d23e3d4bcdcce919cc83df88374ab67e853a109ff -size 1516858 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_003.wav deleted file mode 100644 index 13ce9fd708d51535cb38a60caa243d768f756f89..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3002_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42a075a015e3894800988d38c1571a4ca7308b7c389612ca6c9494cd3e8fa822 -size 1286444 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_001.wav deleted file mode 100644 index c6956f9a0eb09ab14b83da72e7e64bf41c849740..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1cb336f2528f79a2f36565824b644000f945be9abb8aa9f94bfab5a63a4f777 -size 1536058 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_002.wav deleted file mode 100644 index a2e91df762a50fd2b54305230503eb5a860453c3..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_002.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b41cdeec4b36e2ae0e89b255d2cf9fcfac4c4d364519df57544c0335c9b86235 -size 1516858 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_003.wav deleted file mode 100644 index 04e6158a7fc218777028ac6d15ff7b2848fb0d6d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3004_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:632764f43d737704bdd5ae68762c006c3b3fe3cde407191a8008d6fdfe680378 -size 1286444 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_001.wav deleted file mode 100644 index cea9be0cc42ad6435995939e3d8863b4fd722f60..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_002.wav deleted file mode 100644 index 08004067ab40337acddba0c45c0fda1adf48d1ca..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_003.wav deleted file mode 100644 index c840766776cdbbb9158665739a56a01ade3fb6be..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3006_003.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c0908d12ed7b88c97459147caac3d3388d820885d1b6388280b9bf36b89c2c -size 1286444 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_001.wav deleted file mode 100644 index 5008c78d1b220c6d899535cf16936837424d8f28..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a142eff8f4f812dee85f61ee84ec21141ba161d700b96579f59fa0f70d47cea -size 1286478 diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_002.wav deleted file mode 100644 index c8fcc54ddd50c441d1c02ba10d863371fb144607..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_003.wav deleted file mode 100644 index 05acbcdb0437b650894c74e7cee9f0e6a9f9853f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/3037_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_001.wav deleted file mode 100644 index 007881124bfb8e3cfbbdf3d2922aa109ad1c18d2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_002.wav deleted file mode 100644 index 2dd1774aa4b91a30e3f9cf65f3f379218af891c3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_003.wav deleted file mode 100644 index bfd0a0fb8c5611fbdce3ef938599758c33004720..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/36_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_001.wav deleted file mode 100644 index 83898e771b1ec28ca63fb857f876dd1e4dac1db7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_002.wav deleted file mode 100644 index b7d9559a01876f534e553eeb6436a456fb1a367d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_003.wav deleted file mode 100644 index e185ab2b03ee9ea04fe649d607a297d61cf3c94a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/37_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_001.wav deleted file mode 100644 index 06a048df4bbed3e6df8333e80e8fc1ecb8bb7071..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_002.wav deleted file mode 100644 index 83bb44af0ffb1d487608d8819a40ee32da69f11c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_003.wav deleted file mode 100644 index 4430e6bcc7f9ef30ae099f026314163001be2271..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/4_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_001.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_001.wav deleted file mode 100644 index 6e3f24b48292991a0df4987ab42b2e0e81126116..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_002.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_002.wav deleted file mode 100644 index 054fb44fca3d1aab21eb2deb6ae43a1441d3ff11..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_003.wav b/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_003.wav deleted file mode 100644 index b2ae5d8232f34975d600e277b88446032d51e1c3..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/7ffcb7ce-00ec-4bdc-82cd-45a8889e43ff/voice_samples/6_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3047.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3047.png deleted file mode 100644 index 6a099909f83c66fc663594a8d589047b170196ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3047.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3048.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3048.png deleted file mode 100644 index 570f2c4c32ce4f6ea643081c0c35d0eeb1d61e57..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3048.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3049.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3049.png deleted file mode 100644 index 7773a8ec9d4bb50d5d24f0e6566038d85c51ae16..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/3049.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/47.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/47.png deleted file mode 100644 index 6a099909f83c66fc663594a8d589047b170196ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/47.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/48.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/48.png deleted file mode 100644 index 570f2c4c32ce4f6ea643081c0c35d0eeb1d61e57..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/48.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/49.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/49.png deleted file mode 100644 index 7773a8ec9d4bb50d5d24f0e6566038d85c51ae16..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/49.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/50.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/50.png deleted file mode 100644 index 68a2fa4a1f6876a1eb955537689cefddf490ef99..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/icons/50.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/metas.json b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/policy.md b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/policy.md deleted file mode 100644 index ce21af16b1aa1c2cde9729b3797736056d54dc82..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -ナースロボ_タイプTの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:ナースロボ_タイプT」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://www.krnr.top/rules diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portrait.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portrait.png deleted file mode 100644 index 680d2622602eb7bb7f59c98c253584647fc2347a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3047.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3047.png deleted file mode 100644 index cc4f9b83ead885db95f0ac49819adbb4be332d27..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3047.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3048.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3048.png deleted file mode 100644 index cc4f9b83ead885db95f0ac49819adbb4be332d27..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3048.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3049.png b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3049.png deleted file mode 100644 index cc4f9b83ead885db95f0ac49819adbb4be332d27..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/portraits/3049.png and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_001.wav deleted file mode 100644 index d4799b4054e74e8ad1df7f9631005fa5b7561a1f..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13ebeb62caa7d06172c6b40a7c686dc11a31a8cacdb4b1c00637b48415d02b71 -size 1286478 diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_002.wav deleted file mode 100644 index d6547c389b7051cae8003743c9bad41e12ba543a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_003.wav deleted file mode 100644 index 53ae075528f295ff5427d0776107335199f548ed..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3047_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_001.wav deleted file mode 100644 index e80aaa2f94eb473c3db6a58d7232997ec1b593f4..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ad33a7657fc52c83f7eeabcdaccba7293ba8fa0271b4de51ecae548273ba6f -size 1286478 diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_002.wav deleted file mode 100644 index 73eec820335d7574b19fef5d457366f697c9df4f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_003.wav deleted file mode 100644 index 23c718c939b7645b5c1b188f41b5f362403ba933..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3048_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_001.wav deleted file mode 100644 index 3dad87932c1358e2446489d51b54c356637bc719..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4cdff3f70d50e8a583b09e28878cc1f1f35fb35ace44e18bb8c51eaf8b29710 -size 1286478 diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_002.wav deleted file mode 100644 index 373ced2cae8f43989600748c17140ad7c9d111c6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_003.wav deleted file mode 100644 index d1e7ed55a7817c2e1c63ce577cd37045ce591734..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/3049_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_001.wav deleted file mode 100644 index f990af7382ff8f59b20ef44a66cd546ae4d160bf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_002.wav deleted file mode 100644 index 0b16ceb58454e71d15060ce7cfb999acc726371b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_003.wav deleted file mode 100644 index f484bab354b2f3f9252da6e49579cf55c222a775..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/47_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_001.wav deleted file mode 100644 index 353ec3ee55b26067be0293346f7cf55738344869..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_002.wav deleted file mode 100644 index 66f04343e5169d238cf0a95a98000d3e381979e2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_003.wav deleted file mode 100644 index 6ee221a890e0e59fcc5f92d97524f169c0f41aff..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/48_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_001.wav deleted file mode 100644 index fc1aeb2b9b9a3cc154c6db75d446c947cc162e18..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_002.wav deleted file mode 100644 index e18d15755f233fa0f29205c358c638dcec04004a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_003.wav deleted file mode 100644 index 29c48726284557ce6b33114b001cbe8389b917c5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/49_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_001.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_001.wav deleted file mode 100644 index 80362b9c2666979828a0ddfb464561baaf6bb769..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_002.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_002.wav deleted file mode 100644 index a3b89a54ccf991f912f8f8d74f15ad10f1b78f8c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_003.wav b/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_003.wav deleted file mode 100644 index 32aa6db52f36fd305db6cf46016e2237c23a1919..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/882a636f-3bac-431a-966d-c5e6bba9f949/voice_samples/50_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/icons/14.png b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/icons/14.png deleted file mode 100644 index 07d06c784bbaa94909a273d601b2e4b8ce42affd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/icons/14.png and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/icons/3014.png b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/icons/3014.png deleted file mode 100644 index 07d06c784bbaa94909a273d601b2e4b8ce42affd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/icons/3014.png and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/metas.json b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/policy.md b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/policy.md deleted file mode 100644 index d1ad6a589843d986ce22d2c34c9b62a9ac01b3b9..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -冥鳴ひまりの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:冥鳴ひまり」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://meimeihimari.wixsite.com/himari/terms-of-use diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/portrait.png b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/portrait.png deleted file mode 100644 index 6c2d1403337fec3ca9d92f53e66614379ccebd3c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_001.wav b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_001.wav deleted file mode 100644 index 5499374fc78da9181a5dbc8d1f4bb8a0cd046774..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_002.wav b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_002.wav deleted file mode 100644 index 97e25effe3e633b12864b05aa0c1910541d60d72..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_003.wav b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_003.wav deleted file mode 100644 index e1effb6a485c5aed358a8293537f8c13ec28368c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/14_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_001.wav b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_001.wav deleted file mode 100644 index dcf57880130a5298b8b8c8d6058c0b01d1af5feb..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b6b49de4eed5d87461bb1aba4db2a7f3eecf91ee4e19df9959bc6b9858dc798 -size 1286444 diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_002.wav b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_002.wav deleted file mode 100644 index 3818bfd89c81b3e8cc4f1f0e4a12d06282465cf6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_003.wav b/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_003.wav deleted file mode 100644 index e3e91020662aab1c60c98b7042f962766edddf3e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/8eaad775-3119-417e-8cf4-2a10bfd592c8/voice_samples/3014_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/icons/3074.png b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/icons/3074.png deleted file mode 100644 index 2bf4e0fd0b1f984ee07ff1d8fda453b717a26306..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/icons/3074.png and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/icons/74.png b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/icons/74.png deleted file mode 100644 index 2bf4e0fd0b1f984ee07ff1d8fda453b717a26306..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/icons/74.png and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/metas.json b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/policy.md b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/policy.md deleted file mode 100644 index 58641113360096ecdfedfc7b0255691840134b91..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -琴詠ニアの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:琴詠ニア」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://commons.nicovideo.jp/works/nc315435 diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/portrait.png b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/portrait.png deleted file mode 100644 index 0846b4ccd98f0c37fa3379e4afcf767fe69f0a74..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_001.wav b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_001.wav deleted file mode 100644 index 1dd829fc98daf8431befa36ab6df98e04e5667f8..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:426e87c63e583af8c7565e41d11fe8219a5a8342c7123022a778181d6a6895ad -size 1286444 diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_002.wav b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_002.wav deleted file mode 100644 index 51490880294b0190b7e99571be05bc634bbc52a6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_003.wav b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_003.wav deleted file mode 100644 index 12a6d5d98feb2b537fe1c434e24d700510144334..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/3074_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_001.wav b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_001.wav deleted file mode 100644 index 533cbb090c05d9e6953a07435a8100420b9ff207..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_002.wav b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_002.wav deleted file mode 100644 index d94b25c07157815bb53feb6f69efd1ec8fe78a82..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_003.wav b/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_003.wav deleted file mode 100644 index 2a377ff9b5b25190e58d6d8a50a9d773b58f6056..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/97a4af4b-086e-4efd-b125-7ae2da85e697/voice_samples/74_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/20.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/20.png deleted file mode 100644 index 22bfcf1c1327b39661911dceaf66d80f2431af68..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/20.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3020.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3020.png deleted file mode 100644 index 22bfcf1c1327b39661911dceaf66d80f2431af68..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3020.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3066.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3066.png deleted file mode 100644 index e9d319be381f0501889b74662b1e593122d00b5b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3066.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3077.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3077.png deleted file mode 100644 index 21c6b1a552d6f76419bf04aa430bc65441cee7f1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3077.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3078.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3078.png deleted file mode 100644 index d2f81a3fc035a1f167a136e6262a1801f22c407c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3078.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3079.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3079.png deleted file mode 100644 index dbea751b959cb6a48729882f981bddfd94e51a77..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3079.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3080.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3080.png deleted file mode 100644 index 12583286ad0dc533eb2bc8f0a42a0eb1d51f11e5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/3080.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/66.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/66.png deleted file mode 100644 index e9d319be381f0501889b74662b1e593122d00b5b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/66.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/77.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/77.png deleted file mode 100644 index 21c6b1a552d6f76419bf04aa430bc65441cee7f1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/77.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/78.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/78.png deleted file mode 100644 index d2f81a3fc035a1f167a136e6262a1801f22c407c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/78.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/79.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/79.png deleted file mode 100644 index dbea751b959cb6a48729882f981bddfd94e51a77..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/79.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/80.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/80.png deleted file mode 100644 index 12583286ad0dc533eb2bc8f0a42a0eb1d51f11e5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/icons/80.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/metas.json b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/metas.json deleted file mode 100644 index 41570a1fc2e6b3f1ca0592a92ab71daf30f342d7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "SELF_ONLY" } -} diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/policy.md b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/policy.md deleted file mode 100644 index f57e5d8b92b9945e095d28dfba1ed252eef31325..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/policy.md +++ /dev/null @@ -1,7 +0,0 @@ -個人がもち子さんの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:もち子(cv 明日葉よもぎ)」とクレジットを記載すれば、 -音声作品・音声素材・ゲーム作品等を除いて商用・非商用で利用可能です。 -ただし企業が携わる形で利用する場合は、「[もちぞら模型店](https://vtubermochio.wixsite.com/mochizora/contact)」に対し事前確認を取る必要があります。 - -利用規約の詳細は以下をご確認ください。 -https://vtubermochio.wixsite.com/mochizora/利用規約 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portrait.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portrait.png deleted file mode 100644 index a31f5c9f54063044c598020ee5f2156174ad8719..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3020.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3020.png deleted file mode 100644 index b56a1e3359985056e5af24601476e6f0ef13e8fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3020.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3066.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3066.png deleted file mode 100644 index b56a1e3359985056e5af24601476e6f0ef13e8fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3066.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3077.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3077.png deleted file mode 100644 index b56a1e3359985056e5af24601476e6f0ef13e8fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3077.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3078.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3078.png deleted file mode 100644 index b56a1e3359985056e5af24601476e6f0ef13e8fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3078.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3079.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3079.png deleted file mode 100644 index b56a1e3359985056e5af24601476e6f0ef13e8fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3079.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3080.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3080.png deleted file mode 100644 index b56a1e3359985056e5af24601476e6f0ef13e8fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/3080.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/66.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/66.png deleted file mode 100644 index 9c906abea057f1a39a89a0f45f138ed6ac68e94b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/66.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/77.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/77.png deleted file mode 100644 index 12e216d6ae008418cc26631d46551145ec18cb46..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/77.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/78.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/78.png deleted file mode 100644 index 54a61160fd7f9d0de0cfa8885e2dbb788e25f609..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/78.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/79.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/79.png deleted file mode 100644 index 442790f439c1fdd0d1628fdd245cbc91087bc190..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/79.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/80.png b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/80.png deleted file mode 100644 index 16ecedb8c7f66f273fc9127aa71140d32846bf97..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/portraits/80.png and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_001.wav deleted file mode 100644 index d08b1ad3919e72c44b6a8fa134c6d39a90878913..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_002.wav deleted file mode 100644 index 38885ec72229ba743c7564a7e4f77b95e9b55d15..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_003.wav deleted file mode 100644 index e332de19e48c0db341979b5ea5cdf5968b1cb211..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/20_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_001.wav deleted file mode 100644 index 8dda476885b1555bb49067196b5f76f50f357251..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8531878e60d51ad9f66fd8eff3b944926c8a09a54a5c7e2a0adf80574d46b078 -size 1286444 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_002.wav deleted file mode 100644 index 375f4dcdafb010a488d1b83e3a1cb21e3b5cf66f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_003.wav deleted file mode 100644 index 02439f989c8816012cbe99203dad61bf296bb172..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3020_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_001.wav deleted file mode 100644 index 7fb3974b78fbf5168e268761e833f91769b32618..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372006573c3744e6b2b72b955c3a405ea746090ae02ccb41ae26b0cc92a41c92 -size 1286444 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_002.wav deleted file mode 100644 index f07dfd24e91ddace7b57af15d5dc6a2ce0b30b0d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_003.wav deleted file mode 100644 index 8ca716de2893f03ef55fdf20e724b04c3bd05a8d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3066_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_001.wav deleted file mode 100644 index b04d7cd08c1e071c5638a717ddc960a7b7ba57c0..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c885e073e779a6ed25ded198308450d5538b13b0a5432264d87c877a6d1ce92a -size 1286444 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_002.wav deleted file mode 100644 index 9c4e662bb59f773f93423e408bb148dfc0307224..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_003.wav deleted file mode 100644 index c692409658af671b400286bb7d9b69ed29eb5ed8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3077_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_001.wav deleted file mode 100644 index 5fb1d2ae265280c8d3684c500c511fbad37a0959..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a38d8e753bfc3368956ec9badb7fede0a726d60099d12b0170ac72ae4e476a0 -size 1286444 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_002.wav deleted file mode 100644 index 521a72bae3dbbf29fcdedaeab492c0266ccc51d4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_003.wav deleted file mode 100644 index 12b8149b277ca379d89af73dd91ca4dc508bd30b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3078_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_001.wav deleted file mode 100644 index 38656c0f8fe17d240dd42f2b2ab21d81a77a12e0..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbdfb401f76d6b4f2a2938859dd63de03b2aec6a5ef531555a744f3d2bf6e3c -size 1286444 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_002.wav deleted file mode 100644 index c25c3621bc95a1a561b95ee184b972807dcfa643..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_003.wav deleted file mode 100644 index f9de341b4b2f42acb8436cfc5ff9217147098475..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3079_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_001.wav deleted file mode 100644 index a3b8e420d35d87e1988665619ee37b0fffa7c00c..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e10ecc25f72c1a5da4c46af3a020c981b5d10e00c017815b53f3b6697c0c9cd -size 1286444 diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_002.wav deleted file mode 100644 index 7199a515fae0b861a2505f086c36b2f33c76db4c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_003.wav deleted file mode 100644 index 94dcbdcf3bd39eeed022c5228af621ea9da1d6a6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/3080_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_001.wav deleted file mode 100644 index 57639ef84f5fd57366ee17d36f109cb7ec6b10b4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_002.wav deleted file mode 100644 index 828aa37e199dfe7d408edafb42d63b7ee2804614..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_003.wav deleted file mode 100644 index 770485f9c7b30523721fde2d381eb5b544a2d3c9..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/66_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_001.wav deleted file mode 100644 index 784842945372e08827dd9e0a9cefedb02748eb65..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_002.wav deleted file mode 100644 index 75aab0d0ccac2b55f627d4abb90aace2a84e23e8..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_003.wav deleted file mode 100644 index b681f3b86f94100449ddb22430c3d7103d94bb73..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/77_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_001.wav deleted file mode 100644 index 89cf3ab244113ecf8e1a0040e3c36ae25aee8bfb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_002.wav deleted file mode 100644 index ac361709f90cea479392a05930134b88645126bf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_003.wav deleted file mode 100644 index 57237aea2ba1d45fa905411cf0ee16de921d071b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/78_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_001.wav deleted file mode 100644 index 5faa2951c2db7afa1842064d191949740f53707d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_002.wav deleted file mode 100644 index 110da61458dc5f9297b5f083091fe6979d543465..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_003.wav deleted file mode 100644 index 4e2a004438e50b5c658b2de5a363a5603e3509dc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/79_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_001.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_001.wav deleted file mode 100644 index 6fc4a3d0b8202281d26d12534365ef58205674b0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_002.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_002.wav deleted file mode 100644 index 58a2b5f9777d393fc33430d03e2e7411009e4392..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_003.wav b/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_003.wav deleted file mode 100644 index 4f710fdbf0a8a6e334e64d190ca1bc142df300f7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/9f3ee141-26ad-437e-97bd-d22298d02ad2/voice_samples/80_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/icons/3046.png b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/icons/3046.png deleted file mode 100644 index 99885651a31e6b31332f2b7d3de3c7480b6a5f91..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/icons/3046.png and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/icons/46.png b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/icons/46.png deleted file mode 100644 index 99885651a31e6b31332f2b7d3de3c7480b6a5f91..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/icons/46.png and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/metas.json b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/policy.md b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/policy.md deleted file mode 100644 index 1e70fbe28a3eac528956e4a4cd9674a3ccca9b2b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -小夜/SAYOの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:小夜/SAYO」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://316soramegu.wixsite.com/sayo-official/guideline diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/portrait.png b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/portrait.png deleted file mode 100644 index a9063da2671927b4b4b4e9e24820a0b621ea30b1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_001.wav b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_001.wav deleted file mode 100644 index 24dee80f9c5991a003361d528aa5371065c1b57e..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bb73c00ce62c3f21456bb2c6c9815fc5e82ec5bee2ff8eed1f6ae34b85bfbec -size 1286478 diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_002.wav b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_002.wav deleted file mode 100644 index d7622a0f75f238c8d8442a57a22f469e9dcd5ddd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_003.wav b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_003.wav deleted file mode 100644 index b70d8d7661f1a1c487a4b0d3bf2d561c44f85ff6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/3046_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_001.wav b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_001.wav deleted file mode 100644 index a6175bfd95deb6a965d4add53cebe877fed45c52..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_002.wav b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_002.wav deleted file mode 100644 index 32771419579ab279fca14a05c5907eeaa6851b41..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_003.wav b/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_003.wav deleted file mode 100644 index 54b9d93b68e09751552b75e850a7561d0d32142a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/a8cc6d22-aad0-4ab8-bf1e-2f843924164a/voice_samples/46_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/3009.png b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/3009.png deleted file mode 100644 index 85e309c3711b0ec7c1586d7adb175161d8f8b2f6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/3009.png and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/3065.png b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/3065.png deleted file mode 100644 index 85e309c3711b0ec7c1586d7adb175161d8f8b2f6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/3065.png and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/6000.png b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/6000.png deleted file mode 100644 index 85e309c3711b0ec7c1586d7adb175161d8f8b2f6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/6000.png and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/65.png b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/65.png deleted file mode 100644 index 85e309c3711b0ec7c1586d7adb175161d8f8b2f6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/65.png and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/9.png b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/9.png deleted file mode 100644 index 85e309c3711b0ec7c1586d7adb175161d8f8b2f6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/icons/9.png and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/metas.json b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/metas.json deleted file mode 100644 index b40a9e09cd4cd9d94d73e1997a620166c2dbd4fa..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": {} -} diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/policy.md b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/policy.md deleted file mode 100644 index 8e64c4e207552aaa7ace74ef1a31afddb71ab5e5..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -波音リツの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:波音リツ」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -http://canon-voice.com/kiyaku.html diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/portrait.png b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/portrait.png deleted file mode 100644 index ed93260f8382c36d6e03dfe5d33303c6b026b785..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3009_001.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3009_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3009_002.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3009_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3009_003.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3009_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_001.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_001.wav deleted file mode 100644 index 24ca61fb6b6ff731718cd969b032d8f8d0c1b862..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:683866cb37f068fcc412092810def1f1334aefe81eb61e979a10dd011072c967 -size 1286444 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_002.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_002.wav deleted file mode 100644 index b2b81e741e80e41bb65e6e6127cee433fa84a1bd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_003.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_003.wav deleted file mode 100644 index 02953546eb5c8caeb51bb9fc28879c517da20351..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/3065_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/6000_001.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/6000_001.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/6000_002.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/6000_002.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/6000_003.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/6000_003.wav deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_001.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_001.wav deleted file mode 100644 index 2165c3fb1cb4b42543338e35105271f772988f6e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_002.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_002.wav deleted file mode 100644 index 8994090e499e097f0ed1fa11738a504e3fc4a378..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_003.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_003.wav deleted file mode 100644 index 019e9be03f1bbfb16c71311a71cc3637c2637014..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/65_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_001.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_001.wav deleted file mode 100644 index 532d3d6ae4693815f8eb97d8174eb8adfc001280..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_002.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_002.wav deleted file mode 100644 index e0450e1076364cfd234d43dd1c09a3f2f2a09784..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_003.wav b/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_003.wav deleted file mode 100644 index 6b7ff65b7c0db9c23d919dc535652f884cc34baa..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/b1a81618-b27b-40d2-b0ea-27a9ad408c4b/voice_samples/9_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/icons/3054.png b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/icons/3054.png deleted file mode 100644 index 8e8269dd3e5ceed90b4497c3af64eb1eb4e8c704..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/icons/3054.png and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/icons/54.png b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/icons/54.png deleted file mode 100644 index 8e8269dd3e5ceed90b4497c3af64eb1eb4e8c704..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/icons/54.png and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/metas.json b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/policy.md b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/policy.md deleted file mode 100644 index 76c51b5be18017f8dd8c1e8e925709f59921a2e0..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -春歌ナナの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:春歌ナナ」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://nanahira.jp/haruka_nana/guideline.html diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/portrait.png b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/portrait.png deleted file mode 100644 index b681795ad557f849e3b55b15261225223b60e0eb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_001.wav b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_001.wav deleted file mode 100644 index 682d4dffc0b8010760f8e9cb2206ecfee880c35a..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad19a123c5d74b79031aabf2f206942ed35ddcfb54d8dffc14310985d1b9a82a -size 1286444 diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_002.wav b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_002.wav deleted file mode 100644 index 185d67d6f006ef980e955cd00131857013797e62..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_003.wav b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_003.wav deleted file mode 100644 index 4e95cad0e8deda885b088d51833f8c40a90d5fb2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/3054_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_001.wav b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_001.wav deleted file mode 100644 index d86d9e0eede03228766bd629c860b89ca9b0af9a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_002.wav b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_002.wav deleted file mode 100644 index 3baf628f29d147aaf7fc6598baeff5df8733a9ef..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_003.wav b/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_003.wav deleted file mode 100644 index ab84415375b218aa4f4babb6105014a263ee2ec2..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/ba5d2428-f7e0-4c20-ac41-9dd56e9178b4/voice_samples/54_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/3058.png b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/3058.png deleted file mode 100644 index f51b26b16fa643899de27c5ef2a5d950949a8b1d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/3058.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/3059.png b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/3059.png deleted file mode 100644 index 203b2e2865d897158563ded2da954c64012d238a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/3059.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/58.png b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/58.png deleted file mode 100644 index f51b26b16fa643899de27c5ef2a5d950949a8b1d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/58.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/59.png b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/59.png deleted file mode 100644 index 203b2e2865d897158563ded2da954c64012d238a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/59.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/60.png b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/60.png deleted file mode 100644 index 2872da45f3fe4a26f81231a625e619e0dc464073..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/icons/60.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/metas.json b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/policy.md b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/policy.md deleted file mode 100644 index ddf1c95e2a9ecca2c83eeaed1b794b4523c97ec4..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -猫使ビィの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:猫使ビィ」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://nekotukarb.wixsite.com/nekonohako/利用規約 diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/portrait.png b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/portrait.png deleted file mode 100644 index 7a9f7089c8b90df8f71c24c8c21e9fa5e5df7d08..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_001.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_001.wav deleted file mode 100644 index 3410ee70b53372dd1e4545f5de3cfbf047db1abd..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099c99e82b5e84bebce0528f4d61f95423615cac3acb74abf17a58c4c99d5783 -size 1286444 diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_002.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_002.wav deleted file mode 100644 index 794dbb4b420c35f0b0f9afbf5cc33336e22d6502..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_003.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_003.wav deleted file mode 100644 index 68095112a80fa669eddef53bd826ae62d5fcf05c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3058_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_001.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_001.wav deleted file mode 100644 index 2a9536ccb13180f95d175ce797d7083a0720fde6..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4328dfb936b91564ed92f284868ba81e62a61a3bcf5ba268298bcc11a8c71568 -size 1286444 diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_002.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_002.wav deleted file mode 100644 index 04dadfbc6f21822583eae03090a5b2c6ff47460b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_003.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_003.wav deleted file mode 100644 index 32033e0dff8e44fcafced24b7ecc1f77aea6da32..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/3059_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_001.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_001.wav deleted file mode 100644 index 0b814219cdfb703dde60781d0fa087cbac36fbde..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_002.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_002.wav deleted file mode 100644 index 2eaeb587540df25c9478bed1ab2377edf31ee385..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_003.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_003.wav deleted file mode 100644 index d670ebe493b78600b03739214a614fbd306fc880..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/58_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_001.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_001.wav deleted file mode 100644 index b0400eebb084162bc31db47ee459d12167d18681..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_002.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_002.wav deleted file mode 100644 index 931ab4130c2fe4731e83a3e5d6f1272db5726699..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_003.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_003.wav deleted file mode 100644 index d11f8dbf709211ca30c4c3238f8c3ae9d5c030b5..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/59_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_001.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_001.wav deleted file mode 100644 index 0979aedaf132ed0bfa1f5856539baa73d9815dcf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_002.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_002.wav deleted file mode 100644 index 2260bfa1f10e68149786e375511cd9741a650e6e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_003.wav b/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_003.wav deleted file mode 100644 index 3103f054b3602dd3a1a3b7d5468c0bb6ca20c340..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c20a2254-0349-4470-9fc8-e5c0f8cf3404/voice_samples/60_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/11.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/11.png deleted file mode 100644 index e092847bceb551e577e00b2eaefeaafc2c9b2510..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/11.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3011.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3011.png deleted file mode 100644 index e092847bceb551e577e00b2eaefeaafc2c9b2510..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3011.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3039.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3039.png deleted file mode 100644 index 2f2c867e3d2756a12ce02f915419bdbcbeefc5f7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3039.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3040.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3040.png deleted file mode 100644 index 5414c1af7fc12c920c8e36ff8c037683fb610286..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3040.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3041.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3041.png deleted file mode 100644 index 249f289777cee029966f6cc1de1a0d65220918cb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/3041.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/39.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/39.png deleted file mode 100644 index 2f2c867e3d2756a12ce02f915419bdbcbeefc5f7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/39.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/40.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/40.png deleted file mode 100644 index 5414c1af7fc12c920c8e36ff8c037683fb610286..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/40.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/41.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/41.png deleted file mode 100644 index 249f289777cee029966f6cc1de1a0d65220918cb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/icons/41.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/metas.json b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/policy.md b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/policy.md deleted file mode 100644 index b7a1e9f6a762bbd9c8d4b638ce3587b706e70ea4..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -玄野武宏の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:玄野武宏」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://virvoxproject.wixsite.com/official/voicevoxの利用規約 diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/portrait.png b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/portrait.png deleted file mode 100644 index c31418f0a118ad99c26ba973edbf20a53b313ff4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_001.wav deleted file mode 100644 index 0e78fb769d01a0f9fac7010e7c525e2ce5bc0f7e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_002.wav deleted file mode 100644 index ed6e4d71bb3708f2f0b344cf1e48f3da2e13dc08..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_003.wav deleted file mode 100644 index 72e5982c346f03aa0de588b13f1d137ef00df624..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/11_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_001.wav deleted file mode 100644 index c46763f754099ba260f127d094ff7069ee131f16..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38c4438f2c73ded56b0abe8e6d9aa22663dfea96492006f10582d393f770807b -size 1286444 diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_002.wav deleted file mode 100644 index 6980e31a2d838277c2beda29aebdcb642823badf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_003.wav deleted file mode 100644 index c3d6f992915078ce34a0f8b0dda24d7b9c780c48..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3011_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_001.wav deleted file mode 100644 index bf59683f6f812252c542c87b9c9ba1664faa3864..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55525306c558b20d0c81fe3d676ded6d5466f7f049500f262579219495ae73b8 -size 1286444 diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_002.wav deleted file mode 100644 index 2e100b2dcf3041ecd7726d0dd1bdabd9f265fc74..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_003.wav deleted file mode 100644 index 165affcd9ae03cb210fcca8f73d2defc2b0580df..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3039_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_001.wav deleted file mode 100644 index ab45399e0b57f3cf601377490e4450bc1f0e163e..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a649974562da5073bf4aa61436a86240df1fad2a750eeeb312c3a13a1abddc76 -size 1286444 diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_002.wav deleted file mode 100644 index 3c5f0c56a4bb9ee597b8a67842305791e60fa449..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_003.wav deleted file mode 100644 index 04bf77222520fb5593edf0ead30ded405a85bd2a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3040_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_001.wav deleted file mode 100644 index 74182326d494c01401df538e263b7dc1ef9c4260..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3efc2b205907e1887bb8886e2918d23ede0c6e2df48d92e972d1d5c55e221e7 -size 1286444 diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_002.wav deleted file mode 100644 index dced5cc04ab986d8fd5605280d2814982747cd6d..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_003.wav deleted file mode 100644 index e932e3c0236cae797deb726be2d3fd5ee24aade4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/3041_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_001.wav deleted file mode 100644 index f7200710e7d8f674be69225af16206a14283faf6..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_002.wav deleted file mode 100644 index c05f8aa0639c929008a536a81c4cd04daf19ad20..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_003.wav deleted file mode 100644 index 3df1902fab50f9c733eac978d671b0586466de41..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/39_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_001.wav deleted file mode 100644 index 1a75bcd7cd2ac062abf3db28f89bdcd1fa6f250b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_002.wav deleted file mode 100644 index 8ad23ddd6ce55af590deacdad91cea18219c2deb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_003.wav deleted file mode 100644 index a319f542172210ad321eea1fdb1c562e1f2e3adb..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/40_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_001.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_001.wav deleted file mode 100644 index d8c14c3d456049b071237f3b955eb197df721523..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_002.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_002.wav deleted file mode 100644 index 9ddd222833d4467e1bfedc554532b475e07a188b..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_003.wav b/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_003.wav deleted file mode 100644 index 2b533b27a3784ca456adc238404d7f86636ae392..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/c30dc15a-0992-4f8d-8bb8-ad3b314e6a6f/voice_samples/41_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/icons/3068.png b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/icons/3068.png deleted file mode 100644 index f4ba5adee86661bc92c11b07551c9bb3227e5400..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/icons/3068.png and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/icons/68.png b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/icons/68.png deleted file mode 100644 index f4ba5adee86661bc92c11b07551c9bb3227e5400..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/icons/68.png and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/metas.json b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/metas.json deleted file mode 100644 index a24536ca25900b8cb77a1d947c65b1d6fef7b60d..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/metas.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "supported_features": { - "permitted_synthesis_morphing": "ALL" - } -} \ No newline at end of file diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/policy.md b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/policy.md deleted file mode 100644 index 301f40233d496b9ade4699162215c9793a35acbf..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -あいえるたんの音声ライブラリを用いて生成した音声は、 -「VOICEVOX:あいえるたん」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://www.infiniteloop.co.jp/special/iltan/terms/ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/portrait.png b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/portrait.png deleted file mode 100644 index ab972679e6fa58bd6c9dac5b7d9bd1ea334be952..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_001.wav b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_001.wav deleted file mode 100644 index 96e70ed10adef6c487cda95104bb9d02407ebe61..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e734f4da8500eba50d4860d6a7f2124cd98a10da01e8fceda6d713343b795bec -size 1286444 diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_002.wav b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_002.wav deleted file mode 100644 index fad3bbef311a5efc3e69036d646a1fcbedb46c14..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_003.wav b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_003.wav deleted file mode 100644 index 981297119f6862e52e63a0eb88df002bf62ae507..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/3068_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_001.wav b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_001.wav deleted file mode 100644 index a5fb68f577cffbd5c0f8a2d7336b99b01e133ba7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_002.wav b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_002.wav deleted file mode 100644 index f8da5f600a608a41917ac68bdd524a2e291b3080..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_003.wav b/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_003.wav deleted file mode 100644 index f0bb08a13436d3e619b42736d6353cbdfc0e62d7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/dda44ade-5f9c-4a3a-9d2c-2a976c7476d9/voice_samples/68_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/12.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/12.png deleted file mode 100644 index 13ca66c19752a64ac16940968b5ee7a03e70494f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/12.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3012.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3012.png deleted file mode 100644 index 13ca66c19752a64ac16940968b5ee7a03e70494f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3012.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3032.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3032.png deleted file mode 100644 index 7f4ec3b7c09240c63bef93ab0d68a85c219a0233..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3032.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3033.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3033.png deleted file mode 100644 index ccdb93dbf845a10fbf8e610bbed1e665e5ea789e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3033.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3034.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3034.png deleted file mode 100644 index de5faea5924e6e6ce640fca385d55126de90f38c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3034.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3035.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3035.png deleted file mode 100644 index b7caac99fd60c2f15b7e847d612697c81f47959f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/3035.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/32.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/32.png deleted file mode 100644 index 7f4ec3b7c09240c63bef93ab0d68a85c219a0233..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/32.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/33.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/33.png deleted file mode 100644 index ccdb93dbf845a10fbf8e610bbed1e665e5ea789e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/33.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/34.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/34.png deleted file mode 100644 index de5faea5924e6e6ce640fca385d55126de90f38c..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/34.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/35.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/35.png deleted file mode 100644 index b7caac99fd60c2f15b7e847d612697c81f47959f..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/icons/35.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/metas.json b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/metas.json deleted file mode 100644 index 218fe4c1f710f9c31f7825b11fa259acf5a9758b..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/metas.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "supported_features": { "permitted_synthesis_morphing": "ALL" } -} diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/policy.md b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/policy.md deleted file mode 100644 index a411cd6adc07cd957ce3a0b7b0cfe2710a3ca3c9..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/policy.md +++ /dev/null @@ -1,5 +0,0 @@ -白上虎太郎の音声ライブラリを用いて生成した音声は、 -「VOICEVOX:白上虎太郎」とクレジットを記載すれば、商用・非商用で利用可能です。 - -利用規約の詳細は以下をご確認ください。 -https://virvoxproject.wixsite.com/official/voicevoxの利用規約 diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/portrait.png b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/portrait.png deleted file mode 100644 index c2a020e0cfe9f236dd61bd338b12f70f92deda65..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/portrait.png and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_001.wav deleted file mode 100644 index a5e31c5af3ab4a20e8140ad5779d89afc9df47ea..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_002.wav deleted file mode 100644 index 675a51c019483e01557f5c115402fb6a5950a31a..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_003.wav deleted file mode 100644 index b3c815d13277752d227efcfbe3116761d91a4900..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/12_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_001.wav deleted file mode 100644 index 5263e3312cb7883d352a70dfea0322f20f0d2425..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1379cb38a551b98d29d555c776dc3868e8e36d75e02714faf2b75b8b21076d -size 1286444 diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_002.wav deleted file mode 100644 index 090e673246b126390c9ce0250b6d601d720e2ec1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_003.wav deleted file mode 100644 index 33189d0cbd849450b5c5397c4b2152598cbb77de..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3012_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_001.wav deleted file mode 100644 index d3fb9fff27a7b29f977b35a5c136f6e7d3371b73..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c600a77b78fb9dc2a7bcbc179e2a0654c1689393759c6ae31d29274f10aa73d7 -size 1286444 diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_002.wav deleted file mode 100644 index 485c11d376f03d6aedd3b34133d8cfcf896b6667..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_003.wav deleted file mode 100644 index c07508d32f406fd5ff83bd3dcee1d9f07f271a87..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3032_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_001.wav deleted file mode 100644 index 42159207c2f265ca904a01376e8913ee7fc07423..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00c9e9d446a09687536bb32391b473e9f1794d50e359c0715cbecee3e75558ff -size 1286444 diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_002.wav deleted file mode 100644 index 7e9a789ea3d05b1dd3fb33a9b85d2de2f94351fe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_003.wav deleted file mode 100644 index 38ae04836dc2b3f7d1589e7b44626530b3567d58..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3033_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_001.wav deleted file mode 100644 index f7392998e7901c0fbbbfa930347ccfa9a90983f7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efe6d4a986bc07ff7ad711b1e8f65fad1fa750276ac34feb879fefcbd69ddd23 -size 1286444 diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_002.wav deleted file mode 100644 index 75abfd8f612699bd6ded7308fb8c95f449d25fe1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_003.wav deleted file mode 100644 index e0bce1b14a47e7e9d7a01e8d6ea6ff902f39b6cc..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3034_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_001.wav deleted file mode 100644 index d952022fb2ffba0e32ae83a36ba99f6d8c248fa7..0000000000000000000000000000000000000000 --- a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_001.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d31a12f15f4dac4bf7ba6cfbd6b8ea21c9224f6fb175c9c19e9fef98337ebf6 -size 1286444 diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_002.wav deleted file mode 100644 index cc41592d5de47760f353530e5fc837e56ff879a4..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_003.wav deleted file mode 100644 index 37fa2cd49076f7b84a02077408aa1571d5dd65dd..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/3035_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_001.wav deleted file mode 100644 index 8b27436d8307b5b5ed688f50cc6ddeea4cf48ae1..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_002.wav deleted file mode 100644 index 52bf72a9427b8feae6f6ed943bbb94cbf8f42460..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_003.wav deleted file mode 100644 index a17f9b0d16497cb6bf237ff2d8eda3d027bea679..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/32_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_001.wav deleted file mode 100644 index 7270ac7793417753c4009099a7df0012ba4b8d68..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_002.wav deleted file mode 100644 index aab7be8929117b73f7d9618bab4f3ec98d824fb7..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_003.wav deleted file mode 100644 index 1a38e5d0775709e414931b44732d537ead52331e..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/33_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_001.wav deleted file mode 100644 index 6efcddd5a0a38765bdf138d751ef8f8838ded404..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_002.wav deleted file mode 100644 index ee480646f3cf263b42e8e14d8d5dde3029c50571..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_003.wav deleted file mode 100644 index 058c913c1a62d1c84d3796610a9a8264156ee0a0..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/34_003.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_001.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_001.wav deleted file mode 100644 index 3f79b485431d05e227defb328c700827cb918adf..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_001.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_002.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_002.wav deleted file mode 100644 index 4b6d0b2d322fb61a932f62b13f0291d868c78fbe..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_002.wav and /dev/null differ diff --git a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_003.wav b/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_003.wav deleted file mode 100644 index 5658843e0d7f8c83fd4a2593b21f3fab33a10569..0000000000000000000000000000000000000000 Binary files a/linux-cpu/speaker_info/e5020595-5c5d-4e87-b849-270a518d0dcf/voice_samples/35_003.wav and /dev/null differ diff --git a/linux-cpu/ui_template/ui.html b/linux-cpu/ui_template/ui.html deleted file mode 100644 index b65526e4c9d2c8f38d4c9347a1fad2aa8deaf322..0000000000000000000000000000000000000000 --- a/linux-cpu/ui_template/ui.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - - - VOICEVOX Engine 設定 - - - - - - - -
-

読み込み中です。表示には数秒かかることがあります。

-
- - - - - - - diff --git a/linux-cpu/yaml/_yaml.cpython-311-x86_64-linux-gnu.so b/linux-cpu/yaml/_yaml.cpython-311-x86_64-linux-gnu.so deleted file mode 100644 index fc5ab198d259aa6cea49cf5f3b1cfe1bb034b0b6..0000000000000000000000000000000000000000 --- a/linux-cpu/yaml/_yaml.cpython-311-x86_64-linux-gnu.so +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ce7610e36708f582cad53ac288e5e9113806101476ef0b1f75c861f8291f49 -size 2504120