|
89 | 89 | "prependLicenseText": [ |
90 | 90 | "Copyright (c) Microsoft Corporation. All rights reserved." |
91 | 91 | ] |
| 92 | + }, |
| 93 | + { |
| 94 | + // Reason: The license at https://github.com/reem/rust-unreachable/blob/master/LICENSE-MIT |
| 95 | + // cannot be found by the OSS tool automatically. |
| 96 | + "name": "reem/rust-unreachable", |
| 97 | + "fullLicenseText": [ |
| 98 | + "Copyright (c) 2015 The rust-unreachable Developers", |
| 99 | + "", |
| 100 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 101 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 102 | + "in the Software without restriction, including without limitation the rights", |
| 103 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 104 | + "copies of the Software, and to permit persons to whom the Software is", |
| 105 | + "furnished to do so, subject to the following conditions:", |
| 106 | + "", |
| 107 | + "The above copyright notice and this permission notice shall be included in all", |
| 108 | + "copies or substantial portions of the Software.", |
| 109 | + "", |
| 110 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 111 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 112 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 113 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 114 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 115 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
| 116 | + "SOFTWARE." |
| 117 | + ] |
| 118 | + }, |
| 119 | + { |
| 120 | + // Reason: The license at https://github.com/reem/rust-void/blob/master/LICENSE-MIT |
| 121 | + // cannot be found by the OSS tool automatically. |
| 122 | + "name": "reem/rust-void", |
| 123 | + "fullLicenseText": [ |
| 124 | + "Copyright (c) 2015 The rust-void Developers", |
| 125 | + "", |
| 126 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 127 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 128 | + "in the Software without restriction, including without limitation the rights", |
| 129 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 130 | + "copies of the Software, and to permit persons to whom the Software is", |
| 131 | + "furnished to do so, subject to the following conditions:", |
| 132 | + "", |
| 133 | + "The above copyright notice and this permission notice shall be included in all", |
| 134 | + "copies or substantial portions of the Software.", |
| 135 | + "", |
| 136 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 137 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 138 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 139 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 140 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 141 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
| 142 | + "SOFTWARE." |
| 143 | + ] |
| 144 | + }, |
| 145 | + { |
| 146 | + // Reason: The license at https://github.com/mrhooray/crc-rs/blob/master/LICENSE-MIT |
| 147 | + // cannot be found by the OSS tool automatically. |
| 148 | + "name": "mrhooray/crc-rs", |
| 149 | + "fullLicenseText": [ |
| 150 | + "MIT License", |
| 151 | + "", |
| 152 | + "Copyright (c) 2017 crc-rs Developers", |
| 153 | + "", |
| 154 | + "Permission is hereby granted, free of charge, to any person obtaining a copy", |
| 155 | + "of this software and associated documentation files (the \"Software\"), to deal", |
| 156 | + "in the Software without restriction, including without limitation the rights", |
| 157 | + "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell", |
| 158 | + "copies of the Software, and to permit persons to whom the Software is", |
| 159 | + "furnished to do so, subject to the following conditions:", |
| 160 | + "", |
| 161 | + "The above copyright notice and this permission notice shall be included in all", |
| 162 | + "copies or substantial portions of the Software.", |
| 163 | + "", |
| 164 | + "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR", |
| 165 | + "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,", |
| 166 | + "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE", |
| 167 | + "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER", |
| 168 | + "LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,", |
| 169 | + "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE", |
| 170 | + "SOFTWARE." |
| 171 | + ] |
92 | 172 | } |
93 | 173 | ] |
0 commit comments