diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-08 22:23:15 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-08 22:23:15 +0000 |
commit | 7986645136c7857b12fa96ea4c33e020deb35180 (patch) | |
tree | 029e367addb8a9b9b9ebacf0421155b75325acf4 /libdecnumber | |
parent | 805c177c767110dc88afe8950d0f06b187f9e2a0 (diff) | |
download | gcc-7986645136c7857b12fa96ea4c33e020deb35180.tar.gz |
* decContext.c, decContext.h, decDPD.h, decimal128.c,
decimal128.h, decimal32.c, decimal32.h, decimal64.c, decimal64.h,
decLibrary.c, decNumber.c, decNumber.h, decNumberLocal.h,
decRound.c, decRound.h, decUtility.c, decUtility.h: Add
libgcc-style license exception clause.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libdecnumber')
-rw-r--r-- | libdecnumber/ChangeLog | 8 | ||||
-rw-r--r-- | libdecnumber/decContext.c | 9 | ||||
-rw-r--r-- | libdecnumber/decContext.h | 9 | ||||
-rw-r--r-- | libdecnumber/decDPD.h | 9 | ||||
-rw-r--r-- | libdecnumber/decLibrary.c | 9 | ||||
-rw-r--r-- | libdecnumber/decNumber.c | 9 | ||||
-rw-r--r-- | libdecnumber/decNumber.h | 9 | ||||
-rw-r--r-- | libdecnumber/decNumberLocal.h | 9 | ||||
-rw-r--r-- | libdecnumber/decRound.c | 9 | ||||
-rw-r--r-- | libdecnumber/decRound.h | 9 | ||||
-rw-r--r-- | libdecnumber/decUtility.c | 9 | ||||
-rw-r--r-- | libdecnumber/decUtility.h | 9 | ||||
-rw-r--r-- | libdecnumber/decimal128.c | 9 | ||||
-rw-r--r-- | libdecnumber/decimal128.h | 9 | ||||
-rw-r--r-- | libdecnumber/decimal32.c | 9 | ||||
-rw-r--r-- | libdecnumber/decimal32.h | 9 | ||||
-rw-r--r-- | libdecnumber/decimal64.c | 9 | ||||
-rw-r--r-- | libdecnumber/decimal64.h | 9 |
18 files changed, 161 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index d1323336a72..5f84c4053e2 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,11 @@ +2007-03-08 Ben Elliston <bje@au.ibm.com> + + * decContext.c, decContext.h, decDPD.h, decimal128.c, + decimal128.h, decimal32.c, decimal32.h, decimal64.c, decimal64.h, + decLibrary.c, decNumber.c, decNumber.h, decNumberLocal.h, + decRound.c, decRound.h, decUtility.c, decUtility.h: Add + libgcc-style license exception clause. + 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> * Makefile.in: Add dummy install-pdf target. diff --git a/libdecnumber/decContext.c b/libdecnumber/decContext.c index 428c77e191b..66da2ae7956 100644 --- a/libdecnumber/decContext.c +++ b/libdecnumber/decContext.c @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decContext.h b/libdecnumber/decContext.h index 41c4b52a400..5252b33d529 100644 --- a/libdecnumber/decContext.h +++ b/libdecnumber/decContext.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decDPD.h b/libdecnumber/decDPD.h index 40ff37a6ec0..159683bb960 100644 --- a/libdecnumber/decDPD.h +++ b/libdecnumber/decDPD.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decLibrary.c b/libdecnumber/decLibrary.c index f757ffa67d0..5a172502ef0 100644 --- a/libdecnumber/decLibrary.c +++ b/libdecnumber/decLibrary.c @@ -8,6 +8,15 @@ the Free Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c index 039d19a4592..dbc42148985 100644 --- a/libdecnumber/decNumber.c +++ b/libdecnumber/decNumber.c @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decNumber.h b/libdecnumber/decNumber.h index 2357fbeab37..05a2d869e3e 100644 --- a/libdecnumber/decNumber.h +++ b/libdecnumber/decNumber.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decNumberLocal.h b/libdecnumber/decNumberLocal.h index 22d8d952bf7..0386736c6f0 100644 --- a/libdecnumber/decNumberLocal.h +++ b/libdecnumber/decNumberLocal.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decRound.c b/libdecnumber/decRound.c index 45c642f1c76..6e51eb6b5ba 100644 --- a/libdecnumber/decRound.c +++ b/libdecnumber/decRound.c @@ -9,6 +9,15 @@ the Free Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public diff --git a/libdecnumber/decRound.h b/libdecnumber/decRound.h index 2a708f8cb17..5d2781ec5d3 100644 --- a/libdecnumber/decRound.h +++ b/libdecnumber/decRound.h @@ -9,6 +9,15 @@ the Free Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public diff --git a/libdecnumber/decUtility.c b/libdecnumber/decUtility.c index 83f388665ad..2cbed947ba7 100644 --- a/libdecnumber/decUtility.c +++ b/libdecnumber/decUtility.c @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decUtility.h b/libdecnumber/decUtility.h index dec7e269717..4cf65e542ba 100644 --- a/libdecnumber/decUtility.h +++ b/libdecnumber/decUtility.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decimal128.c b/libdecnumber/decimal128.c index 90f400912e4..92b4f618eff 100644 --- a/libdecnumber/decimal128.c +++ b/libdecnumber/decimal128.c @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decimal128.h b/libdecnumber/decimal128.h index cabe600e113..bcc75a12bd6 100644 --- a/libdecnumber/decimal128.h +++ b/libdecnumber/decimal128.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decimal32.c b/libdecnumber/decimal32.c index 8e4f1ce8ad2..86912864c9f 100644 --- a/libdecnumber/decimal32.c +++ b/libdecnumber/decimal32.c @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decimal32.h b/libdecnumber/decimal32.h index f824b58af10..bb228243299 100644 --- a/libdecnumber/decimal32.h +++ b/libdecnumber/decimal32.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decimal64.c b/libdecnumber/decimal64.c index 8ae6f102920..c1c1c7c9b09 100644 --- a/libdecnumber/decimal64.c +++ b/libdecnumber/decimal64.c @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License diff --git a/libdecnumber/decimal64.h b/libdecnumber/decimal64.h index cb7810bbf0e..2c7131c53de 100644 --- a/libdecnumber/decimal64.h +++ b/libdecnumber/decimal64.h @@ -9,6 +9,15 @@ Software Foundation; either version 2, or (at your option) any later version. + In addition to the permissions in the GNU General Public License, + the Free Software Foundation gives you unlimited permission to link + the compiled version of this file into combinations with other + programs, and to distribute those combinations without any + restriction coming from the use of this file. (The General Public + License restrictions do apply in other respects; for example, they + cover modification of the file, and distribution when not linked + into a combine executable.) + GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |