|
1 | | -.NET Core uses third-party libraries or other resources that may be |
| 1 | +.NET Core uses third-party libraries or other resources that may be |
2 | 2 | distributed under licenses different than the .NET Core software. |
3 | 3 |
|
4 | 4 | Attributions and license notices for test cases originally authored by |
@@ -196,3 +196,28 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
196 | 196 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
197 | 197 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
198 | 198 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 199 | + |
| 200 | +License notice for the Printing Floating-Point Numbers |
| 201 | +/****************************************************************************** |
| 202 | + Copyright (c) 2014 Ryan Juckett |
| 203 | + http://www.ryanjuckett.com/ |
| 204 | + |
| 205 | + This software is provided 'as-is', without any express or implied |
| 206 | + warranty. In no event will the authors be held liable for any damages |
| 207 | + arising from the use of this software. |
| 208 | + |
| 209 | + Permission is granted to anyone to use this software for any purpose, |
| 210 | + including commercial applications, and to alter it and redistribute it |
| 211 | + freely, subject to the following restrictions: |
| 212 | + |
| 213 | + 1. The origin of this software must not be misrepresented; you must not |
| 214 | + claim that you wrote the original software. If you use this software |
| 215 | + in a product, an acknowledgment in the product documentation would be |
| 216 | + appreciated but is not required. |
| 217 | + |
| 218 | + 2. Altered source versions must be plainly marked as such, and must not be |
| 219 | + misrepresented as being the original software. |
| 220 | + |
| 221 | + 3. This notice may not be removed or altered from any source |
| 222 | + distribution. |
| 223 | +******************************************************************************/ |
0 commit comments