summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorNikola Forró <nforro@redhat.com>2016-04-15 14:31:47 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-15 19:43:29 +0200
commit0f2a411b685d54113433d45472338a067110c66a (patch)
tree84f4c20130d13289fb3929931d6a473b04f794ff /libm
parent7df0fc1ed8fc05e9ab9d5d6e933b623ae0f7e86e (diff)
replace FSF addresses with URLs
License notices in most of the source files refer to an outdated FSF address. Replace it with URL, like in the rest of the source files.Signed-off-by: Nikola Forró <nforro@redhat.com>
Diffstat (limited to 'libm')
-rw-r--r--libm/metag/fclrexcpt.c5
-rw-r--r--libm/metag/fedisblxcpt.c5
-rw-r--r--libm/metag/feenablxcpt.c5
-rw-r--r--libm/metag/fegetenv.c5
-rw-r--r--libm/metag/fegetexcept.c5
-rw-r--r--libm/metag/fegetround.c5
-rw-r--r--libm/metag/feholdexcpt.c5
-rw-r--r--libm/metag/fesetenv.c5
-rw-r--r--libm/metag/fesetround.c5
-rw-r--r--libm/metag/feupdateenv.c5
-rw-r--r--libm/metag/fgetexcptflg.c5
-rw-r--r--libm/metag/fraiseexcpt.c5
-rw-r--r--libm/metag/fsetexcptflg.c5
-rw-r--r--libm/metag/ftestexcept.c5
14 files changed, 28 insertions, 42 deletions
diff --git a/libm/metag/fclrexcpt.c b/libm/metag/fclrexcpt.c
index 10bdc870b..2cfff7624 100644
--- a/libm/metag/fclrexcpt.c
+++ b/libm/metag/fclrexcpt.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>
diff --git a/libm/metag/fedisblxcpt.c b/libm/metag/fedisblxcpt.c
index 07313fa9b..5c7006009 100644
--- a/libm/metag/fedisblxcpt.c
+++ b/libm/metag/fedisblxcpt.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>
diff --git a/libm/metag/feenablxcpt.c b/libm/metag/feenablxcpt.c
index 8feb9641c..b71c8bca1 100644
--- a/libm/metag/feenablxcpt.c
+++ b/libm/metag/feenablxcpt.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>
diff --git a/libm/metag/fegetenv.c b/libm/metag/fegetenv.c
index c932514c2..85cca0ce9 100644
--- a/libm/metag/fegetenv.c
+++ b/libm/metag/fegetenv.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
diff --git a/libm/metag/fegetexcept.c b/libm/metag/fegetexcept.c
index 8021f6c78..021d28af4 100644
--- a/libm/metag/fegetexcept.c
+++ b/libm/metag/fegetexcept.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
diff --git a/libm/metag/fegetround.c b/libm/metag/fegetround.c
index 1fb5ce2b1..7a1ad5c05 100644
--- a/libm/metag/fegetround.c
+++ b/libm/metag/fegetround.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
diff --git a/libm/metag/feholdexcpt.c b/libm/metag/feholdexcpt.c
index 98ef4d097..b9f5ff021 100644
--- a/libm/metag/feholdexcpt.c
+++ b/libm/metag/feholdexcpt.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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>
diff --git a/libm/metag/fesetenv.c b/libm/metag/fesetenv.c
index 7295492b8..43771c113 100644
--- a/libm/metag/fesetenv.c
+++ b/libm/metag/fesetenv.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <assert.h>
diff --git a/libm/metag/fesetround.c b/libm/metag/fesetround.c
index 2d5b2526f..23c7c2019 100644
--- a/libm/metag/fesetround.c
+++ b/libm/metag/fesetround.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>
diff --git a/libm/metag/feupdateenv.c b/libm/metag/feupdateenv.c
index f2fc69f54..1f7e6f1b0 100644
--- a/libm/metag/feupdateenv.c
+++ b/libm/metag/feupdateenv.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>
diff --git a/libm/metag/fgetexcptflg.c b/libm/metag/fgetexcptflg.c
index e1a4bdfaa..95e7489e3 100644
--- a/libm/metag/fgetexcptflg.c
+++ b/libm/metag/fgetexcptflg.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
diff --git a/libm/metag/fraiseexcpt.c b/libm/metag/fraiseexcpt.c
index 9ab39bbf6..5884ca23c 100644
--- a/libm/metag/fraiseexcpt.c
+++ b/libm/metag/fraiseexcpt.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <math.h>
diff --git a/libm/metag/fsetexcptflg.c b/libm/metag/fsetexcptflg.c
index 11ae917e5..17b14a52d 100644
--- a/libm/metag/fsetexcptflg.c
+++ b/libm/metag/fsetexcptflg.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <math.h>
diff --git a/libm/metag/ftestexcept.c b/libm/metag/ftestexcept.c
index 898630d14..1a351f322 100644
--- a/libm/metag/ftestexcept.c
+++ b/libm/metag/ftestexcept.c
@@ -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; see the file COPYING.LIB. If
+ not, see <http://www.gnu.org/licenses/>.  */
#include <fenv.h>
#include <unistd.h>