X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fprintf-frexp.h;h=ee6f326a8c60c8d7f6e1e69a1351775790186479;hb=refs%2Fheads%2Faccepted%2Ftizen_7.0_base_tool_hotfix;hp=ec75c606fdd6473a5bffcfa6ff5462a142784cbe;hpb=253a2fc5d9cd390d78a209f08af8ae31b13c44d8;p=platform%2Fupstream%2Fm4.git diff --git a/lib/printf-frexp.h b/lib/printf-frexp.h index ec75c60..ee6f326 100644 --- a/lib/printf-frexp.h +++ b/lib/printf-frexp.h @@ -1,5 +1,5 @@ /* Split a double into fraction and mantissa, for hexadecimal printf. - Copyright (C) 2007, 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2021 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ /* Write a finite, positive number x as x = mantissa * 2^exp