diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-18 06:03:05 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-11-18 06:03:38 -0500 |
commit | 266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch) | |
tree | 2c2eef8bec7d90df06ad30320329ff2db3dcfceb /libm/i386 | |
parent | 38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff) |
Replace FSF snail mail address with URLs
This matches a similar change made to glibc.
No functional changes here.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libm/i386')
-rw-r--r-- | libm/i386/fclrexcpt.c | 5 | ||||
-rw-r--r-- | libm/i386/fedisblxcpt.c | 5 | ||||
-rw-r--r-- | libm/i386/feenablxcpt.c | 5 | ||||
-rw-r--r-- | libm/i386/fegetenv.c | 5 | ||||
-rw-r--r-- | libm/i386/fegetexcept.c | 5 | ||||
-rw-r--r-- | libm/i386/fegetround.c | 5 | ||||
-rw-r--r-- | libm/i386/feholdexcpt.c | 5 | ||||
-rw-r--r-- | libm/i386/fesetenv.c | 5 | ||||
-rw-r--r-- | libm/i386/fesetround.c | 5 | ||||
-rw-r--r-- | libm/i386/feupdateenv.c | 5 | ||||
-rw-r--r-- | libm/i386/fgetexcptflg.c | 5 | ||||
-rw-r--r-- | libm/i386/fraiseexcpt.c | 5 | ||||
-rw-r--r-- | libm/i386/fsetexcptflg.c | 5 | ||||
-rw-r--r-- | libm/i386/ftestexcept.c | 5 |
14 files changed, 28 insertions, 42 deletions
diff --git a/libm/i386/fclrexcpt.c b/libm/i386/fclrexcpt.c index a34060ce8..f8e89d76c 100644 --- a/libm/i386/fclrexcpt.c +++ b/libm/i386/fclrexcpt.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <unistd.h> diff --git a/libm/i386/fedisblxcpt.c b/libm/i386/fedisblxcpt.c index 75dc17897..6f378c9bd 100644 --- a/libm/i386/fedisblxcpt.c +++ b/libm/i386/fedisblxcpt.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <unistd.h> diff --git a/libm/i386/feenablxcpt.c b/libm/i386/feenablxcpt.c index 174f9f1ad..f4f04ba60 100644 --- a/libm/i386/feenablxcpt.c +++ b/libm/i386/feenablxcpt.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <unistd.h> diff --git a/libm/i386/fegetenv.c b/libm/i386/fegetenv.c index abbf179e0..1ff819802 100644 --- a/libm/i386/fegetenv.c +++ b/libm/i386/fegetenv.c @@ -14,9 +14,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/>. */ #include <fenv.h> diff --git a/libm/i386/fegetexcept.c b/libm/i386/fegetexcept.c index 71bac788b..e5da558f9 100644 --- a/libm/i386/fegetexcept.c +++ b/libm/i386/fegetexcept.c @@ -14,9 +14,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/>. */ #include <fenv.h> diff --git a/libm/i386/fegetround.c b/libm/i386/fegetround.c index 8ae0c3aff..c71f52804 100644 --- a/libm/i386/fegetround.c +++ b/libm/i386/fegetround.c @@ -14,9 +14,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/>. */ #include <fenv.h> diff --git a/libm/i386/feholdexcpt.c b/libm/i386/feholdexcpt.c index d283e9e44..c0204e677 100644 --- a/libm/i386/feholdexcpt.c +++ b/libm/i386/feholdexcpt.c @@ -15,9 +15,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/>. */ #include <fenv.h> #include <unistd.h> diff --git a/libm/i386/fesetenv.c b/libm/i386/fesetenv.c index fdb4fcc92..c71c7716d 100644 --- a/libm/i386/fesetenv.c +++ b/libm/i386/fesetenv.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <assert.h> diff --git a/libm/i386/fesetround.c b/libm/i386/fesetround.c index e1ba16975..66e3d1a33 100644 --- a/libm/i386/fesetround.c +++ b/libm/i386/fesetround.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <unistd.h> diff --git a/libm/i386/feupdateenv.c b/libm/i386/feupdateenv.c index 91b535dc6..250b47aac 100644 --- a/libm/i386/feupdateenv.c +++ b/libm/i386/feupdateenv.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <unistd.h> diff --git a/libm/i386/fgetexcptflg.c b/libm/i386/fgetexcptflg.c index f99122610..a68587d6c 100644 --- a/libm/i386/fgetexcptflg.c +++ b/libm/i386/fgetexcptflg.c @@ -14,9 +14,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/>. */ #include <fenv.h> diff --git a/libm/i386/fraiseexcpt.c b/libm/i386/fraiseexcpt.c index fcb3d0e84..d8effab54 100644 --- a/libm/i386/fraiseexcpt.c +++ b/libm/i386/fraiseexcpt.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <math.h> diff --git a/libm/i386/fsetexcptflg.c b/libm/i386/fsetexcptflg.c index bdd1dcca0..81793ead4 100644 --- a/libm/i386/fsetexcptflg.c +++ b/libm/i386/fsetexcptflg.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <math.h> diff --git a/libm/i386/ftestexcept.c b/libm/i386/ftestexcept.c index f45beced9..4cac50d00 100644 --- a/libm/i386/ftestexcept.c +++ b/libm/i386/ftestexcept.c @@ -14,9 +14,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/>. */ #include <fenv.h> #include <unistd.h> |