From 0f2a411b685d54113433d45472338a067110c66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 15 Apr 2016 14:31:47 +0200 Subject: replace FSF addresses with URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ó --- libm/metag/fclrexcpt.c | 5 ++--- libm/metag/fedisblxcpt.c | 5 ++--- libm/metag/feenablxcpt.c | 5 ++--- libm/metag/fegetenv.c | 5 ++--- libm/metag/fegetexcept.c | 5 ++--- libm/metag/fegetround.c | 5 ++--- libm/metag/feholdexcpt.c | 5 ++--- libm/metag/fesetenv.c | 5 ++--- libm/metag/fesetround.c | 5 ++--- libm/metag/feupdateenv.c | 5 ++--- libm/metag/fgetexcptflg.c | 5 ++--- libm/metag/fraiseexcpt.c | 5 ++--- libm/metag/fsetexcptflg.c | 5 ++--- libm/metag/ftestexcept.c | 5 ++--- 14 files changed, 28 insertions(+), 42 deletions(-) (limited to 'libm') 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 .  */ #include #include 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 .  */ #include #include 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 .  */ #include #include 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 .  */ #include 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 .  */ #include 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 .  */ #include 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 .  */ #include #include 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 .  */ #include #include 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 .  */ #include #include 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 .  */ #include #include 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 .  */ #include 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 .  */ #include #include 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 .  */ #include #include 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 .  */ #include #include -- cgit v1.2.3