diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-10 23:58:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-10 23:58:13 +0000 |
commit | 33b853c3b19a2a75f720f9fca312a651ab17728a (patch) | |
tree | e91aee4bed53e6bd665b163358b7c50b5ac55971 /soft-fp/fixsfti.c | |
parent | 6c6352e69858e8c9ca5bc3c4ad4315b3e651d61e (diff) | |
download | glibc-33b853c3b19a2a75f720f9fca312a651ab17728a.tar.gz glibc-33b853c3b19a2a75f720f9fca312a651ab17728a.tar.xz glibc-33b853c3b19a2a75f720f9fca312a651ab17728a.zip |
Update copyright and license notices in soft-fp files from libgcc.
Diffstat (limited to 'soft-fp/fixsfti.c')
-rw-r--r-- | soft-fp/fixsfti.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/soft-fp/fixsfti.c b/soft-fp/fixsfti.c index 779628eb40..c65561d021 100644 --- a/soft-fp/fixsfti.c +++ b/soft-fp/fixsfti.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Convert IEEE single to 128bit signed integer - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Uros Bizjak (ubizjak@gmail.com). @@ -24,9 +24,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "single.h" |