diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index d1323336a7281153ed3392efb0a1c98f6cbd9c00..5f84c4053e27b1855ee14c1cf334506cfd7eef30 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 428c77e191bf6851ebafd950387bca753993efdc..66da2ae7956565438c8d312f2a36552b648bf91f 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 41c4b52a4003bfbd1d7f4fb17e5eb48b6e6d3720..5252b33d52936e06797eecbace33db942bf4512f 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 40ff37a6ec0a5aa0677339bf2b13275be5ed5f8a..159683bb9604a4810115a88815d55e7dcd521c1e 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 f757ffa67d0ff05519fdcb44eb65627b7033f0e7..5a172502ef04ffdfa419f65545479a3877166a89 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 039d19a459213a4cdd2a14e894d0c9e8ce7ba1bf..dbc42148985caa12e185526d1c12813956156d27 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 2357fbeab37561b260e728a2191458b339beb649..05a2d869e3e1d09e6c18a7a6bf154f29edb91ff2 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 22d8d952bf7f8fb7218af89422ceab9d905a047d..0386736c6f07ef8f923d9082a72a067b588a4e90 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 45c642f1c76d9bcd21e9f6bcb6f9713fa8161b6a..6e51eb6b5bac4a52c8a9e06c4dd5a6fbd4d423aa 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 2a708f8cb17e79a594bef4ba22d1052e539e8bf4..5d2781ec5d30d11eba41c93d065001479ec0187b 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 83f388665addd870c5bcc7c250f1fd4b33e4e425..2cbed947ba78d032326254b5e038e1b4e2d836ee 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 dec7e269717a8038eae7c6818e19d0bbb56f8523..4cf65e542ba1cf408d51432ed0d01c877718c274 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 90f400912e4a2e3140cf88778275865214789248..92b4f618eff3cb487a9f612e4235e9b39b4bcd56 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 cabe600e113b3d91509ff24aa87976d7ac96687c..bcc75a12bd6944c73a66d5f44712fc999f3b70c8 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 8e4f1ce8ad2befbc52be0fb735dbb79dce69c818..86912864c9f7d2df15e32fa2557373c696980212 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 f824b58af10c005813a40b4b07501af6ae86cda8..bb228243299498b47adf51568382f96c9c88eb76 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 8ae6f102920d08b9b69d8e2f6c1ab43496ee1d87..c1c1c7c9b09c95ddcf2992779816e0dcbcb4c380 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 cb7810bbf0ea851d3b331cb2bd654bf6365ff20a..2c7131c53de1994ae4f1a699a4b8684d606ba340 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