Skip to content

Commit 13c7d39

Browse files
AlexGhiondeatarekgh
authored andcommitted
Update the third party notices file to reference the floating point number algorithm (dotnet#13920)
1 parent 5f6528f commit 13c7d39

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

THIRD-PARTY-NOTICES.TXT

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
distributed under licenses different than the .NET Core software.
33

44
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
196196
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
197197
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
198198
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

Comments
 (0)