diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-06 23:06:48 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-06 23:06:48 +0000 |
commit | e08ec256988cbae9dfc61a9d7a1d2a691d381853 (patch) | |
tree | 6ded4433b57bb929127445ceab086cafc74a8de9 /libquadmath/quadmath_weak.h | |
parent | f066fa361beaae170576ba435d8d8ff8c173fa63 (diff) | |
download | gcc-e08ec256988cbae9dfc61a9d7a1d2a691d381853.tar.gz |
2010-12-06 Tobias Burnus <burnus@net-b.de>
PR fortran/46817
* quadmath-imp.h: Add LGPL header.
* quadmath.h: Add LGPL header.
* quadmath_io.c: Add LGPL header.
* quadmath_weak.h: Add LGPL header.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/quadmath_weak.h')
-rw-r--r-- | libquadmath/quadmath_weak.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libquadmath/quadmath_weak.h b/libquadmath/quadmath_weak.h index 9857b586d7b..a14014e1018 100644 --- a/libquadmath/quadmath_weak.h +++ b/libquadmath/quadmath_weak.h @@ -1,3 +1,23 @@ +/* GCC Quad-Precision Math Library + Copyright (C) 2010 Free Software Foundation, Inc. + Written by Tobias Burnus <burnus@net-b.de> + +This file is part of the libiberty library. +Libiberty is free software; you can redistribute it and/or +modify it under the terms of the GNU Library General Public +License as published by the Free Software Foundation; either +version 2 of the License, or (at your option) any later version. + +Libiberty 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 +Library General Public License for more details. + +You should have received a copy of the GNU Library General Public +License along with libiberty; see the file COPYING.LIB. If +not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ + #ifndef QUADMATH_WEAK_H #define QUADMATH_WEAK_H |