diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-06 22:09:24 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-06 22:09:24 +0000 |
commit | 8e322cb4b95da8005a57670b0e69148fda10f6f7 (patch) | |
tree | 803791f67f602bc2ce08492c502a0cc5202539c7 /libdecnumber/bid | |
parent | 1b78544ffe0cdca95b935ca740efb5919a2b72e9 (diff) | |
download | gcc-8e322cb4b95da8005a57670b0e69148fda10f6f7.tar.gz |
Update copyright in libdecnumber.
From-SVN: r195821
Diffstat (limited to 'libdecnumber/bid')
-rw-r--r-- | libdecnumber/bid/bid-dpd.h | 3 | ||||
-rw-r--r-- | libdecnumber/bid/bid2dpd_dpd2bid.c | 2 | ||||
-rw-r--r-- | libdecnumber/bid/bid2dpd_dpd2bid.h | 2 | ||||
-rw-r--r-- | libdecnumber/bid/decimal128.c | 3 | ||||
-rw-r--r-- | libdecnumber/bid/decimal32.c | 3 | ||||
-rw-r--r-- | libdecnumber/bid/decimal64.c | 3 | ||||
-rw-r--r-- | libdecnumber/bid/host-ieee128.c | 2 | ||||
-rw-r--r-- | libdecnumber/bid/host-ieee32.c | 2 | ||||
-rw-r--r-- | libdecnumber/bid/host-ieee64.c | 2 |
9 files changed, 9 insertions, 13 deletions
diff --git a/libdecnumber/bid/bid-dpd.h b/libdecnumber/bid/bid-dpd.h index e100cc916ac..3889bcafa15 100644 --- a/libdecnumber/bid/bid-dpd.h +++ b/libdecnumber/bid/bid-dpd.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2007, 2009 - Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/bid2dpd_dpd2bid.c b/libdecnumber/bid/bid2dpd_dpd2bid.c index 7e55eb01514..661de889372 100644 --- a/libdecnumber/bid/bid2dpd_dpd2bid.c +++ b/libdecnumber/bid/bid2dpd_dpd2bid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/bid2dpd_dpd2bid.h b/libdecnumber/bid/bid2dpd_dpd2bid.h index b501bdcc0c3..af6c541c518 100644 --- a/libdecnumber/bid/bid2dpd_dpd2bid.h +++ b/libdecnumber/bid/bid2dpd_dpd2bid.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal128.c b/libdecnumber/bid/decimal128.c index db30bd39d6d..f958a534b10 100644 --- a/libdecnumber/bid/decimal128.c +++ b/libdecnumber/bid/decimal128.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2007, 2009 - Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal32.c b/libdecnumber/bid/decimal32.c index 1cd760759c2..51bd49b6310 100644 --- a/libdecnumber/bid/decimal32.c +++ b/libdecnumber/bid/decimal32.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2007, 2009 - Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal64.c b/libdecnumber/bid/decimal64.c index fd637388a25..56f96a8c7c5 100644 --- a/libdecnumber/bid/decimal64.c +++ b/libdecnumber/bid/decimal64.c @@ -1,5 +1,4 @@ -/* Copyright (C) 2007, 2009 - Free Software Foundation, Inc. +/* Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/host-ieee128.c b/libdecnumber/bid/host-ieee128.c index 9e2d005cdc7..ba5092c3e63 100644 --- a/libdecnumber/bid/host-ieee128.c +++ b/libdecnumber/bid/host-ieee128.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/host-ieee32.c b/libdecnumber/bid/host-ieee32.c index 1de6dc2eccd..650051eb117 100644 --- a/libdecnumber/bid/host-ieee32.c +++ b/libdecnumber/bid/host-ieee32.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/host-ieee64.c b/libdecnumber/bid/host-ieee64.c index 825eb0ab13c..ede5cd84069 100644 --- a/libdecnumber/bid/host-ieee64.c +++ b/libdecnumber/bid/host-ieee64.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007-2013 Free Software Foundation, Inc. This file is part of GCC. |