diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-03-08 22:23:15 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-03-09 09:23:15 +1100 |
commit | 9d1d1cd449fcf46b652b54ce66d6ed947c3cd523 (patch) | |
tree | 029e367addb8a9b9b9ebacf0421155b75325acf4 /libdecnumber/decimal64.h | |
parent | 02330e1953b4b407eb37facb3f96585191b11655 (diff) | |
download | gcc-9d1d1cd449fcf46b652b54ce66d6ed947c3cd523.zip gcc-9d1d1cd449fcf46b652b54ce66d6ed947c3cd523.tar.gz gcc-9d1d1cd449fcf46b652b54ce66d6ed947c3cd523.tar.bz2 |
decContext.c, [...]: Add libgcc-style license exception clause.
* 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.
From-SVN: r122722
Diffstat (limited to 'libdecnumber/decimal64.h')
-rw-r--r-- | libdecnumber/decimal64.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdecnumber/decimal64.h b/libdecnumber/decimal64.h index cb7810b..2c7131c 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 |