diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
| commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
| tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /soft-fp | |
| parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
| download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip | |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'soft-fp')
71 files changed, 142 insertions, 215 deletions
diff --git a/soft-fp/Makefile b/soft-fp/Makefile index 8eb89c5e51..11464dfac4 100644 --- a/soft-fp/Makefile +++ b/soft-fp/Makefile @@ -13,9 +13,8 @@ # Lesser General Public License for more details. # You should have received a copy of the GNU Lesser General Public -# License along with the GNU C Library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# License along with the GNU C Library; if not, see +# <http://www.gnu.org/licenses/>. # # Makefile for software floating-point routines diff --git a/soft-fp/adddf3.c b/soft-fp/adddf3.c index 24c03db0a6..5e66461e55 100644 --- a/soft-fp/adddf3.c +++ b/soft-fp/adddf3.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/addsf3.c b/soft-fp/addsf3.c index b86991ee56..7f61d167b1 100644 --- a/soft-fp/addsf3.c +++ b/soft-fp/addsf3.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "single.h" @@ -47,4 +46,3 @@ SFtype __addsf3(SFtype a, SFtype b) return r; } - diff --git a/soft-fp/addtf3.c b/soft-fp/addtf3.c index 49b67f0ba9..f5da019989 100644 --- a/soft-fp/addtf3.c +++ b/soft-fp/addtf3.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/divdf3.c b/soft-fp/divdf3.c index c3bb0d247c..105beab8d7 100644 --- a/soft-fp/divdf3.c +++ b/soft-fp/divdf3.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/divsf3.c b/soft-fp/divsf3.c index 176bb3c2cb..41e32c0368 100644 --- a/soft-fp/divsf3.c +++ b/soft-fp/divsf3.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/divtf3.c b/soft-fp/divtf3.c index 916fbfe974..b932351bf3 100644 --- a/soft-fp/divtf3.c +++ b/soft-fp/divtf3.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "quad.h" diff --git a/soft-fp/double.h b/soft-fp/double.h index 1cde3308ba..e247e6ebb3 100644 --- a/soft-fp/double.h +++ b/soft-fp/double.h @@ -28,9 +28,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #if _FP_W_TYPE_SIZE < 32 #error "Here's a nickel kid. Go buy yourself a real computer." diff --git a/soft-fp/eqdf2.c b/soft-fp/eqdf2.c index 82a885834c..b5749b43a3 100644 --- a/soft-fp/eqdf2.c +++ b/soft-fp/eqdf2.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "double.h" diff --git a/soft-fp/eqsf2.c b/soft-fp/eqsf2.c index 0a1180f876..8bf3603dc1 100644 --- a/soft-fp/eqsf2.c +++ b/soft-fp/eqsf2.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "soft-fp.h" #include "single.h" diff --git a/soft-fp/eqtf2.c b/soft-fp/eqtf2.c index 46240b7355..e40f31aa42 100644 --- a/soft-fp/eqtf2.c +++ b/soft-fp/eqtf2.c @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with |
