diff --git a/.vscode/settings.json b/.vscode/settings.json index 3395f415ab047ea9ac4e9b0df8e4510557981f9d..8b9ca6cd07b1db1d896614a7fdbd7624c9f70954 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,6 @@ } }, "files.associations": { - "OSSREADME.json": "jsonc", "cglicenses.json": "jsonc" }, "search.exclude": { @@ -50,4 +49,4 @@ "fileMatch": [ "cglicenses.json" ], "url": "./.vscode/cglicenses.schema.json" }] -} \ No newline at end of file +} diff --git a/OSSREADME.json b/OSSREADME.json deleted file mode 100644 index 0f988151200ec1c650e68280e9e6fc06f339701d..0000000000000000000000000000000000000000 --- a/OSSREADME.json +++ /dev/null @@ -1,1336 +0,0 @@ -// Listing in here platform dependencies that come in at build time -[ -{ - "name": "chromium", - "version": "61.0.3163.100", - "repositoryURL": "http://www.chromium.org/Home", - "licenseDetail": [ - "BSD License", - "", - "Copyright 2015 The Chromium Authors. 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 Google Inc. 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 HOLDER 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." - ], - "isProd": true -}, -{ - "name": "libchromiumcontent", - "version": "61.0.3163.100", - "license": "MIT", - "repositoryURL": "https://github.com/electron/libchromiumcontent", - "isProd": true -}, -{ - "name": "nodejs", - "version": "8.9.3", - "repositoryURL": "https://github.com/nodejs/node", - "isProd": true -}, -{ - "name": "electron", - "version": "2.0.12", - "license": "MIT", - "repositoryURL": "https://github.com/electron/electron", - "isProd": true -}, -{ - "name": "inno setup", - "version": "5.5.6", - "repositoryURL": "https://github.com/jrsoftware/issrc", - "isProd": true -}, -{ - "name": "spdlog original", - "version": "0.14.0", - "repositoryURL": "https://github.com/gabime/spdlog", - "license": "MIT", - "isProd": true -}, - -// -------------------------------------------------------------------------------------- -// -------------------------------------------------------------------------------------- -// ONLY LICENSE TEXT AFTER THIS MARKER -// Each license entry should contain precisely the following fields: -// "isLicense": true -// "name": string -// "licenseDetail": string[] -// Furthermore, each license entry should contain a clear reason for existance. - -{ - // Reason: Added here because the repo at https://github.com/paulmillr/async-each - // does not include a LICENSE file that can be machine processed. - "isLicense": true, - "name": "async-each", - "licenseDetail": [ - "The MIT License (MIT)", - "", - "Copyright (c) 2016 Paul Miller [(paulmillr.com)](http://paulmillr.com)", - "", - "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." - ] -}, -{ - // Reason: The license at https://github.com/aadsm/jschardet/blob/master/LICENSE - // does not include a clear Copyright statement and does not credit authors. - "isLicense": true, - "name": "jschardet", - "licenseDetail": [ - "Chardet was originally ported from C++ by Mark Pilgrim. It is now maintained", - " by Dan Blanchard and Ian Cordasco, and was formerly maintained by Erik Rose.", - " JSChardet was ported from python to JavaScript by António Afonso ", - " (https://github.com/aadsm/jschardet) and transformed into an npm package by ", - "Markus Ast (https://github.com/brainafk)", - "", - "GNU LESSER GENERAL PUBLIC LICENSE", - "\t\t Version 2.1, February 1999", - "", - " Copyright (C) 1991,", - "1999 Free Software Foundation, Inc.", - " 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 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.", - "]", - "", - "\t\t\t 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.", - "", - "\t\t 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.", - "", - "\t\t\t 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.", - "", - "\t\t 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.,", - "51 Franklin St, Fifth Floor, Boston, MA 02110-1301 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!" - ] -}, -{ - // Added here because the module `parse5` has a dependency to it. - // The module `parse5` is shipped via the `extension-editing` built-in extension. - // The module `parse5` does not want to remove it https://github.com/inikulin/parse5/issues/225 - "isLicense": true, - "name": "@types/node", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "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." - ] -}, -{ - // We override the license that gets discovered at - // https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt - // because it does not contain a Copyright statement - "isLicense": true, - "name": "typescript", - "licenseDetail": [ - "Copyright (c) Microsoft Corporation. All rights reserved.", - "", - "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:", - "", - "You must give any other recipients of the Work or Derivative Works a copy of this License; and", - "", - "You must cause any modified files to carry prominent notices stating that You changed the files; and", - "", - "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", - "", - "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" - ] -}, -{ - "isLicense": true, - "name": "@types/source-map", - "repositoryURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", - "license": "MIT", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "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." - ] -}, -{ - "isLicense": true, - "name": "markdown-it-named-headers", - "licenseDetail": [ - "Copyright (c) markdown-it-named-headers authors", - "", - "This is free and unencumbered software released into the public domain.", - "", - "Anyone is free to copy, modify, publish, use, compile, sell, or", - "distribute this software, either in source code form or as a compiled", - "binary, for any purpose, commercial or non-commercial, and by any", - "means.", - "", - "In jurisdictions that recognize copyright laws, the author or authors", - "of this software dedicate any and all copyright interest in the", - "software to the public domain. We make this dedication for the benefit", - "of the public at large and to the detriment of our heirs and", - "successors. We intend this dedication to be an overt act of", - "relinquishment in perpetuity of all present and future rights to this", - "software under copyright law.", - "", - "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 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.", - "", - "For more information, please refer to " - ] -}, -{ - "isLicense": true, - "name": "uc.micro", - "licenseDetail": [ - " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE", - " Version 2, December 2004", - "", - " Copyright (C) 2004 Sam Hocevar ", - "", - " Everyone is permitted to copy and distribute verbatim or modified", - " copies of this license document, and changing it is allowed as long", - " as the name is changed.", - "", - " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE", - " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION", - "", - " 0. You just DO WHAT THE FUCK YOU WANT TO." - ] -}, -{ - "name": "mdn-data", - "version": "1.1.12", - "repositoryURL": "https://github.com/mdn/data", - "license": "MPL", - "licenseDetail": [ - "Mozilla Public License Version 2.0", - "", - "Copyright (c) 2018 Mozilla Corporation", - "", - "==================================", - "", - "1. Definitions", - "--------------", - "", - "1.1. \"Contributor\"", - " means each individual or legal entity that creates, contributes to", - " the creation of, or owns Covered Software.", - "", - "1.2. \"Contributor Version\"", - " means the combination of the Contributions of others (if any) used", - " by a Contributor and that particular Contributor's Contribution.", - "", - "1.3. \"Contribution\"", - " means Covered Software of a particular Contributor.", - "", - "1.4. \"Covered Software\"", - " means Source Code Form to which the initial Contributor has attached", - " the notice in Exhibit A, the Executable Form of such Source Code", - " Form, and Modifications of such Source Code Form, in each case", - " including portions thereof.", - "", - "1.5. \"Incompatible With Secondary Licenses\"", - " means", - "", - " (a) that the initial Contributor has attached the notice described", - " in Exhibit B to the Covered Software; or", - "", - " (b) that the Covered Software was made available under the terms of", - " version 1.1 or earlier of the License, but not also under the", - " terms of a Secondary License.", - "", - "1.6. \"Executable Form\"", - " means any form of the work other than Source Code Form.", - "", - "1.7. \"Larger Work\"", - " means a work that combines Covered Software with other material, in", - " a separate file or files, that is not Covered Software.", - "", - "1.8. \"License\"", - " means this document.", - "", - "1.9. \"Licensable\"", - " means having the right to grant, to the maximum extent possible,", - " whether at the time of the initial grant or subsequently, any and", - " all of the rights conveyed by this License.", - "", - "1.10. \"Modifications\"", - " means any of the following:", - "", - " (a) any file in Source Code Form that results from an addition to,", - " deletion from, or modification of the contents of Covered", - " Software; or", - "", - " (b) any new file in Source Code Form that contains any Covered", - " Software.", - "", - "1.11. \"Patent Claims\" of a Contributor", - " means any patent claim(s), including without limitation, method,", - " process, and apparatus claims, in any patent Licensable by such", - " Contributor that would be infringed, but for the grant of the", - " License, by the making, using, selling, offering for sale, having", - " made, import, or transfer of either its Contributions or its", - " Contributor Version.", - "", - "1.12. \"Secondary License\"", - " means either the GNU General Public License, Version 2.0, the GNU", - " Lesser General Public License, Version 2.1, the GNU Affero General", - " Public License, Version 3.0, or any later versions of those", - " licenses.", - "", - "1.13. \"Source Code Form\"", - " means the form of the work preferred for making modifications.", - "", - "1.14. \"You\" (or \"Your\")", - " means an individual or a legal entity exercising rights under this", - " License. For legal entities, \"You\" includes any entity that", - " controls, is controlled by, or is under common control with You. For", - " purposes of this definition, \"control\" means (a) the power, direct", - " or indirect, to cause the direction or management of such entity,", - " whether by contract or otherwise, or (b) ownership of more than", - " fifty percent (50%) of the outstanding shares or beneficial", - " ownership of such entity.", - "", - "2. License Grants and Conditions", - "--------------------------------", - "", - "2.1. Grants", - "", - "Each Contributor hereby grants You a world-wide, royalty-free,", - "non-exclusive license:", - "", - "(a) under intellectual property rights (other than patent or trademark)", - " Licensable by such Contributor to use, reproduce, make available,", - " modify, display, perform, distribute, and otherwise exploit its", - " Contributions, either on an unmodified basis, with Modifications, or", - " as part of a Larger Work; and", - "", - "(b) under Patent Claims of such Contributor to make, use, sell, offer", - " for sale, have made, import, and otherwise transfer either its", - " Contributions or its Contributor Version.", - "", - "2.2. Effective Date", - "", - "The licenses granted in Section 2.1 with respect to any Contribution", - "become effective for each Contribution on the date the Contributor first", - "distributes such Contribution.", - "", - "2.3. Limitations on Grant Scope", - "", - "The licenses granted in this Section 2 are the only rights granted under", - "this License. No additional rights or licenses will be implied from the", - "distribution or licensing of Covered Software under this License.", - "Notwithstanding Section 2.1(b) above, no patent license is granted by a", - "Contributor:", - "", - "(a) for any code that a Contributor has removed from Covered Software;", - " or", - "", - "(b) for infringements caused by: (i) Your and any other third party's", - " modifications of Covered Software, or (ii) the combination of its", - " Contributions with other software (except as part of its Contributor", - " Version); or", - "", - "(c) under Patent Claims infringed by Covered Software in the absence of", - " its Contributions.", - "", - "This License does not grant any rights in the trademarks, service marks,", - "or logos of any Contributor (except as may be necessary to comply with", - "the notice requirements in Section 3.4).", - "", - "2.4. Subsequent Licenses", - "", - "No Contributor makes additional grants as a result of Your choice to", - "distribute the Covered Software under a subsequent version of this", - "License (see Section 10.2) or under the terms of a Secondary License (if", - "permitted under the terms of Section 3.3).", - "", - "2.5. Representation", - "", - "Each Contributor represents that the Contributor believes its", - "Contributions are its original creation(s) or it has sufficient rights", - "to grant the rights to its Contributions conveyed by this License.", - "", - "2.6. Fair Use", - "", - "This License is not intended to limit any rights You have under", - "applicable copyright doctrines of fair use, fair dealing, or other", - "equivalents.", - "", - "2.7. Conditions", - "", - "Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted", - "in Section 2.1.", - "", - "3. Responsibilities", - "-------------------", - "", - "3.1. Distribution of Source Form", - "", - "All distribution of Covered Software in Source Code Form, including any", - "Modifications that You create or to which You contribute, must be under", - "the terms of this License. You must inform recipients that the Source", - "Code Form of the Covered Software is governed by the terms of this", - "License, and how they can obtain a copy of this License. You may not", - "attempt to alter or restrict the recipients' rights in the Source Code", - "Form.", - "", - "3.2. Distribution of Executable Form", - "", - "If You distribute Covered Software in Executable Form then:", - "", - "(a) such Covered Software must also be made available in Source Code", - " Form, as described in Section 3.1, and You must inform recipients of", - " the Executable Form how they can obtain a copy of such Source Code", - " Form by reasonable means in a timely manner, at a charge no more", - " than the cost of distribution to the recipient; and", - "", - "(b) You may distribute such Executable Form under the terms of this", - " License, or sublicense it under different terms, provided that the", - " license for the Executable Form does not attempt to limit or alter", - " the recipients' rights in the Source Code Form under this License.", - "", - "3.3. Distribution of a Larger Work", - "", - "You may create and distribute a Larger Work under terms of Your choice,", - "provided that You also comply with the requirements of this License for", - "the Covered Software. If the Larger Work is a combination of Covered", - "Software with a work governed by one or more Secondary Licenses, and the", - "Covered Software is not Incompatible With Secondary Licenses, this", - "License permits You to additionally distribute such Covered Software", - "under the terms of such Secondary License(s), so that the recipient of", - "the Larger Work may, at their option, further distribute the Covered", - "Software under the terms of either this License or such Secondary", - "License(s).", - "", - "3.4. Notices", - "", - "You may not remove or alter the substance of any license notices", - "(including copyright notices, patent notices, disclaimers of warranty,", - "or limitations of liability) contained within the Source Code Form of", - "the Covered Software, except that You may alter any license notices to", - "the extent required to remedy known factual inaccuracies.", - "", - "3.5. Application of Additional Terms", - "", - "You may choose to offer, and to charge a fee for, warranty, support,", - "indemnity or liability obligations to one or more recipients of Covered", - "Software. However, You may do so only on Your own behalf, and not on", - "behalf of any Contributor. You must make it absolutely clear that any", - "such warranty, support, indemnity, or liability obligation is offered by", - "You alone, and You hereby agree to indemnify every Contributor for any", - "liability incurred by such Contributor as a result of warranty, support,", - "indemnity or liability terms You offer. You may include additional", - "disclaimers of warranty and limitations of liability specific to any", - "jurisdiction.", - "", - "4. Inability to Comply Due to Statute or Regulation", - "---------------------------------------------------", - "", - "If it is impossible for You to comply with any of the terms of this", - "License with respect to some or all of the Covered Software due to", - "statute, judicial order, or regulation then You must: (a) comply with", - "the terms of this License to the maximum extent possible; and (b)", - "describe the limitations and the code they affect. Such description must", - "be placed in a text file included with all distributions of the Covered", - "Software under this License. Except to the extent prohibited by statute", - "or regulation, such description must be sufficiently detailed for a", - "recipient of ordinary skill to be able to understand it.", - "", - "5. Termination", - "--------------", - "", - "5.1. The rights granted under this License will terminate automatically", - "if You fail to comply with any of its terms. However, if You become", - "compliant, then the rights granted under this License from a particular", - "Contributor are reinstated (a) provisionally, unless and until such", - "Contributor explicitly and finally terminates Your grants, and (b) on an", - "ongoing basis, if such Contributor fails to notify You of the", - "non-compliance by some reasonable means prior to 60 days after You have", - "come back into compliance. Moreover, Your grants from a particular", - "Contributor are reinstated on an ongoing basis if such Contributor", - "notifies You of the non-compliance by some reasonable means, this is the", - "first time You have received notice of non-compliance with this License", - "from such Contributor, and You become compliant prior to 30 days after", - "Your receipt of the notice.", - "", - "5.2. If You initiate litigation against any entity by asserting a patent", - "infringement claim (excluding declaratory judgment actions,", - "counter-claims, and cross-claims) alleging that a Contributor Version", - "directly or indirectly infringes any patent, then the rights granted to", - "You by any and all Contributors for the Covered Software under Section", - "2.1 of this License shall terminate.", - "", - "5.3. In the event of termination under Sections 5.1 or 5.2 above, all", - "end user license agreements (excluding distributors and resellers) which", - "have been validly granted by You or Your distributors under this License", - "prior to termination shall survive termination.", - "", - "************************************************************************", - "* *", - "* 6. Disclaimer of Warranty *", - "* ------------------------- *", - "* *", - "* Covered Software is provided under this License on an \"as is\" *", - "* basis, without warranty of any kind, either expressed, implied, or *", - "* statutory, including, without limitation, warranties that the *", - "* Covered Software is free of defects, merchantable, fit for a *", - "* particular purpose or non-infringing. The entire risk as to the *", - "* quality and performance of the Covered Software is with You. *", - "* Should any Covered Software prove defective in any respect, You *", - "* (not any Contributor) assume the cost of any necessary servicing, *", - "* repair, or correction. This disclaimer of warranty constitutes an *", - "* essential part of this License. No use of any Covered Software is *", - "* authorized under this License except under this disclaimer. *", - "* *", - "************************************************************************", - "", - "************************************************************************", - "* *", - "* 7. Limitation of Liability *", - "* -------------------------- *", - "* *", - "* Under no circumstances and under no legal theory, whether tort *", - "* (including negligence), contract, or otherwise, shall any *", - "* Contributor, or anyone who distributes Covered Software as *", - "* permitted above, be liable to You for any direct, indirect, *", - "* special, incidental, or consequential damages of any character *", - "* including, without limitation, damages for lost profits, loss of *", - "* goodwill, work stoppage, computer failure or malfunction, or any *", - "* and all other commercial damages or losses, even if such party *", - "* shall have been informed of the possibility of such damages. This *", - "* limitation of liability shall not apply to liability for death or *", - "* personal injury resulting from such party's negligence to the *", - "* extent applicable law prohibits such limitation. Some *", - "* jurisdictions do not allow the exclusion or limitation of *", - "* incidental or consequential damages, so this exclusion and *", - "* limitation may not apply to You. *", - "* *", - "************************************************************************", - "", - "8. Litigation", - "-------------", - "", - "Any litigation relating to this License may be brought only in the", - "courts of a jurisdiction where the defendant maintains its principal", - "place of business and such litigation shall be governed by laws of that", - "jurisdiction, without reference to its conflict-of-law provisions.", - "Nothing in this Section shall prevent a party's ability to bring", - "cross-claims or counter-claims.", - "", - "9. Miscellaneous", - "----------------", - "", - "This License represents the complete agreement concerning the subject", - "matter hereof. If any provision of this License is held to be", - "unenforceable, such provision shall be reformed only to the extent", - "necessary to make it enforceable. Any law or regulation which provides", - "that the language of a contract shall be construed against the drafter", - "shall not be used to construe this License against a Contributor.", - "", - "10. Versions of the License", - "---------------------------", - "", - "10.1. New Versions", - "", - "Mozilla Foundation is the license steward. Except as provided in Section", - "10.3, no one other than the license steward has the right to modify or", - "publish new versions of this License. Each version will be given a", - "distinguishing version number.", - "", - "10.2. Effect of New Versions", - "", - "You may distribute the Covered Software under the terms of the version", - "of the License under which You originally received the Covered Software,", - "or under the terms of any subsequent version published by the license", - "steward.", - "", - "10.3. Modified Versions", - "", - "If you create software not governed by this License, and you want to", - "create a new license for such software, you may create and use a", - "modified version of this License if you rename the license and remove", - "any references to the name of the license steward (except to note that", - "such modified license differs from this License).", - "", - "10.4. Distributing Source Code Form that is Incompatible With Secondary", - "Licenses", - "", - "If You choose to distribute Source Code Form that is Incompatible With", - "Secondary Licenses under the terms of this version of the License, the", - "notice described in Exhibit B of this License must be attached.", - "", - "Exhibit A - Source Code Form License Notice", - "-------------------------------------------", - "", - " This Source Code Form is subject to the terms of the Mozilla Public", - " License, v. 2.0. If a copy of the MPL was not distributed with this", - " file, You can obtain one at http://mozilla.org/MPL/2.0/.", - "", - "If it is not possible or desirable to put the notice in a particular", - "file, then You may include the notice in a location (such as a LICENSE", - "file in a relevant directory) where a recipient would be likely to look", - "for such a notice.", - "", - "You may add additional accurate notices of copyright ownership.", - "", - "Exhibit B - \"Incompatible With Secondary Licenses\" Notice", - "---------------------------------------------------------", - "", - " This Source Code Form is \"Incompatible With Secondary Licenses\", as", - " defined by the Mozilla Public License, v. 2.0." - ] -}, -{ - "isLicense": true, - "name": "devtools-protocol", - "licenseDetail": [ - " Copyright 2015 The Chromium Authors. 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 Google Inc. 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." - ] -}, -{ - "isLicense": true, - "name": "buffer-alloc", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "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." - ] -}, -{ - "isLicense": true, - "name": "expand-template", - "licenseDetail": [ - " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE", - " Version 2, December 2004", - "", - " Copyright (C) 2004 Sam Hocevar ", - "", - " Everyone is permitted to copy and distribute verbatim or modified", - " copies of this license document, and changing it is allowed as long", - " as the name is changed.", - "", - " DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE", - " TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION", - "", - " 0. You just DO WHAT THE FUCK YOU WANT TO." - ] -}, -{ - "isLicense": true, - "name": "tunnel-agent", - "licenseDetail": [ - "Copyright (c) tunnel-agent authors", - "", - "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:", - "", - "You must give any other recipients of the Work or Derivative Works a copy of this License; and", - "", - "You must cause any modified files to carry prominent notices stating that You changed the files; and", - "", - "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", - "", - "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" - ] -}, -{ - "isLicense": true, - "name": "noop-logger", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "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." - ] -}, -{ - "isLicense": true, - "name": "buffer-alloc-unsafe", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "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." - ] -}, -{ - "isLicense": true, - "name": "buffer-fill", - "licenseDetail": [ - "This project is licensed under the MIT license.", - "Copyrights are respective of each contributor listed at the beginning of each definition file.", - "", - "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/build/lib/typings/OSSREADME.json b/build/lib/typings/OSSREADME.json deleted file mode 100644 index cdb8c7f511223d375e7c9f4b128d4b2d88818df1..0000000000000000000000000000000000000000 --- a/build/lib/typings/OSSREADME.json +++ /dev/null @@ -1,10 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -// All OSS in this folder is development time only -[{ - "name": "definitelytyped", - "repositoryURL": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "license": "MIT", - "isDev": true -} -] \ No newline at end of file diff --git a/extensions/OSSREADME.json b/extensions/OSSREADME.json deleted file mode 100644 index 518d360d23264b6e3dfe9e68e808cf9d580b6401..0000000000000000000000000000000000000000 --- a/extensions/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -[{ - "name": "typescript", - "version": "2.6.2", - "license": "Apache-2.0", - "repositoryURL": "https://github.com/Microsoft/TypeScript", - "isProd": true -}] diff --git a/extensions/bat/.vscodeignore b/extensions/bat/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/bat/.vscodeignore +++ b/extensions/bat/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/bat/OSSREADME.json b/extensions/bat/OSSREADME.json deleted file mode 100644 index 58abee75f9971980bbccb22651ce15b479cfb976..0000000000000000000000000000000000000000 --- a/extensions/bat/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "mmims/language-batchfile", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/mmims/language-batchfile" -}] diff --git a/extensions/clojure/.vscodeignore b/extensions/clojure/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/clojure/.vscodeignore +++ b/extensions/clojure/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/clojure/OSSREADME.json b/extensions/clojure/OSSREADME.json deleted file mode 100644 index 61cc0b52b0d9ff3e795218453efe3b6b1c668598..0000000000000000000000000000000000000000 --- a/extensions/clojure/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "atom/language-clojure", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-clojure", - "description": "The file syntaxes/clojure.tmLanguage.json was derived from the Atom package https://github.com/atom/language-clojure which was originally converted from the TextMate bundle https://github.com/mmcgrana/textmate-clojure." -}] diff --git a/extensions/coffeescript/.vscodeignore b/extensions/coffeescript/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/coffeescript/.vscodeignore +++ b/extensions/coffeescript/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/coffeescript/OSSREADME.json b/extensions/coffeescript/OSSREADME.json deleted file mode 100644 index 92bff23d04d1c2661cbe91f422776472345a959a..0000000000000000000000000000000000000000 --- a/extensions/coffeescript/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "atom/language-coffee-script", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-coffee-script", - "description": "The file syntaxes/coffeescript.tmLanguage.json was derived from the Atom package https://github.com/atom/language-coffee-script which was originally converted from the TextMate bundle https://github.com/jashkenas/coffee-script-tmbundle." - -}] diff --git a/extensions/cpp/.vscodeignore b/extensions/cpp/.vscodeignore index d41e74d1688445993637ef772d4ae4ca8e1d46a7..d42f161c7107bf9d82bb6f12bf380ae8d0b08dd3 100644 --- a/extensions/cpp/.vscodeignore +++ b/extensions/cpp/.vscodeignore @@ -1,3 +1,3 @@ build/** test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/cpp/OSSREADME.json b/extensions/cpp/OSSREADME.json deleted file mode 100644 index 5137487d2ed0342a200982f93a1d47f54ad2f62a..0000000000000000000000000000000000000000 --- a/extensions/cpp/OSSREADME.json +++ /dev/null @@ -1,31 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "atom/language-c", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-c", - "description": "The files syntaxes/c.json and syntaxes/c++.json were derived from the Atom package https://atom.io/packages/language-c which was originally converted from the C TextMate bundle https://github.com/textmate/c.tmbundle." - }, - { - "name": "textmate/c.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/c.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-c.tmbundle authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] - } -] \ No newline at end of file diff --git a/extensions/csharp/.vscodeignore b/extensions/csharp/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/csharp/.vscodeignore +++ b/extensions/csharp/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/csharp/OSSREADME.json b/extensions/csharp/OSSREADME.json deleted file mode 100644 index f069b5f41993aba0d70b577852e5458c0f45b349..0000000000000000000000000000000000000000 --- a/extensions/csharp/OSSREADME.json +++ /dev/null @@ -1,10 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "dotnet/csharp-tmLanguage", - "version": "0.1.0", - "license": "MIT", - "repositoryURL": "https://github.com/dotnet/csharp-tmLanguage", - "description": "The file syntaxes/csharp.tmLanguage.json was derived from https://github.com/dotnet/csharp-tmLanguage" - } -] \ No newline at end of file diff --git a/extensions/css/.vscodeignore b/extensions/css/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/css/.vscodeignore +++ b/extensions/css/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/css/OSSREADME.json b/extensions/css/OSSREADME.json deleted file mode 100644 index fce1575aed7045f707b3ea0c7d0df35ddabb973d..0000000000000000000000000000000000000000 --- a/extensions/css/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "atom/language-css", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-css", - "description": "The file syntaxes/css.tmLanguage.json was derived from the Atom package https://github.com/atom/language-css which was originally converted from the TextMate bundle https://github.com/textmate/css.tmbundle." -}] diff --git a/extensions/docker/.vscodeignore b/extensions/docker/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/docker/.vscodeignore +++ b/extensions/docker/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/docker/OSSREADME.json b/extensions/docker/OSSREADME.json deleted file mode 100644 index bc514d5d8b43a6bb30a2ea652b565fdaf1a52d39..0000000000000000000000000000000000000000 --- a/extensions/docker/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "language-docker", - "version": "0.0.0", - "license": "Apache2", - "repositoryURL": "https://github.com/moby/moby", - "description": "The file syntaxes/docker.tmLanguage was included from https://github.com/moby/moby/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage." -}] diff --git a/extensions/emmet/.vscodeignore b/extensions/emmet/.vscodeignore index 25e3c244cc2ae6946ce1acfde398e83c36c886ae..50d0ee883e6f90e15ff3635ef7cdda043d21d1b8 100644 --- a/extensions/emmet/.vscodeignore +++ b/extensions/emmet/.vscodeignore @@ -4,5 +4,5 @@ out/** tsconfig.json extension.webpack.config.js CONTRIBUTING.md -OSSREADME.json -yarn.lock \ No newline at end of file +cgmanifest.json +yarn.lock diff --git a/extensions/emmet/OSSREADME.json b/extensions/emmet/OSSREADME.json deleted file mode 100644 index 05066aeb5dd9a3b461beee9f073494bad77b3443..0000000000000000000000000000000000000000 --- a/extensions/emmet/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "expand-abbreviation", - "version": "0.5.8", - "license": "MIT", - "repositoryURL": "https://github.com/emmetio/expand-abbreviation" -} -] diff --git a/extensions/fsharp/.vscodeignore b/extensions/fsharp/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/fsharp/.vscodeignore +++ b/extensions/fsharp/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/fsharp/OSSREADME.json b/extensions/fsharp/OSSREADME.json deleted file mode 100644 index 95d6c5b023cbcf5abafaf85109c5705f1341be5f..0000000000000000000000000000000000000000 --- a/extensions/fsharp/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "ionide/ionide-fsgrammar", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/ionide/ionide-fsgrammar", - "description": "The file syntaxes/fsharp.json was included from https://github.com/ionide/ionide-fsgrammar/blob/master/grammar/fsharp.json." -}] diff --git a/extensions/git/.vscodeignore b/extensions/git/.vscodeignore index 46f8dd110f9a0a873d6b15f25fedd0b271595af8..7462f7448d313bba2290bbeaa9be1a3306c90e55 100644 --- a/extensions/git/.vscodeignore +++ b/extensions/git/.vscodeignore @@ -4,5 +4,5 @@ out/** tsconfig.json build/** extension.webpack.config.js -OSSREADME.json -yarn.lock \ No newline at end of file +cgmanifest.json +yarn.lock diff --git a/extensions/git/OSSREADME.json b/extensions/git/OSSREADME.json deleted file mode 100644 index 533d6ea683e45b584051e7a7c5efb19ef149e7cc..0000000000000000000000000000000000000000 --- a/extensions/git/OSSREADME.json +++ /dev/null @@ -1,52 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "textmate/git.tmbundle", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/textmate/git.tmbundle", - "licenseDetail": [ - "Copyright (c) 2008 Tim Harper", - "", - "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." - ] - }, - { - "name": "textmate/diff.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/diff.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-diff.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] - } -] \ No newline at end of file diff --git a/extensions/go/.vscodeignore b/extensions/go/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/go/.vscodeignore +++ b/extensions/go/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/go/OSSREADME.json b/extensions/go/OSSREADME.json deleted file mode 100644 index 389a61cdd20afbbadc41f616707ba994f706ed4d..0000000000000000000000000000000000000000 --- a/extensions/go/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "language-go", - "version": "0.39.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-go", - "description": "The file syntaxes/go.json was derived from the Atom package https://atom.io/packages/language-go." -}] diff --git a/extensions/groovy/.vscodeignore b/extensions/groovy/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/groovy/.vscodeignore +++ b/extensions/groovy/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/groovy/OSSREADME.json b/extensions/groovy/OSSREADME.json deleted file mode 100644 index 35222bdacb475deba059213f99ea715222c50a23..0000000000000000000000000000000000000000 --- a/extensions/groovy/OSSREADME.json +++ /dev/null @@ -1,22 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/groovy.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/groovy.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-groovy.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/handlebars/.vscodeignore b/extensions/handlebars/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/handlebars/.vscodeignore +++ b/extensions/handlebars/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/handlebars/OSSREADME.json b/extensions/handlebars/OSSREADME.json deleted file mode 100644 index 619107dcf6a478afd5a73712a79516a0324fa183..0000000000000000000000000000000000000000 --- a/extensions/handlebars/OSSREADME.json +++ /dev/null @@ -1,26 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "daaain/Handlebars", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/daaain/Handlebars", - "licenseDetail": [ - "-- Credits", - "", - "Adapted from the great sublime-text-handlebars package by Nicholas Westlake.", - "", - "Thanks a lot to all the generous contributors (in alphabetical order): @bittersweetryan, @bradcliffe, @calumbrodie, @duncanbeevers, @hlvnst, @jonschlinkert, @Krutius, @samselikoff, @utkarshkukreti, @zeppelin", - "", - "-- License", - "", - "(The MIT License)", - "", - "Copyright (c) daaain/Handlebars project authors", - "", - "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/extensions/hlsl/.vscodeignore b/extensions/hlsl/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/hlsl/.vscodeignore +++ b/extensions/hlsl/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/hlsl/OSSREADME.json b/extensions/hlsl/OSSREADME.json deleted file mode 100644 index 5acab345317da0920cb46581cdb079a0586cc975..0000000000000000000000000000000000000000 --- a/extensions/hlsl/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "shaders-tmLanguage", - "version": "0.1.0", - "license": "MIT", - "repositoryURL": "https://github.com/tgjones/shaders-tmLanguage" -}] diff --git a/extensions/html-language-features/.vscodeignore b/extensions/html-language-features/.vscodeignore index 98555b677fe4a1700922eeb503640a0b449b6ad9..4215adf6eca29bfbe8ead3b2b5ca7c1d1a84a4f0 100644 --- a/extensions/html-language-features/.vscodeignore +++ b/extensions/html-language-features/.vscodeignore @@ -17,4 +17,4 @@ yarn.lock server/extension.webpack.config.js extension.webpack.config.js CONTRIBUTING.md -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/html-language-features/OSSREADME.json b/extensions/html-language-features/OSSREADME.json deleted file mode 100644 index 95ad98fd9663ebb4ce2076b1da7ca499332e0f2e..0000000000000000000000000000000000000000 --- a/extensions/html-language-features/OSSREADME.json +++ /dev/null @@ -1,95 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "js-beautify", - "version": "1.6.8", - "license": "MIT", - "repositoryURL": "https://github.com/beautify-web/js-beautify" -}, -{ - "name": "HTML 5.1 W3C Working Draft", - "version": "08 October 2015", - "license": "W3C Document License", - "repositoryURL": "http://www.w3.org/TR/2015/WD-html51-20151008/", - "licenseDetail": [ - "Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied ", - "from or derived from HTML 5.1 W3C Working Draft (http://www.w3.org/TR/2015/WD-html51-20151008/.)", - "", - "THIS DOCUMENT IS PROVIDED \"AS IS,\" AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT ", - "NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF ", - "THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY ", - "PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.", - "", - "COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE ", - "DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.", - "", - "The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to this document or its contents", - "without specific, written prior permission. Title to copyright in this document will at all times remain with copyright holders." - ] -}, -{ - "name": "Ionic documentation", - "version": "1.2.4", - "license": "Apache2", - "repositoryURL": "https://github.com/ionic-team/ionic-site", - "licenseDetail": [ - "Copyright Drifty Co. http://drifty.com/.", - "", - "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:", - "", - "You must give any other recipients of the Work or Derivative Works a copy of this License; and", - "", - "You must cause any modified files to carry prominent notices stating that You changed the files; and", - "", - "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", - "", - "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" - ] -} - -] diff --git a/extensions/html-language-features/server/lib/OSSREADME.json b/extensions/html-language-features/server/lib/OSSREADME.json deleted file mode 100644 index e5dbcd89dc1da7397c830884006a161da6c85442..0000000000000000000000000000000000000000 --- a/extensions/html-language-features/server/lib/OSSREADME.json +++ /dev/null @@ -1,6 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "definitelytyped", - "repositoryURL": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "license": "MIT" -}] \ No newline at end of file diff --git a/extensions/html/.vscodeignore b/extensions/html/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/html/.vscodeignore +++ b/extensions/html/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/html/OSSREADME.json b/extensions/html/OSSREADME.json deleted file mode 100644 index 6d2ab8bb14c1b7a3885260f605c4cc63b07eae3f..0000000000000000000000000000000000000000 --- a/extensions/html/OSSREADME.json +++ /dev/null @@ -1,22 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/html.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/html.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-html.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/ini/.vscodeignore b/extensions/ini/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/ini/.vscodeignore +++ b/extensions/ini/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/ini/OSSREADME.json b/extensions/ini/OSSREADME.json deleted file mode 100644 index 2a916c76b4f5ece3b6f60f92b4f738172e2e2a4d..0000000000000000000000000000000000000000 --- a/extensions/ini/OSSREADME.json +++ /dev/null @@ -1,22 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/ini.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/ini.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-ini.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this folder fall under the following license: ", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information, ", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added ", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example ", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/java/.vscodeignore b/extensions/java/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/java/.vscodeignore +++ b/extensions/java/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/java/OSSREADME.json b/extensions/java/OSSREADME.json deleted file mode 100644 index c87e957510ba81016e600a88fb03b94e50e754c6..0000000000000000000000000000000000000000 --- a/extensions/java/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "atom/language-java", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-java", - "description": "The file syntaxes/java.tmLanguage.json was derived from the Atom package https://github.com/atom/language-java which was originally converted from the TextMate bundle https://github.com/textmate/java.tmbundle." - -}] diff --git a/extensions/javascript/.vscodeignore b/extensions/javascript/.vscodeignore index 80239a4dd547d8549d3564aa92febd900f61a1c4..b93dc756653b8aca24b1b86afa09106434884514 100644 --- a/extensions/javascript/.vscodeignore +++ b/extensions/javascript/.vscodeignore @@ -1,4 +1,4 @@ test/** src/**/*.ts tsconfig.json -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/javascript/OSSREADME.json b/extensions/javascript/OSSREADME.json deleted file mode 100644 index ad083ab8743fee7c0fa3a4a973283be9bfd1611c..0000000000000000000000000000000000000000 --- a/extensions/javascript/OSSREADME.json +++ /dev/null @@ -1,30 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Microsoft/TypeScript-TmLanguage", - "version": "0.0.1", - "license": "MIT", - "repositoryURL": "https://github.com/Microsoft/TypeScript-TmLanguage", - "description": "The file syntaxes/JavaScript.tmLanguage.json was derived from TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage." -}, -{ - "name": "textmate/javascript.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/javascript.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-javascript.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/json/.vscodeignore b/extensions/json/.vscodeignore index d41e74d1688445993637ef772d4ae4ca8e1d46a7..d42f161c7107bf9d82bb6f12bf380ae8d0b08dd3 100644 --- a/extensions/json/.vscodeignore +++ b/extensions/json/.vscodeignore @@ -1,3 +1,3 @@ build/** test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/json/OSSREADME.json b/extensions/json/OSSREADME.json deleted file mode 100644 index 391402b86f4e2bb8b4b63b02fd562caafb7db185..0000000000000000000000000000000000000000 --- a/extensions/json/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "Microsoft/vscode-JSON.tmLanguage", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/Microsoft/vscode-JSON.tmLanguage" -}] \ No newline at end of file diff --git a/extensions/less/.vscodeignore b/extensions/less/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/less/.vscodeignore +++ b/extensions/less/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/less/OSSREADME.json b/extensions/less/OSSREADME.json deleted file mode 100644 index d0dfbef7cbb53d73c9b6f0f87c7af2fb236354d2..0000000000000000000000000000000000000000 --- a/extensions/less/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "language-less", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-less" -}] diff --git a/extensions/log/.vscodeignore b/extensions/log/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/log/.vscodeignore +++ b/extensions/log/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/log/OSSREADME.json b/extensions/log/OSSREADME.json deleted file mode 100644 index 048224ec0727dce83582f686df5d7b5483911cca..0000000000000000000000000000000000000000 --- a/extensions/log/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "vscode-logfile-highlighter", - "version": "1.2.0", - "license": "MIT", - "repositoryURL": "https://github.com/emilast/vscode-logfile-highlighter" - } -] \ No newline at end of file diff --git a/extensions/lua/.vscodeignore b/extensions/lua/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/lua/.vscodeignore +++ b/extensions/lua/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/lua/OSSREADME.json b/extensions/lua/OSSREADME.json deleted file mode 100644 index 792bc1d9c0c2acdd4d9432af3ccc516deb51a7c8..0000000000000000000000000000000000000000 --- a/extensions/lua/OSSREADME.json +++ /dev/null @@ -1,22 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/lua.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/lua.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-lua.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/make/.vscodeignore b/extensions/make/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/make/.vscodeignore +++ b/extensions/make/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/make/OSSREADME.json b/extensions/make/OSSREADME.json deleted file mode 100644 index 504a7a2603c3a38b507255c41552cb9f25c9b1b8..0000000000000000000000000000000000000000 --- a/extensions/make/OSSREADME.json +++ /dev/null @@ -1,24 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "fadeevab/make.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/fadeevab/make.tmbundle", - "description": "The file syntaxes/Makefile.json was derived from Makefile.plist in https://github.com/fadeevab/make.tmbundle.", - "licenseDetail": [ - "Copyright (c) textmate-make.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/markdown-basics/.vscodeignore b/extensions/markdown-basics/.vscodeignore index 67b755fdcf26edec5c0a51e19eca07e4e3e7b5fb..89fb2149dcb97e1bc7849942bc2f5bd097fbbc19 100644 --- a/extensions/markdown-basics/.vscodeignore +++ b/extensions/markdown-basics/.vscodeignore @@ -1,4 +1,4 @@ test/** src/** tsconfig.json -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/markdown-basics/OSSREADME.json b/extensions/markdown-basics/OSSREADME.json deleted file mode 100644 index c34486f8ad107983e8ad5bb2fafd3546e1af9a62..0000000000000000000000000000000000000000 --- a/extensions/markdown-basics/OSSREADME.json +++ /dev/null @@ -1,23 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ -{ - "name": "textmate/markdown.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/markdown.tmbundle", - "licenseDetail": [ - "Copyright (c) markdown.tmbundle authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/markdown-language-features/.vscodeignore b/extensions/markdown-language-features/.vscodeignore index 28cda32acfc09059069e6fa0cddc43c4fe5a4fb5..30d948fbc6610931b3cb1a3c977915363d3cb5c4 100644 --- a/extensions/markdown-language-features/.vscodeignore +++ b/extensions/markdown-language-features/.vscodeignore @@ -4,7 +4,7 @@ tsconfig.json out/test/** out/** extension.webpack.config.js -OSSREADME.json +cgmanifest.json yarn.lock preview-src/** webpack.config.js diff --git a/extensions/markdown-language-features/OSSREADME.json b/extensions/markdown-language-features/OSSREADME.json deleted file mode 100644 index 33c460e00c00b545b0cc0f92e6e436ef3acc2225..0000000000000000000000000000000000000000 --- a/extensions/markdown-language-features/OSSREADME.json +++ /dev/null @@ -1,38 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ -{ - "name": "chriskempson/tomorrow-theme", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/chriskempson/tomorrow-theme", - "licenseDetail": [ - "Copyright (C) 2013 Chris Kempson", - "", - "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." - ] -}, -{ - "name": "textmate/markdown.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/markdown.tmbundle", - "licenseDetail": [ - "Copyright (c) markdown.tmbundle authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/objective-c/.vscodeignore b/extensions/objective-c/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/objective-c/.vscodeignore +++ b/extensions/objective-c/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/objective-c/OSSREADME.json b/extensions/objective-c/OSSREADME.json deleted file mode 100644 index a67e4bcec928e8b1758483d5ac617347639922a2..0000000000000000000000000000000000000000 --- a/extensions/objective-c/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "atom/language-objective-c", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-objective-c", - "description": "The files syntaxes/objective-c.tmLanguage.json and syntaxes/objective-c++.tmLanguage.json were derived from the Atom package https://github.com/atom/language-objective-c which was originally converted from the TextMate bundle https://github.com/textmate/objective-c.tmbundle." -}] diff --git a/extensions/perl/.vscodeignore b/extensions/perl/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/perl/.vscodeignore +++ b/extensions/perl/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/perl/OSSREADME.json b/extensions/perl/OSSREADME.json deleted file mode 100644 index f7bae4f235bfb1b8ed10413e1f69934c3e8dd0dd..0000000000000000000000000000000000000000 --- a/extensions/perl/OSSREADME.json +++ /dev/null @@ -1,23 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/perl.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/perl.tmbundle", - "description": "The files syntaxes/perl.tmLanguage.json and syntaxes/perl6.tmLanguage.json were derived from Perl.plist and Perl 6.tmLanguage from https://github.com/textmate/perl.tmbundle.", - "licenseDetail": [ - "Copyright (c) textmate-perl.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this repository fall under the following license:", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information,", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/php/.vscodeignore b/extensions/php/.vscodeignore index a377c213f60103f432bdcc96accb020c68bced43..98efc0327fb0a101bf7d3645fba3b24851eb5261 100644 --- a/extensions/php/.vscodeignore +++ b/extensions/php/.vscodeignore @@ -3,4 +3,4 @@ build/** out/test/** src/** tsconfig.json -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/php/OSSREADME.json b/extensions/php/OSSREADME.json deleted file mode 100644 index 132d1967f0c440ea5190e7d05491d86833c24e9d..0000000000000000000000000000000000000000 --- a/extensions/php/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "language-php", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-php", - "description": "The files snippets/php.json & syntaxes/php.tmLanguage.json were derived from the Atom package https://atom.io/packages/language-php which was originally converted from the PHP TextMate bundle https://github.com/textmate/php.tmbundle." -}] diff --git a/extensions/powershell/.vscodeignore b/extensions/powershell/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/powershell/.vscodeignore +++ b/extensions/powershell/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/powershell/OSSREADME.json b/extensions/powershell/OSSREADME.json deleted file mode 100644 index b6eb8cf04d22eacd5666777140516829bde95f17..0000000000000000000000000000000000000000 --- a/extensions/powershell/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "PowerShell/EditorSyntax", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/powershell/editorsyntax" -}] diff --git a/extensions/pug/.vscodeignore b/extensions/pug/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/pug/.vscodeignore +++ b/extensions/pug/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/pug/OSSREADME.json b/extensions/pug/OSSREADME.json deleted file mode 100644 index 37b45142cc0d04f3d0d9fd4a522e7d966ae3ff51..0000000000000000000000000000000000000000 --- a/extensions/pug/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "davidrios/pug-tmbundle", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/davidrios/pug-tmbundle", - "description": "The file syntaxes/pug.tmLanguage.json was derived from Syntaxes/Pug.JSON-tmLanguage in https://github.com/davidrios/pug-tmbundle." -}] diff --git a/extensions/python/.vscodeignore b/extensions/python/.vscodeignore index 67b755fdcf26edec5c0a51e19eca07e4e3e7b5fb..89fb2149dcb97e1bc7849942bc2f5bd097fbbc19 100644 --- a/extensions/python/.vscodeignore +++ b/extensions/python/.vscodeignore @@ -1,4 +1,4 @@ test/** src/** tsconfig.json -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/python/OSSREADME.json b/extensions/python/OSSREADME.json deleted file mode 100644 index cf4449588e89019a732818add1c8503dbbbf39ef..0000000000000000000000000000000000000000 --- a/extensions/python/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "MagicStack/MagicPython", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/MagicStack/MagicPython" - } -] \ No newline at end of file diff --git a/extensions/r/.vscodeignore b/extensions/r/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/r/.vscodeignore +++ b/extensions/r/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/r/OSSREADME.json b/extensions/r/OSSREADME.json deleted file mode 100644 index bd7a0cab273c0e2a38942dfef66c74472ba405e5..0000000000000000000000000000000000000000 --- a/extensions/r/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "Ikuyadeu/vscode-R", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/Ikuyadeu/vscode-R" -}] diff --git a/extensions/razor/.vscodeignore b/extensions/razor/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/razor/.vscodeignore +++ b/extensions/razor/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/razor/OSSREADME.json b/extensions/razor/OSSREADME.json deleted file mode 100644 index 383a46dd4d41ea5c3078b1da5dc83adc08214cf7..0000000000000000000000000000000000000000 --- a/extensions/razor/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "demyte/language-cshtml", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/demyte/language-cshtml" -}] diff --git a/extensions/ruby/.vscodeignore b/extensions/ruby/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/ruby/.vscodeignore +++ b/extensions/ruby/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/ruby/OSSREADME.json b/extensions/ruby/OSSREADME.json deleted file mode 100644 index b4af78a035ee8a8e2aa956763eabb5db80fab9a4..0000000000000000000000000000000000000000 --- a/extensions/ruby/OSSREADME.json +++ /dev/null @@ -1,22 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[{ - "name": "textmate/ruby.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/ruby.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-ruby.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this folder fall under the following license: ", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information, ", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added ", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example ", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/rust/.vscodeignore b/extensions/rust/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/rust/.vscodeignore +++ b/extensions/rust/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/rust/OSSREADME.json b/extensions/rust/OSSREADME.json deleted file mode 100644 index 3b68ecda9b802fd915822002ea94940f5320cfba..0000000000000000000000000000000000000000 --- a/extensions/rust/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "language-rust", - "version": "0.4.9", - "license": "MIT", - "repositoryURL": "https://github.com/zargony/atom-language-rust", - "description": "The files syntaxes/rust.tmLanguage.json was derived from the Atom package https://atom.io/packages/language-rust." -}] diff --git a/extensions/scss/.vscodeignore b/extensions/scss/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/scss/.vscodeignore +++ b/extensions/scss/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/scss/OSSREADME.json b/extensions/scss/OSSREADME.json deleted file mode 100644 index b2d456ed51d68fc6d281324dcff1dcaf01609384..0000000000000000000000000000000000000000 --- a/extensions/scss/OSSREADME.json +++ /dev/null @@ -1,10 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "atom/language-sass", - "version": "0.52.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-sass", - "description": "The file syntaxes/scss.json was derived from the Atom package https://github.com/atom/language-sass which was originally converted from the TextMate bundle https://github.com/alexsancho/SASS.tmbundle." - } -] \ No newline at end of file diff --git a/extensions/shaderlab/.vscodeignore b/extensions/shaderlab/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/shaderlab/.vscodeignore +++ b/extensions/shaderlab/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/shaderlab/OSSREADME.json b/extensions/shaderlab/OSSREADME.json deleted file mode 100644 index 5acab345317da0920cb46581cdb079a0586cc975..0000000000000000000000000000000000000000 --- a/extensions/shaderlab/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "shaders-tmLanguage", - "version": "0.1.0", - "license": "MIT", - "repositoryURL": "https://github.com/tgjones/shaders-tmLanguage" -}] diff --git a/extensions/shellscript/.vscodeignore b/extensions/shellscript/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/shellscript/.vscodeignore +++ b/extensions/shellscript/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/shellscript/OSSREADME.json b/extensions/shellscript/OSSREADME.json deleted file mode 100644 index 3776c2af3c988c13302d77be435be697eb4c6cb1..0000000000000000000000000000000000000000 --- a/extensions/shellscript/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "atom/language-shellscript", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-shellscript", - "description": "The file syntaxes/shell-unix-bash.tmLanguage.json was derived from the Atom package https://github.com/atom/language-shellscript which was originally converted from the TextMate bundle https://github.com/textmate/shellscript.tmbundle." -}] diff --git a/extensions/sql/.vscodeignore b/extensions/sql/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/sql/.vscodeignore +++ b/extensions/sql/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/sql/OSSREADME.json b/extensions/sql/OSSREADME.json deleted file mode 100644 index 0fc48ab93048517e0e034f4665e9ab5e05038204..0000000000000000000000000000000000000000 --- a/extensions/sql/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Microsoft/vscode-mssql", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/Microsoft/vscode-mssql" -}] diff --git a/extensions/swift/.vscodeignore b/extensions/swift/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/swift/.vscodeignore +++ b/extensions/swift/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/swift/OSSREADME.json b/extensions/swift/OSSREADME.json deleted file mode 100644 index 335e6661805487f295e258f76484867ad4b4eac2..0000000000000000000000000000000000000000 --- a/extensions/swift/OSSREADME.json +++ /dev/null @@ -1,61 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "vscode-swift", - "license": "MIT", - "licenseDetail": [ - "The MIT License (MIT)", - "", - "Copyright (c) 2015 David Owens II", - "", - "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." - ], - "version": "0.0.1", - "repositoryURL": "https://github.com/owensd/vscode-swift", - "description": "The files in this folder are based on https://github.com/owensd/vscode-swift." -}, -{ - "name": "freebroccolo/atom-language-swift", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/freebroccolo/atom-language-swift", - "licenseDetail": [ - "The MIT License (MIT)", - "", - "Copyright (c) 2014 Darin Morrison", - "", - "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/extensions/theme-abyss/.vscodeignore b/extensions/theme-abyss/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-abyss/.vscodeignore +++ b/extensions/theme-abyss/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-abyss/OSSREADME.json b/extensions/theme-abyss/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-abyss/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-kimbie-dark/.vscodeignore b/extensions/theme-kimbie-dark/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-kimbie-dark/.vscodeignore +++ b/extensions/theme-kimbie-dark/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-kimbie-dark/OSSREADME.json b/extensions/theme-kimbie-dark/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-kimbie-dark/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-monokai-dimmed/.vscodeignore b/extensions/theme-monokai-dimmed/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-monokai-dimmed/.vscodeignore +++ b/extensions/theme-monokai-dimmed/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-monokai-dimmed/OSSREADME.json b/extensions/theme-monokai-dimmed/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-monokai-dimmed/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-monokai/.vscodeignore b/extensions/theme-monokai/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-monokai/.vscodeignore +++ b/extensions/theme-monokai/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-monokai/OSSREADME.json b/extensions/theme-monokai/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-monokai/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-quietlight/.vscodeignore b/extensions/theme-quietlight/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-quietlight/.vscodeignore +++ b/extensions/theme-quietlight/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-quietlight/OSSREADME.json b/extensions/theme-quietlight/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-quietlight/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-red/.vscodeignore b/extensions/theme-red/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-red/.vscodeignore +++ b/extensions/theme-red/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-red/OSSREADME.json b/extensions/theme-red/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-red/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-seti/.vscodeignore b/extensions/theme-seti/.vscodeignore index 02a2d5eded64454ac71689c134f950a8228a0a9f..d9011becfb640181736edd676114fdd4e30b2718 100644 --- a/extensions/theme-seti/.vscodeignore +++ b/extensions/theme-seti/.vscodeignore @@ -1,2 +1,2 @@ build/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-seti/OSSREADME.json b/extensions/theme-seti/OSSREADME.json deleted file mode 100644 index 7601d594b329035e446a2712150e5fb028e655e3..0000000000000000000000000000000000000000 --- a/extensions/theme-seti/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "seti-ui", - "version": "0.1.0", - "repositoryURL": "https://github.com/jesseweed/seti-ui", - "description": "The file ./icons/seti.woff has been copied from https://github.com/jesseweed/seti-ui/blob/master/styles/_fonts/seti/seti.woff" -}] diff --git a/extensions/theme-solarized-dark/.vscodeignore b/extensions/theme-solarized-dark/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-solarized-dark/.vscodeignore +++ b/extensions/theme-solarized-dark/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-solarized-dark/OSSREADME.json b/extensions/theme-solarized-dark/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-solarized-dark/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-solarized-light/.vscodeignore b/extensions/theme-solarized-light/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-solarized-light/.vscodeignore +++ b/extensions/theme-solarized-light/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-solarized-light/OSSREADME.json b/extensions/theme-solarized-light/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-solarized-light/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/theme-tomorrow-night-blue/.vscodeignore b/extensions/theme-tomorrow-night-blue/.vscodeignore index eb66319db441b03726a02fe65b0d307403aa0e27..a0100f8d736968cca409cfde04b75d122d5066eb 100644 --- a/extensions/theme-tomorrow-night-blue/.vscodeignore +++ b/extensions/theme-tomorrow-night-blue/.vscodeignore @@ -1 +1 @@ -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/theme-tomorrow-night-blue/OSSREADME.json b/extensions/theme-tomorrow-night-blue/OSSREADME.json deleted file mode 100644 index ddb630bfd92f8546ac6bd8b28a8ac9ba73f2b840..0000000000000000000000000000000000000000 --- a/extensions/theme-tomorrow-night-blue/OSSREADME.json +++ /dev/null @@ -1,8 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Colorsublime-Themes", - "version": "0.1.0", - "repositoryURL": "https://github.com/Colorsublime/Colorsublime-Themes", - "description": "The themes in this folders are copied from colorsublime.com. <<>>" -}] diff --git a/extensions/typescript-basics/.vscodeignore b/extensions/typescript-basics/.vscodeignore index d6f32d25684eff748d55a4171238db33a6c90428..06c7b11c5e6c5d4044d55c813613dd185aed1deb 100644 --- a/extensions/typescript-basics/.vscodeignore +++ b/extensions/typescript-basics/.vscodeignore @@ -2,4 +2,4 @@ build/** src/** test/** tsconfig.json -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/typescript-basics/OSSREADME.json b/extensions/typescript-basics/OSSREADME.json deleted file mode 100644 index 160da003cd85ffa8785b6c5298c42d264312cb3e..0000000000000000000000000000000000000000 --- a/extensions/typescript-basics/OSSREADME.json +++ /dev/null @@ -1,7 +0,0 @@ -[{ - "name": "TypeScript-TmLanguage", - "version": "0.1.8", - "license": "MIT", - "repositoryURL": "https://github.com/Microsoft/TypeScript-TmLanguage", - "description": "The files syntaxes/TypeScript.tmLanguage.json and syntaxes/TypeScriptReact.tmLanguage.json were derived from TypeScript.tmLanguage and TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage." -}] diff --git a/extensions/typescript-language-features/.vscodeignore b/extensions/typescript-language-features/.vscodeignore index 7b229b61f5c5172afaa15fc6261e8f7ecc3cf4da..1edbc2a7b5e178191c7d4145fe8e0cd0d5e947c0 100644 --- a/extensions/typescript-language-features/.vscodeignore +++ b/extensions/typescript-language-features/.vscodeignore @@ -4,5 +4,5 @@ test/** out/** tsconfig.json extension.webpack.config.js -OSSREADME.json -yarn.lock \ No newline at end of file +cgmanifest.json +yarn.lock diff --git a/extensions/typescript-language-features/OSSREADME.json b/extensions/typescript-language-features/OSSREADME.json deleted file mode 100644 index 692c0592a1607a8622233ed2e6b332efa56ba186..0000000000000000000000000000000000000000 --- a/extensions/typescript-language-features/OSSREADME.json +++ /dev/null @@ -1,106 +0,0 @@ -[ - { - "name": "TypeScript-TmLanguage", - "version": "0.1.8", - "license": "MIT", - "repositoryURL": "https://github.com/Microsoft/TypeScript-TmLanguage", - "description": "The files syntaxes/TypeScript.tmLanguage.json and syntaxes/TypeScriptReact.tmLanguage.json were derived from TypeScript.tmLanguage and TypeScriptReact.tmLanguage in https://github.com/Microsoft/TypeScript-TmLanguage." - }, - { - "name": "definitelytyped", - "license": "MIT", - "repositoryURL": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "description": "Typings files that are downloaded by TypeScript. These typings power IntelliSense for JavaScript and TypeScript." - }, - { - "name": "Unicode", - "license": "UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE", - "description": "These files are included by TypeScript.Ø", - "licenseDetail": [ - "Unicode Data Files include all data files under the directories", - "http://www.unicode.org/Public/, http://www.unicode.org/reports/,", - "http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and", - "http://www.unicode.org/utility/trac/browser/.", - "", - "Unicode Data Files do not include PDF online code charts under the", - "directory http://www.unicode.org/Public/.", - "", - "Software includes any source code published in the Unicode Standard", - "or under the directories", - "http://www.unicode.org/Public/, http://www.unicode.org/reports/,", - "http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and", - "http://www.unicode.org/utility/trac/browser/.", - "", - "NOTICE TO USER: Carefully read the following legal agreement.", - "BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S", - "DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"),", - "YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE", - "TERMS AND CONDITIONS OF THIS AGREEMENT.", - "IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE", - "THE DATA FILES OR SOFTWARE.", - "", - "COPYRIGHT AND PERMISSION NOTICE", - "", - "Copyright (c) 1991-2017 Unicode, Inc. All rights reserved.", - "Distributed under the Terms of Use in http://www.unicode.org/copyright.html.", - "", - "Permission is hereby granted, free of charge, to any person obtaining", - "a copy of the Unicode data files and any associated documentation", - "(the \"Data Files\") or Unicode software and any associated documentation", - "(the \"Software\") to deal in the Data Files or Software", - "without restriction, including without limitation the rights to use,", - "copy, modify, merge, publish, distribute, and/or sell copies of", - "the Data Files or Software, and to permit persons to whom the Data Files", - "or Software are furnished to do so, provided that either", - "(a) this copyright and permission notice appear with all copies", - "of the Data Files or Software, or", - "(b) this copyright and permission notice appear in associated", - "Documentation.", - "", - "THE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS.", - "IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS", - "NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL", - "DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,", - "DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER", - "TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR", - "PERFORMANCE OF THE DATA FILES OR SOFTWARE.", - "", - "Except as contained in this notice, the name of a copyright holder", - "shall not be used in advertising or otherwise to promote the sale,", - "use or other dealings in these Data Files or Software without prior", - "written authorization of the copyright holder." - ] - }, - { - "name": "Document Object Model", - "license": "W3C License", - "description": "These files", - "licenseDetail": [ - "W3C License", - "This work is being provided by the copyright holders under the following license.", - "By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.", - "Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following ", - "on ALL copies of the work or portions thereof, including modifications:", - "* The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.", - "* Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.", - "* Notice of any changes or modifications, through a copyright statement on the new code or document such as \"This software or document includes material copied from or derived ", - "from Document Object Model. Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang).\" ", - "Disclaimers", - "THIS WORK IS PROVIDED \"AS IS", - " AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR ", - "FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.", - "COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.", - "The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. ", - "Title to copyright in this work will at all times remain with copyright holders." - ] - }, - { - "name": "Web Background Synchronization", - "license": "Apache2", - "repositoryURL": "https://github.com/WICG/BackgroundSync", - "description": "TypeScript includes files related to this specification" - } -] \ No newline at end of file diff --git a/extensions/vb/.vscodeignore b/extensions/vb/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/vb/.vscodeignore +++ b/extensions/vb/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/vb/OSSREADME.json b/extensions/vb/OSSREADME.json deleted file mode 100644 index 94faeb1d48b14872e6a64f32bfc3d24e5bfb87ff..0000000000000000000000000000000000000000 --- a/extensions/vb/OSSREADME.json +++ /dev/null @@ -1,23 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "textmate/asp.vb.net.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/asp.vb.net.tmbundle", - "licenseDetail": [ - "Copyright (c) textmate-asp.vb.net.tmbundle project authors", - "", - "If not otherwise specified (see below), files in this folder fall under the following license: ", - "", - "Permission to copy, use, modify, sell and distribute this", - "software is granted. This software is provided \"as is\" without", - "express or implied warranty, and with no claim as to its", - "suitability for any purpose.", - "", - "An exception is made for files in readable text which contain their own license information, ", - "or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added ", - "to the base-name name of the original file, and an extension of txt, html, or similar. For example ", - "\"tidy\" is accompanied by \"tidy-license.txt\"." - ] -}] diff --git a/extensions/xml/.vscodeignore b/extensions/xml/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/xml/.vscodeignore +++ b/extensions/xml/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/xml/OSSREADME.json b/extensions/xml/OSSREADME.json deleted file mode 100644 index accbe074950e26ab4b5e9cb31853dad05526b62d..0000000000000000000000000000000000000000 --- a/extensions/xml/OSSREADME.json +++ /dev/null @@ -1,10 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "atom/language-xml", - "version": "0.0.0", - "license": "MIT", - "repositoryURL": "https://github.com/atom/language-xml", - "description": "The files syntaxes/xml.json and syntaxes/xsl.json were derived from the Atom package https://github.com/atom/language-xml which were originally converted from the TextMate bundle https://github.com/textmate/xml.tmbundle." - -}] diff --git a/extensions/yaml/.vscodeignore b/extensions/yaml/.vscodeignore index e51fa33d1f062cd682a0134b3a121b232eb76329..0a622e7e30046df67b3b9d113a6e5af0409c4749 100644 --- a/extensions/yaml/.vscodeignore +++ b/extensions/yaml/.vscodeignore @@ -1,2 +1,2 @@ test/** -OSSREADME.json \ No newline at end of file +cgmanifest.json diff --git a/extensions/yaml/OSSREADME.json b/extensions/yaml/OSSREADME.json deleted file mode 100644 index bcdae2a4c86456cb6edf748313ecdf29cce03d20..0000000000000000000000000000000000000000 --- a/extensions/yaml/OSSREADME.json +++ /dev/null @@ -1,28 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "textmate/yaml.tmbundle", - "version": "0.0.0", - "license": "TextMate Bundle License", - "repositoryURL": "https://github.com/textmate/yaml.tmbundle", - "licenseDetail": [ - "Copyright (c) 2015 FichteFoll ", - "", - "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/src/typings/OSSREADME.json b/src/typings/OSSREADME.json deleted file mode 100644 index 63488ec550bcc817ac597ed9c2e8e56c7c08dcd1..0000000000000000000000000000000000000000 --- a/src/typings/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -// All OSS in this folder is development time only -[{ - "name": "definitelytyped", - "repositoryURL": "https://github.com/DefinitelyTyped/DefinitelyTyped", - "license": "MIT", - "isDev": true -}] \ No newline at end of file diff --git a/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json b/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json deleted file mode 100644 index 83493f39a406acff776b5c2d273f4d31c1df0a8a..0000000000000000000000000000000000000000 --- a/src/vs/base/browser/ui/octiconLabel/octicons/OSSREADME.json +++ /dev/null @@ -1,124 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "octicons-code", - "repositoryURL": "https://octicons.github.com", - "version": "3.1.0", - "license": "MIT", - "licenseDetail": [ - "The MIT License (MIT)", - "", - "(c) 2012-2015 GitHub", - "", - "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." - ] -},{ - "name": "octicons-font", - "repositoryURL": "https://octicons.github.com", - "version": "3.1.0", - "license": "SIL OFL 1.1", - "licenseDetail": [ - "(c) 2012-2015 GitHub", - "", - "SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007", - "", - "PREAMBLE", - "The goals of the Open Font License (OFL) are to stimulate worldwide", - "development of collaborative font projects, to support the font creation", - "efforts of academic and linguistic communities, and to provide a free and", - "open framework in which fonts may be shared and improved in partnership", - "with others.", - "", - "The OFL allows the licensed fonts to be used, studied, modified and", - "redistributed freely as long as they are not sold by themselves. The", - "fonts, including any derivative works, can be bundled, embedded,", - "redistributed and/or sold with any software provided that any reserved", - "names are not used by derivative works. The fonts and derivatives,", - "however, cannot be released under any other type of license. The", - "requirement for fonts to remain under this license does not apply", - "to any document created using the fonts or their derivatives.", - "", - "DEFINITIONS", - "\"Font Software\" refers to the set of files released by the Copyright", - "Holder(s) under this license and clearly marked as such. This may", - "include source files, build scripts and documentation.", - "", - "\"Reserved Font Name\" refers to any names specified as such after the", - "copyright statement(s).", - "", - "\"Original Version\" refers to the collection of Font Software components as", - "distributed by the Copyright Holder(s).", - "", - "\"Modified Version\" refers to any derivative made by adding to, deleting,", - "or substituting -- in part or in whole -- any of the components of the", - "Original Version, by changing formats or by porting the Font Software to a", - "new environment.", - "", - "\"Author\" refers to any designer, engineer, programmer, technical", - "writer or other person who contributed to the Font Software.", - "", - "PERMISSION & CONDITIONS", - "Permission is hereby granted, free of charge, to any person obtaining", - "a copy of the Font Software, to use, study, copy, merge, embed, modify,", - "redistribute, and sell modified and unmodified copies of the Font", - "Software, subject to the following conditions:", - "", - "1) Neither the Font Software nor any of its individual components,", - "in Original or Modified Versions, may be sold by itself.", - "", - "2) Original or Modified Versions of the Font Software may be bundled,", - "redistributed and/or sold with any software, provided that each copy", - "contains the above copyright notice and this license. These can be", - "included either as stand-alone text files, human-readable headers or", - "in the appropriate machine-readable metadata fields within text or", - "binary files as long as those fields can be easily viewed by the user.", - "", - "3) No Modified Version of the Font Software may use the Reserved Font", - "Name(s) unless explicit written permission is granted by the corresponding", - "Copyright Holder. This restriction only applies to the primary font name as", - "presented to the users.", - "", - "4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font", - "Software shall not be used to promote, endorse or advertise any", - "Modified Version, except to acknowledge the contribution(s) of the", - "Copyright Holder(s) and the Author(s) or with their explicit written", - "permission.", - "", - "5) The Font Software, modified or unmodified, in part or in whole,", - "must be distributed entirely under this license, and must not be", - "distributed under any other license. The requirement for fonts to", - "remain under this license does not apply to any document created", - "using the Font Software.", - "", - "TERMINATION", - "This license becomes null and void if any of the above conditions are", - "not met.", - "", - "DISCLAIMER", - "THE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,", - "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF", - "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT", - "OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE", - "COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,", - "INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL", - "DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING", - "FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM", - "OTHER DEALINGS IN THE FONT SOFTWARE." - ] -}] diff --git a/src/vs/base/common/marked/OSSREADME.json b/src/vs/base/common/marked/OSSREADME.json deleted file mode 100644 index 671955e8b45c677c3c5c4f8146eb6b66ddc7ed4a..0000000000000000000000000000000000000000 --- a/src/vs/base/common/marked/OSSREADME.json +++ /dev/null @@ -1,9 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: -[ - { - "name": "marked", - "repositoryURL": "https://github.com/markedjs/marked", - "version": "0.5.0", - "license": "MIT" - } -] diff --git a/src/vs/workbench/services/textMate/electron-browser/OSSREADME.json b/src/vs/workbench/services/textMate/electron-browser/OSSREADME.json deleted file mode 100644 index 07f8a8a5edee265ff9bd6321eb30e18519aa96da..0000000000000000000000000000000000000000 --- a/src/vs/workbench/services/textMate/electron-browser/OSSREADME.json +++ /dev/null @@ -1,37 +0,0 @@ -// Listing in here dependencies that come in at build time from vscode-textmate - -[{ - "name": "lib-oniguruma", - "version": "5.9.3", - "license": "BSD", // according to wikipedia: https://en.wikipedia.org/wiki/Oniguruma - "repositoryURL": "https://github.com/kkos/oniguruma", - "licenseDetail": [ - "Copyright (c) 2002-2007 K.Kosako. All rights reserved.", - "", - "The BSD License", - "", - "Redistribution and use in source and binary forms, with or without", - "modification, are permitted provided that the following conditions", - "are met:", - "", - "1. Redistributions of source code must retain the above copyright", - " notice, this list of conditions and the following disclaimer.", - "", - "2. 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.", - "", - "THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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." - ], - "isProd": true -}] diff --git a/test/OSSREADME.json b/test/OSSREADME.json deleted file mode 100644 index 051e768a62d5ae4a37959bc069fff40a3352db79..0000000000000000000000000000000000000000 --- a/test/OSSREADME.json +++ /dev/null @@ -1,35 +0,0 @@ -// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS: - -[{ - "name": "Jxck/assert", - "license": "MIT", - "licenseDetail": [ - "The MIT License (MIT)", - "", - "Copyright (c) 2011 Jxck", - "", - "Originally from node.js (http://nodejs.org)", - "Copyright Joyent, Inc.", - "", - "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." - ], - "version": "1.0.0", - "repositoryURL": "https://github.com/Jxck/assert", - "description": "The file assert.js in this folder is based on https://github.com/Jxck/assert/blob/master/assert.js.", - "isDev": true -}]